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/__init__.py
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
# 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) |
|
9
9
|
|
10
|
-
The version of the OpenAPI document: v1.
|
10
|
+
The version of the OpenAPI document: v1.17.2
|
11
11
|
Contact: support@ory.sh
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "v1.
|
18
|
+
__version__ = "v1.17.2"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from ory_client.api.courier_api import CourierApi
|
ory_client/api/courier_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
|
|
@@ -259,7 +259,9 @@ class CourierApi:
|
|
259
259
|
_query_params: List[Tuple[str, str]] = []
|
260
260
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
261
261
|
_form_params: List[Tuple[str, str]] = []
|
262
|
-
_files: Dict[
|
262
|
+
_files: Dict[
|
263
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
264
|
+
] = {}
|
263
265
|
_body_params: Optional[bytes] = None
|
264
266
|
|
265
267
|
# process the path parameters
|
@@ -560,7 +562,9 @@ class CourierApi:
|
|
560
562
|
_query_params: List[Tuple[str, str]] = []
|
561
563
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
562
564
|
_form_params: List[Tuple[str, str]] = []
|
563
|
-
_files: Dict[
|
565
|
+
_files: Dict[
|
566
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
567
|
+
] = {}
|
564
568
|
_body_params: Optional[bytes] = None
|
565
569
|
|
566
570
|
# process the path parameters
|
ory_client/api/events_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
|
|
@@ -280,7 +280,9 @@ class EventsApi:
|
|
280
280
|
_query_params: List[Tuple[str, str]] = []
|
281
281
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
282
282
|
_form_params: List[Tuple[str, str]] = []
|
283
|
-
_files: Dict[
|
283
|
+
_files: Dict[
|
284
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
285
|
+
] = {}
|
284
286
|
_body_params: Optional[bytes] = None
|
285
287
|
|
286
288
|
# process the path parameters
|
@@ -579,7 +581,9 @@ class EventsApi:
|
|
579
581
|
_query_params: List[Tuple[str, str]] = []
|
580
582
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
581
583
|
_form_params: List[Tuple[str, str]] = []
|
582
|
-
_files: Dict[
|
584
|
+
_files: Dict[
|
585
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
586
|
+
] = {}
|
583
587
|
_body_params: Optional[bytes] = None
|
584
588
|
|
585
589
|
# process the path parameters
|
@@ -846,7 +850,9 @@ class EventsApi:
|
|
846
850
|
_query_params: List[Tuple[str, str]] = []
|
847
851
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
848
852
|
_form_params: List[Tuple[str, str]] = []
|
849
|
-
_files: Dict[
|
853
|
+
_files: Dict[
|
854
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
855
|
+
] = {}
|
850
856
|
_body_params: Optional[bytes] = None
|
851
857
|
|
852
858
|
# process the path parameters
|
@@ -1140,7 +1146,9 @@ class EventsApi:
|
|
1140
1146
|
_query_params: List[Tuple[str, str]] = []
|
1141
1147
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1142
1148
|
_form_params: List[Tuple[str, str]] = []
|
1143
|
-
_files: Dict[
|
1149
|
+
_files: Dict[
|
1150
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1151
|
+
] = {}
|
1144
1152
|
_body_params: Optional[bytes] = None
|
1145
1153
|
|
1146
1154
|
# process the path parameters
|
ory_client/api/frontend_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
|
|
@@ -357,7 +357,9 @@ class FrontendApi:
|
|
357
357
|
_query_params: List[Tuple[str, str]] = []
|
358
358
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
359
359
|
_form_params: List[Tuple[str, str]] = []
|
360
|
-
_files: Dict[
|
360
|
+
_files: Dict[
|
361
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
362
|
+
] = {}
|
361
363
|
_body_params: Optional[bytes] = None
|
362
364
|
|
363
365
|
# process the path parameters
|
@@ -661,7 +663,9 @@ class FrontendApi:
|
|
661
663
|
_query_params: List[Tuple[str, str]] = []
|
662
664
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
663
665
|
_form_params: List[Tuple[str, str]] = []
|
664
|
-
_files: Dict[
|
666
|
+
_files: Dict[
|
667
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
668
|
+
] = {}
|
665
669
|
_body_params: Optional[bytes] = None
|
666
670
|
|
667
671
|
# process the path parameters
|
@@ -929,7 +933,9 @@ class FrontendApi:
|
|
929
933
|
_query_params: List[Tuple[str, str]] = []
|
930
934
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
931
935
|
_form_params: List[Tuple[str, str]] = []
|
932
|
-
_files: Dict[
|
936
|
+
_files: Dict[
|
937
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
938
|
+
] = {}
|
933
939
|
_body_params: Optional[bytes] = None
|
934
940
|
|
935
941
|
# process the path parameters
|
@@ -1231,7 +1237,9 @@ class FrontendApi:
|
|
1231
1237
|
_query_params: List[Tuple[str, str]] = []
|
1232
1238
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1233
1239
|
_form_params: List[Tuple[str, str]] = []
|
1234
|
-
_files: Dict[
|
1240
|
+
_files: Dict[
|
1241
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1242
|
+
] = {}
|
1235
1243
|
_body_params: Optional[bytes] = None
|
1236
1244
|
|
1237
1245
|
# process the path parameters
|
@@ -1528,7 +1536,9 @@ class FrontendApi:
|
|
1528
1536
|
_query_params: List[Tuple[str, str]] = []
|
1529
1537
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1530
1538
|
_form_params: List[Tuple[str, str]] = []
|
1531
|
-
_files: Dict[
|
1539
|
+
_files: Dict[
|
1540
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1541
|
+
] = {}
|
1532
1542
|
_body_params: Optional[bytes] = None
|
1533
1543
|
|
1534
1544
|
# process the path parameters
|
@@ -1793,7 +1803,9 @@ class FrontendApi:
|
|
1793
1803
|
_query_params: List[Tuple[str, str]] = []
|
1794
1804
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1795
1805
|
_form_params: List[Tuple[str, str]] = []
|
1796
|
-
_files: Dict[
|
1806
|
+
_files: Dict[
|
1807
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1808
|
+
] = {}
|
1797
1809
|
_body_params: Optional[bytes] = None
|
1798
1810
|
|
1799
1811
|
# process the path parameters
|
@@ -2043,7 +2055,9 @@ class FrontendApi:
|
|
2043
2055
|
_query_params: List[Tuple[str, str]] = []
|
2044
2056
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2045
2057
|
_form_params: List[Tuple[str, str]] = []
|
2046
|
-
_files: Dict[
|
2058
|
+
_files: Dict[
|
2059
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2060
|
+
] = {}
|
2047
2061
|
_body_params: Optional[bytes] = None
|
2048
2062
|
|
2049
2063
|
# process the path parameters
|
@@ -2380,7 +2394,9 @@ class FrontendApi:
|
|
2380
2394
|
_query_params: List[Tuple[str, str]] = []
|
2381
2395
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2382
2396
|
_form_params: List[Tuple[str, str]] = []
|
2383
|
-
_files: Dict[
|
2397
|
+
_files: Dict[
|
2398
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2399
|
+
] = {}
|
2384
2400
|
_body_params: Optional[bytes] = None
|
2385
2401
|
|
2386
2402
|
# process the path parameters
|
@@ -2652,7 +2668,9 @@ class FrontendApi:
|
|
2652
2668
|
_query_params: List[Tuple[str, str]] = []
|
2653
2669
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2654
2670
|
_form_params: List[Tuple[str, str]] = []
|
2655
|
-
_files: Dict[
|
2671
|
+
_files: Dict[
|
2672
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2673
|
+
] = {}
|
2656
2674
|
_body_params: Optional[bytes] = None
|
2657
2675
|
|
2658
2676
|
# process the path parameters
|
@@ -2937,7 +2955,9 @@ class FrontendApi:
|
|
2937
2955
|
_query_params: List[Tuple[str, str]] = []
|
2938
2956
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2939
2957
|
_form_params: List[Tuple[str, str]] = []
|
2940
|
-
_files: Dict[
|
2958
|
+
_files: Dict[
|
2959
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2960
|
+
] = {}
|
2941
2961
|
_body_params: Optional[bytes] = None
|
2942
2962
|
|
2943
2963
|
# process the path parameters
|
@@ -3208,7 +3228,9 @@ class FrontendApi:
|
|
3208
3228
|
_query_params: List[Tuple[str, str]] = []
|
3209
3229
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3210
3230
|
_form_params: List[Tuple[str, str]] = []
|
3211
|
-
_files: Dict[
|
3231
|
+
_files: Dict[
|
3232
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3233
|
+
] = {}
|
3212
3234
|
_body_params: Optional[bytes] = None
|
3213
3235
|
|
3214
3236
|
# process the path parameters
|
@@ -3469,7 +3491,9 @@ class FrontendApi:
|
|
3469
3491
|
_query_params: List[Tuple[str, str]] = []
|
3470
3492
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3471
3493
|
_form_params: List[Tuple[str, str]] = []
|
3472
|
-
_files: Dict[
|
3494
|
+
_files: Dict[
|
3495
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3496
|
+
] = {}
|
3473
3497
|
_body_params: Optional[bytes] = None
|
3474
3498
|
|
3475
3499
|
# process the path parameters
|
@@ -3748,7 +3772,9 @@ class FrontendApi:
|
|
3748
3772
|
_query_params: List[Tuple[str, str]] = []
|
3749
3773
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
3750
3774
|
_form_params: List[Tuple[str, str]] = []
|
3751
|
-
_files: Dict[
|
3775
|
+
_files: Dict[
|
3776
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
3777
|
+
] = {}
|
3752
3778
|
_body_params: Optional[bytes] = None
|
3753
3779
|
|
3754
3780
|
# process the path parameters
|
@@ -4040,7 +4066,9 @@ class FrontendApi:
|
|
4040
4066
|
_query_params: List[Tuple[str, str]] = []
|
4041
4067
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4042
4068
|
_form_params: List[Tuple[str, str]] = []
|
4043
|
-
_files: Dict[
|
4069
|
+
_files: Dict[
|
4070
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4071
|
+
] = {}
|
4044
4072
|
_body_params: Optional[bytes] = None
|
4045
4073
|
|
4046
4074
|
# process the path parameters
|
@@ -4321,7 +4349,9 @@ class FrontendApi:
|
|
4321
4349
|
_query_params: List[Tuple[str, str]] = []
|
4322
4350
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4323
4351
|
_form_params: List[Tuple[str, str]] = []
|
4324
|
-
_files: Dict[
|
4352
|
+
_files: Dict[
|
4353
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4354
|
+
] = {}
|
4325
4355
|
_body_params: Optional[bytes] = None
|
4326
4356
|
|
4327
4357
|
# process the path parameters
|
@@ -4594,7 +4624,9 @@ class FrontendApi:
|
|
4594
4624
|
_query_params: List[Tuple[str, str]] = []
|
4595
4625
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4596
4626
|
_form_params: List[Tuple[str, str]] = []
|
4597
|
-
_files: Dict[
|
4627
|
+
_files: Dict[
|
4628
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4629
|
+
] = {}
|
4598
4630
|
_body_params: Optional[bytes] = None
|
4599
4631
|
|
4600
4632
|
# process the path parameters
|
@@ -4876,7 +4908,9 @@ class FrontendApi:
|
|
4876
4908
|
_query_params: List[Tuple[str, str]] = []
|
4877
4909
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
4878
4910
|
_form_params: List[Tuple[str, str]] = []
|
4879
|
-
_files: Dict[
|
4911
|
+
_files: Dict[
|
4912
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
4913
|
+
] = {}
|
4880
4914
|
_body_params: Optional[bytes] = None
|
4881
4915
|
|
4882
4916
|
# process the path parameters
|
@@ -5157,7 +5191,9 @@ class FrontendApi:
|
|
5157
5191
|
_query_params: List[Tuple[str, str]] = []
|
5158
5192
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
5159
5193
|
_form_params: List[Tuple[str, str]] = []
|
5160
|
-
_files: Dict[
|
5194
|
+
_files: Dict[
|
5195
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
5196
|
+
] = {}
|
5161
5197
|
_body_params: Optional[bytes] = None
|
5162
5198
|
|
5163
5199
|
# process the path parameters
|
@@ -5441,7 +5477,9 @@ class FrontendApi:
|
|
5441
5477
|
_query_params: List[Tuple[str, str]] = []
|
5442
5478
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
5443
5479
|
_form_params: List[Tuple[str, str]] = []
|
5444
|
-
_files: Dict[
|
5480
|
+
_files: Dict[
|
5481
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
5482
|
+
] = {}
|
5445
5483
|
_body_params: Optional[bytes] = None
|
5446
5484
|
|
5447
5485
|
# process the path parameters
|
@@ -5741,7 +5779,9 @@ class FrontendApi:
|
|
5741
5779
|
_query_params: List[Tuple[str, str]] = []
|
5742
5780
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
5743
5781
|
_form_params: List[Tuple[str, str]] = []
|
5744
|
-
_files: Dict[
|
5782
|
+
_files: Dict[
|
5783
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
5784
|
+
] = {}
|
5745
5785
|
_body_params: Optional[bytes] = None
|
5746
5786
|
|
5747
5787
|
# process the path parameters
|
@@ -6024,7 +6064,9 @@ class FrontendApi:
|
|
6024
6064
|
_query_params: List[Tuple[str, str]] = []
|
6025
6065
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
6026
6066
|
_form_params: List[Tuple[str, str]] = []
|
6027
|
-
_files: Dict[
|
6067
|
+
_files: Dict[
|
6068
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
6069
|
+
] = {}
|
6028
6070
|
_body_params: Optional[bytes] = None
|
6029
6071
|
|
6030
6072
|
# process the path parameters
|
@@ -6273,7 +6315,9 @@ class FrontendApi:
|
|
6273
6315
|
_query_params: List[Tuple[str, str]] = []
|
6274
6316
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
6275
6317
|
_form_params: List[Tuple[str, str]] = []
|
6276
|
-
_files: Dict[
|
6318
|
+
_files: Dict[
|
6319
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
6320
|
+
] = {}
|
6277
6321
|
_body_params: Optional[bytes] = None
|
6278
6322
|
|
6279
6323
|
# process the path parameters
|
@@ -6600,7 +6644,9 @@ class FrontendApi:
|
|
6600
6644
|
_query_params: List[Tuple[str, str]] = []
|
6601
6645
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
6602
6646
|
_form_params: List[Tuple[str, str]] = []
|
6603
|
-
_files: Dict[
|
6647
|
+
_files: Dict[
|
6648
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
6649
|
+
] = {}
|
6604
6650
|
_body_params: Optional[bytes] = None
|
6605
6651
|
|
6606
6652
|
# process the path parameters
|
@@ -6879,7 +6925,9 @@ class FrontendApi:
|
|
6879
6925
|
_query_params: List[Tuple[str, str]] = []
|
6880
6926
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
6881
6927
|
_form_params: List[Tuple[str, str]] = []
|
6882
|
-
_files: Dict[
|
6928
|
+
_files: Dict[
|
6929
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
6930
|
+
] = {}
|
6883
6931
|
_body_params: Optional[bytes] = None
|
6884
6932
|
|
6885
6933
|
# process the path parameters
|
@@ -7182,7 +7230,9 @@ class FrontendApi:
|
|
7182
7230
|
_query_params: List[Tuple[str, str]] = []
|
7183
7231
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
7184
7232
|
_form_params: List[Tuple[str, str]] = []
|
7185
|
-
_files: Dict[
|
7233
|
+
_files: Dict[
|
7234
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
7235
|
+
] = {}
|
7186
7236
|
_body_params: Optional[bytes] = None
|
7187
7237
|
|
7188
7238
|
# process the path parameters
|
@@ -7458,7 +7508,9 @@ class FrontendApi:
|
|
7458
7508
|
_query_params: List[Tuple[str, str]] = []
|
7459
7509
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
7460
7510
|
_form_params: List[Tuple[str, str]] = []
|
7461
|
-
_files: Dict[
|
7511
|
+
_files: Dict[
|
7512
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
7513
|
+
] = {}
|
7462
7514
|
_body_params: Optional[bytes] = None
|
7463
7515
|
|
7464
7516
|
# process the path parameters
|
@@ -7781,7 +7833,9 @@ class FrontendApi:
|
|
7781
7833
|
_query_params: List[Tuple[str, str]] = []
|
7782
7834
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
7783
7835
|
_form_params: List[Tuple[str, str]] = []
|
7784
|
-
_files: Dict[
|
7836
|
+
_files: Dict[
|
7837
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
7838
|
+
] = {}
|
7785
7839
|
_body_params: Optional[bytes] = None
|
7786
7840
|
|
7787
7841
|
# process the path parameters
|
@@ -8090,7 +8144,9 @@ class FrontendApi:
|
|
8090
8144
|
_query_params: List[Tuple[str, str]] = []
|
8091
8145
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
8092
8146
|
_form_params: List[Tuple[str, str]] = []
|
8093
|
-
_files: Dict[
|
8147
|
+
_files: Dict[
|
8148
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
8149
|
+
] = {}
|
8094
8150
|
_body_params: Optional[bytes] = None
|
8095
8151
|
|
8096
8152
|
# process the path parameters
|
@@ -8407,7 +8463,9 @@ class FrontendApi:
|
|
8407
8463
|
_query_params: List[Tuple[str, str]] = []
|
8408
8464
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
8409
8465
|
_form_params: List[Tuple[str, str]] = []
|
8410
|
-
_files: Dict[
|
8466
|
+
_files: Dict[
|
8467
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
8468
|
+
] = {}
|
8411
8469
|
_body_params: Optional[bytes] = None
|
8412
8470
|
|
8413
8471
|
# process the path parameters
|
@@ -8727,7 +8785,9 @@ class FrontendApi:
|
|
8727
8785
|
_query_params: List[Tuple[str, str]] = []
|
8728
8786
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
8729
8787
|
_form_params: List[Tuple[str, str]] = []
|
8730
|
-
_files: Dict[
|
8788
|
+
_files: Dict[
|
8789
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
8790
|
+
] = {}
|
8731
8791
|
_body_params: Optional[bytes] = None
|
8732
8792
|
|
8733
8793
|
# process the path parameters
|
@@ -9062,7 +9122,9 @@ class FrontendApi:
|
|
9062
9122
|
_query_params: List[Tuple[str, str]] = []
|
9063
9123
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
9064
9124
|
_form_params: List[Tuple[str, str]] = []
|
9065
|
-
_files: Dict[
|
9125
|
+
_files: Dict[
|
9126
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
9127
|
+
] = {}
|
9066
9128
|
_body_params: Optional[bytes] = None
|
9067
9129
|
|
9068
9130
|
# process the path parameters
|
@@ -9390,7 +9452,9 @@ class FrontendApi:
|
|
9390
9452
|
_query_params: List[Tuple[str, str]] = []
|
9391
9453
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
9392
9454
|
_form_params: List[Tuple[str, str]] = []
|
9393
|
-
_files: Dict[
|
9455
|
+
_files: Dict[
|
9456
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
9457
|
+
] = {}
|
9394
9458
|
_body_params: Optional[bytes] = None
|
9395
9459
|
|
9396
9460
|
# process the path parameters
|