ory-client 1.4.7__py3-none-any.whl → 1.4.9__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 +2 -2
- ory_client/api/courier_api.py +1 -1
- ory_client/api/frontend_api.py +1 -1
- ory_client/api/identity_api.py +1 -1
- ory_client/api/jwk_api.py +1 -1
- ory_client/api/metadata_api.py +1 -1
- ory_client/api/o_auth2_api.py +1 -1
- ory_client/api/oidc_api.py +1 -1
- ory_client/api/permission_api.py +1 -1
- ory_client/api/project_api.py +1 -1
- ory_client/api/relationship_api.py +1 -1
- ory_client/api/wellknown_api.py +1 -1
- ory_client/api_client.py +2 -2
- ory_client/configuration.py +3 -3
- ory_client/exceptions.py +1 -1
- ory_client/model/accept_o_auth2_consent_request.py +1 -1
- ory_client/model/accept_o_auth2_consent_request_session.py +1 -1
- ory_client/model/accept_o_auth2_login_request.py +1 -1
- ory_client/model/active_project_in_console.py +1 -1
- ory_client/model/attribute.py +268 -0
- ory_client/model/attribute_filter.py +282 -0
- ory_client/model/attributes_count_datapoint.py +1 -1
- ory_client/model/authenticator_assurance_level.py +1 -1
- ory_client/model/batch_patch_identities_response.py +1 -1
- ory_client/model/check_opl_syntax_result.py +1 -1
- ory_client/model/check_permission_result.py +1 -1
- ory_client/model/cloud_account.py +1 -1
- ory_client/model/consistency_request_parameters.py +1 -1
- ory_client/model/continue_with.py +1 -1
- ory_client/model/continue_with_recovery_ui.py +1 -1
- ory_client/model/continue_with_recovery_ui_flow.py +1 -1
- ory_client/model/continue_with_set_ory_session_token.py +1 -1
- ory_client/model/continue_with_settings_ui.py +1 -1
- ory_client/model/continue_with_settings_ui_flow.py +1 -1
- ory_client/model/continue_with_verification_ui.py +1 -1
- ory_client/model/continue_with_verification_ui_flow.py +1 -1
- ory_client/model/courier_message_status.py +1 -1
- ory_client/model/courier_message_type.py +1 -1
- ory_client/model/create_custom_domain_body.py +1 -1
- ory_client/model/create_identity_body.py +1 -1
- ory_client/model/create_invite_response.py +1 -1
- ory_client/model/create_json_web_key_set.py +1 -1
- ory_client/model/{create_project_member_invite_response.py → create_member_invite_response.py} +4 -4
- ory_client/model/create_project_api_key_request.py +1 -1
- ory_client/model/create_project_body.py +1 -1
- ory_client/model/create_project_branding.py +1 -1
- ory_client/model/create_project_member_invite_body.py +1 -1
- ory_client/model/create_project_normalized_payload.py +1 -1
- ory_client/model/create_recovery_code_for_identity_body.py +1 -1
- ory_client/model/create_recovery_link_for_identity_body.py +1 -1
- ory_client/model/create_relationship_body.py +1 -1
- ory_client/model/create_subscription_body.py +1 -1
- ory_client/model/create_verifiable_credential_request_body.py +1 -1
- ory_client/model/create_workspace_member_invite_body.py +264 -0
- ory_client/model/credential_supported_draft00.py +1 -1
- ory_client/model/custom_domain.py +1 -1
- ory_client/model/delete_my_sessions_count.py +1 -1
- ory_client/model/email_template_data.py +1 -1
- ory_client/model/email_template_data_body.py +1 -1
- ory_client/model/error_authenticator_assurance_level_not_satisfied.py +1 -1
- ory_client/model/error_browser_location_change_required.py +1 -1
- ory_client/model/error_flow_replaced.py +1 -1
- ory_client/model/error_generic.py +1 -1
- ory_client/model/error_o_auth2.py +1 -1
- ory_client/model/expanded_permission_tree.py +1 -1
- ory_client/model/flow_error.py +1 -1
- ory_client/model/generic_error.py +1 -1
- ory_client/model/generic_error_content.py +1 -1
- ory_client/model/generic_usage.py +1 -1
- ory_client/model/get_attributes_count_response.py +1 -1
- ory_client/model/get_managed_identity_schema_location.py +1 -1
- ory_client/model/get_metrics_event_attributes_response.py +267 -0
- ory_client/model/get_metrics_event_types_response.py +267 -0
- ory_client/model/get_organization_response.py +1 -1
- ory_client/model/get_project_events_body.py +298 -0
- ory_client/model/get_project_events_response.py +278 -0
- ory_client/model/get_project_metrics_response.py +1 -1
- ory_client/model/get_session_activity_response.py +1 -1
- ory_client/model/get_version200_response.py +1 -1
- ory_client/model/health_not_ready_status.py +1 -1
- ory_client/model/health_status.py +1 -1
- ory_client/model/identity.py +1 -1
- ory_client/model/identity_credentials.py +1 -1
- ory_client/model/identity_credentials_code.py +1 -1
- ory_client/model/identity_credentials_oidc.py +1 -1
- ory_client/model/identity_credentials_oidc_provider.py +1 -1
- ory_client/model/identity_credentials_password.py +1 -1
- ory_client/model/identity_credentials_type.py +1 -1
- ory_client/model/identity_patch.py +1 -1
- ory_client/model/identity_patch_response.py +1 -1
- ory_client/model/identity_schema_container.py +1 -1
- ory_client/model/identity_schema_preset.py +1 -1
- ory_client/model/identity_schema_presets.py +1 -1
- ory_client/model/identity_schemas.py +1 -1
- ory_client/model/identity_state.py +1 -1
- ory_client/model/identity_with_credentials.py +1 -1
- ory_client/model/identity_with_credentials_oidc.py +1 -1
- ory_client/model/identity_with_credentials_oidc_config.py +1 -1
- ory_client/model/identity_with_credentials_oidc_config_provider.py +1 -1
- ory_client/model/identity_with_credentials_password.py +1 -1
- ory_client/model/identity_with_credentials_password_config.py +1 -1
- ory_client/model/internal_get_project_branding_body.py +1 -1
- ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py +1 -1
- ory_client/model/internal_is_owner_for_project_by_slug_body.py +1 -1
- ory_client/model/internal_is_owner_for_project_by_slug_response.py +1 -1
- ory_client/model/internal_provision_mock_subscription.py +1 -1
- ory_client/model/introspected_o_auth2_token.py +1 -1
- ory_client/model/is_owner_for_project_by_slug.py +1 -1
- ory_client/model/is_ready200_response.py +1 -1
- ory_client/model/is_ready503_response.py +1 -1
- ory_client/model/json_patch.py +1 -1
- ory_client/model/json_patch_document.py +1 -1
- ory_client/model/json_web_key.py +1 -1
- ory_client/model/json_web_key_set.py +1 -1
- ory_client/model/keto_namespace.py +1 -1
- ory_client/model/keto_namespaces.py +1 -1
- ory_client/model/list_custom_domains.py +1 -1
- ory_client/model/list_my_workspaces_response.py +1 -1
- ory_client/model/list_organizations_response.py +1 -1
- ory_client/model/login_flow.py +1 -1
- ory_client/model/login_flow_state.py +1 -1
- ory_client/model/logout_flow.py +1 -1
- ory_client/model/managed_identity_schema.py +1 -1
- ory_client/model/managed_identity_schema_validation_result.py +1 -1
- ory_client/model/managed_identity_schemas.py +1 -1
- ory_client/model/member_invite.py +11 -9
- ory_client/model/member_invites.py +1 -1
- ory_client/model/message.py +1 -1
- ory_client/model/message_dispatch.py +1 -1
- ory_client/model/metrics_datapoint.py +1 -1
- ory_client/model/namespace.py +1 -1
- ory_client/model/needs_privileged_session_error.py +1 -1
- ory_client/model/normalized_project.py +1 -1
- ory_client/model/normalized_project_revision.py +1 -1
- ory_client/model/normalized_project_revision_hook.py +1 -1
- ory_client/model/normalized_project_revision_identity_schema.py +1 -1
- ory_client/model/normalized_project_revision_identity_schemas.py +1 -1
- ory_client/model/normalized_project_revision_third_party_provider.py +1 -1
- ory_client/model/normalized_project_revision_tokenizer_template.py +1 -1
- ory_client/model/normalized_project_revision_tokenizer_templates.py +1 -1
- ory_client/model/normalized_projects.py +1 -1
- ory_client/model/null_duration.py +1 -1
- ory_client/model/o_auth2_client.py +1 -1
- ory_client/model/o_auth2_client_token_lifespans.py +1 -1
- ory_client/model/o_auth2_consent_request.py +1 -1
- ory_client/model/o_auth2_consent_request_open_id_connect_context.py +1 -1
- ory_client/model/o_auth2_consent_session.py +1 -1
- ory_client/model/o_auth2_consent_session_expires_at.py +1 -1
- ory_client/model/o_auth2_consent_sessions.py +1 -1
- ory_client/model/o_auth2_login_request.py +1 -1
- ory_client/model/o_auth2_logout_request.py +1 -1
- ory_client/model/o_auth2_redirect_to.py +1 -1
- ory_client/model/o_auth2_token_exchange.py +1 -1
- ory_client/model/oidc_configuration.py +1 -1
- ory_client/model/oidc_user_info.py +1 -1
- ory_client/model/organization.py +1 -1
- ory_client/model/organization_body.py +1 -1
- ory_client/model/pagination.py +1 -1
- ory_client/model/pagination_headers.py +1 -1
- ory_client/model/parse_error.py +1 -1
- ory_client/model/patch_identities_body.py +1 -1
- ory_client/model/perform_native_logout_body.py +1 -1
- ory_client/model/permissions_on_project.py +1 -1
- ory_client/model/plan.py +1 -1
- ory_client/model/plan_details.py +1 -1
- ory_client/model/plans.py +1 -1
- ory_client/model/post_check_permission_body.py +1 -1
- ory_client/model/post_check_permission_or_error_body.py +1 -1
- ory_client/model/pricing.py +1 -1
- ory_client/model/project.py +1 -1
- ory_client/model/project_api_key.py +1 -1
- ory_client/model/project_api_keys.py +1 -1
- ory_client/model/project_branding.py +1 -1
- ory_client/model/project_branding_colors.py +1 -1
- ory_client/model/project_branding_theme.py +1 -1
- ory_client/model/project_branding_themes.py +1 -1
- ory_client/model/project_cors.py +1 -1
- ory_client/model/project_events_datapoint.py +288 -0
- ory_client/model/project_host.py +1 -1
- ory_client/model/project_member.py +1 -1
- ory_client/model/project_members.py +1 -1
- ory_client/model/project_metadata.py +1 -1
- ory_client/model/project_metadata_list.py +1 -1
- ory_client/model/project_revision_hooks.py +1 -1
- ory_client/model/project_revision_identity_schemas.py +1 -1
- ory_client/model/project_revision_third_party_login_providers.py +1 -1
- ory_client/model/project_revisions.py +1 -1
- ory_client/model/project_service_identity.py +1 -1
- ory_client/model/project_service_o_auth2.py +1 -1
- ory_client/model/project_service_permission.py +1 -1
- ory_client/model/project_services.py +1 -1
- ory_client/model/projects.py +1 -1
- ory_client/model/quota_usage.py +4 -3
- ory_client/model/recovery_code_for_identity.py +1 -1
- ory_client/model/recovery_flow.py +1 -1
- ory_client/model/recovery_flow_state.py +1 -1
- ory_client/model/recovery_identity_address.py +1 -1
- ory_client/model/recovery_link_for_identity.py +1 -1
- ory_client/model/registration_flow.py +1 -1
- ory_client/model/registration_flow_state.py +1 -1
- ory_client/model/reject_o_auth2_request.py +1 -1
- ory_client/model/relation_query.py +1 -1
- ory_client/model/relationship.py +1 -1
- ory_client/model/relationship_namespaces.py +1 -1
- ory_client/model/relationship_patch.py +1 -1
- ory_client/model/relationships.py +1 -1
- ory_client/model/rfc6749_error_json.py +1 -1
- ory_client/model/schema_patch.py +1 -1
- ory_client/model/self_service_flow_expired_error.py +1 -1
- ory_client/model/session.py +1 -1
- ory_client/model/session_activity_datapoint.py +1 -1
- ory_client/model/session_authentication_method.py +1 -1
- ory_client/model/session_authentication_methods.py +1 -1
- ory_client/model/session_device.py +1 -1
- ory_client/model/set_active_project_in_console_body.py +1 -1
- ory_client/model/set_custom_domain_body.py +1 -1
- ory_client/model/set_project.py +1 -1
- ory_client/model/set_project_branding_theme_body.py +1 -1
- ory_client/model/settings_flow.py +1 -1
- ory_client/model/settings_flow_state.py +1 -1
- ory_client/model/source_position.py +1 -1
- ory_client/model/string_slice_json_format.py +1 -1
- ory_client/model/stripe_customer.py +1 -1
- ory_client/model/subject_set.py +1 -1
- ory_client/model/subscription.py +3 -3
- ory_client/model/successful_code_exchange_response.py +1 -1
- ory_client/model/successful_native_login.py +1 -1
- ory_client/model/successful_native_registration.py +1 -1
- ory_client/model/successful_project_update.py +1 -1
- ory_client/model/token_pagination.py +1 -1
- ory_client/model/token_pagination_headers.py +1 -1
- ory_client/model/token_pagination_request_parameters.py +1 -1
- ory_client/model/token_pagination_response_headers.py +1 -1
- ory_client/model/trust_o_auth2_jwt_grant_issuer.py +1 -1
- ory_client/model/trusted_o_auth2_jwt_grant_issuer.py +1 -1
- ory_client/model/trusted_o_auth2_jwt_grant_issuers.py +1 -1
- ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py +1 -1
- ory_client/model/ui_container.py +1 -1
- ory_client/model/ui_node.py +1 -1
- ory_client/model/ui_node_anchor_attributes.py +1 -1
- ory_client/model/ui_node_attributes.py +1 -1
- ory_client/model/ui_node_image_attributes.py +1 -1
- ory_client/model/ui_node_input_attributes.py +1 -1
- ory_client/model/ui_node_meta.py +1 -1
- ory_client/model/ui_node_script_attributes.py +1 -1
- ory_client/model/ui_node_text_attributes.py +1 -1
- ory_client/model/ui_nodes.py +1 -1
- ory_client/model/ui_text.py +1 -1
- ory_client/model/ui_texts.py +1 -1
- ory_client/model/update_identity_body.py +1 -1
- ory_client/model/update_login_flow_body.py +1 -1
- ory_client/model/update_login_flow_with_code_method.py +1 -1
- ory_client/model/update_login_flow_with_lookup_secret_method.py +1 -1
- ory_client/model/update_login_flow_with_oidc_method.py +1 -1
- ory_client/model/update_login_flow_with_password_method.py +1 -1
- ory_client/model/update_login_flow_with_totp_method.py +1 -1
- ory_client/model/update_login_flow_with_web_authn_method.py +1 -1
- ory_client/model/update_recovery_flow_body.py +1 -1
- ory_client/model/update_recovery_flow_with_code_method.py +1 -1
- ory_client/model/update_recovery_flow_with_link_method.py +1 -1
- ory_client/model/update_registration_flow_body.py +1 -1
- ory_client/model/update_registration_flow_with_code_method.py +1 -1
- ory_client/model/update_registration_flow_with_oidc_method.py +1 -1
- ory_client/model/update_registration_flow_with_password_method.py +1 -1
- ory_client/model/update_registration_flow_with_web_authn_method.py +1 -1
- ory_client/model/update_settings_flow_body.py +1 -1
- ory_client/model/update_settings_flow_with_lookup_method.py +1 -1
- ory_client/model/update_settings_flow_with_oidc_method.py +1 -1
- ory_client/model/update_settings_flow_with_password_method.py +1 -1
- ory_client/model/update_settings_flow_with_profile_method.py +1 -1
- ory_client/model/update_settings_flow_with_totp_method.py +1 -1
- ory_client/model/update_settings_flow_with_web_authn_method.py +1 -1
- ory_client/model/update_subscription_body.py +1 -1
- ory_client/model/update_verification_flow_body.py +1 -1
- ory_client/model/update_verification_flow_with_code_method.py +1 -1
- ory_client/model/update_verification_flow_with_link_method.py +1 -1
- ory_client/model/usage.py +1 -1
- ory_client/model/verifiable_credential_priming_response.py +1 -1
- ory_client/model/verifiable_credential_proof.py +1 -1
- ory_client/model/verifiable_credential_response.py +1 -1
- ory_client/model/verifiable_identity_address.py +1 -1
- ory_client/model/verification_flow.py +1 -1
- ory_client/model/verification_flow_state.py +1 -1
- ory_client/model/version.py +1 -1
- ory_client/model/warning.py +1 -1
- ory_client/model/workspace.py +1 -1
- ory_client/model/workspaces.py +1 -1
- ory_client/model_utils.py +1 -1
- ory_client/models/__init__.py +9 -1
- ory_client/rest.py +1 -1
- {ory_client-1.4.7.dist-info → ory_client-1.4.9.dist-info}/METADATA +1 -1
- ory_client-1.4.9.dist-info/RECORD +298 -0
- ory_client-1.4.7.dist-info/RECORD +0 -290
- {ory_client-1.4.7.dist-info → ory_client-1.4.9.dist-info}/LICENSE +0 -0
- {ory_client-1.4.7.dist-info → ory_client-1.4.9.dist-info}/WHEEL +0 -0
- {ory_client-1.4.7.dist-info → ory_client-1.4.9.dist-info}/top_level.txt +0 -0
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
ory_client/model/usage.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
ory_client/model/version.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
ory_client/model/warning.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
ory_client/model/workspace.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
ory_client/model/workspaces.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
ory_client/model_utils.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
ory_client/models/__init__.py
CHANGED
@@ -13,6 +13,8 @@ from ory_client.model.accept_o_auth2_consent_request import AcceptOAuth2ConsentR
|
|
13
13
|
from ory_client.model.accept_o_auth2_consent_request_session import AcceptOAuth2ConsentRequestSession
|
14
14
|
from ory_client.model.accept_o_auth2_login_request import AcceptOAuth2LoginRequest
|
15
15
|
from ory_client.model.active_project_in_console import ActiveProjectInConsole
|
16
|
+
from ory_client.model.attribute import Attribute
|
17
|
+
from ory_client.model.attribute_filter import AttributeFilter
|
16
18
|
from ory_client.model.attributes_count_datapoint import AttributesCountDatapoint
|
17
19
|
from ory_client.model.authenticator_assurance_level import AuthenticatorAssuranceLevel
|
18
20
|
from ory_client.model.batch_patch_identities_response import BatchPatchIdentitiesResponse
|
@@ -34,17 +36,18 @@ from ory_client.model.create_custom_domain_body import CreateCustomDomainBody
|
|
34
36
|
from ory_client.model.create_identity_body import CreateIdentityBody
|
35
37
|
from ory_client.model.create_invite_response import CreateInviteResponse
|
36
38
|
from ory_client.model.create_json_web_key_set import CreateJsonWebKeySet
|
39
|
+
from ory_client.model.create_member_invite_response import CreateMemberInviteResponse
|
37
40
|
from ory_client.model.create_project_api_key_request import CreateProjectApiKeyRequest
|
38
41
|
from ory_client.model.create_project_body import CreateProjectBody
|
39
42
|
from ory_client.model.create_project_branding import CreateProjectBranding
|
40
43
|
from ory_client.model.create_project_member_invite_body import CreateProjectMemberInviteBody
|
41
|
-
from ory_client.model.create_project_member_invite_response import CreateProjectMemberInviteResponse
|
42
44
|
from ory_client.model.create_project_normalized_payload import CreateProjectNormalizedPayload
|
43
45
|
from ory_client.model.create_recovery_code_for_identity_body import CreateRecoveryCodeForIdentityBody
|
44
46
|
from ory_client.model.create_recovery_link_for_identity_body import CreateRecoveryLinkForIdentityBody
|
45
47
|
from ory_client.model.create_relationship_body import CreateRelationshipBody
|
46
48
|
from ory_client.model.create_subscription_body import CreateSubscriptionBody
|
47
49
|
from ory_client.model.create_verifiable_credential_request_body import CreateVerifiableCredentialRequestBody
|
50
|
+
from ory_client.model.create_workspace_member_invite_body import CreateWorkspaceMemberInviteBody
|
48
51
|
from ory_client.model.credential_supported_draft00 import CredentialSupportedDraft00
|
49
52
|
from ory_client.model.custom_domain import CustomDomain
|
50
53
|
from ory_client.model.delete_my_sessions_count import DeleteMySessionsCount
|
@@ -62,7 +65,11 @@ from ory_client.model.generic_error_content import GenericErrorContent
|
|
62
65
|
from ory_client.model.generic_usage import GenericUsage
|
63
66
|
from ory_client.model.get_attributes_count_response import GetAttributesCountResponse
|
64
67
|
from ory_client.model.get_managed_identity_schema_location import GetManagedIdentitySchemaLocation
|
68
|
+
from ory_client.model.get_metrics_event_attributes_response import GetMetricsEventAttributesResponse
|
69
|
+
from ory_client.model.get_metrics_event_types_response import GetMetricsEventTypesResponse
|
65
70
|
from ory_client.model.get_organization_response import GetOrganizationResponse
|
71
|
+
from ory_client.model.get_project_events_body import GetProjectEventsBody
|
72
|
+
from ory_client.model.get_project_events_response import GetProjectEventsResponse
|
66
73
|
from ory_client.model.get_project_metrics_response import GetProjectMetricsResponse
|
67
74
|
from ory_client.model.get_session_activity_response import GetSessionActivityResponse
|
68
75
|
from ory_client.model.get_version200_response import GetVersion200Response
|
@@ -164,6 +171,7 @@ from ory_client.model.project_branding_colors import ProjectBrandingColors
|
|
164
171
|
from ory_client.model.project_branding_theme import ProjectBrandingTheme
|
165
172
|
from ory_client.model.project_branding_themes import ProjectBrandingThemes
|
166
173
|
from ory_client.model.project_cors import ProjectCors
|
174
|
+
from ory_client.model.project_events_datapoint import ProjectEventsDatapoint
|
167
175
|
from ory_client.model.project_host import ProjectHost
|
168
176
|
from ory_client.model.project_member import ProjectMember
|
169
177
|
from ory_client.model.project_members import ProjectMembers
|
ory_client/rest.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.4.
|
6
|
+
The version of the OpenAPI document: v1.4.9
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -0,0 +1,298 @@
|
|
1
|
+
ory_client/__init__.py,sha256=lgMWAgmDASZNMQcJBEOQhkO6xpCRP5cuqlUxi0bd-u8,835
|
2
|
+
ory_client/api_client.py,sha256=td_tvL80RZuOIK9H3VEhGJq_9g5NjmEq_ekC1eeQU7M,39202
|
3
|
+
ory_client/configuration.py,sha256=rQzvjqTPiJSpWlmjDEuJOHQLUtfUKNpnhNzJV0zRKzc,18031
|
4
|
+
ory_client/exceptions.py,sha256=dPPtzSzGBqKSoKYkqNSzREf6tuePr7hV157R_-iLzDI,5198
|
5
|
+
ory_client/model_utils.py,sha256=jjp0iwb1k5DO7O4qNskxDBLwi07N1LdykTtoS4v-Gb0,82704
|
6
|
+
ory_client/rest.py,sha256=q5u_TlsBIb-RvkREKBeimzDOZTOZou01qcHw0YDPAxY,14398
|
7
|
+
ory_client/api/__init__.py,sha256=12hWrV4_IfXYXtRdNa9waLgyCPhEDgo5GDdy3dJgCJA,214
|
8
|
+
ory_client/api/courier_api.py,sha256=Xw8tyZOIy_RFoLJST46zOJbGqYFNg6G0x5UQAa-JnPs,12519
|
9
|
+
ory_client/api/frontend_api.py,sha256=V1xbYxAJNPIxivrJAKrdCWDEV_f84q0kxw8FnIfywk0,206799
|
10
|
+
ory_client/api/identity_api.py,sha256=TuTzjXFX59Gd-oM8lZx8jmAldnq9oenBSZRWawWZ3ws,108616
|
11
|
+
ory_client/api/jwk_api.py,sha256=AWguL4iUjqzOw2-umCWP9lpaw3N3z-NCjYhS9xF_roo,40790
|
12
|
+
ory_client/api/metadata_api.py,sha256=LE1JOnSTJ8O2P9UNcqsLK9EwYzBA_2VqLAQ986v_2eM,16248
|
13
|
+
ory_client/api/o_auth2_api.py,sha256=hxvLka3l-A7-qGbAkphQOWqlcsCSEhwDYQi4wdhBTUs,163217
|
14
|
+
ory_client/api/oidc_api.py,sha256=jUspO1huRi-kX9kXI3q5nBz4O8Uy-RQksPHcA3cUktQ,45439
|
15
|
+
ory_client/api/permission_api.py,sha256=EwvXRzlIQBuKgrYD4OvJLuxbJkWB49thoWnjZCx-qmI,32077
|
16
|
+
ory_client/api/project_api.py,sha256=N1LUfVnC8UCjfYqlIkadbvix2SWofUm7R2k257R-SyM,104684
|
17
|
+
ory_client/api/relationship_api.py,sha256=JgVLxYDIA_9uNm5GZqu_3354uwKGb2i-yOoqaW592Iw,34599
|
18
|
+
ory_client/api/wellknown_api.py,sha256=5quURP2DpgOiHAABVAM3i1lNpPR4YHn2EUxG46H2ULk,5921
|
19
|
+
ory_client/apis/__init__.py,sha256=navhP_cq7ga2JlBYiPtEmXrANJvL29Avodr7LnE0l2w,984
|
20
|
+
ory_client/model/__init__.py,sha256=hCw5FHQbqau39Fcf9oEv7x0NExbhL4-N5Ih5LGKzEiw,344
|
21
|
+
ory_client/model/accept_o_auth2_consent_request.py,sha256=59ffez7QGQVEZhAKbbNSYn1bqutaIGESJHYUY8xZ760,13971
|
22
|
+
ory_client/model/accept_o_auth2_consent_request_session.py,sha256=p8bLOnOJUva7aJLL0_pU5ynPiJEbF8DffY-lYw3hnis,13401
|
23
|
+
ory_client/model/accept_o_auth2_login_request.py,sha256=6L03xCmsrSFD9qQYINI_CJaAZmrXfSpOPJ-bG0tyqrA,18750
|
24
|
+
ory_client/model/active_project_in_console.py,sha256=l5u8f3emtz-W4hqKDix38FUSsXLMBDTJ4dYnd6ef4vU,11650
|
25
|
+
ory_client/model/attribute.py,sha256=oXXWviFqprYrydtL5882S1j0zI_zpsPstUwTsuRCckw,11685
|
26
|
+
ory_client/model/attribute_filter.py,sha256=g3AYH60KaJLm5EJ3wHjZNuI6UsfUl0Mr9G7Bjg8f8Jk,12253
|
27
|
+
ory_client/model/attributes_count_datapoint.py,sha256=bLXEHv1_6dtXI242z0TFztYejMQnhOxWRO-kZNEQesg,11965
|
28
|
+
ory_client/model/authenticator_assurance_level.py,sha256=vkxydvIZ75apbj0fXZKtdQI4M2ltt_X4O5gr9nDWeAk,13840
|
29
|
+
ory_client/model/batch_patch_identities_response.py,sha256=f8BVSVDjQMIuTwgJXea3S8fmEFEpdSMW4M7g5pUtqjs,11964
|
30
|
+
ory_client/model/check_opl_syntax_result.py,sha256=vEv49GKohHTGUJy1rt-7tDqohJVyGNbhKpkBaFFCv6A,11792
|
31
|
+
ory_client/model/check_permission_result.py,sha256=mQdiuOSjLGejABby5BBw7FCQHh50lqeqKLqzklZb4h4,11697
|
32
|
+
ory_client/model/cloud_account.py,sha256=w9vEt3v74CPm5sUtmsJpWrvXkLtIOthi8qVJ6AT58_s,11867
|
33
|
+
ory_client/model/consistency_request_parameters.py,sha256=ly8J8ELawErSnsWpk6OSqCIYgwzC9Re0y66gaKLXuwA,13875
|
34
|
+
ory_client/model/continue_with.py,sha256=L_sv3liq4mr8i4xAW8fRVcE30--snc25WMqa-qJrVcI,16213
|
35
|
+
ory_client/model/continue_with_recovery_ui.py,sha256=AE3jX8NBFD-4frab_EWMEH-hfDIK09__oKimxkI0iQU,12647
|
36
|
+
ory_client/model/continue_with_recovery_ui_flow.py,sha256=Rm9naX-_w31BfQRzt_ZsOLD36KDpE9hvWS0s2hjX3m8,11867
|
37
|
+
ory_client/model/continue_with_set_ory_session_token.py,sha256=Cfm0rAJ9gjjL-VKbf09hq1LtLBazUhl3s4zFiYn_gTI,12653
|
38
|
+
ory_client/model/continue_with_settings_ui.py,sha256=e0mQLNpJqMa_tIUBlb3hk7hnEvC_R4y7KpDv47R0XcI,12647
|
39
|
+
ory_client/model/continue_with_settings_ui_flow.py,sha256=ZJiO1aRbaBd45vgl6A9WBo5Pa-DASyLoSeAU_sR4_l4,11634
|
40
|
+
ory_client/model/continue_with_verification_ui.py,sha256=-y4u-Sady46Y1lfsfB7c6QZFBNQUaHotEpQ5zpNExRk,12743
|
41
|
+
ory_client/model/continue_with_verification_ui_flow.py,sha256=SucusC1UIJcgv3vFfWPYZLI1Bn2qsIWG9Y2S2nfaLyI,12337
|
42
|
+
ory_client/model/courier_message_status.py,sha256=nGgZP7gJzrOQ-VXKxMTOw1SxihJHBeq6-Xxk-wKwx7Q,12313
|
43
|
+
ory_client/model/courier_message_type.py,sha256=GcIHxnukDJaEUEYSsArGG-0nr3F5fjU8OJ1bFFvmt9U,12189
|
44
|
+
ory_client/model/create_custom_domain_body.py,sha256=WMsud9ItvK5a6ejGdBKBlWa1aGmlodQcuQHhPNufGGM,13118
|
45
|
+
ory_client/model/create_identity_body.py,sha256=NSg-zi4jMwV0ZtRQLFLkDY0xqMH-DfezZDetXrqZc3A,17019
|
46
|
+
ory_client/model/create_invite_response.py,sha256=JcfUcIDsX2lC71y6FME6G5Gu8zvtOGgY1C4CPZOcjSM,12268
|
47
|
+
ory_client/model/create_json_web_key_set.py,sha256=57NdX5_4MdT1-rXQUGkFZcb5_je2cfH4Ao2VOEK9MHo,12838
|
48
|
+
ory_client/model/create_member_invite_response.py,sha256=r2Zi6lp4igEb7Sl08wUwglejDydgkBh5hL8r8rRGlik,11909
|
49
|
+
ory_client/model/create_project_api_key_request.py,sha256=Jiq0owUitoVuSIDvzOF3eL2AEQLeB3xouXbid8OZ9UM,11720
|
50
|
+
ory_client/model/create_project_body.py,sha256=G-ZOLZFlS77zHj6E7eVLxFQp3Y-2WU9SAgor3nD9i1w,11900
|
51
|
+
ory_client/model/create_project_branding.py,sha256=Jb-bUKFBgAkS7KOahHgjwupEcjQO0SkdM2Vwza7JaF4,12818
|
52
|
+
ory_client/model/create_project_member_invite_body.py,sha256=yl6cWbrlXyD1Gk7P8hkfgYTn_bjfWNOF6kV24bgxw9E,11650
|
53
|
+
ory_client/model/create_project_normalized_payload.py,sha256=vLIWMaoug4QCtuVUpEJ9b0X4F1WUoKVcJnNnTmsvau4,141768
|
54
|
+
ory_client/model/create_recovery_code_for_identity_body.py,sha256=M7Wdeo5GANnjx5uu4DbwrfJKTFRAOew56VyLYgm9wPA,12513
|
55
|
+
ory_client/model/create_recovery_link_for_identity_body.py,sha256=milUpVAT_krO5YhikjkGNeYAYmjuO9efAGrVEbsz6iQ,12510
|
56
|
+
ory_client/model/create_relationship_body.py,sha256=UfAa0L4F7U1aikwqHSCRrhVpHGlcNOMRl-xJ0PQWCF4,12810
|
57
|
+
ory_client/model/create_subscription_body.py,sha256=8sdjXxBErXXSzHnm4YX14FFg4d1gTwRGyvjv_F5Xc8w,13055
|
58
|
+
ory_client/model/create_verifiable_credential_request_body.py,sha256=xnNzbCs3dtpBhCzZq4gw_arBiKmbN8u9IGqn1ZTTecE,12261
|
59
|
+
ory_client/model/create_workspace_member_invite_body.py,sha256=7-mFirtyaKTbj_n08exNyEwKXMZGYd1x1un_iU33vb0,11656
|
60
|
+
ory_client/model/credential_supported_draft00.py,sha256=UsFfgcy8-0n8UiJcU8Lid_GSdFF3i7COHdwZ12bGx0g,13492
|
61
|
+
ory_client/model/custom_domain.py,sha256=t71l-BX-MyZvM1WCRXtcMoOeWBS7LSnUV2KRYV0TOQM,15192
|
62
|
+
ory_client/model/delete_my_sessions_count.py,sha256=4i90-UkigWeyb4IfNVElsAWvCBnM1Hz8v2lS5cQ3zek,11634
|
63
|
+
ory_client/model/email_template_data.py,sha256=8PIQ18T9peQMP3UTGZTVu5FO4bpqNoeqUoXbjVfkluk,12057
|
64
|
+
ory_client/model/email_template_data_body.py,sha256=L83Z4m6IKbXbyYZ6PPL3fcXG6leyDlDzNgE2qboSwkY,11830
|
65
|
+
ory_client/model/error_authenticator_assurance_level_not_satisfied.py,sha256=05trCgrpIbC7HOJtP0Aq8W7aKuqHPOrNr5-GOPISkPA,12160
|
66
|
+
ory_client/model/error_browser_location_change_required.py,sha256=Dv7VujWZE7uqEwaO72YXh0T1y-3_Qzao1AvWNtYs2Ac,12130
|
67
|
+
ory_client/model/error_flow_replaced.py,sha256=ncDS8gthrtUTg1DB95ymQY-czBQXfJPJZ_swUZT2_wk,12119
|
68
|
+
ory_client/model/error_generic.py,sha256=wFy2ClbLFmvY9_lXNDWnYcnK0YMreWbCPiXhsrpENtk,11815
|
69
|
+
ory_client/model/error_o_auth2.py,sha256=8bHU6UKwMTOlz_4K1vjSBiDZFlVGaqpM40sE5lgY2z8,12699
|
70
|
+
ory_client/model/expanded_permission_tree.py,sha256=Zv6tg1Qq_cpNrl5ycSM_QlsKH0OnWSQHvNNuu9LI52Q,13201
|
71
|
+
ory_client/model/flow_error.py,sha256=isehL0XK2scBZhWTu22Iz2i1MljUQ1tYIJE4abJYQL4,12628
|
72
|
+
ory_client/model/generic_error.py,sha256=mgv23581ZC6UyfFiQH0V_Wf18ySmPPHYP47i7gwLKCU,14404
|
73
|
+
ory_client/model/generic_error_content.py,sha256=--Mb-q1F5YNwX3NIrf8_-GPYPX6WtsET5oAd5pYpvaM,12936
|
74
|
+
ory_client/model/generic_usage.py,sha256=F4ZYYQGgmarDKNqkKqVnWIMnEyJkfj6kM_MOmf7HsZk,12338
|
75
|
+
ory_client/model/get_attributes_count_response.py,sha256=67Nwc4Llq7UhkwkScTTzQyOS7wDqNPG920YLcoDYnpM,11849
|
76
|
+
ory_client/model/get_managed_identity_schema_location.py,sha256=PTYHdPN4mOG47voLkEH0cF1qApKMVqsrrgCZMwsRJkg,11596
|
77
|
+
ory_client/model/get_metrics_event_attributes_response.py,sha256=PPkuLcejUM_gTKk0Np-yWVcyZO0xwdbzTfZk8FsTjdQ,11626
|
78
|
+
ory_client/model/get_metrics_event_types_response.py,sha256=bJRidsmvnspNfiJ8g7uZ5SKfYnKEYGhuJrIiL8wx2Js,11611
|
79
|
+
ory_client/model/get_organization_response.py,sha256=ftDBIo6Q2DlBUN9vO5fYCw1pZpCICfyuC8LUVR5Dh28,11874
|
80
|
+
ory_client/model/get_project_events_body.py,sha256=iQE1fQTSbnDywo71z27ArqQA_3n9lB8Y9OSqWSrVVTk,13505
|
81
|
+
ory_client/model/get_project_events_response.py,sha256=LgToSPC6NJOgcT3D_L5-7ff4dkGU2q9hBIhTmHmbvE8,12199
|
82
|
+
ory_client/model/get_project_metrics_response.py,sha256=owJE304I8J_a9F46VqTmyZhRS4W-balvJS0ccwn0aUw,11797
|
83
|
+
ory_client/model/get_session_activity_response.py,sha256=5ZTILxvcsk3KyjE2qoFM2tou850k55I3jx3VI7uoivo,11849
|
84
|
+
ory_client/model/get_version200_response.py,sha256=VyIjaVoz8nc0AsEhBWWuNHyHoDKalnKD0vbthGkriM8,11672
|
85
|
+
ory_client/model/health_not_ready_status.py,sha256=iDgHVAFajT9SOor0RirkDt9xzeMhaSnqK8T8hWkc8f0,11716
|
86
|
+
ory_client/model/health_status.py,sha256=hbuLTA9jGWfG8t2gg2tphE4gPQpTab5RJRFUFoZ5HhU,11590
|
87
|
+
ory_client/model/identity.py,sha256=Tv75I10CEXxGmQhGbOElJD8IdjlVPYVL2Cmngj8hDLY,18426
|
88
|
+
ory_client/model/identity_credentials.py,sha256=faz8-7gpRYQ-AGkbFsihWXOH8hSC4yqO7UdMjPGmUuQ,13621
|
89
|
+
ory_client/model/identity_credentials_code.py,sha256=h_a-Wf4t0klmhOgnVT9Jh_BpOUfxWlfZwmM1GyzHJxY,11830
|
90
|
+
ory_client/model/identity_credentials_oidc.py,sha256=L1CjacCrnkQHxR4qYtokGG6_2SsQxkM-cjlR6S5InT4,11911
|
91
|
+
ory_client/model/identity_credentials_oidc_provider.py,sha256=Or3thXLzn2_jbkW-xDkp37TUTTU_K1aPjIlS-qqJXhE,12763
|
92
|
+
ory_client/model/identity_credentials_password.py,sha256=-O0aXH6vIMLFTWwL7kaeo6WY0Np-JKRdCUxDq7QM4mM,11732
|
93
|
+
ory_client/model/identity_credentials_type.py,sha256=DxcYDD4rag6yQwWdNZMJIYo_rYSPU03gLGddNf0R71s,12434
|
94
|
+
ory_client/model/identity_patch.py,sha256=wR6oV1CZqGFQ23by5EGMANcMzTEKihKjLPxcIh0SUiY,12312
|
95
|
+
ory_client/model/identity_patch_response.py,sha256=az8y3WP2DMbq8gGFDN2hJF9qs6AhI4ndBiPDhUlR0Dw,12511
|
96
|
+
ory_client/model/identity_schema_container.py,sha256=oeBbNWsp45vTK1etIBSYR8KkBqDMxmWc1PcGLECJfEM,12063
|
97
|
+
ory_client/model/identity_schema_preset.py,sha256=bjCoykpcuNvttr6JwGEEnL3Q4r7QO70wH9vyj3jwFnI,12109
|
98
|
+
ory_client/model/identity_schema_presets.py,sha256=US7R1Y77DEv1BKj47Zmv9Yd6RfdqCXipbS6WVCTWVtw,12084
|
99
|
+
ory_client/model/identity_schemas.py,sha256=KOp5Eq6CBGbm4_FqBgL35-BdlHYPYqzHHX-iIJWG7QA,12217
|
100
|
+
ory_client/model/identity_state.py,sha256=MtkOjEFxDDPcJ22_zxkCSsU0zDk1vNp_KDViXh0ZM0s,12246
|
101
|
+
ory_client/model/identity_with_credentials.py,sha256=B7fbfBBFJKQIZCOX9lDktGX33GmXdm-cITZsAC3olZI,12317
|
102
|
+
ory_client/model/identity_with_credentials_oidc.py,sha256=vHjh4QjZHqW67lK35c32hwWgMoMkGeqJOO1PZgMW6FM,11917
|
103
|
+
ory_client/model/identity_with_credentials_oidc_config.py,sha256=1dV9KKJaV4avXLilzCSwtrRl7pgTlBkZBBtwJ2pknQE,12583
|
104
|
+
ory_client/model/identity_with_credentials_oidc_config_provider.py,sha256=hLujITC-97TpwTe4FxbNSvRCZDfte5HmtNQwTl9NG9Q,12296
|
105
|
+
ory_client/model/identity_with_credentials_password.py,sha256=Ni_luqTtk5oEeeCkeDyvuULn9zswX9XoIj1dffDuqzQ,11957
|
106
|
+
ory_client/model/identity_with_credentials_password_config.py,sha256=ZPJNNw5EuRYM2TfiTGpIRJJCT92X2EsxFntWdj7f2fQ,12222
|
107
|
+
ory_client/model/internal_get_project_branding_body.py,sha256=MmdzKcNGbmLh51CfUafhmzh6VOL8_-EsqHXiLqaZMv4,11590
|
108
|
+
ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py,sha256=IHrLcDL5unPdiN_xaMzMWKZhhOoc_rZT3BXIaX0CaVw,12074
|
109
|
+
ory_client/model/internal_is_owner_for_project_by_slug_body.py,sha256=8FUAP8RlWN_PkNwWc4nhPKUthGBrhTmJqNfwea-J0Tg,12881
|
110
|
+
ory_client/model/internal_is_owner_for_project_by_slug_response.py,sha256=tco4_bphGCKlLThX3hF2K90tqJAEl7V_4lcPyX8ic-o,11767
|
111
|
+
ory_client/model/internal_provision_mock_subscription.py,sha256=vxv63E-1bmyz0Ekp8-RWjk6Ifddf3FmuvqTg2qlU1_c,12732
|
112
|
+
ory_client/model/introspected_o_auth2_token.py,sha256=5COKCrjwhjJJCmC-z6QqHJEHvzEzmfMxf3eUd3CE4qU,18024
|
113
|
+
ory_client/model/is_owner_for_project_by_slug.py,sha256=0PyTwPyoYLKY2qHKEd1HJtCwzW4ixuq48VgePEb-19I,12057
|
114
|
+
ory_client/model/is_ready200_response.py,sha256=ZbkwgrZlQ5KetGvK85GUkGHy2ENSd3J-6AU_zAw3sYQ,11628
|
115
|
+
ory_client/model/is_ready503_response.py,sha256=BsGmyuazFGZxRAyBTFd5UbPfQanVXik1jYhakHrFsUA,11762
|
116
|
+
ory_client/model/json_patch.py,sha256=DRVs5Tz8SpCe8yuFiBfccDAES4gUB6rztiYT7dl48S4,13595
|
117
|
+
ory_client/model/json_patch_document.py,sha256=HXvIbVY7B1OGyDg7YjNaaYI3KiHCoKTdfQpeqIj73mM,12088
|
118
|
+
ory_client/model/json_web_key.py,sha256=gC3cMetbSVanAOM_8tvHe332-X0EvLE8YXywy6-rmEo,18000
|
119
|
+
ory_client/model/json_web_key_set.py,sha256=ZCePdWbFmM1-3VEcSS0e_ci4apcwsL-qP2zIvGqpX3Q,12346
|
120
|
+
ory_client/model/keto_namespace.py,sha256=U7G47JDGbGmRCAuLb0zWb7GOGa2TAKL3VkbqzhZ1vSw,11687
|
121
|
+
ory_client/model/keto_namespaces.py,sha256=uGgnxWmd-nc62AVdN3kt23i0uIxSwe6D1ZdIprfogqc,11999
|
122
|
+
ory_client/model/list_custom_domains.py,sha256=PcU7O-KfHKy2CxOdTUa4IzMHShf8jA8HA16B2ax-Zag,12087
|
123
|
+
ory_client/model/list_my_workspaces_response.py,sha256=Sll8EnpGeuaJ8fse7IGENkjmYjkecA4Sg_QRPGVbNcQ,12443
|
124
|
+
ory_client/model/list_organizations_response.py,sha256=d1T4afegTadkQ7dmeUWMhRyegncIdc4nDERHew12f64,11897
|
125
|
+
ory_client/model/login_flow.py,sha256=b76LbvjPnWmWeZzyUb6GTq7Qi-JycXNfJuULMZPj0WE,19295
|
126
|
+
ory_client/model/login_flow_state.py,sha256=4VKWAkVRU1Z7FDpqkjxOz-W75MgJA7h0zEYanWXNMzI,13275
|
127
|
+
ory_client/model/logout_flow.py,sha256=egd0mYXGjMvsN4av3ISIC97dt-IkzuVI72T67C_MOp0,12148
|
128
|
+
ory_client/model/managed_identity_schema.py,sha256=MgRfltI9_s56yurTwGnEC79w3GC94D5aKX_ffXJpPWY,13567
|
129
|
+
ory_client/model/managed_identity_schema_validation_result.py,sha256=yK3bhAyRP-Ea2ihqVRfQdcTIVqVgdEB8I_soOuZ1yXc,11792
|
130
|
+
ory_client/model/managed_identity_schemas.py,sha256=xQv28h135byByiYpD8QlRWrImQj8yFSFu2VdAL0CUgc,12096
|
131
|
+
ory_client/model/member_invite.py,sha256=KViGMpXeVZrxbTX4RVJfp6CLTlQla2XPxTg9lfp84lE,14688
|
132
|
+
ory_client/model/member_invites.py,sha256=FhhbUBIpRFzx1mLjI78MHwdPj3qT6A4uX6Egpldz1CY,11987
|
133
|
+
ory_client/model/message.py,sha256=G62O69QEiYFo67hG9WjlS8FCR5aEwgAhjVGF6WQKIlw,16574
|
134
|
+
ory_client/model/message_dispatch.py,sha256=Ih7iMY1Pw1oeR85OEIDjOBqxpxlr2nipgzAurJP3n18,13688
|
135
|
+
ory_client/model/metrics_datapoint.py,sha256=4zg0UAaPBPKxtKzznheRj7LQp6knW6Xo-DANnkwZ-Dw,11924
|
136
|
+
ory_client/model/namespace.py,sha256=zt4cZnEHXLPmQL6jXVhiM8dhe0371V22Z-ABS3-o--o,11555
|
137
|
+
ory_client/model/needs_privileged_session_error.py,sha256=iHheABGv9pSWoCQLSodLaXdsbtork1NTR9yiml3kTYQ,12239
|
138
|
+
ory_client/model/normalized_project.py,sha256=4lIf7zh4yGaJMDF6hSNQfh2bTXxzM-6tC4gjOtKqfw8,14951
|
139
|
+
ory_client/model/normalized_project_revision.py,sha256=NNfO0qTNbjsbxAY61LHOb0JJkx_-M5mJYLaEGqs2ToQ,141502
|
140
|
+
ory_client/model/normalized_project_revision_hook.py,sha256=J7DAbVCLAF5RUq93J_lldb1yQ_ditiUoLCQIMM-0GZw,18363
|
141
|
+
ory_client/model/normalized_project_revision_identity_schema.py,sha256=kY91CWvt7j5yqJ_Wp0czOhboGQibGct-IZlca87rsOw,15526
|
142
|
+
ory_client/model/normalized_project_revision_identity_schemas.py,sha256=HM5450jWQZOywg2J_HRYC-91doUrJ46PtFbuAJFxzyQ,12314
|
143
|
+
ory_client/model/normalized_project_revision_third_party_provider.py,sha256=pjF5kgPaQHIHhLIWMqRCNdjxKI6iHGv3xCwtVoyOKZk,21151
|
144
|
+
ory_client/model/normalized_project_revision_tokenizer_template.py,sha256=D50IB8kur5dqSkbX8Iz2Ht2lQHj4dg_bC7yNIWijAFo,13893
|
145
|
+
ory_client/model/normalized_project_revision_tokenizer_templates.py,sha256=0nSk4k0u5Spkt1Ex2XRcaR2KcKYqHAmNGOYqckajIKo,12350
|
146
|
+
ory_client/model/normalized_projects.py,sha256=d2dAyTnyrRxnp8Soa9DBSnnsc4z9dMKgBZwlC7q-e9U,12047
|
147
|
+
ory_client/model/null_duration.py,sha256=v9FkfaPm_M_1U8Ga4pfuNfHd1C7MEM-1TprZWsK-q0s,11898
|
148
|
+
ory_client/model/o_auth2_client.py,sha256=pAnHDx4OWJQQQWlDF4vaxPlwYJzzMYqNTcjHL9X5Xek,38907
|
149
|
+
ory_client/model/o_auth2_client_token_lifespans.py,sha256=_etBvNfS7SuLDfwcN_BrQ7wkNyPhXWMhALZxFf7uBtI,15434
|
150
|
+
ory_client/model/o_auth2_consent_request.py,sha256=Prz-QFs2tCfKhw3QbErW4D7sD87-7CI1Nfa14MNvTvc,18510
|
151
|
+
ory_client/model/o_auth2_consent_request_open_id_connect_context.py,sha256=qTpaxjkHfrRZ635_S1-yLfgf2PkoDFPB5YH34CZHINQ,18529
|
152
|
+
ory_client/model/o_auth2_consent_session.py,sha256=fGU_Z1Yy5gc93YtnGM8em863Iu6ag1R6UNUv9NGRSQc,14919
|
153
|
+
ory_client/model/o_auth2_consent_session_expires_at.py,sha256=sbkgOk8SBOIG1O02gk4kL69wnNzJ6Ey2Xt0_YsLVPAo,12544
|
154
|
+
ory_client/model/o_auth2_consent_sessions.py,sha256=oTszPY1DuHjgRt11_VbIjP9LD4CHQ7-VaLXmsyL7aq0,12229
|
155
|
+
ory_client/model/o_auth2_login_request.py,sha256=7SSJBBybe6LtSlVwL0EmZX3QREyUsZoz1xaxNZWZ4ak,17354
|
156
|
+
ory_client/model/o_auth2_logout_request.py,sha256=UzkGlFGakmQ97bH_5e5PbW_qZg7fvcP3Dh7JQm7-F6w,13573
|
157
|
+
ory_client/model/o_auth2_redirect_to.py,sha256=5HmCvWOovDiv9yq8RJSeR7U3opF4-r6z2ec93ZbBcxY,11881
|
158
|
+
ory_client/model/o_auth2_token_exchange.py,sha256=ne-KUIQghGEN6S-n3OKjSfbt81kdL8B5OkvHfn7jcjc,13565
|
159
|
+
ory_client/model/oidc_configuration.py,sha256=H0EIW3lVRJ-NauojgSSWZtHQcWBRpgiTbiiWKAU-kyE,33786
|
160
|
+
ory_client/model/oidc_user_info.py,sha256=P9h4IFDJCGDHmY_ej7nBAUJ0e68dpOEJk8n6i-XoP4w,24625
|
161
|
+
ory_client/model/organization.py,sha256=O5pkkiCvfe16cirwFeyBBS3x9T85-5SCNzgpcDctAK0,13150
|
162
|
+
ory_client/model/organization_body.py,sha256=1J19UJI-L1ZgJAWfy7NTtdtY3SDTwiB6nGWCcgWQWgk,11924
|
163
|
+
ory_client/model/pagination.py,sha256=VxXefeupiqWcoNHyOONnS4EfktjU4AL_W_RRNR5GvMo,12865
|
164
|
+
ory_client/model/pagination_headers.py,sha256=_uMzOO1DIK_q5gPV6MaYpGyaJKxSPp8m8OP36En59uI,12222
|
165
|
+
ory_client/model/parse_error.py,sha256=i6mOXITaoTVjbEqpBHRX12GBWBMgLvf2TiWAh2XN4Dk,12124
|
166
|
+
ory_client/model/patch_identities_body.py,sha256=aODoxm8GAWtj2UvphewgJ6np4zSMJcLJLTPgGbXYLhc,11890
|
167
|
+
ory_client/model/perform_native_logout_body.py,sha256=NHxyUT6oEKz-_4GEj-zEtP57_yFU3VfaSWMIOnKD0Yo,11790
|
168
|
+
ory_client/model/permissions_on_project.py,sha256=tTwElqlKZQX8JUp5TVW0g5z0u3RFiTpUe6HJmnNSHqY,11306
|
169
|
+
ory_client/model/plan.py,sha256=mpIePn-gybZixjTm13B7Wx8TbxOM7yKsLqHK1gYXtj4,11989
|
170
|
+
ory_client/model/plan_details.py,sha256=3XVywrcgjCNDM84vLTvtNusrxiEahnry_pXEZJotcUY,14179
|
171
|
+
ory_client/model/plans.py,sha256=po-L_b-WbogFZya1gYS9PaglQdLFC3g4e0hztWrGzEA,11781
|
172
|
+
ory_client/model/post_check_permission_body.py,sha256=puBvDAsPGMwZv0JCWy4TTPJqyxUhmdxVFwb2HAhfM2Y,12813
|
173
|
+
ory_client/model/post_check_permission_or_error_body.py,sha256=FGolLUtSfh4QOY_2mUFcoz8HPl2c3qLyZFRKUMFQG9Q,12834
|
174
|
+
ory_client/model/pricing.py,sha256=9slutBCMI9OZF6p7lO3IauXpwhBFmMaOZniTsBMZwls,11960
|
175
|
+
ory_client/model/project.py,sha256=P6kdz32M8Hs_SrC_z2uOCmPY4f3kY74hP-7i6Zi16e0,13831
|
176
|
+
ory_client/model/project_api_key.py,sha256=eDhZQOUCszyFjXT6hvtFTlK5cvkM3NqdZsALwJz6jPE,13276
|
177
|
+
ory_client/model/project_api_keys.py,sha256=lU6p5eSkXF9jgNydbNhLfik9VNSu9sfDkN6vsp1Z0qo,12000
|
178
|
+
ory_client/model/project_branding.py,sha256=6XOEfsKEwtRz5jdalesYZBMGpF_e9Pn8ZvHCUROCXw4,13358
|
179
|
+
ory_client/model/project_branding_colors.py,sha256=OPMieX_HeJszLAZMTg0S5CuM1gzbVA5AJCWmPF4Fu64,23906
|
180
|
+
ory_client/model/project_branding_theme.py,sha256=KTLT2nO6_hPFQlWsjCnYWhvLmzLM5SylvTPVULAfgQQ,26889
|
181
|
+
ory_client/model/project_branding_themes.py,sha256=97wRoL7ZrgIG0uhnEj45k00EPyEmILf3O7JQX03_4YU,12084
|
182
|
+
ory_client/model/project_cors.py,sha256=WmnEuq-8PLIEx0MRtcgfCB9hmhkr30F3DYrXY1bF7qU,12190
|
183
|
+
ory_client/model/project_events_datapoint.py,sha256=6IgM1TuCWhdCniyixoRibYrPs5MajPLgnH0EUGvFKpc,12416
|
184
|
+
ory_client/model/project_host.py,sha256=LCoG3QcQAJ7xOum3MNc4ycruGHyFiJvR05pwH2hBc8c,12070
|
185
|
+
ory_client/model/project_member.py,sha256=C7eCW2RKcI-G5NxJ6SKyewB77_1pIaYEOCkRaKnmaaE,11830
|
186
|
+
ory_client/model/project_members.py,sha256=9EVdYK6PjQTyM7SRWjCWjXL9CyHSLbtGbRB1oinRpIE,11995
|
187
|
+
ory_client/model/project_metadata.py,sha256=xZaoCHVkhyIJpjmywFu7mcJ5WvVMpJcvWLEJ2zR-NJA,14425
|
188
|
+
ory_client/model/project_metadata_list.py,sha256=r_mlC2rVDtDWDUFP-ssiS7sysTovW6GUZTsCfCMeDqg,12032
|
189
|
+
ory_client/model/project_revision_hooks.py,sha256=fpQQf3abPquRZrHJM66QuXyoQudwXHh6045vfqZN8SQ,12163
|
190
|
+
ory_client/model/project_revision_identity_schemas.py,sha256=ZjoGKXy7-eUb3s8AN_nabJxJK7dvIjhUDGHirJpcLHo,12284
|
191
|
+
ory_client/model/project_revision_third_party_login_providers.py,sha256=0GEQjCkRF4g8Vb_Sllh5i8ob6OlgNTWV36aM4KRcFc4,12348
|
192
|
+
ory_client/model/project_revisions.py,sha256=81HIJY96BgD0Q3dCuFkp4jlFIZkMuxnxWwpCZ_Tupu4,12114
|
193
|
+
ory_client/model/project_service_identity.py,sha256=W9F5V9YeS_wg03hS0TGCleRxj5yfszd7KRtkFq3xgA8,11808
|
194
|
+
ory_client/model/project_service_o_auth2.py,sha256=0FlAlzPdxb0jFcEiCtNdQMEKHiJEQOjwhiJ2adiECS0,11802
|
195
|
+
ory_client/model/project_service_permission.py,sha256=qkN-wu-0DFqN4Lzbg1UMTy9COPMK8CV_9eXyS7TEe9M,11814
|
196
|
+
ory_client/model/project_services.py,sha256=lzpftiYVFG95K_O_ayj-Exo7dH_3SHxeuQcSMfrsut0,12615
|
197
|
+
ory_client/model/projects.py,sha256=g8VeRQh_2mfCl_4fNebVaGcfz46dQXBDtpW0Ih3sgUQ,11926
|
198
|
+
ory_client/model/quota_usage.py,sha256=1TsXptU407c6t8pSizyvSixpJEJjRnHiP_8F_5Oqe6w,15427
|
199
|
+
ory_client/model/recovery_code_for_identity.py,sha256=SUTcBkvMdHNo3iCrtUcDPPQu2GpLJzrNWIOOMtX4DBE,12720
|
200
|
+
ory_client/model/recovery_flow.py,sha256=N8J2LDbnRb3Zw8cbNHiWzVglq8FEFvBvEZNwrsUMJoU,16075
|
201
|
+
ory_client/model/recovery_flow_state.py,sha256=JYOxu3mscrcmpP5eDM1JX4qntBctYzzFDK866mKwl-g,13316
|
202
|
+
ory_client/model/recovery_identity_address.py,sha256=qYfgrA5CbCVdO0PIeO5r2sBMGoSyAbaSVBjgmMrrOlQ,12615
|
203
|
+
ory_client/model/recovery_link_for_identity.py,sha256=euY19QWILjAcUaF9aId8eJcC-6IFw6Itxlh0tWdhFgY,12181
|
204
|
+
ory_client/model/registration_flow.py,sha256=4PQGbjdzz4GIOQkz4RLmZWhg_HQfoTbY8NT5SmkuPVo,18488
|
205
|
+
ory_client/model/registration_flow_state.py,sha256=7frQfjZAiME3Iaaj-WTTbeMYqnuMGWUU9wSwPnTRcOU,13120
|
206
|
+
ory_client/model/reject_o_auth2_request.py,sha256=TpSXh1h3acGrT20kjBWHSw6Ysj-C5TfSg00XPmJ6wGU,13273
|
207
|
+
ory_client/model/relation_query.py,sha256=XaOTKPqVtegh9bY-koDKqdWb9D-UGkxAzo1VWXLJthg,12783
|
208
|
+
ory_client/model/relationship.py,sha256=AGIalZZoGUSXJc3YVHWMvK69xI0nWE_ZkrLHOFFVxls,13010
|
209
|
+
ory_client/model/relationship_namespaces.py,sha256=W8KLlfgmu1ojhqPOQGgcslrvlBZMqFsyZNZoKWfr4QI,11756
|
210
|
+
ory_client/model/relationship_patch.py,sha256=zf_H-01I27d-zs9MwnLY2em_JVLXj__odUp2Bjt6L1k,12062
|
211
|
+
ory_client/model/relationships.py,sha256=OtiZngp-ZqXLdtHYEySkFyYTfoj9QrWhqlTJwu-nKMw,12258
|
212
|
+
ory_client/model/rfc6749_error_json.py,sha256=PECeR8fhw0i3KEPbiL-0X-vmSw8mSNzjhYr4zrcPJDU,12410
|
213
|
+
ory_client/model/schema_patch.py,sha256=pHG02bU-YvXHpfQIgGHS32z_XiFhWVrYBQljZuCORPg,12033
|
214
|
+
ory_client/model/self_service_flow_expired_error.py,sha256=56Q1cftVTt_9glOSPkuaaL68IyR_-4tVdH5Mi58Xr2o,12969
|
215
|
+
ory_client/model/session.py,sha256=y9MBtDusEO6DPn6bv1zdsKWR6b5QB0W1x1wq2SocRgM,15774
|
216
|
+
ory_client/model/session_activity_datapoint.py,sha256=w7c6ctsXgrCbZTqmAqays2Yda3fhojhtR4PD7CFwAxU,12342
|
217
|
+
ory_client/model/session_authentication_method.py,sha256=-pOJDm3Q9yyJSzbSQF-uaWAqULA6EPv62mYxY8pXGK8,13371
|
218
|
+
ory_client/model/session_authentication_methods.py,sha256=puXbApQywSdenOREc3vZyoz0oVau_OJp6AhkiO1D2vw,12452
|
219
|
+
ory_client/model/session_device.py,sha256=hqCN5KvcB5FCY4dUco-0gnJvn72U47UuKoDkctlrAOo,12379
|
220
|
+
ory_client/model/set_active_project_in_console_body.py,sha256=qQ6RygpRMMBUchS1wTcfIpfS8jIuZ_MBA7lR4pOI590,11805
|
221
|
+
ory_client/model/set_custom_domain_body.py,sha256=acg39TbIuK_7Zu8Fj6-KfStrM89llEjCU8NYPK9wruM,13091
|
222
|
+
ory_client/model/set_project.py,sha256=L_mx_hBjKUBYcaMp7c8kP8v9zyuuS4027ZN21LeL2a4,12725
|
223
|
+
ory_client/model/set_project_branding_theme_body.py,sha256=xHjwVooJRd-iAOeApUlJYFV6QqxjpGlq_alzStP7QfA,12962
|
224
|
+
ory_client/model/settings_flow.py,sha256=0MfW8vJF3Vcj6kJacFGrvMg-i3WfUrmEcHnpeuA6Jzg,16978
|
225
|
+
ory_client/model/settings_flow_state.py,sha256=IWZCUbL_xXNjwUaYTsz_69IdFl16PpLxZX-MxEhUe04,13574
|
226
|
+
ory_client/model/source_position.py,sha256=QjuDfKauZ65zSyL1WnoPHk3-I5xdVVLzaQsmdAZh8e4,11710
|
227
|
+
ory_client/model/string_slice_json_format.py,sha256=9DmnPz4HqBaQZq1dD5oeV9ZRtfkKFDGt-htNsfRRC5E,11819
|
228
|
+
ory_client/model/stripe_customer.py,sha256=TdEbYVOc15OuBTcO30qwhsbfXtf9iydMMBzuF9gYyvo,11512
|
229
|
+
ory_client/model/subject_set.py,sha256=blEEr5a0N2FBPFCzLcOZ93ujKs-hb0Z9sqDv5XH1FuA,12219
|
230
|
+
ory_client/model/subscription.py,sha256=oQNIzVZSDSpjAiENRwq25rVYQoPgRQGMKTcRacHrRj8,17987
|
231
|
+
ory_client/model/successful_code_exchange_response.py,sha256=Z-XbRDKfTlN2jL3t4Nel9FQAHJzqIS3YEGF2rNi5B0o,12500
|
232
|
+
ory_client/model/successful_native_login.py,sha256=ivzbIcID8ZSdUfu86ta1drUvt97_Obns8rULNj0nMZs,12473
|
233
|
+
ory_client/model/successful_native_registration.py,sha256=HL6y7-NTo8curW37FBkdQJGBK8t4BdEzrWJOpJrfxDI,13754
|
234
|
+
ory_client/model/successful_project_update.py,sha256=yQTWM5zfhr35n75guTWookajA76y788_DqzpTrGFneM,12962
|
235
|
+
ory_client/model/token_pagination.py,sha256=GNpvqnjfNuiAuzhLlrvsoEOizOrp0_FSrO3bTuzBI_0,12880
|
236
|
+
ory_client/model/token_pagination_headers.py,sha256=A0L2BEscP0rV0PmWYkm5IEQHvl--JZAPWkEDmzvY5No,12237
|
237
|
+
ory_client/model/token_pagination_request_parameters.py,sha256=5oADHYBchJeqW6e4x66Hllhg9pkc7SfDA4jQvbxl61g,12930
|
238
|
+
ory_client/model/token_pagination_response_headers.py,sha256=3hYurylmN8JSxp5zvRrP_rFwmJ1laPfBTARHZWQaUJ8,13145
|
239
|
+
ory_client/model/trust_o_auth2_jwt_grant_issuer.py,sha256=DZARGaLtzUnMpp-N9qwRzM6ekNVW3AYzXmppfdpWXXA,13912
|
240
|
+
ory_client/model/trusted_o_auth2_jwt_grant_issuer.py,sha256=gtsXw4DEIlRj275iPdSqds8eW2EPSTdh_bYZKLP5-5U,14486
|
241
|
+
ory_client/model/trusted_o_auth2_jwt_grant_issuers.py,sha256=gijynwEVXluz-EMKD6anodRFMXQx22xFs-RjrGLCmaE,12399
|
242
|
+
ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py,sha256=QBSlH0VvYDfpAoEnlxnhF9KSCDZBQ0A56ekwFD_ojUQ,12089
|
243
|
+
ory_client/model/ui_container.py,sha256=4Llho1FG9aYwrzoYGQTx2dYe7FX0HOKegfA4iSkLoug,12714
|
244
|
+
ory_client/model/ui_node.py,sha256=qGM7ZnOioTppylTIw0ZWrydcOxMoPcoftuZ7PWbKB24,14031
|
245
|
+
ory_client/model/ui_node_anchor_attributes.py,sha256=TxOmFag3A8_EBXAvSJOPEPFZ9IJ0ymoz3Lh1ka8akgA,12852
|
246
|
+
ory_client/model/ui_node_attributes.py,sha256=1RyoTiyLnTGqx5N7mE7XZ17Q2BSJn3My7qI2GaWg89o,22091
|
247
|
+
ory_client/model/ui_node_image_attributes.py,sha256=ZrdXfj-QkMV_qYD9CwRE2SZ-2mPB7aZQ_fM7EIwBc1Y,12956
|
248
|
+
ory_client/model/ui_node_input_attributes.py,sha256=AjcOt8seRh4w4a5jVT8gDl7iHgSb-1pXECktDuWtKnc,16763
|
249
|
+
ory_client/model/ui_node_meta.py,sha256=8mUQ1Yfqe6KkOqnjvQVB5ukjhK1NX7UBn7dqRjS6nuo,11669
|
250
|
+
ory_client/model/ui_node_script_attributes.py,sha256=3QxSeExg_KA2OS5YIbBgfVD3PpPtaFlhv9uzYYLvBJ0,14565
|
251
|
+
ory_client/model/ui_node_text_attributes.py,sha256=xx4dnosYvGwXjOBdHAFXLcso62dKMyM1lp2ddD702Pw,12555
|
252
|
+
ory_client/model/ui_nodes.py,sha256=O6CPDLcgDeXF-eynUOlejwCeR1lArH-Zi-MszeyYJwQ,11915
|
253
|
+
ory_client/model/ui_text.py,sha256=y6Koo7d39ZheyTfbUk-GDwtXSx6s0Wh8-We6ulbRUGo,12735
|
254
|
+
ory_client/model/ui_texts.py,sha256=djSRteUhux5AqBfXf9Lcwn70nvDypne0MDEmsszZuog,11915
|
255
|
+
ory_client/model/update_identity_body.py,sha256=yFH_RnvTgw5GrAn1Df0hgrcj1WxfRORQvj9ftkRY3Yc,14981
|
256
|
+
ory_client/model/update_login_flow_body.py,sha256=BsIv1wErxMsc3hBsDWjbThkGe42H5wnxH4_RiYya8oo,23140
|
257
|
+
ory_client/model/update_login_flow_with_code_method.py,sha256=XaqFT4NCynoCLvKEIZZZJ0voT7qGZw7icwV0fLGoPW4,13151
|
258
|
+
ory_client/model/update_login_flow_with_lookup_secret_method.py,sha256=zebLFVfR65naJEaq8pciN0OPXfxOkNr_X9tWiGW1Yw8,12516
|
259
|
+
ory_client/model/update_login_flow_with_oidc_method.py,sha256=GFs8ziYqyTT-6AS9lY-TM2YslmMAhDXPnllTh96MZeQ,16280
|
260
|
+
ory_client/model/update_login_flow_with_password_method.py,sha256=0TKhiegE9LWwHFyZjFnWcR-JpQP1nrPhWuCc7a-Zxzs,13290
|
261
|
+
ory_client/model/update_login_flow_with_totp_method.py,sha256=NcZdCxqV24VI26hFgW0EWRcLv5whEcbwqHLrJzRiyYU,12404
|
262
|
+
ory_client/model/update_login_flow_with_web_authn_method.py,sha256=rOZgOnl2_ko5pyhHDmRCIiucNUj5lZAsLfcN40Vb4NE,12943
|
263
|
+
ory_client/model/update_recovery_flow_body.py,sha256=Gndv-bbdNRJg1ReW5uGsV1TvbbC9TmzdFBFd6QIxDDY,16721
|
264
|
+
ory_client/model/update_recovery_flow_with_code_method.py,sha256=yAIDS0KACsRCxqRh_yadqETK-udlC1QteGbjy2S_qtw,13981
|
265
|
+
ory_client/model/update_recovery_flow_with_link_method.py,sha256=nxv1EKUqsxv9DzSTqetDADZg82kNTQVL7XsuHRWkLwU,13063
|
266
|
+
ory_client/model/update_registration_flow_body.py,sha256=HhLTqmEeC9eyESJom3dzdvByPyBK4mKfU6wP_TJcB80,22203
|
267
|
+
ory_client/model/update_registration_flow_with_code_method.py,sha256=NIJjGW7skREtNPU00qMoxbQN50MDFuk2trAD64yPVHE,13543
|
268
|
+
ory_client/model/update_registration_flow_with_oidc_method.py,sha256=pdlaVKsjihY4BNi-GociiWxULgrfG5T_nkl91ShHPx0,16740
|
269
|
+
ory_client/model/update_registration_flow_with_password_method.py,sha256=vyh8PeaB1PmoIau0hGD3T4_zpwiMgDEXupdS1j5MJWw,13361
|
270
|
+
ory_client/model/update_registration_flow_with_web_authn_method.py,sha256=YzNBZUSOCAQU9uv3NH8n_3kyq3WOei1oByA6vopKkQc,14145
|
271
|
+
ory_client/model/update_settings_flow_body.py,sha256=92VQIO_ZLQNPkiHFFUFhxcHTgKtMOFU5Krbu8x9zR_Q,23538
|
272
|
+
ory_client/model/update_settings_flow_with_lookup_method.py,sha256=wjKeqZhkv89wySxJI9S1Ys9E1UXJultwICT-4kZNvDI,13552
|
273
|
+
ory_client/model/update_settings_flow_with_oidc_method.py,sha256=_DJfZgPj4MUhcZ3Yen9zhkgJgI0-5W0i2R3bX0JOkFg,14915
|
274
|
+
ory_client/model/update_settings_flow_with_password_method.py,sha256=DVp35xOwwnUsj7z8dbQQ1knSii1XHq3LZODRnR4z0-4,12364
|
275
|
+
ory_client/model/update_settings_flow_with_profile_method.py,sha256=KPsoue7xA0r-kpblUAnpgokqUIGmXdur_kzlZLvKGtg,12623
|
276
|
+
ory_client/model/update_settings_flow_with_totp_method.py,sha256=fdsYoB4hXfXp29nckkG4ypYyAuRKTe1MNUhW4r0dXeE,12887
|
277
|
+
ory_client/model/update_settings_flow_with_web_authn_method.py,sha256=Ue0GLupoF8Yz0JW56_2Qe9MQZvOHx0ZAmwPzbnv5HGk,13551
|
278
|
+
ory_client/model/update_subscription_body.py,sha256=wyL7ZjtQjpjp0aWlb1PPBQWyQOSYmLzmyTmTkSKXY_s,12189
|
279
|
+
ory_client/model/update_verification_flow_body.py,sha256=oxJbFF70eUEAK5hxIkxh9d9FIJhAx_e6RsSAXeK_19w,16803
|
280
|
+
ory_client/model/update_verification_flow_with_code_method.py,sha256=R6YbWYxqy3uoN_sOZ9FFYxyz1oHGQVI7WAOR7gLwzcA,13999
|
281
|
+
ory_client/model/update_verification_flow_with_link_method.py,sha256=DQmHXcjI7c5Pjh371s-WXgSJdYsDshy-D5GSb4Y4l_Y,13113
|
282
|
+
ory_client/model/usage.py,sha256=rvc5Zkjp3xxk6OU8b3l4YORT2Y0QTnFp5nXvQueCkkE,11735
|
283
|
+
ory_client/model/verifiable_credential_priming_response.py,sha256=sWJC7GyT3gIg7PqYkFdcEyQwhDZ2iYuyfrLpM3TWK18,13096
|
284
|
+
ory_client/model/verifiable_credential_proof.py,sha256=Ter6FWt3KWbJWoWIUSBeb88SUYA3A3ol4LD_KLKJx_Y,11758
|
285
|
+
ory_client/model/verifiable_credential_response.py,sha256=CvtvuYyoXWYT0w1l7iFYaIi6EZGRhZG6rh8CXhs9Ni0,11827
|
286
|
+
ory_client/model/verifiable_identity_address.py,sha256=8wgP0bT_1Ca8eg9uTuGq-g5G5E0ZtpiLCohCk6ncWOI,13790
|
287
|
+
ory_client/model/verification_flow.py,sha256=jU6Fjr2R1iUDE26UP6JGrRttUt258rsxpzdc7AAORhs,15544
|
288
|
+
ory_client/model/verification_flow_state.py,sha256=q3kZnSbcosqNG5hPe9rEKvezeRxl84Q6uTYxiTJgyZA,13344
|
289
|
+
ory_client/model/version.py,sha256=q5ptDl07B_MGtuAXTEX3e-uO59J9NHaW1_Qe5SfJX00,11586
|
290
|
+
ory_client/model/warning.py,sha256=C1NLB2pnFoTSVU-l_ECYIbvOtaJKMi4GwlFPnyaakSI,11694
|
291
|
+
ory_client/model/workspace.py,sha256=DkgZdlMtR6GLk09i8iJCm-6zImYdGJhYmn-GZafMKuE,12525
|
292
|
+
ory_client/model/workspaces.py,sha256=VMRCqGwwkUF88mESMWAe-PGlxSAZqtQ_USruEWbgDPQ,11950
|
293
|
+
ory_client/models/__init__.py,sha256=JAD_OL0xHHxbIvcDuOoPH9hqjb1apml0OvpXtk5rlnY,21245
|
294
|
+
ory_client-1.4.9.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
295
|
+
ory_client-1.4.9.dist-info/METADATA,sha256=r8SalbBxhMIguRlThKsvEktzeZMH4RSvGcrd6Us90hY,535
|
296
|
+
ory_client-1.4.9.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
297
|
+
ory_client-1.4.9.dist-info/top_level.txt,sha256=0De6AV7uRK9cg2KDRdQT-mC1JEQ4oTxArmZm8VX6bBc,11
|
298
|
+
ory_client-1.4.9.dist-info/RECORD,,
|