ory-client 1.11.10__py3-none-any.whl → 1.11.12__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 +3 -2
- ory_client/api/courier_api.py +1 -1
- ory_client/api/events_api.py +5 -5
- ory_client/api/frontend_api.py +1 -1
- ory_client/api/identity_api.py +30 -13
- 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 +68 -17
- ory_client/api/relationship_api.py +1 -1
- ory_client/api/wellknown_api.py +1 -1
- ory_client/api/workspace_api.py +6 -6
- ory_client/api_client.py +2 -2
- ory_client/configuration.py +9 -30
- ory_client/exceptions.py +1 -1
- ory_client/models/__init__.py +2 -1
- ory_client/models/accept_o_auth2_consent_request.py +1 -1
- ory_client/models/accept_o_auth2_consent_request_session.py +1 -1
- ory_client/models/accept_o_auth2_login_request.py +1 -1
- ory_client/models/account_experience_configuration.py +1 -1
- ory_client/models/account_experience_theme_variables.py +1 -1
- ory_client/models/active_project_in_console.py +1 -1
- ory_client/models/add_project_to_workspace_body.py +1 -1
- ory_client/models/attribute.py +1 -1
- ory_client/models/attribute_filter.py +1 -1
- ory_client/models/attributes_count_datapoint.py +1 -1
- ory_client/models/authenticator_assurance_level.py +1 -1
- ory_client/models/batch_patch_identities_response.py +1 -1
- ory_client/models/billing_period_bucket.py +1 -1
- ory_client/models/check_opl_syntax_result.py +1 -1
- ory_client/models/check_permission_result.py +1 -1
- ory_client/models/cloud_account.py +1 -1
- ory_client/models/consistency_request_parameters.py +1 -1
- ory_client/models/continue_with.py +1 -1
- ory_client/models/continue_with_recovery_ui.py +1 -1
- ory_client/models/continue_with_recovery_ui_flow.py +1 -1
- ory_client/models/continue_with_set_ory_session_token.py +1 -1
- ory_client/models/continue_with_settings_ui.py +1 -1
- ory_client/models/continue_with_settings_ui_flow.py +1 -1
- ory_client/models/continue_with_verification_ui.py +1 -1
- ory_client/models/continue_with_verification_ui_flow.py +1 -1
- ory_client/models/courier_message_status.py +1 -1
- ory_client/models/courier_message_type.py +1 -1
- ory_client/models/create_custom_domain_body.py +1 -1
- ory_client/models/create_event_stream_body.py +1 -1
- ory_client/models/create_identity_body.py +1 -1
- ory_client/models/create_invite_response.py +1 -1
- ory_client/models/create_json_web_key_set.py +1 -1
- ory_client/models/create_project_api_key_request.py +1 -1
- ory_client/models/create_project_body.py +14 -2
- ory_client/models/create_project_branding.py +1 -1
- ory_client/models/create_project_member_invite_body.py +1 -1
- ory_client/models/create_project_normalized_payload.py +14 -2
- ory_client/models/create_recovery_code_for_identity_body.py +1 -1
- ory_client/models/create_recovery_link_for_identity_body.py +1 -1
- ory_client/models/create_relationship_body.py +1 -1
- ory_client/models/create_subscription_body.py +1 -1
- ory_client/models/create_subscription_common.py +1 -1
- ory_client/models/create_verifiable_credential_request_body.py +1 -1
- ory_client/models/create_workspace_body.py +1 -1
- ory_client/models/create_workspace_member_invite_body.py +1 -1
- ory_client/models/create_workspace_subscription_body.py +1 -1
- ory_client/models/credential_supported_draft00.py +1 -1
- ory_client/models/custom_domain.py +1 -1
- ory_client/models/delete_my_sessions_count.py +1 -1
- ory_client/models/email_template_data.py +1 -1
- ory_client/models/email_template_data_body.py +1 -1
- ory_client/models/error_authenticator_assurance_level_not_satisfied.py +1 -1
- ory_client/models/error_browser_location_change_required.py +1 -1
- ory_client/models/error_flow_replaced.py +1 -1
- ory_client/models/error_generic.py +1 -1
- ory_client/models/error_o_auth2.py +1 -1
- ory_client/models/event_stream.py +1 -1
- ory_client/models/expanded_permission_tree.py +1 -1
- ory_client/models/flow_error.py +1 -1
- ory_client/models/generic_error.py +1 -1
- ory_client/models/generic_error_content.py +1 -1
- ory_client/models/generic_usage.py +1 -1
- ory_client/models/get_attributes_count_response.py +1 -1
- ory_client/models/get_managed_identity_schema_location.py +1 -1
- ory_client/models/get_metrics_event_attributes_response.py +1 -1
- ory_client/models/get_metrics_event_types_response.py +1 -1
- ory_client/models/get_organization_response.py +1 -1
- ory_client/models/get_project_events_body.py +1 -1
- ory_client/models/get_project_events_response.py +1 -1
- ory_client/models/get_project_metrics_response.py +1 -1
- ory_client/models/get_session_activity_response.py +1 -1
- ory_client/models/get_version200_response.py +1 -1
- ory_client/models/health_not_ready_status.py +1 -1
- ory_client/models/health_status.py +1 -1
- ory_client/models/identity.py +1 -1
- ory_client/models/identity_credentials.py +1 -1
- ory_client/models/identity_credentials_code.py +1 -1
- ory_client/models/identity_credentials_oidc.py +1 -1
- ory_client/models/identity_credentials_oidc_provider.py +1 -1
- ory_client/models/identity_credentials_password.py +1 -1
- ory_client/models/identity_patch.py +1 -1
- ory_client/models/identity_patch_response.py +1 -1
- ory_client/models/identity_schema_container.py +1 -1
- ory_client/models/identity_schema_preset.py +1 -1
- ory_client/models/identity_with_credentials.py +1 -1
- ory_client/models/identity_with_credentials_oidc.py +1 -1
- ory_client/models/identity_with_credentials_oidc_config.py +1 -1
- ory_client/models/identity_with_credentials_oidc_config_provider.py +1 -1
- ory_client/models/identity_with_credentials_password.py +1 -1
- ory_client/models/identity_with_credentials_password_config.py +1 -1
- ory_client/models/internal_get_project_branding_body.py +1 -1
- ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +1 -1
- ory_client/models/internal_is_owner_for_project_by_slug_body.py +1 -1
- ory_client/models/internal_is_owner_for_project_by_slug_response.py +1 -1
- ory_client/models/introspected_o_auth2_token.py +1 -1
- ory_client/models/invoice.py +1 -1
- ory_client/models/invoice_data_v1.py +1 -1
- ory_client/models/is_owner_for_project_by_slug.py +1 -1
- ory_client/models/json_patch.py +1 -1
- ory_client/models/json_web_key.py +1 -1
- ory_client/models/json_web_key_set.py +1 -1
- ory_client/models/keto_namespace.py +1 -1
- ory_client/models/line_item_v1.py +1 -1
- ory_client/models/list_event_streams.py +1 -1
- ory_client/models/list_invoices_response.py +1 -1
- ory_client/models/list_organizations_response.py +8 -4
- ory_client/models/list_workspace_projects.py +1 -1
- ory_client/models/list_workspaces.py +1 -1
- ory_client/models/login_flow.py +1 -1
- ory_client/models/login_flow_state.py +1 -1
- ory_client/models/logout_flow.py +1 -1
- ory_client/models/managed_identity_schema.py +1 -1
- ory_client/models/managed_identity_schema_validation_result.py +1 -1
- ory_client/models/member_invite.py +1 -1
- ory_client/models/message.py +1 -1
- ory_client/models/message_dispatch.py +1 -1
- ory_client/models/metrics_datapoint.py +1 -1
- ory_client/models/money.py +1 -1
- ory_client/models/namespace.py +1 -1
- ory_client/models/needs_privileged_session_error.py +1 -1
- ory_client/models/normalized_project.py +13 -2
- ory_client/models/normalized_project_revision.py +1 -1
- ory_client/models/normalized_project_revision_courier_channel.py +1 -1
- ory_client/models/normalized_project_revision_hook.py +1 -1
- ory_client/models/normalized_project_revision_identity_schema.py +1 -1
- ory_client/models/normalized_project_revision_third_party_provider.py +1 -1
- ory_client/models/normalized_project_revision_tokenizer_template.py +1 -1
- ory_client/models/o_auth2_client.py +1 -1
- ory_client/models/o_auth2_client_token_lifespans.py +1 -1
- ory_client/models/o_auth2_consent_request.py +1 -1
- ory_client/models/o_auth2_consent_request_open_id_connect_context.py +1 -1
- ory_client/models/o_auth2_consent_session.py +1 -1
- ory_client/models/o_auth2_consent_session_expires_at.py +1 -1
- ory_client/models/o_auth2_login_request.py +1 -1
- ory_client/models/o_auth2_logout_request.py +1 -1
- ory_client/models/o_auth2_redirect_to.py +1 -1
- ory_client/models/o_auth2_token_exchange.py +1 -1
- ory_client/models/oidc_configuration.py +1 -1
- ory_client/models/oidc_user_info.py +1 -1
- ory_client/models/organization.py +1 -1
- ory_client/models/organization_body.py +1 -1
- ory_client/models/pagination.py +1 -1
- ory_client/models/pagination_headers.py +1 -1
- ory_client/models/parse_error.py +1 -1
- ory_client/models/patch_identities_body.py +1 -1
- ory_client/models/perform_native_logout_body.py +1 -1
- ory_client/models/permissions_on_workspace.py +1 -1
- ory_client/models/plan.py +1 -1
- ory_client/models/plan_details.py +1 -1
- ory_client/models/post_check_permission_body.py +1 -1
- ory_client/models/post_check_permission_or_error_body.py +1 -1
- ory_client/models/project.py +11 -2
- ory_client/models/project_api_key.py +1 -1
- ory_client/models/project_branding.py +1 -1
- ory_client/models/project_branding_colors.py +1 -1
- ory_client/models/project_branding_theme.py +1 -1
- ory_client/models/project_cors.py +1 -1
- ory_client/models/project_events_datapoint.py +1 -1
- ory_client/models/project_host.py +1 -1
- ory_client/models/project_member.py +1 -1
- ory_client/models/project_metadata.py +11 -2
- ory_client/models/project_service_identity.py +1 -1
- ory_client/models/project_service_o_auth2.py +1 -1
- ory_client/models/project_service_permission.py +1 -1
- ory_client/models/project_services.py +1 -1
- ory_client/models/quota_usage.py +4 -4
- ory_client/models/recovery_code_for_identity.py +1 -1
- ory_client/models/recovery_flow.py +1 -1
- ory_client/models/recovery_flow_state.py +1 -1
- ory_client/models/recovery_identity_address.py +1 -1
- ory_client/models/recovery_link_for_identity.py +1 -1
- ory_client/models/registration_flow.py +1 -1
- ory_client/models/registration_flow_state.py +1 -1
- ory_client/models/reject_o_auth2_request.py +1 -1
- ory_client/models/relation_query.py +1 -1
- ory_client/models/relationship.py +1 -1
- ory_client/models/relationship_namespaces.py +1 -1
- ory_client/models/relationship_patch.py +1 -1
- ory_client/models/relationships.py +1 -1
- ory_client/models/rfc6749_error_json.py +1 -1
- ory_client/models/schema_patch.py +1 -1
- ory_client/models/self_service_flow_expired_error.py +1 -1
- ory_client/models/session.py +1 -1
- ory_client/models/session_activity_datapoint.py +1 -1
- ory_client/models/session_authentication_method.py +1 -1
- ory_client/models/session_device.py +1 -1
- ory_client/models/set_active_project_in_console_body.py +1 -1
- ory_client/models/set_custom_domain_body.py +1 -1
- ory_client/models/set_event_stream_body.py +1 -1
- ory_client/models/set_project.py +1 -1
- ory_client/models/set_project_branding_theme_body.py +1 -1
- ory_client/models/settings_flow.py +1 -1
- ory_client/models/settings_flow_state.py +1 -1
- ory_client/models/source_position.py +1 -1
- ory_client/models/subject_set.py +1 -1
- ory_client/models/subscription.py +1 -1
- ory_client/models/successful_code_exchange_response.py +1 -1
- ory_client/models/successful_native_login.py +1 -1
- ory_client/models/successful_native_registration.py +1 -1
- ory_client/models/successful_project_update.py +1 -1
- ory_client/models/tax_line_item.py +1 -1
- ory_client/models/time_interval.py +1 -1
- ory_client/models/token_pagination.py +1 -1
- ory_client/models/token_pagination_headers.py +1 -1
- ory_client/models/token_pagination_request_parameters.py +1 -1
- ory_client/models/token_pagination_response_headers.py +1 -1
- ory_client/models/trust_o_auth2_jwt_grant_issuer.py +1 -1
- ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +1 -1
- ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +1 -1
- ory_client/models/ui_container.py +1 -1
- ory_client/models/ui_node.py +1 -1
- ory_client/models/ui_node_anchor_attributes.py +1 -1
- ory_client/models/ui_node_attributes.py +1 -1
- ory_client/models/ui_node_image_attributes.py +1 -1
- ory_client/models/ui_node_input_attributes.py +1 -1
- ory_client/models/ui_node_meta.py +1 -1
- ory_client/models/ui_node_script_attributes.py +1 -1
- ory_client/models/ui_node_text_attributes.py +1 -1
- ory_client/models/ui_text.py +1 -1
- ory_client/models/update_identity_body.py +1 -1
- ory_client/models/update_login_flow_body.py +1 -1
- ory_client/models/update_login_flow_with_code_method.py +1 -1
- ory_client/models/update_login_flow_with_lookup_secret_method.py +1 -1
- ory_client/models/update_login_flow_with_oidc_method.py +1 -1
- ory_client/models/update_login_flow_with_passkey_method.py +1 -1
- ory_client/models/update_login_flow_with_password_method.py +1 -1
- ory_client/models/update_login_flow_with_totp_method.py +1 -1
- ory_client/models/update_login_flow_with_web_authn_method.py +1 -1
- ory_client/models/update_recovery_flow_body.py +1 -1
- ory_client/models/update_recovery_flow_with_code_method.py +1 -1
- ory_client/models/update_recovery_flow_with_link_method.py +1 -1
- ory_client/models/update_registration_flow_body.py +1 -1
- ory_client/models/update_registration_flow_with_code_method.py +1 -1
- ory_client/models/update_registration_flow_with_oidc_method.py +1 -1
- ory_client/models/update_registration_flow_with_passkey_method.py +1 -1
- ory_client/models/update_registration_flow_with_password_method.py +1 -1
- ory_client/models/update_registration_flow_with_profile_method.py +1 -1
- ory_client/models/update_registration_flow_with_web_authn_method.py +1 -1
- ory_client/models/update_settings_flow_body.py +1 -1
- ory_client/models/update_settings_flow_with_lookup_method.py +1 -1
- ory_client/models/update_settings_flow_with_oidc_method.py +1 -1
- ory_client/models/update_settings_flow_with_passkey_method.py +1 -1
- ory_client/models/update_settings_flow_with_password_method.py +1 -1
- ory_client/models/update_settings_flow_with_profile_method.py +1 -1
- ory_client/models/update_settings_flow_with_totp_method.py +1 -1
- ory_client/models/update_settings_flow_with_web_authn_method.py +1 -1
- ory_client/models/update_subscription_body.py +1 -1
- ory_client/models/update_verification_flow_body.py +1 -1
- ory_client/models/update_verification_flow_with_code_method.py +1 -1
- ory_client/models/update_verification_flow_with_link_method.py +1 -1
- ory_client/models/update_workspace_body.py +1 -1
- ory_client/models/usage.py +1 -1
- ory_client/models/verifiable_credential_priming_response.py +1 -1
- ory_client/models/verifiable_credential_proof.py +1 -1
- ory_client/models/verifiable_credential_response.py +1 -1
- ory_client/models/verifiable_identity_address.py +1 -1
- ory_client/models/verification_flow.py +1 -1
- ory_client/models/verification_flow_state.py +1 -1
- ory_client/models/version.py +1 -1
- ory_client/models/warning.py +1 -1
- ory_client/models/workspace.py +1 -1
- ory_client/models/workspace_api_key.py +126 -0
- ory_client/rest.py +1 -1
- {ory_client-1.11.10.dist-info → ory_client-1.11.12.dist-info}/METADATA +1 -1
- ory_client-1.11.12.dist-info/RECORD +289 -0
- ory_client-1.11.10.dist-info/RECORD +0 -288
- {ory_client-1.11.10.dist-info → ory_client-1.11.12.dist-info}/LICENSE +0 -0
- {ory_client-1.11.10.dist-info → ory_client-1.11.12.dist-info}/WHEEL +0 -0
- {ory_client-1.11.10.dist-info → ory_client-1.11.12.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,126 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
"""
|
4
|
+
Ory APIs
|
5
|
+
|
6
|
+
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
|
+
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
|
+
Contact: support@ory.sh
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
|
+
|
12
|
+
Do not edit the class manually.
|
13
|
+
""" # noqa: E501
|
14
|
+
|
15
|
+
|
16
|
+
from __future__ import annotations
|
17
|
+
import pprint
|
18
|
+
import re # noqa: F401
|
19
|
+
import json
|
20
|
+
|
21
|
+
from datetime import datetime
|
22
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
23
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
24
|
+
from typing import Optional, Set
|
25
|
+
from typing_extensions import Self
|
26
|
+
|
27
|
+
class WorkspaceApiKey(BaseModel):
|
28
|
+
"""
|
29
|
+
WorkspaceApiKey
|
30
|
+
""" # noqa: E501
|
31
|
+
created_at: Optional[datetime] = Field(default=None, description="The API key's creation date")
|
32
|
+
id: StrictStr = Field(description="The key's ID.")
|
33
|
+
name: StrictStr = Field(description="The API key's Name Set this to help you remember, for example, where you use the API key.")
|
34
|
+
owner_id: StrictStr = Field(description="The key's owner")
|
35
|
+
updated_at: Optional[datetime] = Field(default=None, description="The API key's last update date")
|
36
|
+
value: Optional[StrictStr] = Field(default=None, description="The key's value")
|
37
|
+
workspace_id: Optional[StrictStr] = Field(default=None, description="The API token's workspace ID")
|
38
|
+
additional_properties: Dict[str, Any] = {}
|
39
|
+
__properties: ClassVar[List[str]] = ["created_at", "id", "name", "owner_id", "updated_at", "value", "workspace_id"]
|
40
|
+
|
41
|
+
model_config = ConfigDict(
|
42
|
+
populate_by_name=True,
|
43
|
+
validate_assignment=True,
|
44
|
+
protected_namespaces=(),
|
45
|
+
)
|
46
|
+
|
47
|
+
|
48
|
+
def to_str(self) -> str:
|
49
|
+
"""Returns the string representation of the model using alias"""
|
50
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
51
|
+
|
52
|
+
def to_json(self) -> str:
|
53
|
+
"""Returns the JSON representation of the model using alias"""
|
54
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
55
|
+
return json.dumps(self.to_dict())
|
56
|
+
|
57
|
+
@classmethod
|
58
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
59
|
+
"""Create an instance of WorkspaceApiKey from a JSON string"""
|
60
|
+
return cls.from_dict(json.loads(json_str))
|
61
|
+
|
62
|
+
def to_dict(self) -> Dict[str, Any]:
|
63
|
+
"""Return the dictionary representation of the model using alias.
|
64
|
+
|
65
|
+
This has the following differences from calling pydantic's
|
66
|
+
`self.model_dump(by_alias=True)`:
|
67
|
+
|
68
|
+
* `None` is only added to the output dict for nullable fields that
|
69
|
+
were set at model initialization. Other fields with value `None`
|
70
|
+
are ignored.
|
71
|
+
* OpenAPI `readOnly` fields are excluded.
|
72
|
+
* OpenAPI `readOnly` fields are excluded.
|
73
|
+
* OpenAPI `readOnly` fields are excluded.
|
74
|
+
* OpenAPI `readOnly` fields are excluded.
|
75
|
+
* OpenAPI `readOnly` fields are excluded.
|
76
|
+
* OpenAPI `readOnly` fields are excluded.
|
77
|
+
* Fields in `self.additional_properties` are added to the output dict.
|
78
|
+
"""
|
79
|
+
excluded_fields: Set[str] = set([
|
80
|
+
"created_at",
|
81
|
+
"id",
|
82
|
+
"owner_id",
|
83
|
+
"updated_at",
|
84
|
+
"value",
|
85
|
+
"workspace_id",
|
86
|
+
"additional_properties",
|
87
|
+
])
|
88
|
+
|
89
|
+
_dict = self.model_dump(
|
90
|
+
by_alias=True,
|
91
|
+
exclude=excluded_fields,
|
92
|
+
exclude_none=True,
|
93
|
+
)
|
94
|
+
# puts key-value pairs in additional_properties in the top level
|
95
|
+
if self.additional_properties is not None:
|
96
|
+
for _key, _value in self.additional_properties.items():
|
97
|
+
_dict[_key] = _value
|
98
|
+
|
99
|
+
return _dict
|
100
|
+
|
101
|
+
@classmethod
|
102
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
103
|
+
"""Create an instance of WorkspaceApiKey from a dict"""
|
104
|
+
if obj is None:
|
105
|
+
return None
|
106
|
+
|
107
|
+
if not isinstance(obj, dict):
|
108
|
+
return cls.model_validate(obj)
|
109
|
+
|
110
|
+
_obj = cls.model_validate({
|
111
|
+
"created_at": obj.get("created_at"),
|
112
|
+
"id": obj.get("id"),
|
113
|
+
"name": obj.get("name"),
|
114
|
+
"owner_id": obj.get("owner_id"),
|
115
|
+
"updated_at": obj.get("updated_at"),
|
116
|
+
"value": obj.get("value"),
|
117
|
+
"workspace_id": obj.get("workspace_id")
|
118
|
+
})
|
119
|
+
# store additional fields in additional_properties
|
120
|
+
for _key in obj.keys():
|
121
|
+
if _key not in cls.__properties:
|
122
|
+
_obj.additional_properties[_key] = obj.get(_key)
|
123
|
+
|
124
|
+
return _obj
|
125
|
+
|
126
|
+
|
ory_client/rest.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.11.
|
8
|
+
The version of the OpenAPI document: v1.11.12
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -0,0 +1,289 @@
|
|
1
|
+
ory_client/__init__.py,sha256=Zk4j0u6FO5DLsFePUiXAXuiAq6MaZStO58Yowx8828I,22189
|
2
|
+
ory_client/api_client.py,sha256=dWwc0ehVowTb6hihDXYMeng6DA25vZFcJc_RmJeBcG8,25872
|
3
|
+
ory_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
4
|
+
ory_client/configuration.py,sha256=lEqveDo8u3ypIMgHqC6pFlvfFZUSaIPsxxtGJ2Nj_xo,16643
|
5
|
+
ory_client/exceptions.py,sha256=IgoKdgaUx58Xg3HIQmBDYVtxacua6f26KVvl9M8Crdw,6074
|
6
|
+
ory_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
ory_client/rest.py,sha256=VshKoXaBEgf1jE_w8gXfiValnzajkRoDa9YbJHChKPo,9330
|
8
|
+
ory_client/api/__init__.py,sha256=OnTV-ZmArjVVWVlJxHfGg8IFskgMhUcBGBWs1VDB5iY,711
|
9
|
+
ory_client/api/courier_api.py,sha256=rFouhzgIQVjYr24NUItI00u6YHzi0UdoIputBtifbfM,26835
|
10
|
+
ory_client/api/events_api.py,sha256=Z04rBJc5Y1rONO_bNz04dQam5jxlOrBYkDwjsQpqiqY,47533
|
11
|
+
ory_client/api/frontend_api.py,sha256=9hwEiMlyc-99FXmEg9YKXwIV5s-WCaJox6fr4MxwO9U,512203
|
12
|
+
ory_client/api/identity_api.py,sha256=xk82K23gAF3HAOKj3krqAx7fFtw69FlB6jYWZaAfrdI,256116
|
13
|
+
ory_client/api/jwk_api.py,sha256=00Z9DQQVRFX6VDG3gbuo22oYmqnnPVC4gKoNuCgm8to,84096
|
14
|
+
ory_client/api/metadata_api.py,sha256=OcsyU4HGIsY5HZTrRp2kJo-9bx6WV546ObU-ozki5ng,11197
|
15
|
+
ory_client/api/o_auth2_api.py,sha256=r7CvFAdJi0xak1YFSnvhq7zHNgnnJtutflz3ijwtZ30,346152
|
16
|
+
ory_client/api/oidc_api.py,sha256=z7YVn7fcz8lgD55larbILtpYqOwlDq9Yv4_Bq0xCIVQ,95532
|
17
|
+
ory_client/api/permission_api.py,sha256=nqiFQzjo36f3bR6PMulNat2weBKSOIQ_tWME8ytkX_0,70509
|
18
|
+
ory_client/api/project_api.py,sha256=6WlVAS_kzRdppMCjNy0hTxTdg15WxLvS38pvNAKg_oo,188028
|
19
|
+
ory_client/api/relationship_api.py,sha256=WtOTV0YnZ2Gbe8sFBVIMEHLc59qTXKUXKeK85caeNv4,74703
|
20
|
+
ory_client/api/wellknown_api.py,sha256=WPl_PQRwGZZcpSCRu6dKTaPbZr5Q75cIfsW3NwzW_EY,11025
|
21
|
+
ory_client/api/workspace_api.py,sha256=Wu7GQjSw9qMuIWbv536b4nVD-PkhIAZSvLhuGyA2Smw,57515
|
22
|
+
ory_client/models/__init__.py,sha256=ZetSZ4CMr1MAGF7UbkxerUjsqCoY0MAetsmA5ielnqo,21015
|
23
|
+
ory_client/models/accept_o_auth2_consent_request.py,sha256=ZN8uLHVZwNND3ciMEneMC4x2Z9_1pKMs0jxBV5mEPWs,4790
|
24
|
+
ory_client/models/accept_o_auth2_consent_request_session.py,sha256=dCeE4LCGRn2ZRjCNvH6LWBAoHAAmoiM8lekHJO5aUsY,4511
|
25
|
+
ory_client/models/accept_o_auth2_login_request.py,sha256=GyYu36oI8YFomPd8yurmLAk_ywAnUYKDCQ8SPm2TpCM,6858
|
26
|
+
ory_client/models/account_experience_configuration.py,sha256=aBckE82XWoGmY_d0vWne7F-4JVVh8P3KZ86sim64S3Q,4262
|
27
|
+
ory_client/models/account_experience_theme_variables.py,sha256=ywjujT1RWGAgVd3YBkKebj6zS-deDPuId8H__kmNWUw,21150
|
28
|
+
ory_client/models/active_project_in_console.py,sha256=acLB46cefRp5OlT84173lpkaUYH-9YRPm_lxqF4B-E4,3324
|
29
|
+
ory_client/models/add_project_to_workspace_body.py,sha256=TkR4QI7wCXHZVC6MVcgNDDuL1gXFCa65Zp90MaS8Z4o,4691
|
30
|
+
ory_client/models/attribute.py,sha256=lVQVaimshCrdd6Ddwta99VwUDM2HAi0gVxK37ZsTAa8,3258
|
31
|
+
ory_client/models/attribute_filter.py,sha256=8WtE0UUVo9nu_B-3c8EXSjO4pDNSuSXTYLE-rOyuxSc,3886
|
32
|
+
ory_client/models/attributes_count_datapoint.py,sha256=QMOxQGdjnf0lAHlscMhsBB6YPfly0wtcEJPWL7ROVbg,3427
|
33
|
+
ory_client/models/authenticator_assurance_level.py,sha256=ZdY7tmv5ZStXr4J4XmJK7vlybyCzn8rKsG2XE19Shp8,1311
|
34
|
+
ory_client/models/batch_patch_identities_response.py,sha256=ca-oZjJGz41MMTAuzPjUXfG5Xb3qFzGbUOcS6GIMFSw,3858
|
35
|
+
ory_client/models/billing_period_bucket.py,sha256=F3F0XOAVByuU2JswBfR8ddhjlZSO26OhxWOjk0piQcI,4522
|
36
|
+
ory_client/models/check_opl_syntax_result.py,sha256=rRD1j9SAW_CauqgHuibnBiF44HEcMhnwsAPQ5rEb5WM,3723
|
37
|
+
ory_client/models/check_permission_result.py,sha256=HN0v0RJC3KfPIV3hGi7wC6fA3Febog-JM9_BlU6qYGQ,3327
|
38
|
+
ory_client/models/cloud_account.py,sha256=7zcPuabKld6_pUNjYWiA48wJflH3xVvgm-lkE2sFHWE,3287
|
39
|
+
ory_client/models/consistency_request_parameters.py,sha256=98YAM3vbJlQdX77ih5vqNvdZqBxlzFxiKitXAZBTjjc,4744
|
40
|
+
ory_client/models/continue_with.py,sha256=9oXdY17ogi8Wt56AaGAVW2Py6I9-HhX-5PRepUOcbfE,9778
|
41
|
+
ory_client/models/continue_with_recovery_ui.py,sha256=UGq_aiVa5zDhTnOZH41p6CwPuDX3z-XDWr7SSMWk4Xo,4059
|
42
|
+
ory_client/models/continue_with_recovery_ui_flow.py,sha256=9dNWu9fddGUf4QaX-o5VEPvFuTDhBz9U_EBn5YrgX6Q,3414
|
43
|
+
ory_client/models/continue_with_set_ory_session_token.py,sha256=rFNw4gjO2CExuYm9z3U34-MbKpT2TGFPvFrePPOOISM,3917
|
44
|
+
ory_client/models/continue_with_settings_ui.py,sha256=ejHYUC3Ub9lqrAIblRwuABilfVxxo6ka8-TDNFv-cnI,4059
|
45
|
+
ory_client/models/continue_with_settings_ui_flow.py,sha256=mYmcDTG1kq_ZePt-e5OtjEaYcnPx9ZYBb214tTUOCyY,3267
|
46
|
+
ory_client/models/continue_with_verification_ui.py,sha256=iPyzGQY-uNwgxGdZoMTJiy4HEThuRVgycLs2Dr8iru0,4111
|
47
|
+
ory_client/models/continue_with_verification_ui_flow.py,sha256=p41qvD_0Quvv40_okZsSLswy4xzJUHuhj8AKCIulIMg,3631
|
48
|
+
ory_client/models/courier_message_status.py,sha256=qzGe4Cz7-ru3cj5hrRUrKZdFzkDuNeH1dkH_jOaDnBM,927
|
49
|
+
ory_client/models/courier_message_type.py,sha256=2dhBtLliyy47WDcdmA1ksFkxs_1LaZdJeXoJRRfDWzo,882
|
50
|
+
ory_client/models/create_custom_domain_body.py,sha256=X7eQU7Xsd1Im1Wbzn4-x4hU2Sfh_UUihUVBpZPtspSs,4242
|
51
|
+
ory_client/models/create_event_stream_body.py,sha256=l2uSEI5fSZ86ueP_US60b8m6-Nog7LHsoOCuhgkYEm4,3842
|
52
|
+
ory_client/models/create_identity_body.py,sha256=BSRsnjf31WAeZ48JDwE6FdqL0bM0_zTZguqfiH4fL-k,7786
|
53
|
+
ory_client/models/create_invite_response.py,sha256=7EM4cQOrA1yYyBsDYdSnsKblnbwTUZxSX-pQwsYHHss,4128
|
54
|
+
ory_client/models/create_json_web_key_set.py,sha256=23PmZmxdpZr9S5XXQsyYHDAEhjGbuEDEuJVxhs-BA8E,3856
|
55
|
+
ory_client/models/create_project_api_key_request.py,sha256=rthW2sy3K_8VA5B1Rm5g4wkJx0mmRVzd6BupgLjAayc,3307
|
56
|
+
ory_client/models/create_project_body.py,sha256=2WJwaTY5ELE-05DmUZl8pXKEZ4HFyzTnXh1AXqeFEP0,4618
|
57
|
+
ory_client/models/create_project_branding.py,sha256=V69a46nvpzGjVWYBCA8tUaSRWmK-bJ1N8W6xk87k6oU,4054
|
58
|
+
ory_client/models/create_project_member_invite_body.py,sha256=GFUcX3BJFFh4tuvralNPSLg9jMW3tZto2P9J0Zz9gBU,3358
|
59
|
+
ory_client/models/create_project_normalized_payload.py,sha256=xizamUaC1CK5dHPUZru2he_iHO8BTP1D1oeVZ_mJPBE,99813
|
60
|
+
ory_client/models/create_recovery_code_for_identity_body.py,sha256=DVmvwXd9fEOzzbZzyD2_ablOo2UwmOOAkJuh2CIr8FI,4332
|
61
|
+
ory_client/models/create_recovery_link_for_identity_body.py,sha256=clSTjihfFJaj8r03iOJoc8NA90BtXJqIOFdoAwFnnS0,4146
|
62
|
+
ory_client/models/create_relationship_body.py,sha256=5--myoIHaIH9U3Z5tSCo-78_N-jxbTlSDWwTp7UffK8,4211
|
63
|
+
ory_client/models/create_subscription_body.py,sha256=MShhzZHB9A7PtpR6wuBSb-_xndpbVhCfpiTF-bYaYbM,4327
|
64
|
+
ory_client/models/create_subscription_common.py,sha256=TYBcZZ72-rjH-WprMq4adhWzxbRLDOtYF7tlQx5Yn0k,4194
|
65
|
+
ory_client/models/create_verifiable_credential_request_body.py,sha256=g_6r_Ypltz-oYcY71rW08k5J664a22-oMQ8uvUX0S1g,3806
|
66
|
+
ory_client/models/create_workspace_body.py,sha256=viNiVKTLTJ0Az5dUEPN1WBNdNgbDqJjfFz7kDV4KUKA,3245
|
67
|
+
ory_client/models/create_workspace_member_invite_body.py,sha256=OMVHd884VIk3pWURGEQFn0zDDOxltHhulIGKA13T9jk,3360
|
68
|
+
ory_client/models/create_workspace_subscription_body.py,sha256=SWTmebvpmG95N_C9IOBEnR51Udif1DtTEOYtsovmtIc,4222
|
69
|
+
ory_client/models/credential_supported_draft00.py,sha256=Xvfg7X09N1HTyNyl2H2UL8KEUAOhMCZN31M1imyHLcc,4456
|
70
|
+
ory_client/models/custom_domain.py,sha256=9OSXXJk8zjzzU9X8NYi_2CJBPj4VjN5n25dLGAsbuso,5552
|
71
|
+
ory_client/models/delete_my_sessions_count.py,sha256=wGfA1awL6ZlAVzRb9S7WeCgisEVKKAGU7T9PX5w_LzM,3307
|
72
|
+
ory_client/models/email_template_data.py,sha256=7CCGReKzU3UKzpbu9u7J_4VZ-6HHwYINEb9KWB_ee5I,3655
|
73
|
+
ory_client/models/email_template_data_body.py,sha256=1LyAXQ07ugmrviBhAl4eHvUyC675mhm_pTktMzKskxU,3282
|
74
|
+
ory_client/models/error_authenticator_assurance_level_not_satisfied.py,sha256=Q9jHWrBd8-UCcuPHnkKCnYjAHDZa77rdMsrmwithZ5A,3824
|
75
|
+
ory_client/models/error_browser_location_change_required.py,sha256=o8E4scOfJfQptV1CE2aZcaZVAb4mfcG4JKZAjqnS268,3784
|
76
|
+
ory_client/models/error_flow_replaced.py,sha256=mI74zk5YjVEDkj9W1ba702ZX3jMDSggyOqJc15pJgFw,3776
|
77
|
+
ory_client/models/error_generic.py,sha256=XF6GIQWQLE_OY51jOuTQlRxJvtOtQFOE3CSVSSRoZCY,3489
|
78
|
+
ory_client/models/error_o_auth2.py,sha256=0oM9oo3TbB0iKd0QjViIKdQ1GiBAz4gbaDio3uEDVtI,3957
|
79
|
+
ory_client/models/event_stream.py,sha256=s0JGaZoBrb42cBs311VW9SwhBis7C1YNda9u_GXZRYA,3699
|
80
|
+
ory_client/models/expanded_permission_tree.py,sha256=p3KDV4J4MDw2yZtRP5IdSaoRzQFXviM21Nv1BlotTgY,5024
|
81
|
+
ory_client/models/flow_error.py,sha256=70xb-sm4eS8MW8ZJm46YeNsD-meRAdS54hAT-PDu2No,3707
|
82
|
+
ory_client/models/generic_error.py,sha256=c0e-eOYMuR73j69LkrxrTckbe65NTH2QanaOTxx3Nz8,5171
|
83
|
+
ory_client/models/generic_error_content.py,sha256=6Qo5kEgAvJch3vjRywHRgodm_OkNbd71p6e7lp4yk8s,4083
|
84
|
+
ory_client/models/generic_usage.py,sha256=xFCwgg8EtbMjL4Mz-UhLFQppfNpkDE7uB5etItTSxAs,3696
|
85
|
+
ory_client/models/get_attributes_count_response.py,sha256=aIBJ2alFpFCgXikf20WGKcjQvYtkSBE7MGladdUN-g4,3838
|
86
|
+
ory_client/models/get_managed_identity_schema_location.py,sha256=z_-1q8yKQADAWZVcVTEOwzqWwHv3sTKAZd9nxnZPCYU,3280
|
87
|
+
ory_client/models/get_metrics_event_attributes_response.py,sha256=YtDceIqkf4WvnDUPTz4jsNRYW1nKjWlORHGfaArnkZk,3403
|
88
|
+
ory_client/models/get_metrics_event_types_response.py,sha256=x_15L7u37p1NmnHVS4b_6oHvDLC1DZWF5QkArCcXCnU,3383
|
89
|
+
ory_client/models/get_organization_response.py,sha256=Ea1boI4yLU817uFWDXssimdJYdPFqs3HTpSfSnfAmZ4,3539
|
90
|
+
ory_client/models/get_project_events_body.py,sha256=hr7n7gkbjGSBCK86ds_EDYNqhA9G2PfNJ_Y3nyhVihU,4651
|
91
|
+
ory_client/models/get_project_events_response.py,sha256=8X0ZqoIZatWR5mwiUGIJj-f2GZ1DdLLdH50psp9dt24,4128
|
92
|
+
ory_client/models/get_project_metrics_response.py,sha256=jzpXdVBzus078VO4EYIRf_NaXv3tJnWxZUMhVpaRcYI,3794
|
93
|
+
ory_client/models/get_session_activity_response.py,sha256=qLLTJDnK7lsjQX9hdxV1LsTd469Kn1q18a4ga_0oNzw,3838
|
94
|
+
ory_client/models/get_version200_response.py,sha256=i_Qkjgus8c5yIwVatGVTIcwSY773hzbxGxwfP0tpGU0,3266
|
95
|
+
ory_client/models/health_not_ready_status.py,sha256=71K3m__KMQjpEBV2Hqj_dk44n2YfLk7dl4YePeHYKrI,3343
|
96
|
+
ory_client/models/health_status.py,sha256=-5e4W_WtPtiaXHqLM2f7MjFynLFsdKtgrjxGnyxb2yU,3264
|
97
|
+
ory_client/models/identity.py,sha256=OesMrcwJm6EWYLnaJJmfQZQ9GnRHe6w-edFINjpQYnc,9393
|
98
|
+
ory_client/models/identity_credentials.py,sha256=MUoCJeEk8_PpggcQbS9k-7Enx1KZJKlB33OMqxVJbiM,5307
|
99
|
+
ory_client/models/identity_credentials_code.py,sha256=lVsyBEoBL76QpviziDGzvlvdICCv-yiKoCirEts-Ug4,3711
|
100
|
+
ory_client/models/identity_credentials_oidc.py,sha256=1-E66hisajUuwaESllXZCDi02cN8MEPu9urrAQQXdfI,3785
|
101
|
+
ory_client/models/identity_credentials_oidc_provider.py,sha256=KpBSu6mewmI7RH3ftEFlEFwrLaKZpgTAvjoNGR68IJo,3914
|
102
|
+
ory_client/models/identity_credentials_password.py,sha256=Um8f1P81WfH1CbbB2A9dF-wSP92TBrxCezgLE9_wSnM,3386
|
103
|
+
ory_client/models/identity_patch.py,sha256=dPFhp-S9iOOPU6gHSYgtj8vjj-uyC93yVhs5Qyu6Sh8,3835
|
104
|
+
ory_client/models/identity_patch_response.py,sha256=IOvURSJaqwyM1hs8o3U1FwKuyNrXLx44ZRYN0A9LAXg,4032
|
105
|
+
ory_client/models/identity_schema_container.py,sha256=1ZRD3eZX4lNtBPq8APiy5s7JYUhZa3H35S3yXnHEy_s,3483
|
106
|
+
ory_client/models/identity_schema_preset.py,sha256=jsCsg_P2N3zGt1wP5Q4R0AGcoObteP-GdmncO7r2pgA,3404
|
107
|
+
ory_client/models/identity_with_credentials.py,sha256=BVM2ol88X5MaJONIIRzo4Csuo-gqo1cCI5-6CqwYzKI,4042
|
108
|
+
ory_client/models/identity_with_credentials_oidc.py,sha256=s2abbA5MwyAo4T5EmX1gk34xL-HUpUCkC2AeBH-o2h0,3642
|
109
|
+
ory_client/models/identity_with_credentials_oidc_config.py,sha256=61dDgYJp_uuZPePrmCJOrS-fMB4NKB-XwJkNgFneJEo,4416
|
110
|
+
ory_client/models/identity_with_credentials_oidc_config_provider.py,sha256=Vo4F8dR6pjWAjVR9zDv2U1kM9h7ijJWDvl1PiT-UyQE,3641
|
111
|
+
ory_client/models/identity_with_credentials_password.py,sha256=DJM-e56VO6q_gyjgQaBKNxanw-RWwmFTiJRqNet1RoM,3664
|
112
|
+
ory_client/models/identity_with_credentials_password_config.py,sha256=2hGXP8s_m0UiEXhUDeaptgPGk1m-Nl8nFAcGCTYAzvI,3708
|
113
|
+
ory_client/models/internal_get_project_branding_body.py,sha256=MHcq19rGW6yechIuxBfw7n9AqULHd1cxvO4VZe48k8w,3279
|
114
|
+
ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py,sha256=FSiLCLeTKRxQe1b9R2BVBM1z3sHcZn1FCt6aQKoou2U,3523
|
115
|
+
ory_client/models/internal_is_owner_for_project_by_slug_body.py,sha256=5hFzZOEfCr8E--bEsHe7gTqTFcwwpgBBtk6quA2cOXU,4154
|
116
|
+
ory_client/models/internal_is_owner_for_project_by_slug_response.py,sha256=2bGDxnCtDvW_QkOSObbkdsFXFyAqkab-spwx8KdbMWI,3354
|
117
|
+
ory_client/models/introspected_o_auth2_token.py,sha256=DW06dW5waNGuHCA_CXw6ZwaEPNrTFJP8VUeSAtsCIqE,6817
|
118
|
+
ory_client/models/invoice.py,sha256=DH246XzRNwJZwGYmsQg_U6LT5dBEsM2SyqVz9FhGGQg,4339
|
119
|
+
ory_client/models/invoice_data_v1.py,sha256=B8fqZ8w2tvIv21252f3hg9XxvhOzuBWvwDXvB-ZkgjY,6245
|
120
|
+
ory_client/models/is_owner_for_project_by_slug.py,sha256=5of_A0Qpe_YwEXiXZ4IbMqmwTwKKsU026jRW5cMdFKM,3480
|
121
|
+
ory_client/models/json_patch.py,sha256=dl1qVU45X0Yx6XRt6ZwiBdfN6jEcWF-LV806L2W19OE,4644
|
122
|
+
ory_client/models/json_web_key.py,sha256=aWTTUTkXHjXIKCrO8f17Vw5efuzseKSgw2TVQ7mfCnE,6295
|
123
|
+
ory_client/models/json_web_key_set.py,sha256=-Erxp8ibCOMEhduZO-3Sz0esKkYSHOAnmhgABZFdRoU,3973
|
124
|
+
ory_client/models/keto_namespace.py,sha256=9izyezeXEsElMzRsfyEtFA4YEdrkkDA-rxhj5ddXC54,3277
|
125
|
+
ory_client/models/line_item_v1.py,sha256=4kOzlKONHsYsJn_4xGBFBlDywZb76q4h3DzMJZBi4KY,4281
|
126
|
+
ory_client/models/list_event_streams.py,sha256=0WoOhZiOn6RzMa30r6G7aFn_FN0PvBkqqilWtLLFF10,3712
|
127
|
+
ory_client/models/list_invoices_response.py,sha256=Doe6xwRZddph4X3wXIO-MisDijuTxsilfwy_qW1U9vE,3913
|
128
|
+
ory_client/models/list_organizations_response.py,sha256=CGYdKdM-p35ApN-YnWVnUnqWRwZSQEItYQxhiIyTu90,4013
|
129
|
+
ory_client/models/list_workspace_projects.py,sha256=CAXw2n2OZ3AnYVsgXDuwBjAhpD1eptD6zbQ7_vwWZyQ,3885
|
130
|
+
ory_client/models/list_workspaces.py,sha256=Hy9w8IeQZYjhUO9C92DOFVqHxdD5lS34uwWWesik9aE,3874
|
131
|
+
ory_client/models/login_flow.py,sha256=uReNEVulibl0XqO_EpVqwwgTqNxERx2NqKB_o-yJvFk,9530
|
132
|
+
ory_client/models/login_flow_state.py,sha256=H73XxXjbJmlk9ibwzWO7a1eb55cLrxqPdA-6xN_0G-Q,1164
|
133
|
+
ory_client/models/logout_flow.py,sha256=B9EyCCwK2ZwxTqV7wZCrVnku7iFh0Vy8aI0DVnwnXyw,3454
|
134
|
+
ory_client/models/managed_identity_schema.py,sha256=LrMx-a3QuFuflVkj4cdHU3fgeGrD7-uKbs1vUq9cmH8,4698
|
135
|
+
ory_client/models/managed_identity_schema_validation_result.py,sha256=TOzomJIHAxA6JG5IyYo_4lOKrxPbACUT5oneByRCJSU,3399
|
136
|
+
ory_client/models/member_invite.py,sha256=pxDPC3JD-c7ngAVUiPCiMxg280vQNjGGABwmIQ3TA0I,5911
|
137
|
+
ory_client/models/message.py,sha256=Drzos4XvkiDEL6DgsFpSK6fOK8ld3K7wh8LgO6M0Tlc,6304
|
138
|
+
ory_client/models/message_dispatch.py,sha256=NJkw4yhXDEIE_cHj22Edk0sAy-w2lfq9fdljC4dgUmk,4501
|
139
|
+
ory_client/models/metrics_datapoint.py,sha256=YIczJbk9r3MMsQNuJWjRM--7yduwhCoKDn-x8wFOAcg,3434
|
140
|
+
ory_client/models/money.py,sha256=BmqJRQXgwmjGRGTnHWTV3GgAGJovNBRDQmepmP_gjpY,3444
|
141
|
+
ory_client/models/namespace.py,sha256=YHZdmkhhoJs57WxEJMZ36EGbQ3RKcBxTJtFdZu7KIJM,3236
|
142
|
+
ory_client/models/needs_privileged_session_error.py,sha256=RJOxdTxZBXyRBJ5TdJwNjKLLhC2LO53dBCemp4l2BSo,3732
|
143
|
+
ory_client/models/normalized_project.py,sha256=nKuJMsXi_5UdqO_WEvU2NdeoXQD4wJW_Ezr5_YiE2-o,7608
|
144
|
+
ory_client/models/normalized_project_revision.py,sha256=uEnmKDGvo_vt3WuxtU0rOMxVsHqAWE1m9AdbKJPgg74,98647
|
145
|
+
ory_client/models/normalized_project_revision_courier_channel.py,sha256=QY7ErrOqsKDUuXOsgUNlYl8t3WOMQmz1XyVG8O1I3Xc,7294
|
146
|
+
ory_client/models/normalized_project_revision_hook.py,sha256=pdspqz-R2AKZLyOTC1Ja79t13Gpt26LWsh-hQyE27xE,7612
|
147
|
+
ory_client/models/normalized_project_revision_identity_schema.py,sha256=ONbBVEvqIYXEwwKP9Blc-fvoXMsp-QTHeihFuHWEh-8,6155
|
148
|
+
ory_client/models/normalized_project_revision_third_party_provider.py,sha256=wUraen7YlNS3Ipi5mGnlgHL1hspRST58Yxyc_4krPTg,10063
|
149
|
+
ory_client/models/normalized_project_revision_tokenizer_template.py,sha256=Btz6Bp-FaJf70Gj99ZDHi6a46oYMgeU7ilM0NXHosCg,5240
|
150
|
+
ory_client/models/o_auth2_client.py,sha256=E8W2gKOOrnuccTG5LES818XkACuE4wEjqiACAT8epl8,26806
|
151
|
+
ory_client/models/o_auth2_client_token_lifespans.py,sha256=QP3YiwQVghWo5xzVPtq7EbqRMZQAYj48GTeR2byVV0Y,13607
|
152
|
+
ory_client/models/o_auth2_consent_request.py,sha256=ecjZjA3YtztJjXDX9NfNHxMzoWgMVSzDifiHd1JvczI,7137
|
153
|
+
ory_client/models/o_auth2_consent_request_open_id_connect_context.py,sha256=B8cIazDcgt363X5HhAYYZe7Aymc0YMdZn-xUr_-4-i4,6856
|
154
|
+
ory_client/models/o_auth2_consent_session.py,sha256=QGz-KBcCtICNnAhc7eZ1eZGzNqCldxodXV3F2wO9WzM,5795
|
155
|
+
ory_client/models/o_auth2_consent_session_expires_at.py,sha256=nKxogiiv7K3x6BSOyedLdldWWMIggCpRWBsmegmoxEc,3750
|
156
|
+
ory_client/models/o_auth2_login_request.py,sha256=qi3YY-UU_TfX7ORlDxsma5jAtnXsVSyt__fZnHuttwo,6340
|
157
|
+
ory_client/models/o_auth2_logout_request.py,sha256=3N-R33L1agHOo52paVd4-iJH2xNbbDEm6_l8kqPPdmk,4585
|
158
|
+
ory_client/models/o_auth2_redirect_to.py,sha256=7Von9jwHx-g5UDi6TRvp3ns0oSCgoCifrM1RkLW2AcI,3413
|
159
|
+
ory_client/models/o_auth2_token_exchange.py,sha256=gwqrhM-sV-gusAFOMRzz6EK05Vir9lXkZm3IP_0lDpo,4447
|
160
|
+
ory_client/models/oidc_configuration.py,sha256=zrUQKZXqANlIwlwS9Kn5bCfSE9HGYMhO8rc0-eLN5Og,15949
|
161
|
+
ory_client/models/oidc_user_info.py,sha256=cabbekWhupkYPo6DMgzN1MROpb3slF6arjR2kiVXUgY,10359
|
162
|
+
ory_client/models/organization.py,sha256=esMq4-cNEYi6oBNiZLR3sABRiODsWsex1aI6Uf-9XU4,4042
|
163
|
+
ory_client/models/organization_body.py,sha256=RiqAPWQxOfk63hPKCBXdkbgni8ZM5S4zRn0GqX4Od0U,3493
|
164
|
+
ory_client/models/pagination.py,sha256=7UgC4OwwQ0nvjJICklHz9LcLMKXnLnuQn1K0j4dROhQ,3928
|
165
|
+
ory_client/models/pagination_headers.py,sha256=VBgbUGDezt7DQEHzo7AhX0-fTtlnK1hqv0_K0gOaD6Y,3648
|
166
|
+
ory_client/models/parse_error.py,sha256=U00TWTJDseTcCCqnkySxjE8Q18hm--LAqKL25jkYGnM,3859
|
167
|
+
ory_client/models/patch_identities_body.py,sha256=TSqWlAi-bKZcFIWTi0Qg93ffLTiJIfPwE5te-AS54KE,3799
|
168
|
+
ory_client/models/perform_native_logout_body.py,sha256=a_qMMySpPlvgphKjPgEnRdW4tMEVLLlYh7YVJsEzh24,3332
|
169
|
+
ory_client/models/permissions_on_workspace.py,sha256=S6pYKOUvei8NOf6wM4samBDGuo7V1ToCcwMMbNT0NyU,3292
|
170
|
+
ory_client/models/plan.py,sha256=qBbT9v2vprsSCLEPmneAzk5zYTWLzd0HeYG8lHYTQpw,3386
|
171
|
+
ory_client/models/plan_details.py,sha256=_w_k_Ks6FMCafSf3N_tmvLl6zAdy6S6W9Nx44l9zRJI,5059
|
172
|
+
ory_client/models/post_check_permission_body.py,sha256=8KMJqr46p-9rb_pAixSkA30SQS77Ax3k5Y68OZp55s4,4222
|
173
|
+
ory_client/models/post_check_permission_or_error_body.py,sha256=Hna-xFbNoBexNLQygYTFmv9NuEUZ8G8qV9-TcUtKkYM,4238
|
174
|
+
ory_client/models/project.py,sha256=tPV8aeqvqsIogxyGqGsLSiFCcYNy--cSNvnZqPmj1n4,6903
|
175
|
+
ory_client/models/project_api_key.py,sha256=t3Aj-UHU7CDf1hsK1Sheg4b4yiWcIzCkFTzv91xA97A,4599
|
176
|
+
ory_client/models/project_branding.py,sha256=vO9TVhnGWjflFw78jWlY4huM9u06P50tN6ofJwbNdNI,4855
|
177
|
+
ory_client/models/project_branding_colors.py,sha256=xadiWCic9asPgAoc-HUpc5RgdXo2F3KeVnJ_4Jnn2Rk,10788
|
178
|
+
ory_client/models/project_branding_theme.py,sha256=K7_EfpSl0zH9N49I6kS9NiU4M0zTSmRzQxg2J0RkELk,13904
|
179
|
+
ory_client/models/project_cors.py,sha256=x3m1k_7ZivauaBfPSDZ6cW-2yxSDNfMkF3FJUKMWDwE,3604
|
180
|
+
ory_client/models/project_events_datapoint.py,sha256=MeHTNe4iYjQ6nfUXy42vMD7b6BnxwOcdfShuin6FB5g,4004
|
181
|
+
ory_client/models/project_host.py,sha256=D6vtsUbCKi9-bXW5pIxYZ3org83WQlLAtt4DQssU_iM,3511
|
182
|
+
ory_client/models/project_member.py,sha256=5HnZL38v9Y4a6Y3vNMayEE1fy2_Xe4jHF6W5K_9rxBo,3356
|
183
|
+
ory_client/models/project_metadata.py,sha256=gyHjlBxB2KJT1EIJ4ug4g5Ns1onoO_-khkOp6CgMQdY,6920
|
184
|
+
ory_client/models/project_service_identity.py,sha256=urRkIcCatqg7KANoUvQbJpDVUGZA-VN6xL0ROvskN1Y,3203
|
185
|
+
ory_client/models/project_service_o_auth2.py,sha256=ZFMlaE1v6R_PHKySCO0Q2ynKGQzrSwL1geZcipeh3Sc,3195
|
186
|
+
ory_client/models/project_service_permission.py,sha256=QVWXnpgpbrrQ0yZX9YK4JJVHwgS7IDruHZ0tRztPjFU,3211
|
187
|
+
ory_client/models/project_services.py,sha256=wkW-e2ZTWpoaTD0VzN0bu_yku6O8nqOzBhruEpqA0V0,4407
|
188
|
+
ory_client/models/quota_usage.py,sha256=YhMAZyMVLuW-ChgzMoA7wKY8s7olDpeZQ6LjQQMcH9A,6315
|
189
|
+
ory_client/models/recovery_code_for_identity.py,sha256=phvMCxApQTyfVn_o6_I6DrvuSWRl1bAlVmKHDySyjwY,3872
|
190
|
+
ory_client/models/recovery_flow.py,sha256=52Bhal5xxqL5UgLa94Sc30zcM0FqA-3P9l3_dmJzhQw,6609
|
191
|
+
ory_client/models/recovery_flow_state.py,sha256=Es8brkrz_Kug8jU-Fsra1rbUhGzZ2E3C_doZnVXQv8E,1178
|
192
|
+
ory_client/models/recovery_identity_address.py,sha256=1vyQ7yUy2kTWLg3L40xTXUOaSTfuSr-05c5TeQex5EM,3752
|
193
|
+
ory_client/models/recovery_link_for_identity.py,sha256=B7d1150dnln3UfUdGcykQRHj4mknSntY0gbkmmq85b8,3623
|
194
|
+
ory_client/models/registration_flow.py,sha256=2q6B6T_CRoywNX39f8sfZbXRuluJOq98Unkpyxd37aw,8545
|
195
|
+
ory_client/models/registration_flow_state.py,sha256=cDcOeMDHdCSs8K5a1wl162OUf8YUTmueE2WsREpkU0M,1134
|
196
|
+
ory_client/models/reject_o_auth2_request.py,sha256=n788i1MXq_KR5Pz0KwFHkuk3oPEs60y_xrz-ClY7i20,4270
|
197
|
+
ory_client/models/relation_query.py,sha256=7lJMc6_IcVlvMxZuIr3SXZVW24O3ZFPh7yC2t2RDWMI,4166
|
198
|
+
ory_client/models/relationship.py,sha256=mfqg-wBsm1p1eWOsY2zrinUjbpnO9P3uDZ6cVOcptM4,4141
|
199
|
+
ory_client/models/relationship_namespaces.py,sha256=uhHPXNMk4pkvKaPTmtx2hxAekWlf809uax6aI4HFz3I,3704
|
200
|
+
ory_client/models/relationship_patch.py,sha256=vl_wKm1nsOl8gopwu-6jLUhKwipoVPkL9L1UU5ka9N8,4007
|
201
|
+
ory_client/models/relationships.py,sha256=TYucpBS_rLp2MtIIFWxVhccZMVwnupiHEC6kGwimWPw,4032
|
202
|
+
ory_client/models/rfc6749_error_json.py,sha256=h3kPjX6g0ReocJoj5kEfRHwO4NiHyq1_-GOdJu5RpVo,3679
|
203
|
+
ory_client/models/schema_patch.py,sha256=mtZqZhBvpHrZrKQ6OcGJtvLfVuQ6HzzZtmS5UeBfBzM,3325
|
204
|
+
ory_client/models/self_service_flow_expired_error.py,sha256=qHIETm39taYtCLKAVDh_FyRXCyJYLFRAx7Yu4xafSlk,4264
|
205
|
+
ory_client/models/session.py,sha256=1fy2oTa1XHwPOG8Ol5eEypGx3LFuRHHUgOnDkQFcrrY,6686
|
206
|
+
ory_client/models/session_activity_datapoint.py,sha256=oYgl3qRccsYNYMPWUePjxcypV7eDBrHUDzWPL96aXkA,3595
|
207
|
+
ory_client/models/session_authentication_method.py,sha256=0BrlrdiHpzzDOoQDuqQaUH0drFbLsf7eVV0dclyTI1g,4599
|
208
|
+
ory_client/models/session_device.py,sha256=jOihWUqDUyMBmu_WxDCFrGELqkZm_a_sFwlevM1EA6s,3727
|
209
|
+
ory_client/models/set_active_project_in_console_body.py,sha256=eXHUjnvJwXcqqGOnPixSgB8uU5FWAuyF-cq44vaM5ik,3377
|
210
|
+
ory_client/models/set_custom_domain_body.py,sha256=_7RoKRIu2WKf89c_12DFvK0HPC0ANG6s0t4wYIDHDkk,4216
|
211
|
+
ory_client/models/set_event_stream_body.py,sha256=hkOYCR57sr5PsybLfGFWdQFGxHhoN5xSli1zBd9tcec,3825
|
212
|
+
ory_client/models/set_project.py,sha256=RFMNVkYpMGdghNPS7YfXWRyupknajJ-Cy8KYYLMiUms,4327
|
213
|
+
ory_client/models/set_project_branding_theme_body.py,sha256=kViNYVzAhMvXQII_pFi_W7Z9w4eUcNrsHYiAggp8mic,4289
|
214
|
+
ory_client/models/settings_flow.py,sha256=AM5rg_CRF7yBmWX-0o9JoSBvfcx1CP7BSnA-NxNDs9s,7280
|
215
|
+
ory_client/models/settings_flow_state.py,sha256=V5R-tLAKEHH2cl2bu9p1Qd8jnfGE8Env3oIrZU3gjUg,1230
|
216
|
+
ory_client/models/source_position.py,sha256=vkPqlRiA5IyHIZjuyu6HGI_2yZ-COBtBcKkA84dBdkI,3322
|
217
|
+
ory_client/models/subject_set.py,sha256=06RGLoFhFkkzrNhzIU0pyz83pAFpZW0jY04i9EjyKgo,3486
|
218
|
+
ory_client/models/subscription.py,sha256=hfPKoCGGlCNgzdjA_DplCWRuRH_SWyZjkQXCYlRsBZo,9495
|
219
|
+
ory_client/models/successful_code_exchange_response.py,sha256=6BtszXbDz4ucpmXuWB7YfSHLsm--nwINA4kUXyz8beQ,3926
|
220
|
+
ory_client/models/successful_native_login.py,sha256=R5u06ygianpf9Nfauq9qbHuNN12lM4WTROhvkiiHn9U,4732
|
221
|
+
ory_client/models/successful_native_registration.py,sha256=VGNLvrzmAJ2AQWAJrRtDFA32IBqOYagkwT-QmPsVTAc,5224
|
222
|
+
ory_client/models/successful_project_update.py,sha256=FzGkXT2papoExfhYCKd7tvHhTjejMgvRPshki6e0zAM,4446
|
223
|
+
ory_client/models/tax_line_item.py,sha256=P7oO9v6xHX0w7M0UXzJAxn3G0VOu7lTd1nl13iUFPlY,3321
|
224
|
+
ory_client/models/time_interval.py,sha256=hkxUKDLsEJ0d8Ax_w0QVCYGr_PLNuGjNcoWsCIFMQVg,3354
|
225
|
+
ory_client/models/token_pagination.py,sha256=1PQk1hU2D_3RAWduOylW_bSdSNmd_NPldPn4l5IVeZU,3948
|
226
|
+
ory_client/models/token_pagination_headers.py,sha256=JmeDbRJJYtELxtV0FQh0ebPIJllnkqFxOtlhjUvJxXw,3668
|
227
|
+
ory_client/models/token_pagination_request_parameters.py,sha256=d4NPH7dhxbrbqYllceMtsViI-8CVmsSYZ1dzp696Rb4,4333
|
228
|
+
ory_client/models/token_pagination_response_headers.py,sha256=L7TgVx9p-4pcFdOcA9jvao0WvcRDrszNNdScyMVo53k,4473
|
229
|
+
ory_client/models/trust_o_auth2_jwt_grant_issuer.py,sha256=eWQ-AN4RcrkKdNYaNkHl8lhMP_mpGP76JgKdvxnLCns,4658
|
230
|
+
ory_client/models/trusted_o_auth2_jwt_grant_issuer.py,sha256=b114kXmIkVPg-5H1EvwIxDsyPI1F98qS0gUdgTtIqOk,5168
|
231
|
+
ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py,sha256=EqHiYkbRZI7Bs1JwXHiCpdAl_a-0z1e2sNqgLL7nowM,3602
|
232
|
+
ory_client/models/ui_container.py,sha256=l84vsadakQLeC4YeSPnhhapsu5NvrnlOCr_U5ON4mV4,4544
|
233
|
+
ory_client/models/ui_node.py,sha256=J4K-ERvUwgo4X6bqWWWazr6oXnjzPtYTpbKjrwXTXn8,5772
|
234
|
+
ory_client/models/ui_node_anchor_attributes.py,sha256=QhSR8j_4STxXI2JuDbrn8i1VvTaWWEUUgCY3KZUMcfg,4366
|
235
|
+
ory_client/models/ui_node_attributes.py,sha256=xYUUvg_NssDd5rsWKbiFtcxUCVib9-TUKzz4-RrkujQ,10719
|
236
|
+
ory_client/models/ui_node_image_attributes.py,sha256=c_jHGxpJyegJam5oelTKlbJPPOBnq6u-vX0OlyrrfDE,4263
|
237
|
+
ory_client/models/ui_node_input_attributes.py,sha256=yA2VCPhx0gogTlSO6CsssBO25LCx0pYQSY-15xP1UXA,7409
|
238
|
+
ory_client/models/ui_node_meta.py,sha256=RlyQ6vUbDg75vr9yBi4fcvcz1w0BEKfIBQZgwzCv6Jg,3509
|
239
|
+
ory_client/models/ui_node_script_attributes.py,sha256=Tym0_DpaYPI6o4W2lItySoEZ7Ylsln6h_Er--QlsxF8,5025
|
240
|
+
ory_client/models/ui_node_text_attributes.py,sha256=Ifi8eNHdgLBSoRjNEIAJaMqlW_ORVZVcq0CsQF9XWPI,4216
|
241
|
+
ory_client/models/ui_text.py,sha256=E0DKGjPnxE369Bw-OINHkurBnIdZn1yYTBgsFvBdqZE,3910
|
242
|
+
ory_client/models/update_identity_body.py,sha256=VBBDuY29tahTsdpBXgSL-ec-jUIf8gjca9odTE-4fr0,5686
|
243
|
+
ory_client/models/update_login_flow_body.py,sha256=C7XZnM6xNtS04uGB7cbqbqSpR01Lze0DlHRe63ePcXI,14988
|
244
|
+
ory_client/models/update_login_flow_with_code_method.py,sha256=na_hlr3mpBGYmPvcdJy5oE4kHcPSkBq2fHgknZRZVa4,4323
|
245
|
+
ory_client/models/update_login_flow_with_lookup_secret_method.py,sha256=6Wx2HmJra9uTDpx9bwCxEz5sgrjQEOQVcqC5LhYM_Pg,3756
|
246
|
+
ory_client/models/update_login_flow_with_oidc_method.py,sha256=rTvO8G2_xwke7wpfnVc09rrPhCseOdLp_5YOemc6n-0,5795
|
247
|
+
ory_client/models/update_login_flow_with_passkey_method.py,sha256=QoXFwF6kAfKC8aqTQmd4IUNJS77BkRLe1hFOhEjFUbE,3812
|
248
|
+
ory_client/models/update_login_flow_with_password_method.py,sha256=gdpRpQWPg7vJxlQuNoO7dAQI2FRIFzJ6f0lzw79CbnE,4382
|
249
|
+
ory_client/models/update_login_flow_with_totp_method.py,sha256=RFS30K7C9tSrP1t-L70a0bJCsP_S9ZuIoRgPDZrhKJw,3899
|
250
|
+
ory_client/models/update_login_flow_with_web_authn_method.py,sha256=p05xFc6JXYmqV3J8Lkc7LpJup6nr-NfBIn6E-gan4ZU,4214
|
251
|
+
ory_client/models/update_recovery_flow_body.py,sha256=jAOnmTyTc83Pl8tp4I92F1hcIJu5HG1pETMeaN05CbE,7360
|
252
|
+
ory_client/models/update_recovery_flow_with_code_method.py,sha256=NQU0ZqhdDD1LK867RaBNnUoTODtAzRobzPKm-gOOSwY,4978
|
253
|
+
ory_client/models/update_recovery_flow_with_link_method.py,sha256=OKzWEIjU-l-p298jyZEIYnmQ5iwzy1_0W5DESMeWxQw,4465
|
254
|
+
ory_client/models/update_registration_flow_body.py,sha256=a8Q1mnzJHs5389kJdmRVlnYV-TncWctczrBL8CI92no,12692
|
255
|
+
ory_client/models/update_registration_flow_with_code_method.py,sha256=WZd77rLYoGd9WJpBD2Mg5hpSNtNaXYrbs6Vyvlqch0k,4177
|
256
|
+
ory_client/models/update_registration_flow_with_oidc_method.py,sha256=UMXlwV2B1CaRXuawHs5I_pkFh-p-9f9lnTqxMtFQzxg,5776
|
257
|
+
ory_client/models/update_registration_flow_with_passkey_method.py,sha256=pfMgJG8N2dAS7U1W9QO9ln5Xzdg_YhizWZHJ32RQg70,4201
|
258
|
+
ory_client/models/update_registration_flow_with_password_method.py,sha256=pnlh82qPwEg6RW7VQy3yjOR6eRaS95--ncGVt7ibJPo,4036
|
259
|
+
ory_client/models/update_registration_flow_with_profile_method.py,sha256=IuQQx2Yl4dAZHEbMUmLUjxOeMX-1CaVZHePNB9n0EJU,4208
|
260
|
+
ory_client/models/update_registration_flow_with_web_authn_method.py,sha256=cor0UKHPkP7tEvaNjuyJ7O9X1TuLueypX1n01Ggk93Y,4542
|
261
|
+
ory_client/models/update_settings_flow_body.py,sha256=HurIfHlD0NDo77vBqZIWkbx44nZoZPKgYJnw2mhqG5w,15421
|
262
|
+
ory_client/models/update_settings_flow_with_lookup_method.py,sha256=my786sI-MSjjlCHiIpy9iZgD87QRfyuVMimov24ZgjM,4703
|
263
|
+
ory_client/models/update_settings_flow_with_oidc_method.py,sha256=6sqHWL3R6Q_W1Zp1z_ZJ9xopWDce5MU9O2NEZ8hT0xM,5106
|
264
|
+
ory_client/models/update_settings_flow_with_passkey_method.py,sha256=XsiOvf1c8WcPNABpNQGk1xxEH_dDcKzKpEIEvwJPFfE,4130
|
265
|
+
ory_client/models/update_settings_flow_with_password_method.py,sha256=RXV9hOjGHGx1CG5BkzrDX20sFUdEtC1J9ftk7o4mHN8,3898
|
266
|
+
ory_client/models/update_settings_flow_with_profile_method.py,sha256=6RC7yoOidRwg8LVbsmB6C71eitqtFhyZD_t_vN3u6II,3934
|
267
|
+
ory_client/models/update_settings_flow_with_totp_method.py,sha256=mV4MG0HtY_IWv7XB53MwrXrLkQmONwh0uy-gG0hNzo8,4236
|
268
|
+
ory_client/models/update_settings_flow_with_web_authn_method.py,sha256=ULESX7qz9MgxFPL-NeUh3lzUX3-117Omn5JXrfoQlgw,4644
|
269
|
+
ory_client/models/update_subscription_body.py,sha256=6dnur2Z4Zj3gOZmeRa4wNR2CxBgo6JyuMRhCuUm8VP0,3737
|
270
|
+
ory_client/models/update_verification_flow_body.py,sha256=5zkkMprSegHas_gfiwPLsYd8PmJD-2EOyVagArZkTKE,7568
|
271
|
+
ory_client/models/update_verification_flow_with_code_method.py,sha256=u_WnNQNEOHnntFBjnA_DBKo_I1B1akPWqsUT-A5RBxM,4992
|
272
|
+
ory_client/models/update_verification_flow_with_link_method.py,sha256=6ChFh4H9mCuA3cr-j-GA4R_c40QWT9AG3CrEc0gptzU,4500
|
273
|
+
ory_client/models/update_workspace_body.py,sha256=FADlHsrt678EUbtFWHVhnEQDZ0hmupf8T2uEkTW0YyU,3246
|
274
|
+
ory_client/models/usage.py,sha256=RiUjFhqzMZtaYNlNX3QbfRCbVtB9mC1hC6NdQzZcJ6U,3543
|
275
|
+
ory_client/models/verifiable_credential_priming_response.py,sha256=9RW-7cLd06MqPw3xI1dNDtQTqCsTRJiPFjD9bxdZCls,4077
|
276
|
+
ory_client/models/verifiable_credential_proof.py,sha256=QmXd5dqIBEWjuvf_wpg_2ZZeiumwdVBwGOuROSr3778,3342
|
277
|
+
ory_client/models/verifiable_credential_response.py,sha256=gg7m2QXPRvQJHdRJEyBpP-_mLVVQv2m3Eo0tqIvvAq0,3402
|
278
|
+
ory_client/models/verifiable_identity_address.py,sha256=I8-yyN_E7dth9VD5z8Fdp6FaLzkCuoIsN0kbV2ZiIS0,4634
|
279
|
+
ory_client/models/verification_flow.py,sha256=YLzqClyFC-vNGjiTqIB-1HGonHXEYeUgFIUUM2EhmHs,6072
|
280
|
+
ory_client/models/verification_flow_state.py,sha256=htAkfNQqsKq-K6uIhy6aKJFITj8iKKeaj1nRI1xx9f0,1190
|
281
|
+
ory_client/models/version.py,sha256=f4eRMVK67ZpA9qrhLt2Ml22jeCusvAM-R02X_4EuBhM,3251
|
282
|
+
ory_client/models/warning.py,sha256=yg8eTMw0T8aWvo8TXWy82-bxXqrtgueQDmvCNq04nV0,3273
|
283
|
+
ory_client/models/workspace.py,sha256=hF-Nw-DO-oX4QH9fMAon9mC_kMLExsFy4wBN3pHi_HU,4176
|
284
|
+
ory_client/models/workspace_api_key.py,sha256=L1a3-4jxIn_pKINDTP1Womx53tHmnvOQ3-wbO2KaDfE,4625
|
285
|
+
ory_client-1.11.12.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
286
|
+
ory_client-1.11.12.dist-info/METADATA,sha256=o-asMTQ3Q4JdKjkvfMYMzFrFiXJU8w9F0d-2C4M4umg,609
|
287
|
+
ory_client-1.11.12.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
288
|
+
ory_client-1.11.12.dist-info/top_level.txt,sha256=0De6AV7uRK9cg2KDRdQT-mC1JEQ4oTxArmZm8VX6bBc,11
|
289
|
+
ory_client-1.11.12.dist-info/RECORD,,
|