ory-client 1.16.10__py3-none-any.whl → 1.17.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ory_client/__init__.py +2 -2
- ory_client/api/courier_api.py +7 -3
- ory_client/api/events_api.py +13 -5
- ory_client/api/frontend_api.py +97 -33
- ory_client/api/identity_api.py +55 -19
- ory_client/api/jwk_api.py +22 -8
- ory_client/api/metadata_api.py +4 -2
- ory_client/api/o_auth2_api.py +85 -29
- ory_client/api/oidc_api.py +25 -9
- ory_client/api/permission_api.py +19 -7
- ory_client/api/project_api.py +52 -18
- ory_client/api/relationship_api.py +19 -7
- ory_client/api/wellknown_api.py +4 -2
- ory_client/api/workspace_api.py +25 -9
- ory_client/api_client.py +22 -6
- ory_client/configuration.py +160 -40
- ory_client/exceptions.py +18 -1
- ory_client/models/__init__.py +1 -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_colors.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_check_permission_body.py +4 -4
- ory_client/models/batch_check_permission_result.py +4 -4
- ory_client/models/batch_patch_identities_response.py +4 -4
- ory_client/models/billing_period_bucket.py +4 -4
- ory_client/models/check_opl_syntax_result.py +4 -4
- ory_client/models/check_permission_result.py +1 -1
- ory_client/models/check_permission_result_with_error.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_redirect_browser_to.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_fedcm_flow_response.py +4 -4
- ory_client/models/create_identity_body.py +7 -7
- ory_client/models/create_invite_response.py +4 -4
- 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 +1 -1
- 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 +22 -22
- 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_api_key_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 +4 -4
- 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 +4 -4
- 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 +4 -4
- ory_client/models/get_project_events_response.py +4 -4
- ory_client/models/get_project_metrics_response.py +4 -4
- ory_client/models/get_session_activity_response.py +4 -4
- 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 +10 -10
- ory_client/models/identity_credentials.py +1 -1
- ory_client/models/identity_credentials_code.py +4 -4
- ory_client/models/identity_credentials_code_address.py +1 -1
- ory_client/models/identity_credentials_oidc.py +4 -4
- 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 +4 -4
- 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/invite_token_body.py +1 -1
- ory_client/models/invoice.py +1 -1
- ory_client/models/invoice_data_v1.py +4 -4
- 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 +4 -4
- ory_client/models/keto_namespace.py +1 -1
- ory_client/models/line_item_v1.py +4 -4
- ory_client/models/list_event_streams.py +4 -4
- ory_client/models/list_invoices_response.py +4 -4
- ory_client/models/list_organizations_response.py +4 -4
- ory_client/models/list_workspace_projects.py +4 -4
- ory_client/models/list_workspaces.py +4 -4
- 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 +4 -4
- 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 +1 -1
- ory_client/models/normalized_project_revision.py +22 -22
- 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_saml_provider.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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +1 -1
- ory_client/models/project_api_key.py +1 -1
- ory_client/models/project_branding.py +4 -4
- ory_client/models/project_branding_colors.py +1 -1
- ory_client/models/project_branding_theme.py +4 -4
- ory_client/models/project_cors.py +1 -1
- ory_client/models/project_events_datapoint.py +4 -4
- ory_client/models/project_host.py +1 -1
- ory_client/models/project_member.py +1 -1
- ory_client/models/project_metadata.py +1 -1
- 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/provider.py +1 -1
- ory_client/models/quota_usage.py +1 -1
- ory_client/models/recovery_code_for_identity.py +1 -1
- ory_client/models/recovery_flow.py +4 -4
- 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 +4 -4
- ory_client/models/relationship_patch.py +1 -1
- ory_client/models/relationships.py +4 -4
- 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 +7 -7
- 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 +4 -4
- 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 +4 -4
- ory_client/models/successful_native_registration.py +4 -4
- ory_client/models/successful_project_update.py +4 -4
- 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 +7 -7
- ory_client/models/ui_node.py +4 -4
- 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_fedcm_flow_body.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_identifier_first_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 +1 -1
- ory_client/rest.py +2 -2
- {ory_client-1.16.10.dist-info → ory_client-1.17.1.dist-info}/METADATA +3 -3
- ory_client-1.17.1.dist-info/RECORD +302 -0
- ory_client-1.16.10.dist-info/RECORD +0 -302
- {ory_client-1.16.10.dist-info → ory_client-1.17.1.dist-info}/LICENSE +0 -0
- {ory_client-1.16.10.dist-info → ory_client-1.17.1.dist-info}/WHEEL +0 -0
- {ory_client-1.16.10.dist-info → ory_client-1.17.1.dist-info}/top_level.txt +0 -0
ory_client/api/oidc_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -262,7 +262,9 @@ class OidcApi:
|
|
262
262
|
_query_params: List[Tuple[str, str]] = []
|
263
263
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
264
264
|
_form_params: List[Tuple[str, str]] = []
|
265
|
-
_files: Dict[
|
265
|
+
_files: Dict[
|
266
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
267
|
+
] = {}
|
266
268
|
_body_params: Optional[bytes] = None
|
267
269
|
|
268
270
|
# process the path parameters
|
@@ -536,7 +538,9 @@ class OidcApi:
|
|
536
538
|
_query_params: List[Tuple[str, str]] = []
|
537
539
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
538
540
|
_form_params: List[Tuple[str, str]] = []
|
539
|
-
_files: Dict[
|
541
|
+
_files: Dict[
|
542
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
543
|
+
] = {}
|
540
544
|
_body_params: Optional[bytes] = None
|
541
545
|
|
542
546
|
# process the path parameters
|
@@ -807,7 +811,9 @@ class OidcApi:
|
|
807
811
|
_query_params: List[Tuple[str, str]] = []
|
808
812
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
809
813
|
_form_params: List[Tuple[str, str]] = []
|
810
|
-
_files: Dict[
|
814
|
+
_files: Dict[
|
815
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
816
|
+
] = {}
|
811
817
|
_body_params: Optional[bytes] = None
|
812
818
|
|
813
819
|
# process the path parameters
|
@@ -1053,7 +1059,9 @@ class OidcApi:
|
|
1053
1059
|
_query_params: List[Tuple[str, str]] = []
|
1054
1060
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1055
1061
|
_form_params: List[Tuple[str, str]] = []
|
1056
|
-
_files: Dict[
|
1062
|
+
_files: Dict[
|
1063
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1064
|
+
] = {}
|
1057
1065
|
_body_params: Optional[bytes] = None
|
1058
1066
|
|
1059
1067
|
# process the path parameters
|
@@ -1309,7 +1317,9 @@ class OidcApi:
|
|
1309
1317
|
_query_params: List[Tuple[str, str]] = []
|
1310
1318
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1311
1319
|
_form_params: List[Tuple[str, str]] = []
|
1312
|
-
_files: Dict[
|
1320
|
+
_files: Dict[
|
1321
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1322
|
+
] = {}
|
1313
1323
|
_body_params: Optional[bytes] = None
|
1314
1324
|
|
1315
1325
|
# process the path parameters
|
@@ -1555,7 +1565,9 @@ class OidcApi:
|
|
1555
1565
|
_query_params: List[Tuple[str, str]] = []
|
1556
1566
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1557
1567
|
_form_params: List[Tuple[str, str]] = []
|
1558
|
-
_files: Dict[
|
1568
|
+
_files: Dict[
|
1569
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1570
|
+
] = {}
|
1559
1571
|
_body_params: Optional[bytes] = None
|
1560
1572
|
|
1561
1573
|
# process the path parameters
|
@@ -1799,7 +1811,9 @@ class OidcApi:
|
|
1799
1811
|
_query_params: List[Tuple[str, str]] = []
|
1800
1812
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1801
1813
|
_form_params: List[Tuple[str, str]] = []
|
1802
|
-
_files: Dict[
|
1814
|
+
_files: Dict[
|
1815
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1816
|
+
] = {}
|
1803
1817
|
_body_params: Optional[bytes] = None
|
1804
1818
|
|
1805
1819
|
# process the path parameters
|
@@ -2064,7 +2078,9 @@ class OidcApi:
|
|
2064
2078
|
_query_params: List[Tuple[str, str]] = []
|
2065
2079
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2066
2080
|
_form_params: List[Tuple[str, str]] = []
|
2067
|
-
_files: Dict[
|
2081
|
+
_files: Dict[
|
2082
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2083
|
+
] = {}
|
2068
2084
|
_body_params: Optional[bytes] = None
|
2069
2085
|
|
2070
2086
|
# process the path parameters
|
ory_client/api/permission_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -276,7 +276,9 @@ class PermissionApi:
|
|
276
276
|
_query_params: List[Tuple[str, str]] = []
|
277
277
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
278
278
|
_form_params: List[Tuple[str, str]] = []
|
279
|
-
_files: Dict[
|
279
|
+
_files: Dict[
|
280
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
281
|
+
] = {}
|
280
282
|
_body_params: Optional[bytes] = None
|
281
283
|
|
282
284
|
# process the path parameters
|
@@ -646,7 +648,9 @@ class PermissionApi:
|
|
646
648
|
_query_params: List[Tuple[str, str]] = []
|
647
649
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
648
650
|
_form_params: List[Tuple[str, str]] = []
|
649
|
-
_files: Dict[
|
651
|
+
_files: Dict[
|
652
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
653
|
+
] = {}
|
650
654
|
_body_params: Optional[bytes] = None
|
651
655
|
|
652
656
|
# process the path parameters
|
@@ -1032,7 +1036,9 @@ class PermissionApi:
|
|
1032
1036
|
_query_params: List[Tuple[str, str]] = []
|
1033
1037
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1034
1038
|
_form_params: List[Tuple[str, str]] = []
|
1035
|
-
_files: Dict[
|
1039
|
+
_files: Dict[
|
1040
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1041
|
+
] = {}
|
1036
1042
|
_body_params: Optional[bytes] = None
|
1037
1043
|
|
1038
1044
|
# process the path parameters
|
@@ -1366,7 +1372,9 @@ class PermissionApi:
|
|
1366
1372
|
_query_params: List[Tuple[str, str]] = []
|
1367
1373
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1368
1374
|
_form_params: List[Tuple[str, str]] = []
|
1369
|
-
_files: Dict[
|
1375
|
+
_files: Dict[
|
1376
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1377
|
+
] = {}
|
1370
1378
|
_body_params: Optional[bytes] = None
|
1371
1379
|
|
1372
1380
|
# process the path parameters
|
@@ -1655,7 +1663,9 @@ class PermissionApi:
|
|
1655
1663
|
_query_params: List[Tuple[str, str]] = []
|
1656
1664
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1657
1665
|
_form_params: List[Tuple[str, str]] = []
|
1658
|
-
_files: Dict[
|
1666
|
+
_files: Dict[
|
1667
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1668
|
+
] = {}
|
1659
1669
|
_body_params: Optional[bytes] = None
|
1660
1670
|
|
1661
1671
|
# process the path parameters
|
@@ -1950,7 +1960,9 @@ class PermissionApi:
|
|
1950
1960
|
_query_params: List[Tuple[str, str]] = []
|
1951
1961
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1952
1962
|
_form_params: List[Tuple[str, str]] = []
|
1953
|
-
_files: Dict[
|
1963
|
+
_files: Dict[
|
1964
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1965
|
+
] = {}
|
1954
1966
|
_body_params: Optional[bytes] = None
|
1955
1967
|
|
1956
1968
|
# process the path parameters
|
ory_client/api/project_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -292,7 +292,9 @@ class ProjectApi:
|
|
292
292
|
_query_params: List[Tuple[str, str]] = []
|
293
293
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
294
294
|
_form_params: List[Tuple[str, str]] = []
|
295
|
-
_files: Dict[
|
295
|
+
_files: Dict[
|
296
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
297
|
+
] = {}
|
296
298
|
_body_params: Optional[bytes] = None
|
297
299
|
|
298
300
|
# process the path parameters
|
@@ -578,7 +580,9 @@ class ProjectApi:
|
|
578
580
|
_query_params: List[Tuple[str, str]] = []
|
579
581
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
580
582
|
_form_params: List[Tuple[str, str]] = []
|
581
|
-
_files: Dict[
|
583
|
+
_files: Dict[
|
584
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
585
|
+
] = {}
|
582
586
|
_body_params: Optional[bytes] = None
|
583
587
|
|
584
588
|
# process the path parameters
|
@@ -866,7 +870,9 @@ class ProjectApi:
|
|
866
870
|
_query_params: List[Tuple[str, str]] = []
|
867
871
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
868
872
|
_form_params: List[Tuple[str, str]] = []
|
869
|
-
_files: Dict[
|
873
|
+
_files: Dict[
|
874
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
875
|
+
] = {}
|
870
876
|
_body_params: Optional[bytes] = None
|
871
877
|
|
872
878
|
# process the path parameters
|
@@ -1168,7 +1174,9 @@ class ProjectApi:
|
|
1168
1174
|
_query_params: List[Tuple[str, str]] = []
|
1169
1175
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1170
1176
|
_form_params: List[Tuple[str, str]] = []
|
1171
|
-
_files: Dict[
|
1177
|
+
_files: Dict[
|
1178
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1179
|
+
] = {}
|
1172
1180
|
_body_params: Optional[bytes] = None
|
1173
1181
|
|
1174
1182
|
# process the path parameters
|
@@ -1445,7 +1453,9 @@ class ProjectApi:
|
|
1445
1453
|
_query_params: List[Tuple[str, str]] = []
|
1446
1454
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1447
1455
|
_form_params: List[Tuple[str, str]] = []
|
1448
|
-
_files: Dict[
|
1456
|
+
_files: Dict[
|
1457
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1458
|
+
] = {}
|
1449
1459
|
_body_params: Optional[bytes] = None
|
1450
1460
|
|
1451
1461
|
# process the path parameters
|
@@ -1728,7 +1738,9 @@ class ProjectApi:
|
|
1728
1738
|
_query_params: List[Tuple[str, str]] = []
|
1729
1739
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1730
1740
|
_form_params: List[Tuple[str, str]] = []
|
1731
|
-
_files: Dict[
|
1741
|
+
_files: Dict[
|
1742
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1743
|
+
] = {}
|
1732
1744
|
_body_params: Optional[bytes] = None
|
1733
1745
|
|
1734
1746
|
# process the path parameters
|
@@ -2001,7 +2013,9 @@ class ProjectApi:
|
|
2001
2013
|
_query_params: List[Tuple[str, str]] = []
|
2002
2014
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2003
2015
|
_form_params: List[Tuple[str, str]] = []
|
2004
|
-
_files: Dict[
|
2016
|
+
_files: Dict[
|
2017
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2018
|
+
] = {}
|
2005
2019
|
_body_params: Optional[bytes] = None
|
2006
2020
|
|
2007
2021
|
# process the path parameters
|
@@ -2269,7 +2283,9 @@ class ProjectApi:
|
|
2269
2283
|
_query_params: List[Tuple[str, str]] = []
|
2270
2284
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2271
2285
|
_form_params: List[Tuple[str, str]] = []
|
2272
|
-
_files: Dict[
|
2286
|
+
_files: Dict[
|
2287
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2288
|
+
] = {}
|
2273
2289
|
_body_params: Optional[bytes] = None
|
2274
2290
|
|
2275
2291
|
# process the path parameters
|
@@ -2576,7 +2592,9 @@ class ProjectApi:
|
|
2576
2592
|
_query_params: List[Tuple[str, str]] = []
|
2577
2593
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2578
2594
|
_form_params: List[Tuple[str, str]] = []
|
2579
|
-
_files: Dict[
|
2595
|
+
_files: Dict[
|
2596
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2597
|
+
] = {}
|
2580
2598
|
_body_params: Optional[bytes] = None
|
2581
2599
|
|
2582
2600
|
# process the path parameters
|
@@ -2850,7 +2868,9 @@ class ProjectApi:
|
|
2850
2868
|
_query_params: List[Tuple[str, str]] = []
|
2851
2869
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2852
2870
|
_form_params: List[Tuple[str, str]] = []
|
2853
|
-
_files: Dict[
|
2871
|
+
_files: Dict[
|
2872
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2873
|
+
] = {}
|
2854
2874
|
_body_params: Optional[bytes] = None
|
2855
2875
|
|
2856
2876
|
# process the path parameters
|
@@ -3108,7 +3128,9 @@ class ProjectApi:
|
|
3108
3128
|
_query_params: List[Tuple[str, str]] = []
|
3109
3129
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3110
3130
|
_form_params: List[Tuple[str, str]] = []
|
3111
|
-
_files: Dict[
|
3131
|
+
_files: Dict[
|
3132
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3133
|
+
] = {}
|
3112
3134
|
_body_params: Optional[bytes] = None
|
3113
3135
|
|
3114
3136
|
# process the path parameters
|
@@ -3394,7 +3416,9 @@ class ProjectApi:
|
|
3394
3416
|
_query_params: List[Tuple[str, str]] = []
|
3395
3417
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3396
3418
|
_form_params: List[Tuple[str, str]] = []
|
3397
|
-
_files: Dict[
|
3419
|
+
_files: Dict[
|
3420
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3421
|
+
] = {}
|
3398
3422
|
_body_params: Optional[bytes] = None
|
3399
3423
|
|
3400
3424
|
# process the path parameters
|
@@ -3710,7 +3734,9 @@ class ProjectApi:
|
|
3710
3734
|
_query_params: List[Tuple[str, str]] = []
|
3711
3735
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3712
3736
|
_form_params: List[Tuple[str, str]] = []
|
3713
|
-
_files: Dict[
|
3737
|
+
_files: Dict[
|
3738
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3739
|
+
] = {}
|
3714
3740
|
_body_params: Optional[bytes] = None
|
3715
3741
|
|
3716
3742
|
# process the path parameters
|
@@ -3998,7 +4024,9 @@ class ProjectApi:
|
|
3998
4024
|
_query_params: List[Tuple[str, str]] = []
|
3999
4025
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4000
4026
|
_form_params: List[Tuple[str, str]] = []
|
4001
|
-
_files: Dict[
|
4027
|
+
_files: Dict[
|
4028
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4029
|
+
] = {}
|
4002
4030
|
_body_params: Optional[bytes] = None
|
4003
4031
|
|
4004
4032
|
# process the path parameters
|
@@ -4279,7 +4307,9 @@ class ProjectApi:
|
|
4279
4307
|
_query_params: List[Tuple[str, str]] = []
|
4280
4308
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4281
4309
|
_form_params: List[Tuple[str, str]] = []
|
4282
|
-
_files: Dict[
|
4310
|
+
_files: Dict[
|
4311
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4312
|
+
] = {}
|
4283
4313
|
_body_params: Optional[bytes] = None
|
4284
4314
|
|
4285
4315
|
# process the path parameters
|
@@ -4568,7 +4598,9 @@ class ProjectApi:
|
|
4568
4598
|
_query_params: List[Tuple[str, str]] = []
|
4569
4599
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4570
4600
|
_form_params: List[Tuple[str, str]] = []
|
4571
|
-
_files: Dict[
|
4601
|
+
_files: Dict[
|
4602
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4603
|
+
] = {}
|
4572
4604
|
_body_params: Optional[bytes] = None
|
4573
4605
|
|
4574
4606
|
# process the path parameters
|
@@ -4883,7 +4915,9 @@ class ProjectApi:
|
|
4883
4915
|
_query_params: List[Tuple[str, str]] = []
|
4884
4916
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4885
4917
|
_form_params: List[Tuple[str, str]] = []
|
4886
|
-
_files: Dict[
|
4918
|
+
_files: Dict[
|
4919
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4920
|
+
] = {}
|
4887
4921
|
_body_params: Optional[bytes] = None
|
4888
4922
|
|
4889
4923
|
# process the path parameters
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -263,7 +263,9 @@ class RelationshipApi:
|
|
263
263
|
_query_params: List[Tuple[str, str]] = []
|
264
264
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
265
265
|
_form_params: List[Tuple[str, str]] = []
|
266
|
-
_files: Dict[
|
266
|
+
_files: Dict[
|
267
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
268
|
+
] = {}
|
267
269
|
_body_params: Optional[bytes] = None
|
268
270
|
|
269
271
|
# process the path parameters
|
@@ -538,7 +540,9 @@ class RelationshipApi:
|
|
538
540
|
_query_params: List[Tuple[str, str]] = []
|
539
541
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
540
542
|
_form_params: List[Tuple[str, str]] = []
|
541
|
-
_files: Dict[
|
543
|
+
_files: Dict[
|
544
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
545
|
+
] = {}
|
542
546
|
_body_params: Optional[bytes] = None
|
543
547
|
|
544
548
|
# process the path parameters
|
@@ -891,7 +895,9 @@ class RelationshipApi:
|
|
891
895
|
_query_params: List[Tuple[str, str]] = []
|
892
896
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
893
897
|
_form_params: List[Tuple[str, str]] = []
|
894
|
-
_files: Dict[
|
898
|
+
_files: Dict[
|
899
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
900
|
+
] = {}
|
895
901
|
_body_params: Optional[bytes] = None
|
896
902
|
|
897
903
|
# process the path parameters
|
@@ -1283,7 +1289,9 @@ class RelationshipApi:
|
|
1283
1289
|
_query_params: List[Tuple[str, str]] = []
|
1284
1290
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1285
1291
|
_form_params: List[Tuple[str, str]] = []
|
1286
|
-
_files: Dict[
|
1292
|
+
_files: Dict[
|
1293
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1294
|
+
] = {}
|
1287
1295
|
_body_params: Optional[bytes] = None
|
1288
1296
|
|
1289
1297
|
# process the path parameters
|
@@ -1563,7 +1571,9 @@ class RelationshipApi:
|
|
1563
1571
|
_query_params: List[Tuple[str, str]] = []
|
1564
1572
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1565
1573
|
_form_params: List[Tuple[str, str]] = []
|
1566
|
-
_files: Dict[
|
1574
|
+
_files: Dict[
|
1575
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1576
|
+
] = {}
|
1567
1577
|
_body_params: Optional[bytes] = None
|
1568
1578
|
|
1569
1579
|
# process the path parameters
|
@@ -1827,7 +1837,9 @@ class RelationshipApi:
|
|
1827
1837
|
_query_params: List[Tuple[str, str]] = []
|
1828
1838
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1829
1839
|
_form_params: List[Tuple[str, str]] = []
|
1830
|
-
_files: Dict[
|
1840
|
+
_files: Dict[
|
1841
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1842
|
+
] = {}
|
1831
1843
|
_body_params: Optional[bytes] = None
|
1832
1844
|
|
1833
1845
|
# process the path parameters
|
ory_client/api/wellknown_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -239,7 +239,9 @@ class WellknownApi:
|
|
239
239
|
_query_params: List[Tuple[str, str]] = []
|
240
240
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
241
241
|
_form_params: List[Tuple[str, str]] = []
|
242
|
-
_files: Dict[
|
242
|
+
_files: Dict[
|
243
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
244
|
+
] = {}
|
243
245
|
_body_params: Optional[bytes] = None
|
244
246
|
|
245
247
|
# process the path parameters
|
ory_client/api/workspace_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.17.1
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -273,7 +273,9 @@ class WorkspaceApi:
|
|
273
273
|
_query_params: List[Tuple[str, str]] = []
|
274
274
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
275
275
|
_form_params: List[Tuple[str, str]] = []
|
276
|
-
_files: Dict[
|
276
|
+
_files: Dict[
|
277
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
278
|
+
] = {}
|
277
279
|
_body_params: Optional[bytes] = None
|
278
280
|
|
279
281
|
# process the path parameters
|
@@ -561,7 +563,9 @@ class WorkspaceApi:
|
|
561
563
|
_query_params: List[Tuple[str, str]] = []
|
562
564
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
563
565
|
_form_params: List[Tuple[str, str]] = []
|
564
|
-
_files: Dict[
|
566
|
+
_files: Dict[
|
567
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
568
|
+
] = {}
|
565
569
|
_body_params: Optional[bytes] = None
|
566
570
|
|
567
571
|
# process the path parameters
|
@@ -851,7 +855,9 @@ class WorkspaceApi:
|
|
851
855
|
_query_params: List[Tuple[str, str]] = []
|
852
856
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
853
857
|
_form_params: List[Tuple[str, str]] = []
|
854
|
-
_files: Dict[
|
858
|
+
_files: Dict[
|
859
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
860
|
+
] = {}
|
855
861
|
_body_params: Optional[bytes] = None
|
856
862
|
|
857
863
|
# process the path parameters
|
@@ -1127,7 +1133,9 @@ class WorkspaceApi:
|
|
1127
1133
|
_query_params: List[Tuple[str, str]] = []
|
1128
1134
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1129
1135
|
_form_params: List[Tuple[str, str]] = []
|
1130
|
-
_files: Dict[
|
1136
|
+
_files: Dict[
|
1137
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1138
|
+
] = {}
|
1131
1139
|
_body_params: Optional[bytes] = None
|
1132
1140
|
|
1133
1141
|
# process the path parameters
|
@@ -1389,7 +1397,9 @@ class WorkspaceApi:
|
|
1389
1397
|
_query_params: List[Tuple[str, str]] = []
|
1390
1398
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1391
1399
|
_form_params: List[Tuple[str, str]] = []
|
1392
|
-
_files: Dict[
|
1400
|
+
_files: Dict[
|
1401
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1402
|
+
] = {}
|
1393
1403
|
_body_params: Optional[bytes] = None
|
1394
1404
|
|
1395
1405
|
# process the path parameters
|
@@ -1663,7 +1673,9 @@ class WorkspaceApi:
|
|
1663
1673
|
_query_params: List[Tuple[str, str]] = []
|
1664
1674
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1665
1675
|
_form_params: List[Tuple[str, str]] = []
|
1666
|
-
_files: Dict[
|
1676
|
+
_files: Dict[
|
1677
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1678
|
+
] = {}
|
1667
1679
|
_body_params: Optional[bytes] = None
|
1668
1680
|
|
1669
1681
|
# process the path parameters
|
@@ -1947,7 +1959,9 @@ class WorkspaceApi:
|
|
1947
1959
|
_query_params: List[Tuple[str, str]] = []
|
1948
1960
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1949
1961
|
_form_params: List[Tuple[str, str]] = []
|
1950
|
-
_files: Dict[
|
1962
|
+
_files: Dict[
|
1963
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1964
|
+
] = {}
|
1951
1965
|
_body_params: Optional[bytes] = None
|
1952
1966
|
|
1953
1967
|
# process the path parameters
|
@@ -2240,7 +2254,9 @@ class WorkspaceApi:
|
|
2240
2254
|
_query_params: List[Tuple[str, str]] = []
|
2241
2255
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2242
2256
|
_form_params: List[Tuple[str, str]] = []
|
2243
|
-
_files: Dict[
|
2257
|
+
_files: Dict[
|
2258
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2259
|
+
] = {}
|
2244
2260
|
_body_params: Optional[bytes] = None
|
2245
2261
|
|
2246
2262
|
# process the path parameters
|