ory-client 1.11.7__py3-none-any.whl → 1.11.11__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 +19 -9
- ory_client/api/__init__.py +1 -0
- ory_client/api/courier_api.py +1 -1
- ory_client/api/events_api.py +33 -21
- ory_client/api/frontend_api.py +1 -1
- ory_client/api/identity_api.py +7 -4
- 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 +201 -967
- ory_client/api/relationship_api.py +1 -1
- ory_client/api/wellknown_api.py +1 -1
- ory_client/api/workspace_api.py +1463 -0
- ory_client/api_client.py +2 -2
- ory_client/configuration.py +34 -6
- ory_client/exceptions.py +1 -1
- ory_client/models/__init__.py +17 -8
- 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 +109 -0
- ory_client/models/account_experience_theme_variables.py +282 -0
- ory_client/models/active_project_in_console.py +1 -1
- ory_client/models/{migration_options.py → add_project_to_workspace_body.py} +5 -5
- 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 +120 -0
- 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 +27 -3
- ory_client/models/create_recovery_code_for_identity_body.py +4 -2
- 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_payload.py → create_workspace_body.py} +5 -5
- 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 +7 -3
- 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/{workspace_meta.py → invoice.py} +31 -28
- ory_client/models/invoice_data_v1.py +149 -0
- 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 +120 -0
- ory_client/models/list_event_streams.py +1 -1
- ory_client/models/list_invoices_response.py +113 -0
- ory_client/models/list_organizations_response.py +8 -4
- ory_client/models/{list_workspace_projects_response.py → list_workspace_projects.py} +5 -5
- ory_client/models/{list_my_workspaces_response.py → list_workspaces.py} +8 -8
- 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 +105 -0
- 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 +15 -3
- 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_workpace_response.py → permissions_on_workspace.py} +4 -4
- 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 +20 -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 +14 -2
- 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 +12 -3
- 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 +5 -5
- 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 +103 -0
- ory_client/models/time_interval.py +104 -0
- 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_payload.py → update_workspace_body.py} +5 -5
- 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 +9 -2
- ory_client/rest.py +1 -1
- {ory_client-1.11.7.dist-info → ory_client-1.11.11.dist-info}/METADATA +1 -1
- ory_client-1.11.11.dist-info/RECORD +288 -0
- ory_client-1.11.7.dist-info/RECORD +0 -278
- {ory_client-1.11.7.dist-info → ory_client-1.11.11.dist-info}/LICENSE +0 -0
- {ory_client-1.11.7.dist-info → ory_client-1.11.11.dist-info}/WHEEL +0 -0
- {ory_client-1.11.7.dist-info → ory_client-1.11.11.dist-info}/top_level.txt +0 -0
ory_client/__init__.py
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
9
9
|
|
10
|
-
The version of the OpenAPI document: v1.11.
|
10
|
+
The version of the OpenAPI document: v1.11.11
|
11
11
|
Contact: support@ory.sh
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "v1.11.
|
18
|
+
__version__ = "v1.11.11"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from ory_client.api.courier_api import CourierApi
|
@@ -30,6 +30,7 @@ from ory_client.api.permission_api import PermissionApi
|
|
30
30
|
from ory_client.api.project_api import ProjectApi
|
31
31
|
from ory_client.api.relationship_api import RelationshipApi
|
32
32
|
from ory_client.api.wellknown_api import WellknownApi
|
33
|
+
from ory_client.api.workspace_api import WorkspaceApi
|
33
34
|
|
34
35
|
# import ApiClient
|
35
36
|
from ory_client.api_response import ApiResponse
|
@@ -46,12 +47,16 @@ from ory_client.exceptions import ApiException
|
|
46
47
|
from ory_client.models.accept_o_auth2_consent_request import AcceptOAuth2ConsentRequest
|
47
48
|
from ory_client.models.accept_o_auth2_consent_request_session import AcceptOAuth2ConsentRequestSession
|
48
49
|
from ory_client.models.accept_o_auth2_login_request import AcceptOAuth2LoginRequest
|
50
|
+
from ory_client.models.account_experience_configuration import AccountExperienceConfiguration
|
51
|
+
from ory_client.models.account_experience_theme_variables import AccountExperienceThemeVariables
|
49
52
|
from ory_client.models.active_project_in_console import ActiveProjectInConsole
|
53
|
+
from ory_client.models.add_project_to_workspace_body import AddProjectToWorkspaceBody
|
50
54
|
from ory_client.models.attribute import Attribute
|
51
55
|
from ory_client.models.attribute_filter import AttributeFilter
|
52
56
|
from ory_client.models.attributes_count_datapoint import AttributesCountDatapoint
|
53
57
|
from ory_client.models.authenticator_assurance_level import AuthenticatorAssuranceLevel
|
54
58
|
from ory_client.models.batch_patch_identities_response import BatchPatchIdentitiesResponse
|
59
|
+
from ory_client.models.billing_period_bucket import BillingPeriodBucket
|
55
60
|
from ory_client.models.check_opl_syntax_result import CheckOplSyntaxResult
|
56
61
|
from ory_client.models.check_permission_result import CheckPermissionResult
|
57
62
|
from ory_client.models.cloud_account import CloudAccount
|
@@ -82,8 +87,8 @@ from ory_client.models.create_relationship_body import CreateRelationshipBody
|
|
82
87
|
from ory_client.models.create_subscription_body import CreateSubscriptionBody
|
83
88
|
from ory_client.models.create_subscription_common import CreateSubscriptionCommon
|
84
89
|
from ory_client.models.create_verifiable_credential_request_body import CreateVerifiableCredentialRequestBody
|
90
|
+
from ory_client.models.create_workspace_body import CreateWorkspaceBody
|
85
91
|
from ory_client.models.create_workspace_member_invite_body import CreateWorkspaceMemberInviteBody
|
86
|
-
from ory_client.models.create_workspace_payload import CreateWorkspacePayload
|
87
92
|
from ory_client.models.create_workspace_subscription_body import CreateWorkspaceSubscriptionBody
|
88
93
|
from ory_client.models.credential_supported_draft00 import CredentialSupportedDraft00
|
89
94
|
from ory_client.models.custom_domain import CustomDomain
|
@@ -134,15 +139,19 @@ from ory_client.models.internal_is_ax_welcome_screen_enabled_for_project_body im
|
|
134
139
|
from ory_client.models.internal_is_owner_for_project_by_slug_body import InternalIsOwnerForProjectBySlugBody
|
135
140
|
from ory_client.models.internal_is_owner_for_project_by_slug_response import InternalIsOwnerForProjectBySlugResponse
|
136
141
|
from ory_client.models.introspected_o_auth2_token import IntrospectedOAuth2Token
|
142
|
+
from ory_client.models.invoice import Invoice
|
143
|
+
from ory_client.models.invoice_data_v1 import InvoiceDataV1
|
137
144
|
from ory_client.models.is_owner_for_project_by_slug import IsOwnerForProjectBySlug
|
138
145
|
from ory_client.models.json_patch import JsonPatch
|
139
146
|
from ory_client.models.json_web_key import JsonWebKey
|
140
147
|
from ory_client.models.json_web_key_set import JsonWebKeySet
|
141
148
|
from ory_client.models.keto_namespace import KetoNamespace
|
149
|
+
from ory_client.models.line_item_v1 import LineItemV1
|
142
150
|
from ory_client.models.list_event_streams import ListEventStreams
|
143
|
-
from ory_client.models.
|
151
|
+
from ory_client.models.list_invoices_response import ListInvoicesResponse
|
144
152
|
from ory_client.models.list_organizations_response import ListOrganizationsResponse
|
145
|
-
from ory_client.models.
|
153
|
+
from ory_client.models.list_workspace_projects import ListWorkspaceProjects
|
154
|
+
from ory_client.models.list_workspaces import ListWorkspaces
|
146
155
|
from ory_client.models.login_flow import LoginFlow
|
147
156
|
from ory_client.models.login_flow_state import LoginFlowState
|
148
157
|
from ory_client.models.logout_flow import LogoutFlow
|
@@ -152,7 +161,7 @@ from ory_client.models.member_invite import MemberInvite
|
|
152
161
|
from ory_client.models.message import Message
|
153
162
|
from ory_client.models.message_dispatch import MessageDispatch
|
154
163
|
from ory_client.models.metrics_datapoint import MetricsDatapoint
|
155
|
-
from ory_client.models.
|
164
|
+
from ory_client.models.money import Money
|
156
165
|
from ory_client.models.namespace import Namespace
|
157
166
|
from ory_client.models.needs_privileged_session_error import NeedsPrivilegedSessionError
|
158
167
|
from ory_client.models.normalized_project import NormalizedProject
|
@@ -181,7 +190,7 @@ from ory_client.models.pagination_headers import PaginationHeaders
|
|
181
190
|
from ory_client.models.parse_error import ParseError
|
182
191
|
from ory_client.models.patch_identities_body import PatchIdentitiesBody
|
183
192
|
from ory_client.models.perform_native_logout_body import PerformNativeLogoutBody
|
184
|
-
from ory_client.models.
|
193
|
+
from ory_client.models.permissions_on_workspace import PermissionsOnWorkspace
|
185
194
|
from ory_client.models.plan import Plan
|
186
195
|
from ory_client.models.plan_details import PlanDetails
|
187
196
|
from ory_client.models.post_check_permission_body import PostCheckPermissionBody
|
@@ -235,6 +244,8 @@ from ory_client.models.successful_code_exchange_response import SuccessfulCodeEx
|
|
235
244
|
from ory_client.models.successful_native_login import SuccessfulNativeLogin
|
236
245
|
from ory_client.models.successful_native_registration import SuccessfulNativeRegistration
|
237
246
|
from ory_client.models.successful_project_update import SuccessfulProjectUpdate
|
247
|
+
from ory_client.models.tax_line_item import TaxLineItem
|
248
|
+
from ory_client.models.time_interval import TimeInterval
|
238
249
|
from ory_client.models.token_pagination import TokenPagination
|
239
250
|
from ory_client.models.token_pagination_headers import TokenPaginationHeaders
|
240
251
|
from ory_client.models.token_pagination_request_parameters import TokenPaginationRequestParameters
|
@@ -283,7 +294,7 @@ from ory_client.models.update_subscription_body import UpdateSubscriptionBody
|
|
283
294
|
from ory_client.models.update_verification_flow_body import UpdateVerificationFlowBody
|
284
295
|
from ory_client.models.update_verification_flow_with_code_method import UpdateVerificationFlowWithCodeMethod
|
285
296
|
from ory_client.models.update_verification_flow_with_link_method import UpdateVerificationFlowWithLinkMethod
|
286
|
-
from ory_client.models.
|
297
|
+
from ory_client.models.update_workspace_body import UpdateWorkspaceBody
|
287
298
|
from ory_client.models.usage import Usage
|
288
299
|
from ory_client.models.verifiable_credential_priming_response import VerifiableCredentialPrimingResponse
|
289
300
|
from ory_client.models.verifiable_credential_proof import VerifiableCredentialProof
|
@@ -294,4 +305,3 @@ from ory_client.models.verification_flow_state import VerificationFlowState
|
|
294
305
|
from ory_client.models.version import Version
|
295
306
|
from ory_client.models.warning import Warning
|
296
307
|
from ory_client.models.workspace import Workspace
|
297
|
-
from ory_client.models.workspace_meta import WorkspaceMeta
|
ory_client/api/__init__.py
CHANGED
@@ -13,4 +13,5 @@ from ory_client.api.permission_api import PermissionApi
|
|
13
13
|
from ory_client.api.project_api import ProjectApi
|
14
14
|
from ory_client.api.relationship_api import RelationshipApi
|
15
15
|
from ory_client.api.wellknown_api import WellknownApi
|
16
|
+
from ory_client.api.workspace_api import WorkspaceApi
|
16
17
|
|
ory_client/api/courier_api.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.11
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/events_api.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.11
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -59,7 +59,7 @@ class EventsApi:
|
|
59
59
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
60
60
|
_content_type: Optional[StrictStr] = None,
|
61
61
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
62
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
62
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
63
63
|
) -> EventStream:
|
64
64
|
"""Create an event stream for your project.
|
65
65
|
|
@@ -132,7 +132,7 @@ class EventsApi:
|
|
132
132
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
133
133
|
_content_type: Optional[StrictStr] = None,
|
134
134
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
135
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
135
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
136
136
|
) -> ApiResponse[EventStream]:
|
137
137
|
"""Create an event stream for your project.
|
138
138
|
|
@@ -205,7 +205,7 @@ class EventsApi:
|
|
205
205
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
206
206
|
_content_type: Optional[StrictStr] = None,
|
207
207
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
208
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
208
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
209
209
|
) -> RESTResponseType:
|
210
210
|
"""Create an event stream for your project.
|
211
211
|
|
@@ -268,7 +268,10 @@ class EventsApi:
|
|
268
268
|
_host_index,
|
269
269
|
) -> RequestSerialized:
|
270
270
|
|
271
|
-
|
271
|
+
_hosts = [
|
272
|
+
'https://api.console.ory.sh'
|
273
|
+
]
|
274
|
+
_host = _hosts[_host_index]
|
272
275
|
|
273
276
|
_collection_formats: Dict[str, str] = {
|
274
277
|
}
|
@@ -314,7 +317,7 @@ class EventsApi:
|
|
314
317
|
|
315
318
|
# authentication setting
|
316
319
|
_auth_settings: List[str] = [
|
317
|
-
'
|
320
|
+
'oryNetworkCookie'
|
318
321
|
]
|
319
322
|
|
320
323
|
return self.api_client.param_serialize(
|
@@ -351,7 +354,7 @@ class EventsApi:
|
|
351
354
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
352
355
|
_content_type: Optional[StrictStr] = None,
|
353
356
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
354
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
357
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
355
358
|
) -> None:
|
356
359
|
"""Remove an event stream from a project
|
357
360
|
|
@@ -425,7 +428,7 @@ class EventsApi:
|
|
425
428
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
426
429
|
_content_type: Optional[StrictStr] = None,
|
427
430
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
428
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
431
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
429
432
|
) -> ApiResponse[None]:
|
430
433
|
"""Remove an event stream from a project
|
431
434
|
|
@@ -499,7 +502,7 @@ class EventsApi:
|
|
499
502
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
500
503
|
_content_type: Optional[StrictStr] = None,
|
501
504
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
502
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
505
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
503
506
|
) -> RESTResponseType:
|
504
507
|
"""Remove an event stream from a project
|
505
508
|
|
@@ -563,7 +566,10 @@ class EventsApi:
|
|
563
566
|
_host_index,
|
564
567
|
) -> RequestSerialized:
|
565
568
|
|
566
|
-
|
569
|
+
_hosts = [
|
570
|
+
'https://api.console.ory.sh'
|
571
|
+
]
|
572
|
+
_host = _hosts[_host_index]
|
567
573
|
|
568
574
|
_collection_formats: Dict[str, str] = {
|
569
575
|
}
|
@@ -596,7 +602,7 @@ class EventsApi:
|
|
596
602
|
|
597
603
|
# authentication setting
|
598
604
|
_auth_settings: List[str] = [
|
599
|
-
'
|
605
|
+
'oryNetworkCookie'
|
600
606
|
]
|
601
607
|
|
602
608
|
return self.api_client.param_serialize(
|
@@ -632,7 +638,7 @@ class EventsApi:
|
|
632
638
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
633
639
|
_content_type: Optional[StrictStr] = None,
|
634
640
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
635
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
641
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
636
642
|
) -> ListEventStreams:
|
637
643
|
"""List all event streams for the project. This endpoint is not paginated.
|
638
644
|
|
@@ -700,7 +706,7 @@ class EventsApi:
|
|
700
706
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
701
707
|
_content_type: Optional[StrictStr] = None,
|
702
708
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
703
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
709
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
704
710
|
) -> ApiResponse[ListEventStreams]:
|
705
711
|
"""List all event streams for the project. This endpoint is not paginated.
|
706
712
|
|
@@ -768,7 +774,7 @@ class EventsApi:
|
|
768
774
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
769
775
|
_content_type: Optional[StrictStr] = None,
|
770
776
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
771
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
777
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
772
778
|
) -> RESTResponseType:
|
773
779
|
"""List all event streams for the project. This endpoint is not paginated.
|
774
780
|
|
@@ -826,7 +832,10 @@ class EventsApi:
|
|
826
832
|
_host_index,
|
827
833
|
) -> RequestSerialized:
|
828
834
|
|
829
|
-
|
835
|
+
_hosts = [
|
836
|
+
'https://api.console.ory.sh'
|
837
|
+
]
|
838
|
+
_host = _hosts[_host_index]
|
830
839
|
|
831
840
|
_collection_formats: Dict[str, str] = {
|
832
841
|
}
|
@@ -857,7 +866,7 @@ class EventsApi:
|
|
857
866
|
|
858
867
|
# authentication setting
|
859
868
|
_auth_settings: List[str] = [
|
860
|
-
'
|
869
|
+
'oryNetworkCookie'
|
861
870
|
]
|
862
871
|
|
863
872
|
return self.api_client.param_serialize(
|
@@ -895,7 +904,7 @@ class EventsApi:
|
|
895
904
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
896
905
|
_content_type: Optional[StrictStr] = None,
|
897
906
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
898
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
907
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
899
908
|
) -> EventStream:
|
900
909
|
"""Update an event stream for a project.
|
901
910
|
|
@@ -972,7 +981,7 @@ class EventsApi:
|
|
972
981
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
973
982
|
_content_type: Optional[StrictStr] = None,
|
974
983
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
975
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
984
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
976
985
|
) -> ApiResponse[EventStream]:
|
977
986
|
"""Update an event stream for a project.
|
978
987
|
|
@@ -1049,7 +1058,7 @@ class EventsApi:
|
|
1049
1058
|
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
1050
1059
|
_content_type: Optional[StrictStr] = None,
|
1051
1060
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
1052
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=
|
1061
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0,
|
1053
1062
|
) -> RESTResponseType:
|
1054
1063
|
"""Update an event stream for a project.
|
1055
1064
|
|
@@ -1116,7 +1125,10 @@ class EventsApi:
|
|
1116
1125
|
_host_index,
|
1117
1126
|
) -> RequestSerialized:
|
1118
1127
|
|
1119
|
-
|
1128
|
+
_hosts = [
|
1129
|
+
'https://api.console.ory.sh'
|
1130
|
+
]
|
1131
|
+
_host = _hosts[_host_index]
|
1120
1132
|
|
1121
1133
|
_collection_formats: Dict[str, str] = {
|
1122
1134
|
}
|
@@ -1164,7 +1176,7 @@ class EventsApi:
|
|
1164
1176
|
|
1165
1177
|
# authentication setting
|
1166
1178
|
_auth_settings: List[str] = [
|
1167
|
-
'
|
1179
|
+
'oryNetworkCookie'
|
1168
1180
|
]
|
1169
1181
|
|
1170
1182
|
return self.api_client.param_serialize(
|
ory_client/api/frontend_api.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.11
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/identity_api.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.11
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -2263,7 +2263,7 @@ class IdentityApi:
|
|
2263
2263
|
) -> Session:
|
2264
2264
|
"""Extend a Session
|
2265
2265
|
|
2266
|
-
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2266
|
+
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2267
2267
|
|
2268
2268
|
:param id: ID is the session's ID. (required)
|
2269
2269
|
:type id: str
|
@@ -2299,6 +2299,7 @@ class IdentityApi:
|
|
2299
2299
|
|
2300
2300
|
_response_types_map: Dict[str, Optional[str]] = {
|
2301
2301
|
'200': "Session",
|
2302
|
+
'204': None,
|
2302
2303
|
'400': "ErrorGeneric",
|
2303
2304
|
'404': "ErrorGeneric",
|
2304
2305
|
}
|
@@ -2332,7 +2333,7 @@ class IdentityApi:
|
|
2332
2333
|
) -> ApiResponse[Session]:
|
2333
2334
|
"""Extend a Session
|
2334
2335
|
|
2335
|
-
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2336
|
+
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2336
2337
|
|
2337
2338
|
:param id: ID is the session's ID. (required)
|
2338
2339
|
:type id: str
|
@@ -2368,6 +2369,7 @@ class IdentityApi:
|
|
2368
2369
|
|
2369
2370
|
_response_types_map: Dict[str, Optional[str]] = {
|
2370
2371
|
'200': "Session",
|
2372
|
+
'204': None,
|
2371
2373
|
'400': "ErrorGeneric",
|
2372
2374
|
'404': "ErrorGeneric",
|
2373
2375
|
}
|
@@ -2401,7 +2403,7 @@ class IdentityApi:
|
|
2401
2403
|
) -> RESTResponseType:
|
2402
2404
|
"""Extend a Session
|
2403
2405
|
|
2404
|
-
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2406
|
+
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2405
2407
|
|
2406
2408
|
:param id: ID is the session's ID. (required)
|
2407
2409
|
:type id: str
|
@@ -2437,6 +2439,7 @@ class IdentityApi:
|
|
2437
2439
|
|
2438
2440
|
_response_types_map: Dict[str, Optional[str]] = {
|
2439
2441
|
'200': "Session",
|
2442
|
+
'204': None,
|
2440
2443
|
'400': "ErrorGeneric",
|
2441
2444
|
'404': "ErrorGeneric",
|
2442
2445
|
}
|
ory_client/api/jwk_api.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.11
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/metadata_api.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.11
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/o_auth2_api.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.11
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/oidc_api.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.11
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/permission_api.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.11
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|