ory-client 1.4.3__py3-none-any.whl → 1.4.4__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/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_api_key_request.py +1 -1
- ory_client/model/create_project_body.py +5 -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_member_invite_response.py +1 -1
- ory_client/model/create_project_normalized_payload.py +1079 -0
- 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 +11 -9
- ory_client/model/create_verifiable_credential_request_body.py +1 -1
- 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_organization_response.py +1 -1
- 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 +288 -0
- 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 +1 -1
- 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 +10 -3
- 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 +5 -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_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 +5 -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 +1 -1
- 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 +1 -1
- 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 +292 -0
- ory_client/model/workspaces.py +292 -0
- ory_client/model_utils.py +1 -1
- ory_client/models/__init__.py +4 -0
- ory_client/rest.py +1 -1
- {ory_client-1.4.3.dist-info → ory_client-1.4.4.dist-info}/METADATA +1 -1
- ory_client-1.4.4.dist-info/RECORD +290 -0
- ory_client-1.4.3.dist-info/RECORD +0 -286
- {ory_client-1.4.3.dist-info → ory_client-1.4.4.dist-info}/LICENSE +0 -0
- {ory_client-1.4.3.dist-info → ory_client-1.4.4.dist-info}/WHEEL +0 -0
- {ory_client-1.4.3.dist-info → ory_client-1.4.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,292 @@
|
|
1
|
+
"""
|
2
|
+
Ory APIs
|
3
|
+
|
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
|
+
|
6
|
+
The version of the OpenAPI document: v1.4.4
|
7
|
+
Contact: support@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
"""
|
10
|
+
|
11
|
+
|
12
|
+
import re # noqa: F401
|
13
|
+
import sys # noqa: F401
|
14
|
+
|
15
|
+
from ory_client.model_utils import ( # noqa: F401
|
16
|
+
ApiTypeError,
|
17
|
+
ModelComposed,
|
18
|
+
ModelNormal,
|
19
|
+
ModelSimple,
|
20
|
+
cached_property,
|
21
|
+
change_keys_js_to_python,
|
22
|
+
convert_js_args_to_python_args,
|
23
|
+
date,
|
24
|
+
datetime,
|
25
|
+
file_type,
|
26
|
+
none_type,
|
27
|
+
validate_get_composed_info,
|
28
|
+
OpenApiModel
|
29
|
+
)
|
30
|
+
from ory_client.exceptions import ApiAttributeError
|
31
|
+
|
32
|
+
|
33
|
+
def lazy_import():
|
34
|
+
from ory_client.model.workspace import Workspace
|
35
|
+
globals()['Workspace'] = Workspace
|
36
|
+
|
37
|
+
|
38
|
+
class Workspaces(ModelSimple):
|
39
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
40
|
+
Ref: https://openapi-generator.tech
|
41
|
+
|
42
|
+
Do not edit the class manually.
|
43
|
+
|
44
|
+
Attributes:
|
45
|
+
allowed_values (dict): The key is the tuple path to the attribute
|
46
|
+
and the for var_name this is (var_name,). The value is a dict
|
47
|
+
with a capitalized key describing the allowed value and an allowed
|
48
|
+
value. These dicts store the allowed enum values.
|
49
|
+
validations (dict): The key is the tuple path to the attribute
|
50
|
+
and the for var_name this is (var_name,). The value is a dict
|
51
|
+
that stores validations for max_length, min_length, max_items,
|
52
|
+
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
|
53
|
+
inclusive_minimum, and regex.
|
54
|
+
additional_properties_type (tuple): A tuple of classes accepted
|
55
|
+
as additional properties values.
|
56
|
+
"""
|
57
|
+
|
58
|
+
allowed_values = {
|
59
|
+
}
|
60
|
+
|
61
|
+
validations = {
|
62
|
+
}
|
63
|
+
|
64
|
+
additional_properties_type = None
|
65
|
+
|
66
|
+
_nullable = False
|
67
|
+
|
68
|
+
@cached_property
|
69
|
+
def openapi_types():
|
70
|
+
"""
|
71
|
+
This must be a method because a model may have properties that are
|
72
|
+
of type self, this must run after the class is loaded
|
73
|
+
|
74
|
+
Returns
|
75
|
+
openapi_types (dict): The key is attribute name
|
76
|
+
and the value is attribute type.
|
77
|
+
"""
|
78
|
+
lazy_import()
|
79
|
+
return {
|
80
|
+
'value': ([Workspace],),
|
81
|
+
}
|
82
|
+
|
83
|
+
@cached_property
|
84
|
+
def discriminator():
|
85
|
+
return None
|
86
|
+
|
87
|
+
|
88
|
+
attribute_map = {}
|
89
|
+
|
90
|
+
read_only_vars = set()
|
91
|
+
|
92
|
+
_composed_schemas = None
|
93
|
+
|
94
|
+
required_properties = set([
|
95
|
+
'_data_store',
|
96
|
+
'_check_type',
|
97
|
+
'_spec_property_naming',
|
98
|
+
'_path_to_item',
|
99
|
+
'_configuration',
|
100
|
+
'_visited_composed_classes',
|
101
|
+
])
|
102
|
+
|
103
|
+
@convert_js_args_to_python_args
|
104
|
+
def __init__(self, *args, **kwargs):
|
105
|
+
"""Workspaces - a model defined in OpenAPI
|
106
|
+
|
107
|
+
Note that value can be passed either in args or in kwargs, but not in both.
|
108
|
+
|
109
|
+
Args:
|
110
|
+
args[0] ([Workspace]): # noqa: E501
|
111
|
+
|
112
|
+
Keyword Args:
|
113
|
+
value ([Workspace]): # noqa: E501
|
114
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
115
|
+
will be type checked and a TypeError will be
|
116
|
+
raised if the wrong type is input.
|
117
|
+
Defaults to True
|
118
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
119
|
+
drill down to the model in received_data
|
120
|
+
when deserializing a response
|
121
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
122
|
+
are serialized names, as specified in the OpenAPI document.
|
123
|
+
False if the variable names in the input data
|
124
|
+
are pythonic names, e.g. snake case (default)
|
125
|
+
_configuration (Configuration): the instance to use when
|
126
|
+
deserializing a file_type parameter.
|
127
|
+
If passed, type conversion is attempted
|
128
|
+
If omitted no type conversion is done.
|
129
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
130
|
+
classes that we have traveled through so that
|
131
|
+
if we see that class again we will not use its
|
132
|
+
discriminator again.
|
133
|
+
When traveling through a discriminator, the
|
134
|
+
composed schema that is
|
135
|
+
is traveled through is added to this set.
|
136
|
+
For example if Animal has a discriminator
|
137
|
+
petType and we pass in "Dog", and the class Dog
|
138
|
+
allOf includes Animal, we move through Animal
|
139
|
+
once using the discriminator, and pick Dog.
|
140
|
+
Then in Dog, we will make an instance of the
|
141
|
+
Animal class but this time we won't travel
|
142
|
+
through its discriminator because we passed in
|
143
|
+
_visited_composed_classes = (Animal,)
|
144
|
+
"""
|
145
|
+
# required up here when default value is not given
|
146
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
147
|
+
|
148
|
+
if 'value' in kwargs:
|
149
|
+
value = kwargs.pop('value')
|
150
|
+
elif args:
|
151
|
+
args = list(args)
|
152
|
+
value = args.pop(0)
|
153
|
+
else:
|
154
|
+
raise ApiTypeError(
|
155
|
+
"value is required, but not passed in args or kwargs and doesn't have default",
|
156
|
+
path_to_item=_path_to_item,
|
157
|
+
valid_classes=(self.__class__,),
|
158
|
+
)
|
159
|
+
|
160
|
+
_check_type = kwargs.pop('_check_type', True)
|
161
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
162
|
+
_configuration = kwargs.pop('_configuration', None)
|
163
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
164
|
+
|
165
|
+
if args:
|
166
|
+
for arg in args:
|
167
|
+
if isinstance(arg, dict):
|
168
|
+
kwargs.update(arg)
|
169
|
+
else:
|
170
|
+
raise ApiTypeError(
|
171
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
172
|
+
args,
|
173
|
+
self.__class__.__name__,
|
174
|
+
),
|
175
|
+
path_to_item=_path_to_item,
|
176
|
+
valid_classes=(self.__class__,),
|
177
|
+
)
|
178
|
+
|
179
|
+
self._data_store = {}
|
180
|
+
self._check_type = _check_type
|
181
|
+
self._spec_property_naming = _spec_property_naming
|
182
|
+
self._path_to_item = _path_to_item
|
183
|
+
self._configuration = _configuration
|
184
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
185
|
+
self.value = value
|
186
|
+
if kwargs:
|
187
|
+
raise ApiTypeError(
|
188
|
+
"Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % (
|
189
|
+
kwargs,
|
190
|
+
self.__class__.__name__,
|
191
|
+
),
|
192
|
+
path_to_item=_path_to_item,
|
193
|
+
valid_classes=(self.__class__,),
|
194
|
+
)
|
195
|
+
|
196
|
+
@classmethod
|
197
|
+
@convert_js_args_to_python_args
|
198
|
+
def _from_openapi_data(cls, *args, **kwargs):
|
199
|
+
"""Workspaces - a model defined in OpenAPI
|
200
|
+
|
201
|
+
Note that value can be passed either in args or in kwargs, but not in both.
|
202
|
+
|
203
|
+
Args:
|
204
|
+
args[0] ([Workspace]): # noqa: E501
|
205
|
+
|
206
|
+
Keyword Args:
|
207
|
+
value ([Workspace]): # noqa: E501
|
208
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
209
|
+
will be type checked and a TypeError will be
|
210
|
+
raised if the wrong type is input.
|
211
|
+
Defaults to True
|
212
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
213
|
+
drill down to the model in received_data
|
214
|
+
when deserializing a response
|
215
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
216
|
+
are serialized names, as specified in the OpenAPI document.
|
217
|
+
False if the variable names in the input data
|
218
|
+
are pythonic names, e.g. snake case (default)
|
219
|
+
_configuration (Configuration): the instance to use when
|
220
|
+
deserializing a file_type parameter.
|
221
|
+
If passed, type conversion is attempted
|
222
|
+
If omitted no type conversion is done.
|
223
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
224
|
+
classes that we have traveled through so that
|
225
|
+
if we see that class again we will not use its
|
226
|
+
discriminator again.
|
227
|
+
When traveling through a discriminator, the
|
228
|
+
composed schema that is
|
229
|
+
is traveled through is added to this set.
|
230
|
+
For example if Animal has a discriminator
|
231
|
+
petType and we pass in "Dog", and the class Dog
|
232
|
+
allOf includes Animal, we move through Animal
|
233
|
+
once using the discriminator, and pick Dog.
|
234
|
+
Then in Dog, we will make an instance of the
|
235
|
+
Animal class but this time we won't travel
|
236
|
+
through its discriminator because we passed in
|
237
|
+
_visited_composed_classes = (Animal,)
|
238
|
+
"""
|
239
|
+
# required up here when default value is not given
|
240
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
241
|
+
|
242
|
+
self = super(OpenApiModel, cls).__new__(cls)
|
243
|
+
|
244
|
+
if 'value' in kwargs:
|
245
|
+
value = kwargs.pop('value')
|
246
|
+
elif args:
|
247
|
+
args = list(args)
|
248
|
+
value = args.pop(0)
|
249
|
+
else:
|
250
|
+
raise ApiTypeError(
|
251
|
+
"value is required, but not passed in args or kwargs and doesn't have default",
|
252
|
+
path_to_item=_path_to_item,
|
253
|
+
valid_classes=(self.__class__,),
|
254
|
+
)
|
255
|
+
|
256
|
+
_check_type = kwargs.pop('_check_type', True)
|
257
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
258
|
+
_configuration = kwargs.pop('_configuration', None)
|
259
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
260
|
+
|
261
|
+
if args:
|
262
|
+
for arg in args:
|
263
|
+
if isinstance(arg, dict):
|
264
|
+
kwargs.update(arg)
|
265
|
+
else:
|
266
|
+
raise ApiTypeError(
|
267
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
268
|
+
args,
|
269
|
+
self.__class__.__name__,
|
270
|
+
),
|
271
|
+
path_to_item=_path_to_item,
|
272
|
+
valid_classes=(self.__class__,),
|
273
|
+
)
|
274
|
+
|
275
|
+
self._data_store = {}
|
276
|
+
self._check_type = _check_type
|
277
|
+
self._spec_property_naming = _spec_property_naming
|
278
|
+
self._path_to_item = _path_to_item
|
279
|
+
self._configuration = _configuration
|
280
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
281
|
+
self.value = value
|
282
|
+
if kwargs:
|
283
|
+
raise ApiTypeError(
|
284
|
+
"Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % (
|
285
|
+
kwargs,
|
286
|
+
self.__class__.__name__,
|
287
|
+
),
|
288
|
+
path_to_item=_path_to_item,
|
289
|
+
valid_classes=(self.__class__,),
|
290
|
+
)
|
291
|
+
|
292
|
+
return self
|
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.4
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
ory_client/models/__init__.py
CHANGED
@@ -39,6 +39,7 @@ from ory_client.model.create_project_body import CreateProjectBody
|
|
39
39
|
from ory_client.model.create_project_branding import CreateProjectBranding
|
40
40
|
from ory_client.model.create_project_member_invite_body import CreateProjectMemberInviteBody
|
41
41
|
from ory_client.model.create_project_member_invite_response import CreateProjectMemberInviteResponse
|
42
|
+
from ory_client.model.create_project_normalized_payload import CreateProjectNormalizedPayload
|
42
43
|
from ory_client.model.create_recovery_code_for_identity_body import CreateRecoveryCodeForIdentityBody
|
43
44
|
from ory_client.model.create_recovery_link_for_identity_body import CreateRecoveryLinkForIdentityBody
|
44
45
|
from ory_client.model.create_relationship_body import CreateRelationshipBody
|
@@ -103,6 +104,7 @@ from ory_client.model.json_web_key_set import JsonWebKeySet
|
|
103
104
|
from ory_client.model.keto_namespace import KetoNamespace
|
104
105
|
from ory_client.model.keto_namespaces import KetoNamespaces
|
105
106
|
from ory_client.model.list_custom_domains import ListCustomDomains
|
107
|
+
from ory_client.model.list_my_workspaces_response import ListMyWorkspacesResponse
|
106
108
|
from ory_client.model.list_organizations_response import ListOrganizationsResponse
|
107
109
|
from ory_client.model.login_flow import LoginFlow
|
108
110
|
from ory_client.model.login_flow_state import LoginFlowState
|
@@ -269,3 +271,5 @@ from ory_client.model.verification_flow import VerificationFlow
|
|
269
271
|
from ory_client.model.verification_flow_state import VerificationFlowState
|
270
272
|
from ory_client.model.version import Version
|
271
273
|
from ory_client.model.warning import Warning
|
274
|
+
from ory_client.model.workspace import Workspace
|
275
|
+
from ory_client.model.workspaces import Workspaces
|
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.4
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
"""
|
@@ -0,0 +1,290 @@
|
|
1
|
+
ory_client/__init__.py,sha256=MihyY8bjNJ9beRFDPckba193Lzxd4BgES0gwpZNOycQ,835
|
2
|
+
ory_client/api_client.py,sha256=YioPU7lEEnkWUyLN2d20jEyDort752Blz4KTtlzmr4E,39202
|
3
|
+
ory_client/configuration.py,sha256=5rzkX7T-coZnPA4NXT-_MFxgwmUaEEj0JUh7sHNEO8c,18031
|
4
|
+
ory_client/exceptions.py,sha256=05Jtvj8OKZgbKbQSkWfNyg-wzxP8Xn5Qdr9pICPpL2E,5198
|
5
|
+
ory_client/model_utils.py,sha256=EjdsI3_d84wOFlO-QbgomeMH9lNcDNJ0UMeJBxlfHdw,82704
|
6
|
+
ory_client/rest.py,sha256=MDBn5qcFp2FGahZ-tvEylOxKgUeO38SJNLIQ6KS1NTk,14398
|
7
|
+
ory_client/api/__init__.py,sha256=12hWrV4_IfXYXtRdNa9waLgyCPhEDgo5GDdy3dJgCJA,214
|
8
|
+
ory_client/api/courier_api.py,sha256=bSrdknYxBaiEZFBfiFKg2ggesgROnENmZXXKewdcmDo,12519
|
9
|
+
ory_client/api/frontend_api.py,sha256=2CUtU9Gk-DDHwPg_OtBu6CZjf-N837V0IBBKVmmXHNc,206799
|
10
|
+
ory_client/api/identity_api.py,sha256=lWgNJQVpw2GTMTKyLUR2ljDelk8o-oQVWETloVQkV1U,108616
|
11
|
+
ory_client/api/jwk_api.py,sha256=lkEwGJeMoCkX56nq3dHenfIFVNpNVchgXZj_K-JBLJA,40790
|
12
|
+
ory_client/api/metadata_api.py,sha256=CrJLYTZAwrBgSWrSJDIjGX2pQOorNtqI0mgOUvTZv5k,16248
|
13
|
+
ory_client/api/o_auth2_api.py,sha256=VbEgfGAbMnJ6N9bgghxKlHWRCRqBz1cPuGWMPgTnEWM,163217
|
14
|
+
ory_client/api/oidc_api.py,sha256=77IT1AVinF0zPaxlIY0rK5E-1MMWYzeLtXZqkvske3Y,45439
|
15
|
+
ory_client/api/permission_api.py,sha256=igg33zrKPsh5ibOEawzqjTYXAzxM-D1Bi2iZsjbdCbo,32077
|
16
|
+
ory_client/api/project_api.py,sha256=5ItOLNx8GjNf_6-5VSkrES5--WvnCmT7AI8bC6p9Oqo,104684
|
17
|
+
ory_client/api/relationship_api.py,sha256=sOw7c-VvkYiwfRV4casq17eBsSUXOwUQ17MsH1gTQbo,34599
|
18
|
+
ory_client/api/wellknown_api.py,sha256=NXqj_lKB__QCXFx3l7OanvzKCWRzN2HGjx_UGom3BGM,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=dl2pfAQ5pbYoaUQdxnrH6SPjlQRp-U7637yoi_2kpWA,13971
|
22
|
+
ory_client/model/accept_o_auth2_consent_request_session.py,sha256=K066_AsjcKw8fQKSLNuWPmeFR3e68YmX3EeCSSdgf5I,13401
|
23
|
+
ory_client/model/accept_o_auth2_login_request.py,sha256=IZRcRJ-tlGUCOtqrRh9N_I7YUHEVHC402-gmmwJ64lQ,18750
|
24
|
+
ory_client/model/active_project_in_console.py,sha256=th0Q_6kYAIhzcAwYR-9fxqqtM6LZTiPsjY36p0Id5WQ,11650
|
25
|
+
ory_client/model/attributes_count_datapoint.py,sha256=2BgR9JGGqkpsse3GXS0HwtPLzh0kh5YZceOZlqFSp-M,11965
|
26
|
+
ory_client/model/authenticator_assurance_level.py,sha256=-b_icHY2LohGozDdFrsvAYIBH9mV3zateL2kn0m6L8Q,13840
|
27
|
+
ory_client/model/batch_patch_identities_response.py,sha256=ZpoasQ9fGqNfWNgLEZ-9FpwHq7iL9dXHVFY7NBiayJM,11964
|
28
|
+
ory_client/model/check_opl_syntax_result.py,sha256=8kOya_sS-oi1AXoyA36PnVqWvOgCfX_aNl_f2r_GJtQ,11792
|
29
|
+
ory_client/model/check_permission_result.py,sha256=hMjYnIQDqphUP6vQnldvldnpGt35dP4nRXVp1T5vG2I,11697
|
30
|
+
ory_client/model/cloud_account.py,sha256=ucdoTiLy_ZailDUtsmrUJFHV7JbKHrPqcvgmCexw-wE,11867
|
31
|
+
ory_client/model/consistency_request_parameters.py,sha256=TugsAkEECZx-1PYabYZO38o6r7np8uL-CvGtzdQnV9c,13875
|
32
|
+
ory_client/model/continue_with.py,sha256=MNFex1IfEP2EMx-6ns625rzGik7Saqp3y9fur8o6IMI,16213
|
33
|
+
ory_client/model/continue_with_recovery_ui.py,sha256=p_0f4rjPKseeNPmGOE3r38fo9RS1zCa7SKwWovVS0So,12647
|
34
|
+
ory_client/model/continue_with_recovery_ui_flow.py,sha256=Qlbmk253W8qVLh16X8DR3dkPEcs8lr7vjgCZi8HEe2g,11867
|
35
|
+
ory_client/model/continue_with_set_ory_session_token.py,sha256=Il19POKZsEy-Vy0ZefVPuXrnP-MyJQnReM5bK4yxPK0,12653
|
36
|
+
ory_client/model/continue_with_settings_ui.py,sha256=4KQVadEdidPUD-iVleZbGvdUxRDgqdRAw_kg2H8q3a0,12647
|
37
|
+
ory_client/model/continue_with_settings_ui_flow.py,sha256=_boXrmt2OwKnNoFxU5bYMB-OPDTJZ8cGMsvavcVRxwQ,11634
|
38
|
+
ory_client/model/continue_with_verification_ui.py,sha256=yT8f2aP4KJXl9h64Ki-J7jHWd8Q7jjmpGT0nHW4kLMU,12743
|
39
|
+
ory_client/model/continue_with_verification_ui_flow.py,sha256=j7wxiTaezGttV1MNFmnR9IXF6_kfjZhg-zaYFu5r0MA,12337
|
40
|
+
ory_client/model/courier_message_status.py,sha256=L0CJrZr3LPHi_UU7Qq1p6Xim8pt_CDV7BKdtY34mgnc,12313
|
41
|
+
ory_client/model/courier_message_type.py,sha256=U9CB9VnlkRctq61ffyGqVP1Y_d2k0Nl69nDvyxfpI7k,12189
|
42
|
+
ory_client/model/create_custom_domain_body.py,sha256=x91B7jqU3m5R7LRpgAktCT1BJUZ-Yx5vpEDnBw6fWak,13118
|
43
|
+
ory_client/model/create_identity_body.py,sha256=aRsjKLB7ZZg_UsE2VQECfA9UlpZlMPkpPJk_CacPqLI,17019
|
44
|
+
ory_client/model/create_invite_response.py,sha256=vlyofzWJZYA4QC6X7xwItoskM6WtQW3vbg-7xQqT-Qw,12268
|
45
|
+
ory_client/model/create_json_web_key_set.py,sha256=czZudbR8fRe-nhibKPXwbtIddkdBbKLJdjrSZnBXwsI,12838
|
46
|
+
ory_client/model/create_project_api_key_request.py,sha256=T1nAI3qN28ftRwoi8I_UUstyZWXjnmKLOITlROnnVE0,11720
|
47
|
+
ory_client/model/create_project_body.py,sha256=gcv-z_JINSu7xqjCG5k8SV3sAHVapgFf3spkaxdL1bg,11900
|
48
|
+
ory_client/model/create_project_branding.py,sha256=wX65yyIaB_bW2zpUa16shUnd0JUhd_ZynT7-R1SwTpc,12818
|
49
|
+
ory_client/model/create_project_member_invite_body.py,sha256=qGnUtAnsv_juiFVfhQ3WR8RGgQowh8O-C0aiunlRT0k,11650
|
50
|
+
ory_client/model/create_project_member_invite_response.py,sha256=q1-RBzggF69RA5wr06MDFaO4W73_GC5H-fKbcKrYEsI,11930
|
51
|
+
ory_client/model/create_project_normalized_payload.py,sha256=gZRPDS-w2bdIhz-W9DN4Y3s4jGqfMpOaFKTvP2p1py8,141768
|
52
|
+
ory_client/model/create_recovery_code_for_identity_body.py,sha256=wnXe9e04Pt87eZ_gVVzxxJjoh30kO2HCx8bTPQeccUQ,12513
|
53
|
+
ory_client/model/create_recovery_link_for_identity_body.py,sha256=BvlJ3_IY4-76EozkED9_xZo7hjWwL_YDVb7rXNlc1wk,12510
|
54
|
+
ory_client/model/create_relationship_body.py,sha256=IIHGfr3HaWtQnENtnGxe_9w5wc4lIA2ur8eM2Q-RiqI,12810
|
55
|
+
ory_client/model/create_subscription_body.py,sha256=A_DDHtZpE5013x-KSog6tM9Ypwtp7WozVjB9rBSkrQU,13055
|
56
|
+
ory_client/model/create_verifiable_credential_request_body.py,sha256=ToFOk_z7zT0vSp5myh5xSf0g6ppcVP9o-Znb-sCQUOM,12261
|
57
|
+
ory_client/model/credential_supported_draft00.py,sha256=1RCFE5Vzk9JTc5Gr_ifCorCGICjgjnOJXk8OfN4GAv4,13492
|
58
|
+
ory_client/model/custom_domain.py,sha256=oCUGZnrZo_EzS_99WVtzYtIrfJMQ8XycgmoqxhfJDvI,15192
|
59
|
+
ory_client/model/delete_my_sessions_count.py,sha256=QHr0FAI3U9FCHYreF9C0lkj_RTcGTW06MXyZDLXEyw4,11634
|
60
|
+
ory_client/model/email_template_data.py,sha256=ikVRwkDR3MeWXeJiC-EYnpwr6wcrHrMEJnmNlsWwn6U,12057
|
61
|
+
ory_client/model/email_template_data_body.py,sha256=ypxt3EhmSn6ySN2GY_290u1GAWIdzmah_v2pebOv5EA,11830
|
62
|
+
ory_client/model/error_authenticator_assurance_level_not_satisfied.py,sha256=WHINTRaEhwqRy1Fug_ZW-afjILLsMpg7_-PaCtfaBtM,12160
|
63
|
+
ory_client/model/error_browser_location_change_required.py,sha256=okKDBDPrYgZhy9jRQHQ5dawz9d5IlDw6A8Tj6vEpIEU,12130
|
64
|
+
ory_client/model/error_flow_replaced.py,sha256=dhuZ85WUsUEwlDsDQUCxulZD0eaBpgaEamiJVwCJyuc,12119
|
65
|
+
ory_client/model/error_generic.py,sha256=Cl8PhJVeJLEls6tlXPgH8sc3yIULY9zbHGjWMOAgKls,11815
|
66
|
+
ory_client/model/error_o_auth2.py,sha256=6y04CdeysuNT6DeMurIk7nSpqeY89enFE7ZF9EyGYKM,12699
|
67
|
+
ory_client/model/expanded_permission_tree.py,sha256=EmU1Ah6WM5KrfRbVgHO4ZlMN75hflgSzxr-iYYalOR0,13201
|
68
|
+
ory_client/model/flow_error.py,sha256=rc9pqNOIm_imHc06S-BmnBpfludPepppmS5ZlzeBYTA,12628
|
69
|
+
ory_client/model/generic_error.py,sha256=XxHWAYSnbsG2brd-ZEdapxgFG1P0wB1oCAIw3wceLXw,14404
|
70
|
+
ory_client/model/generic_error_content.py,sha256=zcBX0gqKQH_Fh6-sgPezgBHKc4eF8uWlnIFJQyNSRu4,12936
|
71
|
+
ory_client/model/generic_usage.py,sha256=A2-Y3V2W29ccXajf8XGCtcOTXfEJmLRCy-5pZHC4_fw,12338
|
72
|
+
ory_client/model/get_attributes_count_response.py,sha256=bvi7yscBhgsyNEc2e_KLx42TWzrG_Q10zv3LUdBHyGo,11849
|
73
|
+
ory_client/model/get_managed_identity_schema_location.py,sha256=JSsV7lJp8cFgOag6M0fOi5PgygcysYW0F-nBAIummdQ,11596
|
74
|
+
ory_client/model/get_organization_response.py,sha256=ODMK10z1jzNwiSkSnBLpM88GdBng2zcioez7-rHlWx0,11874
|
75
|
+
ory_client/model/get_project_metrics_response.py,sha256=E_g19i-D4QVFUJRMnjdsMpuXQWsJYDfFzgD30MQbW6Q,11797
|
76
|
+
ory_client/model/get_session_activity_response.py,sha256=PKYdNeswC5AeAsdkxF3PZ1sUv5s-_ihMmSe5wkqf-8E,11849
|
77
|
+
ory_client/model/get_version200_response.py,sha256=Z-x8IcRLj-STc0KOdYbmbCpYLKlz-LdXNWbx75kpF00,11672
|
78
|
+
ory_client/model/health_not_ready_status.py,sha256=gMmDzJ2f5mXbuZfoC43BRsZh446oW5OLEFTymkX7mXw,11716
|
79
|
+
ory_client/model/health_status.py,sha256=AAbAGr5MZy23_DO3dUcwNUJdo6IpMZC1PiQR5ADa2-8,11590
|
80
|
+
ory_client/model/identity.py,sha256=iLDErS8NJ1DFbnhSkR_dSjYWbGIL5lxtIMVbFb9Q93c,18426
|
81
|
+
ory_client/model/identity_credentials.py,sha256=cVGBBqUClA9FXO-imttKt0xatJurh6oz_AlmYLXyoZc,13621
|
82
|
+
ory_client/model/identity_credentials_code.py,sha256=KRA_54outZcjn2GmsrOFCZHv17g2lIY262AJdxM769U,11830
|
83
|
+
ory_client/model/identity_credentials_oidc.py,sha256=xShZL59E5XHZFJfyxqcX_QckfTU93z4FGL4OEG-AdbA,11911
|
84
|
+
ory_client/model/identity_credentials_oidc_provider.py,sha256=S8Y1GYnsh3XK4T4HJLv-6TY6tvHXKF6O6lLo7lDH5Zg,12763
|
85
|
+
ory_client/model/identity_credentials_password.py,sha256=ZpX1A33jhglwlEqQS96VOQXg11uFAdimVsj8hZi1Tec,11732
|
86
|
+
ory_client/model/identity_credentials_type.py,sha256=7ATimEguQoydnWeFhWtmx7AjLwtdnzFV9D5BT-CKlJ8,12434
|
87
|
+
ory_client/model/identity_patch.py,sha256=5fehBbAD-_h92kvmByMI4Z_aawAb-f7NGs4jrf8WAXs,12312
|
88
|
+
ory_client/model/identity_patch_response.py,sha256=pAWdM7ijPyfKVh6EiOTddrP8bgvevMw1W6bKX1faFXc,12511
|
89
|
+
ory_client/model/identity_schema_container.py,sha256=ZA7pLSgBE68oKlMYdtPyJPavClMTNWvYpHgfU9iGpBY,12063
|
90
|
+
ory_client/model/identity_schema_preset.py,sha256=noGA7vioqhKbaFyy-8Nv_LfbK7AaC9SKlQdg8n88gSw,12109
|
91
|
+
ory_client/model/identity_schema_presets.py,sha256=qy6c7InaLrzm1HXKPJVlWR-UcFo6fzZxKiPt-qya1UU,12084
|
92
|
+
ory_client/model/identity_schemas.py,sha256=MY3iZ9FrWDCqCnJLBAuPdBfR7fFA2Xg9aQuxrs8UbK4,12217
|
93
|
+
ory_client/model/identity_state.py,sha256=AjTjCrGf5sEY3dTOwKKSxnL90UbPutsmGMedozhCx6c,12246
|
94
|
+
ory_client/model/identity_with_credentials.py,sha256=8E96Xwy1X8N98_fXo7Fv6MhV959ADqfoliyrUezeROk,12317
|
95
|
+
ory_client/model/identity_with_credentials_oidc.py,sha256=hGvJjTCsiAbeyMdyJZKJAWNOFwEjcODUbMw34ObryZQ,11917
|
96
|
+
ory_client/model/identity_with_credentials_oidc_config.py,sha256=qSC9N3-ZKDzvi6ceVa70O6dbA-XcOUhHedCEGoHe8M0,12583
|
97
|
+
ory_client/model/identity_with_credentials_oidc_config_provider.py,sha256=4VSCBrCT8qKiSuSEWF82bUdjjTFldJMRDcjVixHF7hA,12296
|
98
|
+
ory_client/model/identity_with_credentials_password.py,sha256=QHn9M-vKizvTuj867nqUAFaZRljp0d9re7hvJuG7Sns,11957
|
99
|
+
ory_client/model/identity_with_credentials_password_config.py,sha256=W4HdB0y4uaNjV6w-m_BYe4fY8UeP_3hzFOThrt742Vc,12222
|
100
|
+
ory_client/model/internal_get_project_branding_body.py,sha256=Fg1S07_QkH3SEVlrjpvBl8fA2WctC4orLRWPeV5j5Sw,11590
|
101
|
+
ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py,sha256=SNRDD5bJtZgYV9O79dk_qoKUR6v6KNe2fYLY9oGQ2TQ,12074
|
102
|
+
ory_client/model/internal_is_owner_for_project_by_slug_body.py,sha256=UvC6DBtxcsf_-NV-7MAuJrAuKZo6wRVtDeInaXV11kE,12881
|
103
|
+
ory_client/model/internal_is_owner_for_project_by_slug_response.py,sha256=kkJLwFFy_Nnj8Za2esJF9ahck7aVHUI55DBO8QbXefo,11767
|
104
|
+
ory_client/model/internal_provision_mock_subscription.py,sha256=sKh6MtpUTQFSTWA_pWeZpJioQCALNA29cBqGcA9s6iU,12732
|
105
|
+
ory_client/model/introspected_o_auth2_token.py,sha256=86DgeJrSWb_YDrdbPn8PZ03Qmpg1c9w884bKQkYxJDk,18024
|
106
|
+
ory_client/model/is_owner_for_project_by_slug.py,sha256=9ATISXlYbDutN5Wlj9chSCGvfCVyZLb6X9KeASeJ2LM,12057
|
107
|
+
ory_client/model/is_ready200_response.py,sha256=H1OX7Ju0h2u4RMCAM8gPtetsGuuS3iXL7ta_UiVHgaw,11628
|
108
|
+
ory_client/model/is_ready503_response.py,sha256=0cNzHLFy9mF5_GC4u6FIE8x2wPYMzsqrlIgMOABN03o,11762
|
109
|
+
ory_client/model/json_patch.py,sha256=-NNqiUFb_fk3h20ra_KFUi8ut-CQzyK0G746s6a8eM0,13595
|
110
|
+
ory_client/model/json_patch_document.py,sha256=A6jb5wKo3ic-Uepr1r30l2GXV67FyINR64OoelWoKVw,12088
|
111
|
+
ory_client/model/json_web_key.py,sha256=B91WlhHFiwYg9_-xchlVZqAQvXydemKiaU7HBFuNf0s,18000
|
112
|
+
ory_client/model/json_web_key_set.py,sha256=4pPP2Y2p_JhpR7G1PPXsXW9mIOwWMq_sIoB7PhT3vHU,12346
|
113
|
+
ory_client/model/keto_namespace.py,sha256=BStf4oy1umbbs1AWVABi1CRBFG6zUgyM9xKJb5nV4Ns,11687
|
114
|
+
ory_client/model/keto_namespaces.py,sha256=zmN8P4FnhCNourmFkC3ZndGBjQQvcwLI03i6fo6qk1Q,11999
|
115
|
+
ory_client/model/list_custom_domains.py,sha256=bMlrcXkp-YkD4lKWaEvgkfCSFbnycET3RDBksOHcGcY,12087
|
116
|
+
ory_client/model/list_my_workspaces_response.py,sha256=_2SLuMaoYX525BIczZei7nYOQ6-LDz4mpKFqt6Pzer8,12443
|
117
|
+
ory_client/model/list_organizations_response.py,sha256=x-1au-d400X1wcQ0s___8PnJ4AzwUcFB13WN75jbCcc,11897
|
118
|
+
ory_client/model/login_flow.py,sha256=H6vkWZ1iV9M2mdhdH-8Am2NBQQnTIQr4DzNy_CMWAk4,19295
|
119
|
+
ory_client/model/login_flow_state.py,sha256=TgrwZ_WWPC0syegtee7nSNL0tZKORcOYI9Dg_xLFprk,13275
|
120
|
+
ory_client/model/logout_flow.py,sha256=GJ3braVh1KbInBi0HVsEog-Y1dk22c_nlnCTexRCfE4,12148
|
121
|
+
ory_client/model/managed_identity_schema.py,sha256=I-U-ksUxYiwnINPh6bz4CiPx_GSulNlg0wBYrvj_9_8,13567
|
122
|
+
ory_client/model/managed_identity_schema_validation_result.py,sha256=DATt-knFx6nlFBQSE6YTgHtYhhvmx-_uu_w3Sfn-vtM,11792
|
123
|
+
ory_client/model/managed_identity_schemas.py,sha256=1V1AwPRdk0AmLJ5bDniY8DjvCwrhnTSafkIGGi0JV5Q,12096
|
124
|
+
ory_client/model/member_invite.py,sha256=D98_ZVs17FKUAmVg-BuXLzksekIm9GiY450yuRl-dfA,14548
|
125
|
+
ory_client/model/member_invites.py,sha256=HdPaRRGrzjn69SCYBeuzF4du3Qmr1v8qpf_SShL_Xv8,11987
|
126
|
+
ory_client/model/message.py,sha256=SVWNbGsEYiYD7-GHkc5hoBViTdqPLOc5xXeaQnLjW9o,16574
|
127
|
+
ory_client/model/message_dispatch.py,sha256=NEfBfc-g2F7fDR9bnzH7vnnqHL4Dx63OTl48_wSTU4o,13688
|
128
|
+
ory_client/model/metrics_datapoint.py,sha256=_Lh7YSoxAuDvmV4A-FIrBYYnGdSdPoq9JHpE36YpaN8,11924
|
129
|
+
ory_client/model/namespace.py,sha256=iC8DGUY15_pJf50Y9KqjU2osRFY_craoO1V6iYP3kzs,11555
|
130
|
+
ory_client/model/needs_privileged_session_error.py,sha256=xHFE35rUTEkhVSppMcDXy3pgQ92H4TFkGqSZN3OlfXg,12239
|
131
|
+
ory_client/model/normalized_project.py,sha256=wbkyv2ATyJZTdkiJTC5nQ7LuNbnsdWzy-XInqT6NdgQ,14951
|
132
|
+
ory_client/model/normalized_project_revision.py,sha256=u9uR2JsHBJOoQNp6MymhsYk1NkJcZLEZHL9D5nJ_1nM,141502
|
133
|
+
ory_client/model/normalized_project_revision_hook.py,sha256=4Fa8K9RCx6fkYpddx-ihyIccgNcP55M4q5BK7b6Ee8I,18363
|
134
|
+
ory_client/model/normalized_project_revision_identity_schema.py,sha256=wnXyBArSfHXcqUaMVoEq9MEDej_ciKb4c5FtPatcRU0,15526
|
135
|
+
ory_client/model/normalized_project_revision_identity_schemas.py,sha256=8wEA0An159AeI5psOvMK1FO-U5s67IiULQZL6voiZHM,12314
|
136
|
+
ory_client/model/normalized_project_revision_third_party_provider.py,sha256=XepGB57Z0XD0WjRCHo5pw59ypQSsO9MV8B8kUmiy9T8,21151
|
137
|
+
ory_client/model/normalized_project_revision_tokenizer_template.py,sha256=xF7wkYLmCWZvKiesdvqA9pkr0x2azKPOa5ogd4jETzs,13893
|
138
|
+
ory_client/model/normalized_project_revision_tokenizer_templates.py,sha256=7IJbWgHYFu2my0PDv8RtZ5BAHBoFPXaUICpaZgHtDys,12350
|
139
|
+
ory_client/model/normalized_projects.py,sha256=HIOOLTwZCqrpLFRzK5y0MjOCee5zaS8NcYAcM00EtAg,12047
|
140
|
+
ory_client/model/null_duration.py,sha256=TBYExHkBPjHtKHksixe2yAsi63zRXK_X8lpEgdVBQX8,11898
|
141
|
+
ory_client/model/o_auth2_client.py,sha256=RXsLsbb7ibsCVI1nbuqKi9Fb8LTC54l1MjIo8VNo_EY,38907
|
142
|
+
ory_client/model/o_auth2_client_token_lifespans.py,sha256=zNI_tkax_ZhWtv-jdpGpHuQ-j55dOqXLl3ySL8yYm1E,15434
|
143
|
+
ory_client/model/o_auth2_consent_request.py,sha256=an4LFIoP0hA5fwAIRibWvOXHefKmZOvP4rJwWfZw4qU,18510
|
144
|
+
ory_client/model/o_auth2_consent_request_open_id_connect_context.py,sha256=UqamWEFeH6zzoNJlQrzYjTjwpqqTeaixwY5GdoMUlYk,18529
|
145
|
+
ory_client/model/o_auth2_consent_session.py,sha256=IS3DyXy6PZAoDsOwQF_nubGuMeTXTZvnRX93b_qrTsY,14919
|
146
|
+
ory_client/model/o_auth2_consent_session_expires_at.py,sha256=W4eFDisPb4TQk_L-KTAYIS7Q6v6RJioFKZrMWGzyoTw,12544
|
147
|
+
ory_client/model/o_auth2_consent_sessions.py,sha256=wfceDxCUXI6i-rk7_toYsauJn74ewTDr5XCLh5fBaOQ,12229
|
148
|
+
ory_client/model/o_auth2_login_request.py,sha256=nY8-nK7xytajr1uPhquIg1p8sFBUgtUXtpOiASm1NeM,17354
|
149
|
+
ory_client/model/o_auth2_logout_request.py,sha256=iUupCPvyapO2jsNzK-tzS3sKP6CLJU42Fkykyvji120,13573
|
150
|
+
ory_client/model/o_auth2_redirect_to.py,sha256=3fafJFDZH4C6L_7QsGCpYbv_U09_hn16El9SWDGzZik,11881
|
151
|
+
ory_client/model/o_auth2_token_exchange.py,sha256=TTxjyCXqPGJtDhgB_yXZ8fGHtTGbPtkWq7ke_SlAGMI,13565
|
152
|
+
ory_client/model/oidc_configuration.py,sha256=b6nMnQvog_ejx83z-8AujaoSxVhw84LXVGYPVR1mk2o,33786
|
153
|
+
ory_client/model/oidc_user_info.py,sha256=XrlmUAnP1CxERpW0r9Hd5fjpcuk6wFAvketb_HdVkYM,24625
|
154
|
+
ory_client/model/organization.py,sha256=C5TwkRpXkyoNH0eVtjkZGxuK1Tu3LqCCJ8YtN6zk3js,13150
|
155
|
+
ory_client/model/organization_body.py,sha256=DV6uig6WrB8WIz5OhbDQTTUPBuVAphRWCjp1Kw68SG8,11924
|
156
|
+
ory_client/model/pagination.py,sha256=8JNDR9w5rJCM2zuyt72wfz03KOSRn4bZiCDq2v_dlYk,12865
|
157
|
+
ory_client/model/pagination_headers.py,sha256=IUAXgV16IjR6YcDAY5tjloexiPzq9ML9AEIP2CthtYU,12222
|
158
|
+
ory_client/model/parse_error.py,sha256=YP5xoFHXzcmz2a645w-2SRBNM02EZV8rrnWY4C6EnUY,12124
|
159
|
+
ory_client/model/patch_identities_body.py,sha256=Lbgs8Pugqnb1vRcF461Y5bpb6JMJSC2fms34AH9J8Yg,11890
|
160
|
+
ory_client/model/perform_native_logout_body.py,sha256=md6ix2okDbGMnZGaHbeDzhiKeFt5VLGXufJnJJaDKKo,11790
|
161
|
+
ory_client/model/permissions_on_project.py,sha256=EP81BfMbGzY7ioPURe6d5URQS_tmxMEK1gfrJMf_O1Q,11306
|
162
|
+
ory_client/model/plan.py,sha256=DdOtbUpBWVErl8DGdVVSKf5vG9IhtohQ9adLV7HQtdU,11989
|
163
|
+
ory_client/model/plan_details.py,sha256=JM5vnEqiwCFa3HxxVMmsTm1ac7yNVOdDyYWcipFXuNU,14179
|
164
|
+
ory_client/model/plans.py,sha256=FqVdL0I7zOzxqPqOnMskpEC3a0fsEFXSAr8wN6AURp8,11781
|
165
|
+
ory_client/model/post_check_permission_body.py,sha256=peMwvL2mcl-bygydVsNUTUWSwuEY8_p6rvmQ2Ert6As,12813
|
166
|
+
ory_client/model/post_check_permission_or_error_body.py,sha256=2QsxVcTSL-368_G7v1o7-5cun7A3LmAIDnfUGSfpDDc,12834
|
167
|
+
ory_client/model/pricing.py,sha256=jmVMVgCT7eASnzR2GYk8addJhxTvQgwVKy0rdObGCSU,11960
|
168
|
+
ory_client/model/project.py,sha256=O97y9yXZMejzcFwGHM_q_kOjZeoHhqLnOLjyJrVW_TI,13831
|
169
|
+
ory_client/model/project_api_key.py,sha256=f_wL9zhk2INyVq72Rkkq0bDpozj8AigG4M2PqJRdD1Q,13276
|
170
|
+
ory_client/model/project_api_keys.py,sha256=zOgd4p0mYqngB9ksdvO80jmNW9o4ezCFMSSGYxPhkt4,12000
|
171
|
+
ory_client/model/project_branding.py,sha256=-_fZEzCoNX9lDHx6vZmf5ev0TDcHhTPNTLtcycxjf7c,13358
|
172
|
+
ory_client/model/project_branding_colors.py,sha256=hdU8OgkkaCPRpeCDKiPgXl6gQyFc8qPONpLIYq4FNoY,23906
|
173
|
+
ory_client/model/project_branding_theme.py,sha256=fQFLFeBRP5ebie2uZaMtHGIxWgFtaJ-AjUrhDMi3iZQ,26889
|
174
|
+
ory_client/model/project_branding_themes.py,sha256=rav56elXU4xPobHmcUg7bDS14k10g0IdvaQUTKU-y9Y,12084
|
175
|
+
ory_client/model/project_cors.py,sha256=ZgSchUX1S-DJulnghhZsRLr9BwTeTQYELBVCms7kH2w,12190
|
176
|
+
ory_client/model/project_host.py,sha256=3EurJJ5UoeffmhzrS3DrTqzYF1gDTVCLmUVavRBt3aM,12070
|
177
|
+
ory_client/model/project_member.py,sha256=m0zytJ4x_q23VpNRLMspFLR29ab-0o4ffVQW7bsw3i4,11830
|
178
|
+
ory_client/model/project_members.py,sha256=6aK4z_N12r-IMqxs9f2bt6GNmQzvjx1-TpBeAZtCIjg,11995
|
179
|
+
ory_client/model/project_metadata.py,sha256=WyU3bBp2NFx9d6JcHSyouTFPdnjxq6koUGUTBFBZP0w,14425
|
180
|
+
ory_client/model/project_metadata_list.py,sha256=WBlElj50BoRAQ1hGl5DBOm_En8IyyVbRjXO8fGeM3Ek,12032
|
181
|
+
ory_client/model/project_revision_hooks.py,sha256=pjNwkGMcMz68bVmzw9a-w8ybSb4GhiKrK99uzdNJ7X8,12163
|
182
|
+
ory_client/model/project_revision_identity_schemas.py,sha256=MAOffHDk_Rbi2Am6FUgQU6qMcW2N7dZkFo14FAJjPHs,12284
|
183
|
+
ory_client/model/project_revision_third_party_login_providers.py,sha256=NfnXFOZrANsJlaRWSJ9eXLYeEPNMBQ6tKk07V3OR3c0,12348
|
184
|
+
ory_client/model/project_revisions.py,sha256=E5nNV8BooT2etCqtQhg-H-_TrAMRBGGYtKh9EhXlZyo,12114
|
185
|
+
ory_client/model/project_service_identity.py,sha256=qbVOsaUN4pyQUgfGxlqVhivPIjdsOFbAWeVQvMQuLOQ,11808
|
186
|
+
ory_client/model/project_service_o_auth2.py,sha256=-prV3JXZCR9dyNt0G1HTMXkbOa48GWSop4rjm-pWyjc,11802
|
187
|
+
ory_client/model/project_service_permission.py,sha256=V5UhSY98kijc7iOsXms_lCMWO5ff9a78LZS8ACo_7Fk,11814
|
188
|
+
ory_client/model/project_services.py,sha256=VP_HEVYtQdZPpL6En91E3ggawkI6bzCfZCpjg8XJ-xk,12615
|
189
|
+
ory_client/model/projects.py,sha256=Ik6uqE4-8R9rlwHqs4OT5KCz1S4XKI7VsrHHYdhYCTY,11926
|
190
|
+
ory_client/model/quota_usage.py,sha256=2I1GRJnWvKBJ5yYQmu-zvoyB-GEUjqcHYQoMgMvR-oY,15229
|
191
|
+
ory_client/model/recovery_code_for_identity.py,sha256=dAG43Rt2gGBqbBWfJg0F6JRFBkO3pZ3es73S-u9rSmc,12720
|
192
|
+
ory_client/model/recovery_flow.py,sha256=V22wozMMeDjxxhCv0dMdLln5YgNIBFXICMnAKhzjRbQ,16075
|
193
|
+
ory_client/model/recovery_flow_state.py,sha256=B6a3n3sPX8HGGcqgDn9yxggA3qa9ShM3YgXuB0Hvatc,13316
|
194
|
+
ory_client/model/recovery_identity_address.py,sha256=9PVxYp-6hkP0j00s-HC4Jbv9UTvx0Z5pCgu9saLtprA,12615
|
195
|
+
ory_client/model/recovery_link_for_identity.py,sha256=fM9eOu-lxwBMMfcQnzURXg-uzxq1IJ5dpGNVocaxL3k,12181
|
196
|
+
ory_client/model/registration_flow.py,sha256=WhE4wTIF4X0NVzFPx1V8AACCgkui7O3UI1yaUKx-abE,18488
|
197
|
+
ory_client/model/registration_flow_state.py,sha256=JJpdjbFmsUTNyI6Najw_uMPwCHkAgrNEi0CvR7_m_ec,13120
|
198
|
+
ory_client/model/reject_o_auth2_request.py,sha256=KcRDlCxL45lrz6piy66EvdUfJlXlHmzweGlO-qGTmX8,13273
|
199
|
+
ory_client/model/relation_query.py,sha256=NdfVgYye2HBx29LzubZocKEtjr_6o3gTFulYJBoBevo,12783
|
200
|
+
ory_client/model/relationship.py,sha256=c28sIP7YjZE828ce8qwTGXXlpNz6XHTnsZH3DbLN3Mk,13010
|
201
|
+
ory_client/model/relationship_namespaces.py,sha256=l2QuATVKJsICl63zMVU2HS4CleesvDV6mFwL_PzJtLY,11756
|
202
|
+
ory_client/model/relationship_patch.py,sha256=U9Q2k5yy648MxpmKjupLN1E_CfMhifo_AH1gmy0gOzY,12062
|
203
|
+
ory_client/model/relationships.py,sha256=GpmSrjFyGCM5W4ESoCyJm2dnfpG4hBnpAtkLwZ1iKeE,12258
|
204
|
+
ory_client/model/rfc6749_error_json.py,sha256=MsRKbNK4R_IP3ZJxpVla4Nyr2mT51Pbqrc6vLSejSWo,12410
|
205
|
+
ory_client/model/schema_patch.py,sha256=zyfK3yrFpGOaqy4sfO3vB4cI14BaWhsJrHukAlbdOa8,12033
|
206
|
+
ory_client/model/self_service_flow_expired_error.py,sha256=U7_nszyYOMz9D0_KhldfxPsCJ_tFBKmQNYszO5AzgJ4,12969
|
207
|
+
ory_client/model/session.py,sha256=wlRMpCdTBskesA5keJ4uzIWBJTQMBDFoFnAStHFzhMs,15774
|
208
|
+
ory_client/model/session_activity_datapoint.py,sha256=pVPvOvAGdpL8jalruB3_jD6dd6f9qiByhXW2KxADscw,12342
|
209
|
+
ory_client/model/session_authentication_method.py,sha256=iBh0nYhQEqrKHSxk_ZPRhsbVOTSz75UQgnQEuzTvmns,13371
|
210
|
+
ory_client/model/session_authentication_methods.py,sha256=TYz-ZZieb-rUw4zQw3cxS5qlG-xC8B68Vcf1br3A318,12452
|
211
|
+
ory_client/model/session_device.py,sha256=mr9dd3n93pmLfnErkqafUc9BPoNWg_SfbZvTPi0WgaU,12379
|
212
|
+
ory_client/model/set_active_project_in_console_body.py,sha256=gMsQoTnRK6BtTujgSp8A1eEPXPg5uvpc4GuMhQlhLww,11805
|
213
|
+
ory_client/model/set_custom_domain_body.py,sha256=nTXFCAPYztOQiquVdfTGUhx4s4mqBVY7qoP4XrgWhaE,13091
|
214
|
+
ory_client/model/set_project.py,sha256=h4IJpJICX3xHHrlzQMN6601wlQ0hnCxJBTKQcKxtvJ8,12725
|
215
|
+
ory_client/model/set_project_branding_theme_body.py,sha256=S6iw4v6AytsBp6Lye-fuE4bkHY3QFElmeSvWXLcAlzE,12962
|
216
|
+
ory_client/model/settings_flow.py,sha256=rAPZdUaR2ablLaurooCygARfe_bUZElo1ekK7Lw4K0U,16978
|
217
|
+
ory_client/model/settings_flow_state.py,sha256=bFzsyU1VWuE6PJk6v1WoNpLrR_14PDtsdJagvSkxdB8,13574
|
218
|
+
ory_client/model/source_position.py,sha256=HzDaR3HA09RzyJ8zDme-jGuffvwi30l3aGtG4m4GKyo,11710
|
219
|
+
ory_client/model/string_slice_json_format.py,sha256=NSrqtF8u9qv3n7ILbJYdrV7je6gFlVipyeUhGmnzRQU,11819
|
220
|
+
ory_client/model/stripe_customer.py,sha256=LDKOp1selO0sXIsUYwdOSiqeUF__qTa0XxSDDHd2csY,11512
|
221
|
+
ory_client/model/subject_set.py,sha256=BUe9CgIrGbMokggA0RUqXTa-tXmNZqMnrnY5CoBTjlI,12219
|
222
|
+
ory_client/model/subscription.py,sha256=gJdVcQyrtMsIeMImpxhWrnepx-2RoZK8rMzLOXDgjn0,17785
|
223
|
+
ory_client/model/successful_code_exchange_response.py,sha256=fjOaBe3o5k0u09fmobdRyaZ-SBLaz-ropW2jYOUF9_I,12500
|
224
|
+
ory_client/model/successful_native_login.py,sha256=NUB38SuTDxqccRbdrUNqdrZinNnohtW1O0bvtEBDkzQ,12473
|
225
|
+
ory_client/model/successful_native_registration.py,sha256=JmD4K-Gpyn36p_4JHYyqAq2OrhYNAYw3zgC-ANP6REI,13754
|
226
|
+
ory_client/model/successful_project_update.py,sha256=ga_swxW0-Frn5WMhgm_0B1k8EazNUZQNDBL3o43mPv4,12962
|
227
|
+
ory_client/model/token_pagination.py,sha256=Mt4ngsjM7hN8uxzpL5aJwwQJzmaUfoSN5DRy3vwJilQ,12880
|
228
|
+
ory_client/model/token_pagination_headers.py,sha256=ltzGki022IqBJXq0_yKFQds-UmYi1n3Rp6g09LvorEU,12237
|
229
|
+
ory_client/model/token_pagination_request_parameters.py,sha256=ggWC6z6BHSPufuFM1kwLugYqjvm7fHwUt5gVcld9S-Y,12930
|
230
|
+
ory_client/model/token_pagination_response_headers.py,sha256=D3IeT6fIDsnCfb_ks6xUhQleF89j-Fk705ED5xETRoU,13145
|
231
|
+
ory_client/model/trust_o_auth2_jwt_grant_issuer.py,sha256=BTUeFJLwk_YEJ5JlqoHZnePuE1zCBVHAr2SZqql96oo,13912
|
232
|
+
ory_client/model/trusted_o_auth2_jwt_grant_issuer.py,sha256=EpmLKsOnl1Qxc7SMvoIljl4b8mq8mm14oAYpkoCKUYc,14486
|
233
|
+
ory_client/model/trusted_o_auth2_jwt_grant_issuers.py,sha256=9QfWoccKSBaHK3umnSqInqQnRJEcdCVXshAXDHTKxSg,12399
|
234
|
+
ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py,sha256=kzkRFLdRG6JrqpECdIb5Fr-3atfx5fsG0y6ZOz-UW8A,12089
|
235
|
+
ory_client/model/ui_container.py,sha256=HtKEhjv_slF1yEf0cOPdbr02kGKf1-jsK0Yb93oBcQQ,12714
|
236
|
+
ory_client/model/ui_node.py,sha256=updvsdQfVRgzCxUryT-afxQvdfBOI3-Jdnz9YD8MVp4,14031
|
237
|
+
ory_client/model/ui_node_anchor_attributes.py,sha256=HvR_I33yG5ppnK9zJe_JRdFaaY5cV8VyCfzRE2f06s8,12852
|
238
|
+
ory_client/model/ui_node_attributes.py,sha256=aR6g8lHFUeFLpxuMtXjbt2NymOk4rk-h-rB-sfyWZtc,22091
|
239
|
+
ory_client/model/ui_node_image_attributes.py,sha256=wTZTwYw2G-dlt0d-hV0vJww3FAr5xsOpWjvTvRLRTx0,12956
|
240
|
+
ory_client/model/ui_node_input_attributes.py,sha256=1-dR63L5gRHBR6dQk3V97rr9CzAHSz7OBhTLKXQCglM,16763
|
241
|
+
ory_client/model/ui_node_meta.py,sha256=SLQk1OCwCJOPZxAE2gohaUTRMsw1UFtBzdBlLrGF8Z4,11669
|
242
|
+
ory_client/model/ui_node_script_attributes.py,sha256=ULYzjqvogv74uDzlcP2pmrG51wuslr-GdrDg1oR3a2Y,14565
|
243
|
+
ory_client/model/ui_node_text_attributes.py,sha256=qf4yTUI4fn6UJs-LApoyLcgO-4FFDRLCtIp6BS1AMn8,12555
|
244
|
+
ory_client/model/ui_nodes.py,sha256=Pi-rMs8fWS7OdCGu7eeUv6w4ePekucZS0Oz7v3NTxR4,11915
|
245
|
+
ory_client/model/ui_text.py,sha256=7VTDxtPTcPMk0rZypc_yW-4dUGxjWRc2MjbmKRRkXsM,12735
|
246
|
+
ory_client/model/ui_texts.py,sha256=J-4q607MIU0IybGVGldy96f7REzpqm7aOKnS5TzaWmI,11915
|
247
|
+
ory_client/model/update_identity_body.py,sha256=_n-DdvME0aTuYJzhOdapd1hlUJW21J0sFk4Sqpe7Su4,14981
|
248
|
+
ory_client/model/update_login_flow_body.py,sha256=nN_V5eF0rycQWAVVEjpzkXW9FRJRNY8NMT2RDCzxr7U,23140
|
249
|
+
ory_client/model/update_login_flow_with_code_method.py,sha256=KEIZCb_TsaQAEhtYGTC-ZvmoTRz7306C1idUaZt6gP8,13151
|
250
|
+
ory_client/model/update_login_flow_with_lookup_secret_method.py,sha256=meQkMpMtib8dlram9Tr2PyxyhzMdzJHVi2dAWBcNgcs,12516
|
251
|
+
ory_client/model/update_login_flow_with_oidc_method.py,sha256=7sRCKHrMCNdVVkzEYHcE_RCrRtjf5CZGK9hzUh3hBxI,16280
|
252
|
+
ory_client/model/update_login_flow_with_password_method.py,sha256=UUpFJxy_ocw-TyTYUOoh3S0aErtnz1oFnYGDAxfgrwc,13290
|
253
|
+
ory_client/model/update_login_flow_with_totp_method.py,sha256=bGXeQUjkaJVgtlosG3e8pGOvF7rDH6B6d4UR2-XqCjo,12404
|
254
|
+
ory_client/model/update_login_flow_with_web_authn_method.py,sha256=P9tTy69OZKRzYpAExFIP8b14MqK43dVvilNSpVPZ-30,12943
|
255
|
+
ory_client/model/update_recovery_flow_body.py,sha256=f1i4h8K99fI0We00FmPS1kqDNGzVmJQ5vjsb00ezJXE,16721
|
256
|
+
ory_client/model/update_recovery_flow_with_code_method.py,sha256=EQKW9o7DSi87tgYwEbCIjkjz22H9kAu6_XkBdhzvk28,13981
|
257
|
+
ory_client/model/update_recovery_flow_with_link_method.py,sha256=8Lh8aPTYp40OfGoaYbhwuuS1O88yC6FkUKRTW_1GJlY,13063
|
258
|
+
ory_client/model/update_registration_flow_body.py,sha256=1zRZYIO1497mvXarEDzqVtgSmdWj_EDtMaOwseomnaw,22203
|
259
|
+
ory_client/model/update_registration_flow_with_code_method.py,sha256=W0SYNLS5M_waKkio_hrN0a_q_RojkjMcZVpnNzl0CqU,13543
|
260
|
+
ory_client/model/update_registration_flow_with_oidc_method.py,sha256=qtvnIhURWKhoaFTXqTyscrjX8Z5-7oEKiYNNPZ-qWRQ,16740
|
261
|
+
ory_client/model/update_registration_flow_with_password_method.py,sha256=mMZoSOYKcIVjLjcCR2VeuqC9tmsVX6CLNGEoKDgsu4o,13361
|
262
|
+
ory_client/model/update_registration_flow_with_web_authn_method.py,sha256=lB_Y8c6LI8h7ypNIKydvyFSa-C_7SejcsRu4z0ekm_o,14145
|
263
|
+
ory_client/model/update_settings_flow_body.py,sha256=L8EPuv7Bh4Fke3aMnE8qpLA29u23igiCmZc3b7I0StU,23538
|
264
|
+
ory_client/model/update_settings_flow_with_lookup_method.py,sha256=Sx1Rfgp5hcpxnrxWsHnrgIgI9HC_c3Tq49ujvZoUezA,13552
|
265
|
+
ory_client/model/update_settings_flow_with_oidc_method.py,sha256=v6nOM3iXWJXwya79I5W26zM31M8BUt0zfpjM9mg3N3I,14915
|
266
|
+
ory_client/model/update_settings_flow_with_password_method.py,sha256=e6jB7wRcARQCX9DOc5oQyeLzZVrISEWjMUFrO86CwqM,12364
|
267
|
+
ory_client/model/update_settings_flow_with_profile_method.py,sha256=MEyFrjuy01AD5qkOP1HsrfvmjYUeT7eV4mdmF_gXvaA,12623
|
268
|
+
ory_client/model/update_settings_flow_with_totp_method.py,sha256=RTH0IZxvgTqs10Blr3pOlCp9U8tSFiM5qZ7YZYLDCvw,12887
|
269
|
+
ory_client/model/update_settings_flow_with_web_authn_method.py,sha256=CiPNTG1Dw5Vr5VJupri6uWcT1sFyi9ctcCElt78tch8,13551
|
270
|
+
ory_client/model/update_subscription_body.py,sha256=z2H-TeQ9nk27tn2mTiLPS3bFLrVSs4zhdR4WGjxiLwc,12189
|
271
|
+
ory_client/model/update_verification_flow_body.py,sha256=I3ekvJfqv5M-CBLdyxy0nToKjS3vzhOPoeu28z9LTb8,16803
|
272
|
+
ory_client/model/update_verification_flow_with_code_method.py,sha256=48UaVVDHm2xNxoROmHwF5UVi-B1qwmqKqez-KhFJsnU,13999
|
273
|
+
ory_client/model/update_verification_flow_with_link_method.py,sha256=XSvyyA1s3Wjx6p9fzloJEqMFE-HKCj50Ys7P7_uQ2cg,13113
|
274
|
+
ory_client/model/usage.py,sha256=HUlMgcIXJKVtulF5iq7BiMncgWjzmFt8EqS-RnaVTv4,11735
|
275
|
+
ory_client/model/verifiable_credential_priming_response.py,sha256=wwzJt3yWpKt5Ebs1kExh9a2EEEutnOSAkQiLLvRwCb0,13096
|
276
|
+
ory_client/model/verifiable_credential_proof.py,sha256=o_-fSz9hKJj9XkXn0prDYD8AnEgIG9kTtukeepJSFbY,11758
|
277
|
+
ory_client/model/verifiable_credential_response.py,sha256=5GIRN8uhtWXJRrxxeLZn18ZQmTWuQucaiTQlGRmqm4c,11827
|
278
|
+
ory_client/model/verifiable_identity_address.py,sha256=Cwlg3JBFBQciBpNjaLQcbhbEJZ5mx-8cPjczrCnue-g,13790
|
279
|
+
ory_client/model/verification_flow.py,sha256=_ZY14iPLvWUVUwVt-42iBq1tVB5_jgCmMUtnE4o6TkA,15544
|
280
|
+
ory_client/model/verification_flow_state.py,sha256=iyUGc3LBKFm7EG1V6UJMLi0qfarLo0_4XAiXZp7cnSw,13344
|
281
|
+
ory_client/model/version.py,sha256=i0GVMUNiNYK5E4uHI6hsK29ORTuP0MoOD0xa0XT1duc,11586
|
282
|
+
ory_client/model/warning.py,sha256=6Dy4UHtOpw6zECmuksxklWC9ekMoLHazj3iU15MNLhI,11694
|
283
|
+
ory_client/model/workspace.py,sha256=nOf_w9bCHJ9xk9ngUf2oTY5fYDmnbikrBcpgv_D8e7k,12525
|
284
|
+
ory_client/model/workspaces.py,sha256=KUoXRG8VYRmsiwzE2aQn4SYDHfqIa5lII2oUymq7tfk,11950
|
285
|
+
ory_client/models/__init__.py,sha256=iLH0D9SX3uvTxcTc96rjTRU6Umk1Tj1pRuSocwddYA8,20627
|
286
|
+
ory_client-1.4.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
287
|
+
ory_client-1.4.4.dist-info/METADATA,sha256=CrTTl0oQ6ZCCEv1zMmYalIqHwiwtKWBvTXga1uiOr3U,535
|
288
|
+
ory_client-1.4.4.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
289
|
+
ory_client-1.4.4.dist-info/top_level.txt,sha256=0De6AV7uRK9cg2KDRdQT-mC1JEQ4oTxArmZm8VX6bBc,11
|
290
|
+
ory_client-1.4.4.dist-info/RECORD,,
|