ory-client 1.12.2__py3-none-any.whl → 1.16.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ory_client/__init__.py +16 -3
- ory_client/api/courier_api.py +17 -15
- ory_client/api/events_api.py +30 -26
- ory_client/api/frontend_api.py +1677 -1064
- ory_client/api/identity_api.py +161 -126
- ory_client/api/jwk_api.py +51 -44
- ory_client/api/metadata_api.py +9 -8
- ory_client/api/o_auth2_api.py +236 -191
- ory_client/api/oidc_api.py +52 -45
- ory_client/api/permission_api.py +331 -32
- ory_client/api/project_api.py +482 -145
- ory_client/api/relationship_api.py +44 -38
- ory_client/api/wellknown_api.py +12 -11
- ory_client/api/workspace_api.py +870 -34
- ory_client/api_client.py +54 -31
- ory_client/configuration.py +23 -9
- ory_client/exceptions.py +2 -2
- ory_client/models/__init__.py +15 -2
- ory_client/models/accept_o_auth2_consent_request.py +2 -2
- ory_client/models/accept_o_auth2_consent_request_session.py +2 -2
- ory_client/models/accept_o_auth2_login_request.py +2 -2
- ory_client/models/account_experience_colors.py +329 -0
- ory_client/models/account_experience_configuration.py +35 -13
- ory_client/models/account_experience_theme_variables.py +2 -2
- ory_client/models/active_project_in_console.py +2 -2
- ory_client/models/add_project_to_workspace_body.py +2 -2
- ory_client/models/attribute.py +2 -2
- ory_client/models/attribute_filter.py +2 -2
- ory_client/models/attributes_count_datapoint.py +2 -2
- ory_client/models/authenticator_assurance_level.py +2 -2
- ory_client/models/batch_check_permission_body.py +109 -0
- ory_client/models/batch_check_permission_result.py +109 -0
- ory_client/models/batch_patch_identities_response.py +2 -2
- ory_client/models/billing_period_bucket.py +2 -2
- ory_client/models/check_opl_syntax_result.py +2 -2
- ory_client/models/check_permission_result.py +2 -2
- ory_client/models/check_permission_result_with_error.py +103 -0
- ory_client/models/cloud_account.py +6 -4
- ory_client/models/consistency_request_parameters.py +2 -2
- ory_client/models/continue_with.py +35 -11
- ory_client/models/continue_with_recovery_ui.py +2 -2
- ory_client/models/continue_with_recovery_ui_flow.py +3 -3
- ory_client/models/continue_with_redirect_browser_to.py +110 -0
- ory_client/models/continue_with_set_ory_session_token.py +2 -2
- ory_client/models/continue_with_settings_ui.py +2 -2
- ory_client/models/continue_with_settings_ui_flow.py +7 -5
- ory_client/models/continue_with_verification_ui.py +2 -2
- ory_client/models/continue_with_verification_ui_flow.py +3 -3
- ory_client/models/courier_message_status.py +2 -2
- ory_client/models/courier_message_type.py +2 -2
- ory_client/models/create_custom_domain_body.py +2 -2
- ory_client/models/create_event_stream_body.py +2 -2
- ory_client/models/create_fedcm_flow_response.py +111 -0
- ory_client/models/create_identity_body.py +10 -3
- ory_client/models/create_invite_response.py +2 -2
- ory_client/models/create_json_web_key_set.py +2 -2
- ory_client/models/create_project_api_key_request.py +7 -4
- ory_client/models/create_project_body.py +5 -5
- ory_client/models/create_project_branding.py +2 -2
- ory_client/models/create_project_member_invite_body.py +2 -2
- ory_client/models/create_project_normalized_payload.py +42 -6
- ory_client/models/create_recovery_code_for_identity_body.py +2 -2
- ory_client/models/create_recovery_link_for_identity_body.py +2 -2
- ory_client/models/create_relationship_body.py +2 -2
- ory_client/models/create_subscription_body.py +2 -2
- ory_client/models/create_subscription_common.py +2 -2
- ory_client/models/create_verifiable_credential_request_body.py +2 -2
- ory_client/models/create_workspace_api_key_body.py +104 -0
- ory_client/models/create_workspace_body.py +2 -2
- ory_client/models/create_workspace_member_invite_body.py +16 -7
- ory_client/models/create_workspace_subscription_body.py +2 -2
- ory_client/models/credential_supported_draft00.py +2 -2
- ory_client/models/custom_domain.py +2 -2
- ory_client/models/delete_my_sessions_count.py +2 -2
- ory_client/models/email_template_data.py +2 -2
- ory_client/models/email_template_data_body.py +2 -2
- ory_client/models/error_authenticator_assurance_level_not_satisfied.py +2 -2
- ory_client/models/error_browser_location_change_required.py +2 -2
- ory_client/models/error_flow_replaced.py +2 -2
- ory_client/models/error_generic.py +2 -2
- ory_client/models/error_o_auth2.py +2 -2
- ory_client/models/event_stream.py +2 -2
- ory_client/models/expanded_permission_tree.py +2 -2
- ory_client/models/flow_error.py +2 -2
- ory_client/models/generic_error.py +2 -2
- ory_client/models/generic_error_content.py +2 -2
- ory_client/models/generic_usage.py +2 -2
- ory_client/models/get_attributes_count_response.py +2 -2
- ory_client/models/get_managed_identity_schema_location.py +2 -2
- ory_client/models/get_metrics_event_attributes_response.py +2 -2
- ory_client/models/get_metrics_event_types_response.py +2 -2
- ory_client/models/get_organization_response.py +2 -2
- ory_client/models/get_project_events_body.py +2 -2
- ory_client/models/get_project_events_response.py +2 -2
- ory_client/models/get_project_metrics_response.py +2 -2
- ory_client/models/get_session_activity_response.py +2 -2
- ory_client/models/get_version200_response.py +2 -2
- ory_client/models/health_not_ready_status.py +2 -2
- ory_client/models/health_status.py +2 -2
- ory_client/models/identity.py +2 -2
- ory_client/models/identity_credentials.py +5 -5
- ory_client/models/identity_credentials_code.py +14 -14
- ory_client/models/identity_credentials_code_address.py +103 -0
- ory_client/models/identity_credentials_oidc.py +2 -2
- ory_client/models/identity_credentials_oidc_provider.py +7 -5
- ory_client/models/identity_credentials_password.py +7 -5
- ory_client/models/identity_patch.py +2 -2
- ory_client/models/identity_patch_response.py +13 -6
- ory_client/models/identity_schema_container.py +2 -2
- ory_client/models/identity_schema_preset.py +2 -2
- ory_client/models/identity_with_credentials.py +2 -2
- ory_client/models/identity_with_credentials_oidc.py +2 -2
- ory_client/models/identity_with_credentials_oidc_config.py +2 -2
- ory_client/models/identity_with_credentials_oidc_config_provider.py +8 -6
- ory_client/models/identity_with_credentials_password.py +2 -2
- ory_client/models/identity_with_credentials_password_config.py +7 -5
- ory_client/models/internal_get_project_branding_body.py +2 -2
- ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +2 -2
- ory_client/models/internal_is_owner_for_project_by_slug_body.py +3 -3
- ory_client/models/internal_is_owner_for_project_by_slug_response.py +2 -2
- ory_client/models/introspected_o_auth2_token.py +2 -2
- ory_client/models/invite_token_body.py +101 -0
- ory_client/models/invoice.py +3 -3
- ory_client/models/invoice_data_v1.py +9 -5
- ory_client/models/is_owner_for_project_by_slug.py +3 -3
- ory_client/models/json_patch.py +2 -2
- ory_client/models/json_web_key.py +2 -2
- ory_client/models/json_web_key_set.py +2 -2
- ory_client/models/keto_namespace.py +2 -2
- ory_client/models/line_item_v1.py +2 -2
- ory_client/models/list_event_streams.py +2 -2
- ory_client/models/list_invoices_response.py +2 -2
- ory_client/models/list_organizations_response.py +2 -2
- ory_client/models/list_workspace_projects.py +2 -2
- ory_client/models/list_workspaces.py +2 -2
- ory_client/models/login_flow.py +5 -5
- ory_client/models/login_flow_state.py +3 -3
- ory_client/models/logout_flow.py +2 -2
- ory_client/models/managed_identity_schema.py +2 -2
- ory_client/models/managed_identity_schema_validation_result.py +2 -2
- ory_client/models/member_invite.py +10 -3
- ory_client/models/message.py +2 -2
- ory_client/models/message_dispatch.py +2 -2
- ory_client/models/metrics_datapoint.py +2 -2
- ory_client/models/money.py +2 -2
- ory_client/models/namespace.py +2 -2
- ory_client/models/needs_privileged_session_error.py +2 -2
- ory_client/models/normalized_project.py +5 -5
- ory_client/models/normalized_project_revision.py +39 -3
- ory_client/models/normalized_project_revision_courier_channel.py +2 -2
- ory_client/models/normalized_project_revision_hook.py +2 -2
- ory_client/models/normalized_project_revision_identity_schema.py +2 -2
- ory_client/models/normalized_project_revision_saml_provider.py +148 -0
- ory_client/models/normalized_project_revision_third_party_provider.py +34 -3
- ory_client/models/normalized_project_revision_tokenizer_template.py +2 -2
- ory_client/models/o_auth2_client.py +3 -3
- ory_client/models/o_auth2_client_token_lifespans.py +2 -2
- ory_client/models/o_auth2_consent_request.py +6 -4
- ory_client/models/o_auth2_consent_request_open_id_connect_context.py +2 -2
- ory_client/models/o_auth2_consent_session.py +5 -3
- ory_client/models/o_auth2_consent_session_expires_at.py +2 -2
- ory_client/models/o_auth2_login_request.py +3 -3
- ory_client/models/o_auth2_logout_request.py +9 -4
- ory_client/models/o_auth2_redirect_to.py +2 -2
- ory_client/models/o_auth2_token_exchange.py +2 -2
- ory_client/models/oidc_configuration.py +2 -2
- ory_client/models/oidc_user_info.py +2 -2
- ory_client/models/organization.py +2 -2
- ory_client/models/organization_body.py +2 -2
- ory_client/models/pagination.py +2 -2
- ory_client/models/pagination_headers.py +2 -2
- ory_client/models/parse_error.py +2 -2
- ory_client/models/patch_identities_body.py +2 -2
- ory_client/models/perform_native_logout_body.py +2 -2
- ory_client/models/permissions_on_workspace.py +2 -2
- ory_client/models/plan.py +2 -2
- ory_client/models/plan_details.py +2 -2
- ory_client/models/post_check_permission_body.py +2 -2
- ory_client/models/post_check_permission_or_error_body.py +2 -2
- ory_client/models/project.py +5 -5
- ory_client/models/project_api_key.py +5 -3
- ory_client/models/project_branding.py +2 -2
- ory_client/models/project_branding_colors.py +2 -2
- ory_client/models/project_branding_theme.py +2 -2
- ory_client/models/project_cors.py +2 -2
- ory_client/models/project_events_datapoint.py +2 -2
- ory_client/models/project_host.py +2 -2
- ory_client/models/project_member.py +6 -4
- ory_client/models/project_metadata.py +5 -5
- ory_client/models/project_service_identity.py +2 -2
- ory_client/models/project_service_o_auth2.py +2 -2
- ory_client/models/project_service_permission.py +2 -2
- ory_client/models/project_services.py +2 -2
- ory_client/models/provider.py +113 -0
- ory_client/models/quota_usage.py +8 -6
- ory_client/models/recovery_code_for_identity.py +2 -2
- ory_client/models/recovery_flow.py +2 -2
- ory_client/models/recovery_flow_state.py +3 -3
- ory_client/models/recovery_identity_address.py +2 -2
- ory_client/models/recovery_link_for_identity.py +2 -2
- ory_client/models/registration_flow.py +5 -5
- ory_client/models/registration_flow_state.py +3 -3
- ory_client/models/reject_o_auth2_request.py +2 -2
- ory_client/models/relation_query.py +2 -2
- ory_client/models/relationship.py +2 -2
- ory_client/models/relationship_namespaces.py +2 -2
- ory_client/models/relationship_patch.py +2 -2
- ory_client/models/relationships.py +2 -2
- ory_client/models/rfc6749_error_json.py +2 -2
- ory_client/models/schema_patch.py +2 -2
- ory_client/models/self_service_flow_expired_error.py +2 -2
- ory_client/models/session.py +2 -2
- ory_client/models/session_activity_datapoint.py +2 -2
- ory_client/models/session_authentication_method.py +2 -2
- ory_client/models/session_device.py +2 -2
- ory_client/models/set_active_project_in_console_body.py +2 -2
- ory_client/models/set_custom_domain_body.py +2 -2
- ory_client/models/set_event_stream_body.py +2 -2
- ory_client/models/set_project.py +2 -2
- ory_client/models/set_project_branding_theme_body.py +2 -2
- ory_client/models/settings_flow.py +2 -2
- ory_client/models/settings_flow_state.py +3 -3
- ory_client/models/source_position.py +2 -2
- ory_client/models/subject_set.py +2 -2
- ory_client/models/subscription.py +2 -2
- ory_client/models/successful_code_exchange_response.py +2 -2
- ory_client/models/successful_native_login.py +2 -2
- ory_client/models/successful_native_registration.py +2 -2
- ory_client/models/successful_project_update.py +2 -2
- ory_client/models/tax_line_item.py +2 -2
- ory_client/models/time_interval.py +2 -2
- ory_client/models/token_pagination.py +2 -2
- ory_client/models/token_pagination_headers.py +2 -2
- ory_client/models/token_pagination_request_parameters.py +2 -2
- ory_client/models/token_pagination_response_headers.py +2 -2
- ory_client/models/trust_o_auth2_jwt_grant_issuer.py +2 -2
- ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +2 -2
- ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +2 -2
- ory_client/models/ui_container.py +2 -2
- ory_client/models/ui_node.py +5 -5
- ory_client/models/ui_node_anchor_attributes.py +2 -2
- ory_client/models/ui_node_attributes.py +4 -4
- ory_client/models/ui_node_image_attributes.py +2 -2
- ory_client/models/ui_node_input_attributes.py +32 -6
- ory_client/models/ui_node_meta.py +2 -2
- ory_client/models/ui_node_script_attributes.py +2 -2
- ory_client/models/ui_node_text_attributes.py +2 -2
- ory_client/models/ui_text.py +2 -2
- ory_client/models/update_fedcm_flow_body.py +105 -0
- ory_client/models/update_identity_body.py +2 -2
- ory_client/models/update_login_flow_body.py +35 -11
- ory_client/models/update_login_flow_with_code_method.py +5 -3
- ory_client/models/update_login_flow_with_identifier_first_method.py +107 -0
- ory_client/models/update_login_flow_with_lookup_secret_method.py +2 -2
- ory_client/models/update_login_flow_with_oidc_method.py +3 -3
- ory_client/models/update_login_flow_with_passkey_method.py +2 -2
- ory_client/models/update_login_flow_with_password_method.py +2 -2
- ory_client/models/update_login_flow_with_totp_method.py +2 -2
- ory_client/models/update_login_flow_with_web_authn_method.py +2 -2
- ory_client/models/update_recovery_flow_body.py +4 -4
- ory_client/models/update_recovery_flow_with_code_method.py +2 -2
- ory_client/models/update_recovery_flow_with_link_method.py +2 -2
- ory_client/models/update_registration_flow_body.py +36 -12
- ory_client/models/update_registration_flow_with_code_method.py +2 -2
- ory_client/models/update_registration_flow_with_oidc_method.py +3 -3
- ory_client/models/update_registration_flow_with_passkey_method.py +2 -2
- ory_client/models/update_registration_flow_with_password_method.py +2 -2
- ory_client/models/update_registration_flow_with_profile_method.py +14 -4
- ory_client/models/update_registration_flow_with_web_authn_method.py +2 -2
- ory_client/models/update_settings_flow_body.py +4 -4
- ory_client/models/update_settings_flow_with_lookup_method.py +2 -2
- ory_client/models/update_settings_flow_with_oidc_method.py +2 -2
- ory_client/models/update_settings_flow_with_passkey_method.py +2 -2
- ory_client/models/update_settings_flow_with_password_method.py +2 -2
- ory_client/models/update_settings_flow_with_profile_method.py +2 -2
- ory_client/models/update_settings_flow_with_totp_method.py +2 -2
- ory_client/models/update_settings_flow_with_web_authn_method.py +2 -2
- ory_client/models/update_subscription_body.py +2 -2
- ory_client/models/update_verification_flow_body.py +4 -4
- ory_client/models/update_verification_flow_with_code_method.py +2 -2
- ory_client/models/update_verification_flow_with_link_method.py +2 -2
- ory_client/models/update_workspace_body.py +2 -2
- ory_client/models/usage.py +2 -2
- ory_client/models/verifiable_credential_priming_response.py +2 -2
- ory_client/models/verifiable_credential_proof.py +2 -2
- ory_client/models/verifiable_credential_response.py +2 -2
- ory_client/models/verifiable_identity_address.py +2 -2
- ory_client/models/verification_flow.py +2 -2
- ory_client/models/verification_flow_state.py +3 -3
- ory_client/models/version.py +2 -2
- ory_client/models/warning.py +2 -2
- ory_client/models/workspace.py +2 -2
- ory_client/models/workspace_api_key.py +6 -4
- ory_client/rest.py +4 -2
- ory_client-1.16.10.dist-info/METADATA +18 -0
- ory_client-1.16.10.dist-info/RECORD +302 -0
- {ory_client-1.12.2.dist-info → ory_client-1.16.10.dist-info}/WHEEL +1 -1
- ory_client-1.12.2.dist-info/METADATA +0 -19
- ory_client-1.12.2.dist-info/RECORD +0 -289
- {ory_client-1.12.2.dist-info → ory_client-1.16.10.dist-info}/LICENSE +0 -0
- {ory_client-1.12.2.dist-info → ory_client-1.16.10.dist-info}/top_level.txt +0 -0
ory_client/__init__.py
CHANGED
@@ -5,9 +5,9 @@
|
|
5
5
|
"""
|
6
6
|
Ory APIs
|
7
7
|
|
8
|
-
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
8
|
+
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
9
9
|
|
10
|
-
The version of the OpenAPI document: v1.
|
10
|
+
The version of the OpenAPI document: v1.16.10
|
11
11
|
Contact: support@ory.sh
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "v1.
|
18
|
+
__version__ = "v1.16.10"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from ory_client.api.courier_api import CourierApi
|
@@ -47,6 +47,7 @@ from ory_client.exceptions import ApiException
|
|
47
47
|
from ory_client.models.accept_o_auth2_consent_request import AcceptOAuth2ConsentRequest
|
48
48
|
from ory_client.models.accept_o_auth2_consent_request_session import AcceptOAuth2ConsentRequestSession
|
49
49
|
from ory_client.models.accept_o_auth2_login_request import AcceptOAuth2LoginRequest
|
50
|
+
from ory_client.models.account_experience_colors import AccountExperienceColors
|
50
51
|
from ory_client.models.account_experience_configuration import AccountExperienceConfiguration
|
51
52
|
from ory_client.models.account_experience_theme_variables import AccountExperienceThemeVariables
|
52
53
|
from ory_client.models.active_project_in_console import ActiveProjectInConsole
|
@@ -55,15 +56,19 @@ from ory_client.models.attribute import Attribute
|
|
55
56
|
from ory_client.models.attribute_filter import AttributeFilter
|
56
57
|
from ory_client.models.attributes_count_datapoint import AttributesCountDatapoint
|
57
58
|
from ory_client.models.authenticator_assurance_level import AuthenticatorAssuranceLevel
|
59
|
+
from ory_client.models.batch_check_permission_body import BatchCheckPermissionBody
|
60
|
+
from ory_client.models.batch_check_permission_result import BatchCheckPermissionResult
|
58
61
|
from ory_client.models.batch_patch_identities_response import BatchPatchIdentitiesResponse
|
59
62
|
from ory_client.models.billing_period_bucket import BillingPeriodBucket
|
60
63
|
from ory_client.models.check_opl_syntax_result import CheckOplSyntaxResult
|
61
64
|
from ory_client.models.check_permission_result import CheckPermissionResult
|
65
|
+
from ory_client.models.check_permission_result_with_error import CheckPermissionResultWithError
|
62
66
|
from ory_client.models.cloud_account import CloudAccount
|
63
67
|
from ory_client.models.consistency_request_parameters import ConsistencyRequestParameters
|
64
68
|
from ory_client.models.continue_with import ContinueWith
|
65
69
|
from ory_client.models.continue_with_recovery_ui import ContinueWithRecoveryUi
|
66
70
|
from ory_client.models.continue_with_recovery_ui_flow import ContinueWithRecoveryUiFlow
|
71
|
+
from ory_client.models.continue_with_redirect_browser_to import ContinueWithRedirectBrowserTo
|
67
72
|
from ory_client.models.continue_with_set_ory_session_token import ContinueWithSetOrySessionToken
|
68
73
|
from ory_client.models.continue_with_settings_ui import ContinueWithSettingsUi
|
69
74
|
from ory_client.models.continue_with_settings_ui_flow import ContinueWithSettingsUiFlow
|
@@ -73,6 +78,7 @@ from ory_client.models.courier_message_status import CourierMessageStatus
|
|
73
78
|
from ory_client.models.courier_message_type import CourierMessageType
|
74
79
|
from ory_client.models.create_custom_domain_body import CreateCustomDomainBody
|
75
80
|
from ory_client.models.create_event_stream_body import CreateEventStreamBody
|
81
|
+
from ory_client.models.create_fedcm_flow_response import CreateFedcmFlowResponse
|
76
82
|
from ory_client.models.create_identity_body import CreateIdentityBody
|
77
83
|
from ory_client.models.create_invite_response import CreateInviteResponse
|
78
84
|
from ory_client.models.create_json_web_key_set import CreateJsonWebKeySet
|
@@ -87,6 +93,7 @@ from ory_client.models.create_relationship_body import CreateRelationshipBody
|
|
87
93
|
from ory_client.models.create_subscription_body import CreateSubscriptionBody
|
88
94
|
from ory_client.models.create_subscription_common import CreateSubscriptionCommon
|
89
95
|
from ory_client.models.create_verifiable_credential_request_body import CreateVerifiableCredentialRequestBody
|
96
|
+
from ory_client.models.create_workspace_api_key_body import CreateWorkspaceApiKeyBody
|
90
97
|
from ory_client.models.create_workspace_body import CreateWorkspaceBody
|
91
98
|
from ory_client.models.create_workspace_member_invite_body import CreateWorkspaceMemberInviteBody
|
92
99
|
from ory_client.models.create_workspace_subscription_body import CreateWorkspaceSubscriptionBody
|
@@ -121,6 +128,7 @@ from ory_client.models.health_status import HealthStatus
|
|
121
128
|
from ory_client.models.identity import Identity
|
122
129
|
from ory_client.models.identity_credentials import IdentityCredentials
|
123
130
|
from ory_client.models.identity_credentials_code import IdentityCredentialsCode
|
131
|
+
from ory_client.models.identity_credentials_code_address import IdentityCredentialsCodeAddress
|
124
132
|
from ory_client.models.identity_credentials_oidc import IdentityCredentialsOidc
|
125
133
|
from ory_client.models.identity_credentials_oidc_provider import IdentityCredentialsOidcProvider
|
126
134
|
from ory_client.models.identity_credentials_password import IdentityCredentialsPassword
|
@@ -139,6 +147,7 @@ from ory_client.models.internal_is_ax_welcome_screen_enabled_for_project_body im
|
|
139
147
|
from ory_client.models.internal_is_owner_for_project_by_slug_body import InternalIsOwnerForProjectBySlugBody
|
140
148
|
from ory_client.models.internal_is_owner_for_project_by_slug_response import InternalIsOwnerForProjectBySlugResponse
|
141
149
|
from ory_client.models.introspected_o_auth2_token import IntrospectedOAuth2Token
|
150
|
+
from ory_client.models.invite_token_body import InviteTokenBody
|
142
151
|
from ory_client.models.invoice import Invoice
|
143
152
|
from ory_client.models.invoice_data_v1 import InvoiceDataV1
|
144
153
|
from ory_client.models.is_owner_for_project_by_slug import IsOwnerForProjectBySlug
|
@@ -169,6 +178,7 @@ from ory_client.models.normalized_project_revision import NormalizedProjectRevis
|
|
169
178
|
from ory_client.models.normalized_project_revision_courier_channel import NormalizedProjectRevisionCourierChannel
|
170
179
|
from ory_client.models.normalized_project_revision_hook import NormalizedProjectRevisionHook
|
171
180
|
from ory_client.models.normalized_project_revision_identity_schema import NormalizedProjectRevisionIdentitySchema
|
181
|
+
from ory_client.models.normalized_project_revision_saml_provider import NormalizedProjectRevisionSAMLProvider
|
172
182
|
from ory_client.models.normalized_project_revision_third_party_provider import NormalizedProjectRevisionThirdPartyProvider
|
173
183
|
from ory_client.models.normalized_project_revision_tokenizer_template import NormalizedProjectRevisionTokenizerTemplate
|
174
184
|
from ory_client.models.o_auth2_client import OAuth2Client
|
@@ -209,6 +219,7 @@ from ory_client.models.project_service_identity import ProjectServiceIdentity
|
|
209
219
|
from ory_client.models.project_service_o_auth2 import ProjectServiceOAuth2
|
210
220
|
from ory_client.models.project_service_permission import ProjectServicePermission
|
211
221
|
from ory_client.models.project_services import ProjectServices
|
222
|
+
from ory_client.models.provider import Provider
|
212
223
|
from ory_client.models.quota_usage import QuotaUsage
|
213
224
|
from ory_client.models.rfc6749_error_json import RFC6749ErrorJson
|
214
225
|
from ory_client.models.recovery_code_for_identity import RecoveryCodeForIdentity
|
@@ -263,9 +274,11 @@ from ory_client.models.ui_node_meta import UiNodeMeta
|
|
263
274
|
from ory_client.models.ui_node_script_attributes import UiNodeScriptAttributes
|
264
275
|
from ory_client.models.ui_node_text_attributes import UiNodeTextAttributes
|
265
276
|
from ory_client.models.ui_text import UiText
|
277
|
+
from ory_client.models.update_fedcm_flow_body import UpdateFedcmFlowBody
|
266
278
|
from ory_client.models.update_identity_body import UpdateIdentityBody
|
267
279
|
from ory_client.models.update_login_flow_body import UpdateLoginFlowBody
|
268
280
|
from ory_client.models.update_login_flow_with_code_method import UpdateLoginFlowWithCodeMethod
|
281
|
+
from ory_client.models.update_login_flow_with_identifier_first_method import UpdateLoginFlowWithIdentifierFirstMethod
|
269
282
|
from ory_client.models.update_login_flow_with_lookup_secret_method import UpdateLoginFlowWithLookupSecretMethod
|
270
283
|
from ory_client.models.update_login_flow_with_oidc_method import UpdateLoginFlowWithOidcMethod
|
271
284
|
from ory_client.models.update_login_flow_with_passkey_method import UpdateLoginFlowWithPasskeyMethod
|
ory_client/api/courier_api.py
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
"""
|
4
4
|
Ory APIs
|
5
5
|
|
6
|
-
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
6
|
+
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.16.10
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -18,7 +18,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
|
|
18
18
|
from typing_extensions import Annotated
|
19
19
|
|
20
20
|
from pydantic import Field, StrictStr
|
21
|
-
from typing import Optional
|
21
|
+
from typing import List, Optional
|
22
22
|
from typing_extensions import Annotated
|
23
23
|
from ory_client.models.courier_message_status import CourierMessageStatus
|
24
24
|
from ory_client.models.message import Message
|
@@ -259,7 +259,7 @@ class CourierApi:
|
|
259
259
|
_query_params: List[Tuple[str, str]] = []
|
260
260
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
261
261
|
_form_params: List[Tuple[str, str]] = []
|
262
|
-
_files: Dict[str, str] = {}
|
262
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
263
263
|
_body_params: Optional[bytes] = None
|
264
264
|
|
265
265
|
# process the path parameters
|
@@ -272,11 +272,12 @@ class CourierApi:
|
|
272
272
|
|
273
273
|
|
274
274
|
# set the HTTP header `Accept`
|
275
|
-
|
276
|
-
[
|
277
|
-
|
278
|
-
|
279
|
-
|
275
|
+
if 'Accept' not in _header_params:
|
276
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
277
|
+
[
|
278
|
+
'application/json'
|
279
|
+
]
|
280
|
+
)
|
280
281
|
|
281
282
|
|
282
283
|
# authentication setting
|
@@ -559,7 +560,7 @@ class CourierApi:
|
|
559
560
|
_query_params: List[Tuple[str, str]] = []
|
560
561
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
561
562
|
_form_params: List[Tuple[str, str]] = []
|
562
|
-
_files: Dict[str, str] = {}
|
563
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
563
564
|
_body_params: Optional[bytes] = None
|
564
565
|
|
565
566
|
# process the path parameters
|
@@ -586,11 +587,12 @@ class CourierApi:
|
|
586
587
|
|
587
588
|
|
588
589
|
# set the HTTP header `Accept`
|
589
|
-
|
590
|
-
[
|
591
|
-
|
592
|
-
|
593
|
-
|
590
|
+
if 'Accept' not in _header_params:
|
591
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
592
|
+
[
|
593
|
+
'application/json'
|
594
|
+
]
|
595
|
+
)
|
594
596
|
|
595
597
|
|
596
598
|
# authentication setting
|
ory_client/api/events_api.py
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
"""
|
4
4
|
Ory APIs
|
5
5
|
|
6
|
-
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
6
|
+
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.16.10
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -280,7 +280,7 @@ class EventsApi:
|
|
280
280
|
_query_params: List[Tuple[str, str]] = []
|
281
281
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
282
282
|
_form_params: List[Tuple[str, str]] = []
|
283
|
-
_files: Dict[str, str] = {}
|
283
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
284
284
|
_body_params: Optional[bytes] = None
|
285
285
|
|
286
286
|
# process the path parameters
|
@@ -295,11 +295,12 @@ class EventsApi:
|
|
295
295
|
|
296
296
|
|
297
297
|
# set the HTTP header `Accept`
|
298
|
-
|
299
|
-
[
|
300
|
-
|
301
|
-
|
302
|
-
|
298
|
+
if 'Accept' not in _header_params:
|
299
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
300
|
+
[
|
301
|
+
'application/json'
|
302
|
+
]
|
303
|
+
)
|
303
304
|
|
304
305
|
# set the HTTP header `Content-Type`
|
305
306
|
if _content_type:
|
@@ -578,7 +579,7 @@ class EventsApi:
|
|
578
579
|
_query_params: List[Tuple[str, str]] = []
|
579
580
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
580
581
|
_form_params: List[Tuple[str, str]] = []
|
581
|
-
_files: Dict[str, str] = {}
|
582
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
582
583
|
_body_params: Optional[bytes] = None
|
583
584
|
|
584
585
|
# process the path parameters
|
@@ -593,11 +594,12 @@ class EventsApi:
|
|
593
594
|
|
594
595
|
|
595
596
|
# set the HTTP header `Accept`
|
596
|
-
|
597
|
-
[
|
598
|
-
|
599
|
-
|
600
|
-
|
597
|
+
if 'Accept' not in _header_params:
|
598
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
599
|
+
[
|
600
|
+
'application/json'
|
601
|
+
]
|
602
|
+
)
|
601
603
|
|
602
604
|
|
603
605
|
# authentication setting
|
@@ -844,7 +846,7 @@ class EventsApi:
|
|
844
846
|
_query_params: List[Tuple[str, str]] = []
|
845
847
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
846
848
|
_form_params: List[Tuple[str, str]] = []
|
847
|
-
_files: Dict[str, str] = {}
|
849
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
848
850
|
_body_params: Optional[bytes] = None
|
849
851
|
|
850
852
|
# process the path parameters
|
@@ -857,11 +859,12 @@ class EventsApi:
|
|
857
859
|
|
858
860
|
|
859
861
|
# set the HTTP header `Accept`
|
860
|
-
|
861
|
-
[
|
862
|
-
|
863
|
-
|
864
|
-
|
862
|
+
if 'Accept' not in _header_params:
|
863
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
864
|
+
[
|
865
|
+
'application/json'
|
866
|
+
]
|
867
|
+
)
|
865
868
|
|
866
869
|
|
867
870
|
# authentication setting
|
@@ -1137,7 +1140,7 @@ class EventsApi:
|
|
1137
1140
|
_query_params: List[Tuple[str, str]] = []
|
1138
1141
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1139
1142
|
_form_params: List[Tuple[str, str]] = []
|
1140
|
-
_files: Dict[str, str] = {}
|
1143
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
1141
1144
|
_body_params: Optional[bytes] = None
|
1142
1145
|
|
1143
1146
|
# process the path parameters
|
@@ -1154,11 +1157,12 @@ class EventsApi:
|
|
1154
1157
|
|
1155
1158
|
|
1156
1159
|
# set the HTTP header `Accept`
|
1157
|
-
|
1158
|
-
[
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1160
|
+
if 'Accept' not in _header_params:
|
1161
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
1162
|
+
[
|
1163
|
+
'application/json'
|
1164
|
+
]
|
1165
|
+
)
|
1162
1166
|
|
1163
1167
|
# set the HTTP header `Content-Type`
|
1164
1168
|
if _content_type:
|