ory-client 1.16.10__py3-none-any.whl → 1.17.2__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.2.dist-info}/METADATA +3 -3
- ory_client-1.17.2.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.2.dist-info}/LICENSE +0 -0
- {ory_client-1.16.10.dist-info → ory_client-1.17.2.dist-info}/WHEEL +0 -0
- {ory_client-1.16.10.dist-info → ory_client-1.17.2.dist-info}/top_level.txt +0 -0
ory_client/api/identity_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.2
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -272,7 +272,9 @@ class IdentityApi:
|
|
272
272
|
_query_params: List[Tuple[str, str]] = []
|
273
273
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
274
274
|
_form_params: List[Tuple[str, str]] = []
|
275
|
-
_files: Dict[
|
275
|
+
_files: Dict[
|
276
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
277
|
+
] = {}
|
276
278
|
_body_params: Optional[bytes] = None
|
277
279
|
|
278
280
|
# process the path parameters
|
@@ -550,7 +552,9 @@ class IdentityApi:
|
|
550
552
|
_query_params: List[Tuple[str, str]] = []
|
551
553
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
552
554
|
_form_params: List[Tuple[str, str]] = []
|
553
|
-
_files: Dict[
|
555
|
+
_files: Dict[
|
556
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
557
|
+
] = {}
|
554
558
|
_body_params: Optional[bytes] = None
|
555
559
|
|
556
560
|
# process the path parameters
|
@@ -828,7 +832,9 @@ class IdentityApi:
|
|
828
832
|
_query_params: List[Tuple[str, str]] = []
|
829
833
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
830
834
|
_form_params: List[Tuple[str, str]] = []
|
831
|
-
_files: Dict[
|
835
|
+
_files: Dict[
|
836
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
837
|
+
] = {}
|
832
838
|
_body_params: Optional[bytes] = None
|
833
839
|
|
834
840
|
# process the path parameters
|
@@ -1119,7 +1125,9 @@ class IdentityApi:
|
|
1119
1125
|
_query_params: List[Tuple[str, str]] = []
|
1120
1126
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1121
1127
|
_form_params: List[Tuple[str, str]] = []
|
1122
|
-
_files: Dict[
|
1128
|
+
_files: Dict[
|
1129
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1130
|
+
] = {}
|
1123
1131
|
_body_params: Optional[bytes] = None
|
1124
1132
|
|
1125
1133
|
# process the path parameters
|
@@ -1398,7 +1406,9 @@ class IdentityApi:
|
|
1398
1406
|
_query_params: List[Tuple[str, str]] = []
|
1399
1407
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1400
1408
|
_form_params: List[Tuple[str, str]] = []
|
1401
|
-
_files: Dict[
|
1409
|
+
_files: Dict[
|
1410
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1411
|
+
] = {}
|
1402
1412
|
_body_params: Optional[bytes] = None
|
1403
1413
|
|
1404
1414
|
# process the path parameters
|
@@ -1686,7 +1696,9 @@ class IdentityApi:
|
|
1686
1696
|
_query_params: List[Tuple[str, str]] = []
|
1687
1697
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1688
1698
|
_form_params: List[Tuple[str, str]] = []
|
1689
|
-
_files: Dict[
|
1699
|
+
_files: Dict[
|
1700
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1701
|
+
] = {}
|
1690
1702
|
_body_params: Optional[bytes] = None
|
1691
1703
|
|
1692
1704
|
# process the path parameters
|
@@ -1960,7 +1972,9 @@ class IdentityApi:
|
|
1960
1972
|
_query_params: List[Tuple[str, str]] = []
|
1961
1973
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1962
1974
|
_form_params: List[Tuple[str, str]] = []
|
1963
|
-
_files: Dict[
|
1975
|
+
_files: Dict[
|
1976
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1977
|
+
] = {}
|
1964
1978
|
_body_params: Optional[bytes] = None
|
1965
1979
|
|
1966
1980
|
# process the path parameters
|
@@ -2225,7 +2239,9 @@ class IdentityApi:
|
|
2225
2239
|
_query_params: List[Tuple[str, str]] = []
|
2226
2240
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2227
2241
|
_form_params: List[Tuple[str, str]] = []
|
2228
|
-
_files: Dict[
|
2242
|
+
_files: Dict[
|
2243
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2244
|
+
] = {}
|
2229
2245
|
_body_params: Optional[bytes] = None
|
2230
2246
|
|
2231
2247
|
# process the path parameters
|
@@ -2493,7 +2509,9 @@ class IdentityApi:
|
|
2493
2509
|
_query_params: List[Tuple[str, str]] = []
|
2494
2510
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2495
2511
|
_form_params: List[Tuple[str, str]] = []
|
2496
|
-
_files: Dict[
|
2512
|
+
_files: Dict[
|
2513
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2514
|
+
] = {}
|
2497
2515
|
_body_params: Optional[bytes] = None
|
2498
2516
|
|
2499
2517
|
# process the path parameters
|
@@ -2769,7 +2787,9 @@ class IdentityApi:
|
|
2769
2787
|
_query_params: List[Tuple[str, str]] = []
|
2770
2788
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2771
2789
|
_form_params: List[Tuple[str, str]] = []
|
2772
|
-
_files: Dict[
|
2790
|
+
_files: Dict[
|
2791
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2792
|
+
] = {}
|
2773
2793
|
_body_params: Optional[bytes] = None
|
2774
2794
|
|
2775
2795
|
# process the path parameters
|
@@ -3035,7 +3055,9 @@ class IdentityApi:
|
|
3035
3055
|
_query_params: List[Tuple[str, str]] = []
|
3036
3056
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3037
3057
|
_form_params: List[Tuple[str, str]] = []
|
3038
|
-
_files: Dict[
|
3058
|
+
_files: Dict[
|
3059
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3060
|
+
] = {}
|
3039
3061
|
_body_params: Optional[bytes] = None
|
3040
3062
|
|
3041
3063
|
# process the path parameters
|
@@ -3310,7 +3332,9 @@ class IdentityApi:
|
|
3310
3332
|
_query_params: List[Tuple[str, str]] = []
|
3311
3333
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3312
3334
|
_form_params: List[Tuple[str, str]] = []
|
3313
|
-
_files: Dict[
|
3335
|
+
_files: Dict[
|
3336
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3337
|
+
] = {}
|
3314
3338
|
_body_params: Optional[bytes] = None
|
3315
3339
|
|
3316
3340
|
# process the path parameters
|
@@ -3692,7 +3716,9 @@ class IdentityApi:
|
|
3692
3716
|
_query_params: List[Tuple[str, str]] = []
|
3693
3717
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3694
3718
|
_form_params: List[Tuple[str, str]] = []
|
3695
|
-
_files: Dict[
|
3719
|
+
_files: Dict[
|
3720
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3721
|
+
] = {}
|
3696
3722
|
_body_params: Optional[bytes] = None
|
3697
3723
|
|
3698
3724
|
# process the path parameters
|
@@ -4028,7 +4054,9 @@ class IdentityApi:
|
|
4028
4054
|
_query_params: List[Tuple[str, str]] = []
|
4029
4055
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4030
4056
|
_form_params: List[Tuple[str, str]] = []
|
4031
|
-
_files: Dict[
|
4057
|
+
_files: Dict[
|
4058
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4059
|
+
] = {}
|
4032
4060
|
_body_params: Optional[bytes] = None
|
4033
4061
|
|
4034
4062
|
# process the path parameters
|
@@ -4371,7 +4399,9 @@ class IdentityApi:
|
|
4371
4399
|
_query_params: List[Tuple[str, str]] = []
|
4372
4400
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4373
4401
|
_form_params: List[Tuple[str, str]] = []
|
4374
|
-
_files: Dict[
|
4402
|
+
_files: Dict[
|
4403
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4404
|
+
] = {}
|
4375
4405
|
_body_params: Optional[bytes] = None
|
4376
4406
|
|
4377
4407
|
# process the path parameters
|
@@ -4693,7 +4723,9 @@ class IdentityApi:
|
|
4693
4723
|
_query_params: List[Tuple[str, str]] = []
|
4694
4724
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4695
4725
|
_form_params: List[Tuple[str, str]] = []
|
4696
|
-
_files: Dict[
|
4726
|
+
_files: Dict[
|
4727
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4728
|
+
] = {}
|
4697
4729
|
_body_params: Optional[bytes] = None
|
4698
4730
|
|
4699
4731
|
# process the path parameters
|
@@ -4989,7 +5021,9 @@ class IdentityApi:
|
|
4989
5021
|
_query_params: List[Tuple[str, str]] = []
|
4990
5022
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4991
5023
|
_form_params: List[Tuple[str, str]] = []
|
4992
|
-
_files: Dict[
|
5024
|
+
_files: Dict[
|
5025
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
5026
|
+
] = {}
|
4993
5027
|
_body_params: Optional[bytes] = None
|
4994
5028
|
|
4995
5029
|
# process the path parameters
|
@@ -5285,7 +5319,9 @@ class IdentityApi:
|
|
5285
5319
|
_query_params: List[Tuple[str, str]] = []
|
5286
5320
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
5287
5321
|
_form_params: List[Tuple[str, str]] = []
|
5288
|
-
_files: Dict[
|
5322
|
+
_files: Dict[
|
5323
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
5324
|
+
] = {}
|
5289
5325
|
_body_params: Optional[bytes] = None
|
5290
5326
|
|
5291
5327
|
# process the path parameters
|
ory_client/api/jwk_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.2
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -270,7 +270,9 @@ class JwkApi:
|
|
270
270
|
_query_params: List[Tuple[str, str]] = []
|
271
271
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
272
272
|
_form_params: List[Tuple[str, str]] = []
|
273
|
-
_files: Dict[
|
273
|
+
_files: Dict[
|
274
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
275
|
+
] = {}
|
274
276
|
_body_params: Optional[bytes] = None
|
275
277
|
|
276
278
|
# process the path parameters
|
@@ -557,7 +559,9 @@ class JwkApi:
|
|
557
559
|
_query_params: List[Tuple[str, str]] = []
|
558
560
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
559
561
|
_form_params: List[Tuple[str, str]] = []
|
560
|
-
_files: Dict[
|
562
|
+
_files: Dict[
|
563
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
564
|
+
] = {}
|
561
565
|
_body_params: Optional[bytes] = None
|
562
566
|
|
563
567
|
# process the path parameters
|
@@ -818,7 +822,9 @@ class JwkApi:
|
|
818
822
|
_query_params: List[Tuple[str, str]] = []
|
819
823
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
820
824
|
_form_params: List[Tuple[str, str]] = []
|
821
|
-
_files: Dict[
|
825
|
+
_files: Dict[
|
826
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
827
|
+
] = {}
|
822
828
|
_body_params: Optional[bytes] = None
|
823
829
|
|
824
830
|
# process the path parameters
|
@@ -1090,7 +1096,9 @@ class JwkApi:
|
|
1090
1096
|
_query_params: List[Tuple[str, str]] = []
|
1091
1097
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1092
1098
|
_form_params: List[Tuple[str, str]] = []
|
1093
|
-
_files: Dict[
|
1099
|
+
_files: Dict[
|
1100
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1101
|
+
] = {}
|
1094
1102
|
_body_params: Optional[bytes] = None
|
1095
1103
|
|
1096
1104
|
# process the path parameters
|
@@ -1351,7 +1359,9 @@ class JwkApi:
|
|
1351
1359
|
_query_params: List[Tuple[str, str]] = []
|
1352
1360
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1353
1361
|
_form_params: List[Tuple[str, str]] = []
|
1354
|
-
_files: Dict[
|
1362
|
+
_files: Dict[
|
1363
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1364
|
+
] = {}
|
1355
1365
|
_body_params: Optional[bytes] = None
|
1356
1366
|
|
1357
1367
|
# process the path parameters
|
@@ -1636,7 +1646,9 @@ class JwkApi:
|
|
1636
1646
|
_query_params: List[Tuple[str, str]] = []
|
1637
1647
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1638
1648
|
_form_params: List[Tuple[str, str]] = []
|
1639
|
-
_files: Dict[
|
1649
|
+
_files: Dict[
|
1650
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1651
|
+
] = {}
|
1640
1652
|
_body_params: Optional[bytes] = None
|
1641
1653
|
|
1642
1654
|
# process the path parameters
|
@@ -1925,7 +1937,9 @@ class JwkApi:
|
|
1925
1937
|
_query_params: List[Tuple[str, str]] = []
|
1926
1938
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1927
1939
|
_form_params: List[Tuple[str, str]] = []
|
1928
|
-
_files: Dict[
|
1940
|
+
_files: Dict[
|
1941
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1942
|
+
] = {}
|
1929
1943
|
_body_params: Optional[bytes] = None
|
1930
1944
|
|
1931
1945
|
# process the path parameters
|
ory_client/api/metadata_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.2
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -239,7 +239,9 @@ class MetadataApi:
|
|
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/o_auth2_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.2
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -283,7 +283,9 @@ class OAuth2Api:
|
|
283
283
|
_query_params: List[Tuple[str, str]] = []
|
284
284
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
285
285
|
_form_params: List[Tuple[str, str]] = []
|
286
|
-
_files: Dict[
|
286
|
+
_files: Dict[
|
287
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
288
|
+
] = {}
|
287
289
|
_body_params: Optional[bytes] = None
|
288
290
|
|
289
291
|
# process the path parameters
|
@@ -572,7 +574,9 @@ class OAuth2Api:
|
|
572
574
|
_query_params: List[Tuple[str, str]] = []
|
573
575
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
574
576
|
_form_params: List[Tuple[str, str]] = []
|
575
|
-
_files: Dict[
|
577
|
+
_files: Dict[
|
578
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
579
|
+
] = {}
|
576
580
|
_body_params: Optional[bytes] = None
|
577
581
|
|
578
582
|
# process the path parameters
|
@@ -848,7 +852,9 @@ class OAuth2Api:
|
|
848
852
|
_query_params: List[Tuple[str, str]] = []
|
849
853
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
850
854
|
_form_params: List[Tuple[str, str]] = []
|
851
|
-
_files: Dict[
|
855
|
+
_files: Dict[
|
856
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
857
|
+
] = {}
|
852
858
|
_body_params: Optional[bytes] = None
|
853
859
|
|
854
860
|
# process the path parameters
|
@@ -1112,7 +1118,9 @@ class OAuth2Api:
|
|
1112
1118
|
_query_params: List[Tuple[str, str]] = []
|
1113
1119
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1114
1120
|
_form_params: List[Tuple[str, str]] = []
|
1115
|
-
_files: Dict[
|
1121
|
+
_files: Dict[
|
1122
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1123
|
+
] = {}
|
1116
1124
|
_body_params: Optional[bytes] = None
|
1117
1125
|
|
1118
1126
|
# process the path parameters
|
@@ -1384,7 +1392,9 @@ class OAuth2Api:
|
|
1384
1392
|
_query_params: List[Tuple[str, str]] = []
|
1385
1393
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1386
1394
|
_form_params: List[Tuple[str, str]] = []
|
1387
|
-
_files: Dict[
|
1395
|
+
_files: Dict[
|
1396
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1397
|
+
] = {}
|
1388
1398
|
_body_params: Optional[bytes] = None
|
1389
1399
|
|
1390
1400
|
# process the path parameters
|
@@ -1643,7 +1653,9 @@ class OAuth2Api:
|
|
1643
1653
|
_query_params: List[Tuple[str, str]] = []
|
1644
1654
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1645
1655
|
_form_params: List[Tuple[str, str]] = []
|
1646
|
-
_files: Dict[
|
1656
|
+
_files: Dict[
|
1657
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1658
|
+
] = {}
|
1647
1659
|
_body_params: Optional[bytes] = None
|
1648
1660
|
|
1649
1661
|
# process the path parameters
|
@@ -1904,7 +1916,9 @@ class OAuth2Api:
|
|
1904
1916
|
_query_params: List[Tuple[str, str]] = []
|
1905
1917
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1906
1918
|
_form_params: List[Tuple[str, str]] = []
|
1907
|
-
_files: Dict[
|
1919
|
+
_files: Dict[
|
1920
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1921
|
+
] = {}
|
1908
1922
|
_body_params: Optional[bytes] = None
|
1909
1923
|
|
1910
1924
|
# process the path parameters
|
@@ -2163,7 +2177,9 @@ class OAuth2Api:
|
|
2163
2177
|
_query_params: List[Tuple[str, str]] = []
|
2164
2178
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2165
2179
|
_form_params: List[Tuple[str, str]] = []
|
2166
|
-
_files: Dict[
|
2180
|
+
_files: Dict[
|
2181
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2182
|
+
] = {}
|
2167
2183
|
_body_params: Optional[bytes] = None
|
2168
2184
|
|
2169
2185
|
# process the path parameters
|
@@ -2425,7 +2441,9 @@ class OAuth2Api:
|
|
2425
2441
|
_query_params: List[Tuple[str, str]] = []
|
2426
2442
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2427
2443
|
_form_params: List[Tuple[str, str]] = []
|
2428
|
-
_files: Dict[
|
2444
|
+
_files: Dict[
|
2445
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2446
|
+
] = {}
|
2429
2447
|
_body_params: Optional[bytes] = None
|
2430
2448
|
|
2431
2449
|
# process the path parameters
|
@@ -2689,7 +2707,9 @@ class OAuth2Api:
|
|
2689
2707
|
_query_params: List[Tuple[str, str]] = []
|
2690
2708
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2691
2709
|
_form_params: List[Tuple[str, str]] = []
|
2692
|
-
_files: Dict[
|
2710
|
+
_files: Dict[
|
2711
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2712
|
+
] = {}
|
2693
2713
|
_body_params: Optional[bytes] = None
|
2694
2714
|
|
2695
2715
|
# process the path parameters
|
@@ -2953,7 +2973,9 @@ class OAuth2Api:
|
|
2953
2973
|
_query_params: List[Tuple[str, str]] = []
|
2954
2974
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2955
2975
|
_form_params: List[Tuple[str, str]] = []
|
2956
|
-
_files: Dict[
|
2976
|
+
_files: Dict[
|
2977
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2978
|
+
] = {}
|
2957
2979
|
_body_params: Optional[bytes] = None
|
2958
2980
|
|
2959
2981
|
# process the path parameters
|
@@ -3214,7 +3236,9 @@ class OAuth2Api:
|
|
3214
3236
|
_query_params: List[Tuple[str, str]] = []
|
3215
3237
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3216
3238
|
_form_params: List[Tuple[str, str]] = []
|
3217
|
-
_files: Dict[
|
3239
|
+
_files: Dict[
|
3240
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3241
|
+
] = {}
|
3218
3242
|
_body_params: Optional[bytes] = None
|
3219
3243
|
|
3220
3244
|
# process the path parameters
|
@@ -3486,7 +3510,9 @@ class OAuth2Api:
|
|
3486
3510
|
_query_params: List[Tuple[str, str]] = []
|
3487
3511
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3488
3512
|
_form_params: List[Tuple[str, str]] = []
|
3489
|
-
_files: Dict[
|
3513
|
+
_files: Dict[
|
3514
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3515
|
+
] = {}
|
3490
3516
|
_body_params: Optional[bytes] = None
|
3491
3517
|
|
3492
3518
|
# process the path parameters
|
@@ -3799,7 +3825,9 @@ class OAuth2Api:
|
|
3799
3825
|
_query_params: List[Tuple[str, str]] = []
|
3800
3826
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3801
3827
|
_form_params: List[Tuple[str, str]] = []
|
3802
|
-
_files: Dict[
|
3828
|
+
_files: Dict[
|
3829
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3830
|
+
] = {}
|
3803
3831
|
_body_params: Optional[bytes] = None
|
3804
3832
|
|
3805
3833
|
# process the path parameters
|
@@ -4111,7 +4139,9 @@ class OAuth2Api:
|
|
4111
4139
|
_query_params: List[Tuple[str, str]] = []
|
4112
4140
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4113
4141
|
_form_params: List[Tuple[str, str]] = []
|
4114
|
-
_files: Dict[
|
4142
|
+
_files: Dict[
|
4143
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4144
|
+
] = {}
|
4115
4145
|
_body_params: Optional[bytes] = None
|
4116
4146
|
|
4117
4147
|
# process the path parameters
|
@@ -4410,7 +4440,9 @@ class OAuth2Api:
|
|
4410
4440
|
_query_params: List[Tuple[str, str]] = []
|
4411
4441
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4412
4442
|
_form_params: List[Tuple[str, str]] = []
|
4413
|
-
_files: Dict[
|
4443
|
+
_files: Dict[
|
4444
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4445
|
+
] = {}
|
4414
4446
|
_body_params: Optional[bytes] = None
|
4415
4447
|
|
4416
4448
|
# process the path parameters
|
@@ -4666,7 +4698,9 @@ class OAuth2Api:
|
|
4666
4698
|
_query_params: List[Tuple[str, str]] = []
|
4667
4699
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4668
4700
|
_form_params: List[Tuple[str, str]] = []
|
4669
|
-
_files: Dict[
|
4701
|
+
_files: Dict[
|
4702
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4703
|
+
] = {}
|
4670
4704
|
_body_params: Optional[bytes] = None
|
4671
4705
|
|
4672
4706
|
# process the path parameters
|
@@ -4974,7 +5008,9 @@ class OAuth2Api:
|
|
4974
5008
|
_query_params: List[Tuple[str, str]] = []
|
4975
5009
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4976
5010
|
_form_params: List[Tuple[str, str]] = []
|
4977
|
-
_files: Dict[
|
5011
|
+
_files: Dict[
|
5012
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
5013
|
+
] = {}
|
4978
5014
|
_body_params: Optional[bytes] = None
|
4979
5015
|
|
4980
5016
|
# process the path parameters
|
@@ -5272,7 +5308,9 @@ class OAuth2Api:
|
|
5272
5308
|
_query_params: List[Tuple[str, str]] = []
|
5273
5309
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
5274
5310
|
_form_params: List[Tuple[str, str]] = []
|
5275
|
-
_files: Dict[
|
5311
|
+
_files: Dict[
|
5312
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
5313
|
+
] = {}
|
5276
5314
|
_body_params: Optional[bytes] = None
|
5277
5315
|
|
5278
5316
|
# process the path parameters
|
@@ -5559,7 +5597,9 @@ class OAuth2Api:
|
|
5559
5597
|
_query_params: List[Tuple[str, str]] = []
|
5560
5598
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
5561
5599
|
_form_params: List[Tuple[str, str]] = []
|
5562
|
-
_files: Dict[
|
5600
|
+
_files: Dict[
|
5601
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
5602
|
+
] = {}
|
5563
5603
|
_body_params: Optional[bytes] = None
|
5564
5604
|
|
5565
5605
|
# process the path parameters
|
@@ -5848,7 +5888,9 @@ class OAuth2Api:
|
|
5848
5888
|
_query_params: List[Tuple[str, str]] = []
|
5849
5889
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
5850
5890
|
_form_params: List[Tuple[str, str]] = []
|
5851
|
-
_files: Dict[
|
5891
|
+
_files: Dict[
|
5892
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
5893
|
+
] = {}
|
5852
5894
|
_body_params: Optional[bytes] = None
|
5853
5895
|
|
5854
5896
|
# process the path parameters
|
@@ -6124,7 +6166,9 @@ class OAuth2Api:
|
|
6124
6166
|
_query_params: List[Tuple[str, str]] = []
|
6125
6167
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
6126
6168
|
_form_params: List[Tuple[str, str]] = []
|
6127
|
-
_files: Dict[
|
6169
|
+
_files: Dict[
|
6170
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
6171
|
+
] = {}
|
6128
6172
|
_body_params: Optional[bytes] = None
|
6129
6173
|
|
6130
6174
|
# process the path parameters
|
@@ -6424,7 +6468,9 @@ class OAuth2Api:
|
|
6424
6468
|
_query_params: List[Tuple[str, str]] = []
|
6425
6469
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
6426
6470
|
_form_params: List[Tuple[str, str]] = []
|
6427
|
-
_files: Dict[
|
6471
|
+
_files: Dict[
|
6472
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
6473
|
+
] = {}
|
6428
6474
|
_body_params: Optional[bytes] = None
|
6429
6475
|
|
6430
6476
|
# process the path parameters
|
@@ -6710,7 +6756,9 @@ class OAuth2Api:
|
|
6710
6756
|
_query_params: List[Tuple[str, str]] = []
|
6711
6757
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
6712
6758
|
_form_params: List[Tuple[str, str]] = []
|
6713
|
-
_files: Dict[
|
6759
|
+
_files: Dict[
|
6760
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
6761
|
+
] = {}
|
6714
6762
|
_body_params: Optional[bytes] = None
|
6715
6763
|
|
6716
6764
|
# process the path parameters
|
@@ -7001,7 +7049,9 @@ class OAuth2Api:
|
|
7001
7049
|
_query_params: List[Tuple[str, str]] = []
|
7002
7050
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
7003
7051
|
_form_params: List[Tuple[str, str]] = []
|
7004
|
-
_files: Dict[
|
7052
|
+
_files: Dict[
|
7053
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
7054
|
+
] = {}
|
7005
7055
|
_body_params: Optional[bytes] = None
|
7006
7056
|
|
7007
7057
|
# process the path parameters
|
@@ -7297,7 +7347,9 @@ class OAuth2Api:
|
|
7297
7347
|
_query_params: List[Tuple[str, str]] = []
|
7298
7348
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
7299
7349
|
_form_params: List[Tuple[str, str]] = []
|
7300
|
-
_files: Dict[
|
7350
|
+
_files: Dict[
|
7351
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
7352
|
+
] = {}
|
7301
7353
|
_body_params: Optional[bytes] = None
|
7302
7354
|
|
7303
7355
|
# process the path parameters
|
@@ -7584,7 +7636,9 @@ class OAuth2Api:
|
|
7584
7636
|
_query_params: List[Tuple[str, str]] = []
|
7585
7637
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
7586
7638
|
_form_params: List[Tuple[str, str]] = []
|
7587
|
-
_files: Dict[
|
7639
|
+
_files: Dict[
|
7640
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
7641
|
+
] = {}
|
7588
7642
|
_body_params: Optional[bytes] = None
|
7589
7643
|
|
7590
7644
|
# process the path parameters
|
@@ -7858,7 +7912,9 @@ class OAuth2Api:
|
|
7858
7912
|
_query_params: List[Tuple[str, str]] = []
|
7859
7913
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
7860
7914
|
_form_params: List[Tuple[str, str]] = []
|
7861
|
-
_files: Dict[
|
7915
|
+
_files: Dict[
|
7916
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
7917
|
+
] = {}
|
7862
7918
|
_body_params: Optional[bytes] = None
|
7863
7919
|
|
7864
7920
|
# process the path parameters
|