BasisTheoryClient 5.0.0__tar.gz → 5.2.0__tar.gz
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.
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/PKG-INFO +1 -1
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/pyproject.toml +1 -1
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/real_time/client.py +10 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/real_time/raw_client.py +10 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/proxies/client.py +24 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/proxies/raw_client.py +24 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/sessions/client.py +8 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/sessions/raw_client.py +8 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_account_updater_job_request.py +5 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_three_ds_session_response.py +1 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/proxy.py +1 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_session.py +1 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/LICENSE +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/README.md +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/jobs/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/jobs/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/jobs/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/real_time/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/domain/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/domain/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/domain/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/certificates/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/certificates/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/certificates/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/session/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/session/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/session/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_keys/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_keys/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_keys/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_templates/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_templates/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_templates/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/applications/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/applications/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/applications/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/api_error.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/client_wrapper.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/datetime_utils.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/file.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/force_multipart.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/http_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/http_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/jsonable_encoder.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/pagination.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/pydantic_utilities.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/query_encoder.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/remove_none_from_dict.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/request_options.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/serialization.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/data/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/data/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/data/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/enrichments/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/enrichments/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/enrichments/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/environment.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/bad_request_error.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/conflict_error.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/forbidden_error.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/internal_server_error.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/not_found_error.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/service_unavailable_error.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/unauthorized_error.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/unprocessable_entity_error.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/certificates/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/certificates/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/certificates/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/keys/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/keys/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/keys/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/logs/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/logs/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/logs/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/network_tokens/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/network_tokens/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/network_tokens/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/permissions/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/permissions/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/permissions/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/proxies/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/py.typed +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/results/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/results/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/results/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/roles/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/roles/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/roles/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/sessions/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/sessions/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/sessions/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/connections/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/connections/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/connections/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/invitations/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/invitations/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/invitations/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/members/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/members/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/members/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/owner/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/owner/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/owner/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/self_/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/self_/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/self_/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/sessions/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/token_intents/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/token_intents/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/token_intents/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tokens/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tokens/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tokens/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/access_rule.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_job.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_job_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_job_list_pagination.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_job_status.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_real_time_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/additional_card_detail.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/additional_card_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/address.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_create_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_domain_registration_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_merchant.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_merchant_certificates.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_method_token.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_token.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_tokenize_request.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_tokenize_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/application.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/application_key.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/application_paginated_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/application_template.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/assurance_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/async_react_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/authenticate_three_ds_session_request.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/authentication.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/authentication_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bank_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bank_verification_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bin_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bin_details_bank.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bin_details_country.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bin_details_product.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_bin_range.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_details_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_issuer.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_issuer_country.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_issuer_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/cardholder_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/client_encryption_key_metadata_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/client_encryption_key_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/condition.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_document_request.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_reactor_formula_request.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_session_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_tenant_connection_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_token_intent_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_token_request.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/cursor_pagination.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/document.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/domain_registration_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/event_types.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_applications.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_logs.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_permissions.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_proxies.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_reactor_formulas.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_reactors.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_tenant_invitations.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_tenant_members.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_tokens_v2.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_create_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_merchant.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_merchant_certificates.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_method_token.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_token.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_tokenize_request.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_tokenize_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/header.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/intermediate_signing_key.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/log.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/log_entity_type.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/log_paginated_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/network_token.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/network_token_cryptogram.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/network_token_extras.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/pagination.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/payment_data.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/pending_proxy.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/pending_reactor.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/permission.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/privacy.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/problem_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/proxy_paginated_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/proxy_transform.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/proxy_transform_options.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/public_key.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/react_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_formula.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_formula_configuration.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_formula_paginated_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_formula_request_parameter.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_paginated_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/requested_proxy.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/requested_reactor.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/role.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/runtime.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/string_string_key_value_pair.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/submerchant_authentication_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_connection_options.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_invitation_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_invitation_response_paginated_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_invitation_status.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_member_response.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_member_response_paginated_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_usage_report.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_acs_rendering_type.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_address.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_authentication.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_branding_options.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_callback_urls.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_cardholder_account_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_cardholder_authentication_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_cardholder_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_cardholder_phone_number.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_device_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_merchant_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_merchant_risk_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_message_extension.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_method.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_mobile_sdk_render_options.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_prior_authentication_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_purchase_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_requestor_info.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_version.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_authentication.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_cursor_paginated_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_enrichments.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_enrichments_card_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_extras.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_intent.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_intent_extras.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_service_provider_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/update_privacy.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/update_reactor_formula_request.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/user.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/validation_problem_details.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/webhook.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/webhook_list.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/webhook_list_pagination.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/webhook_status.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/version.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/events/__init__.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/events/client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/events/raw_client.py +0 -0
- {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/raw_client.py +0 -0
|
@@ -33,6 +33,7 @@ class RealTimeClient:
|
|
|
33
33
|
expiration_year: typing.Optional[int] = OMIT,
|
|
34
34
|
expiration_month: typing.Optional[int] = OMIT,
|
|
35
35
|
deduplicate_token: typing.Optional[bool] = OMIT,
|
|
36
|
+
merchant_id: typing.Optional[str] = OMIT,
|
|
36
37
|
request_options: typing.Optional[RequestOptions] = None,
|
|
37
38
|
) -> AccountUpdaterRealTimeResponse:
|
|
38
39
|
"""
|
|
@@ -52,6 +53,9 @@ class RealTimeClient:
|
|
|
52
53
|
deduplicate_token : typing.Optional[bool]
|
|
53
54
|
Whether deduplication should be enabled when creating the new token. Uses the value of the Deduplicate Tokens setting on the tenant if not set.
|
|
54
55
|
|
|
56
|
+
merchant_id : typing.Optional[str]
|
|
57
|
+
Tenant merchant identifier
|
|
58
|
+
|
|
55
59
|
request_options : typing.Optional[RequestOptions]
|
|
56
60
|
Request-specific configuration.
|
|
57
61
|
|
|
@@ -77,6 +81,7 @@ class RealTimeClient:
|
|
|
77
81
|
expiration_year=expiration_year,
|
|
78
82
|
expiration_month=expiration_month,
|
|
79
83
|
deduplicate_token=deduplicate_token,
|
|
84
|
+
merchant_id=merchant_id,
|
|
80
85
|
request_options=request_options,
|
|
81
86
|
)
|
|
82
87
|
return _response.data
|
|
@@ -104,6 +109,7 @@ class AsyncRealTimeClient:
|
|
|
104
109
|
expiration_year: typing.Optional[int] = OMIT,
|
|
105
110
|
expiration_month: typing.Optional[int] = OMIT,
|
|
106
111
|
deduplicate_token: typing.Optional[bool] = OMIT,
|
|
112
|
+
merchant_id: typing.Optional[str] = OMIT,
|
|
107
113
|
request_options: typing.Optional[RequestOptions] = None,
|
|
108
114
|
) -> AccountUpdaterRealTimeResponse:
|
|
109
115
|
"""
|
|
@@ -123,6 +129,9 @@ class AsyncRealTimeClient:
|
|
|
123
129
|
deduplicate_token : typing.Optional[bool]
|
|
124
130
|
Whether deduplication should be enabled when creating the new token. Uses the value of the Deduplicate Tokens setting on the tenant if not set.
|
|
125
131
|
|
|
132
|
+
merchant_id : typing.Optional[str]
|
|
133
|
+
Tenant merchant identifier
|
|
134
|
+
|
|
126
135
|
request_options : typing.Optional[RequestOptions]
|
|
127
136
|
Request-specific configuration.
|
|
128
137
|
|
|
@@ -156,6 +165,7 @@ class AsyncRealTimeClient:
|
|
|
156
165
|
expiration_year=expiration_year,
|
|
157
166
|
expiration_month=expiration_month,
|
|
158
167
|
deduplicate_token=deduplicate_token,
|
|
168
|
+
merchant_id=merchant_id,
|
|
159
169
|
request_options=request_options,
|
|
160
170
|
)
|
|
161
171
|
return _response.data
|
|
@@ -31,6 +31,7 @@ class RawRealTimeClient:
|
|
|
31
31
|
expiration_year: typing.Optional[int] = OMIT,
|
|
32
32
|
expiration_month: typing.Optional[int] = OMIT,
|
|
33
33
|
deduplicate_token: typing.Optional[bool] = OMIT,
|
|
34
|
+
merchant_id: typing.Optional[str] = OMIT,
|
|
34
35
|
request_options: typing.Optional[RequestOptions] = None,
|
|
35
36
|
) -> HttpResponse[AccountUpdaterRealTimeResponse]:
|
|
36
37
|
"""
|
|
@@ -50,6 +51,9 @@ class RawRealTimeClient:
|
|
|
50
51
|
deduplicate_token : typing.Optional[bool]
|
|
51
52
|
Whether deduplication should be enabled when creating the new token. Uses the value of the Deduplicate Tokens setting on the tenant if not set.
|
|
52
53
|
|
|
54
|
+
merchant_id : typing.Optional[str]
|
|
55
|
+
Tenant merchant identifier
|
|
56
|
+
|
|
53
57
|
request_options : typing.Optional[RequestOptions]
|
|
54
58
|
Request-specific configuration.
|
|
55
59
|
|
|
@@ -66,6 +70,7 @@ class RawRealTimeClient:
|
|
|
66
70
|
"expiration_year": expiration_year,
|
|
67
71
|
"expiration_month": expiration_month,
|
|
68
72
|
"deduplicate_token": deduplicate_token,
|
|
73
|
+
"merchant_id": merchant_id,
|
|
69
74
|
},
|
|
70
75
|
headers={
|
|
71
76
|
"content-type": "application/json",
|
|
@@ -144,6 +149,7 @@ class AsyncRawRealTimeClient:
|
|
|
144
149
|
expiration_year: typing.Optional[int] = OMIT,
|
|
145
150
|
expiration_month: typing.Optional[int] = OMIT,
|
|
146
151
|
deduplicate_token: typing.Optional[bool] = OMIT,
|
|
152
|
+
merchant_id: typing.Optional[str] = OMIT,
|
|
147
153
|
request_options: typing.Optional[RequestOptions] = None,
|
|
148
154
|
) -> AsyncHttpResponse[AccountUpdaterRealTimeResponse]:
|
|
149
155
|
"""
|
|
@@ -163,6 +169,9 @@ class AsyncRawRealTimeClient:
|
|
|
163
169
|
deduplicate_token : typing.Optional[bool]
|
|
164
170
|
Whether deduplication should be enabled when creating the new token. Uses the value of the Deduplicate Tokens setting on the tenant if not set.
|
|
165
171
|
|
|
172
|
+
merchant_id : typing.Optional[str]
|
|
173
|
+
Tenant merchant identifier
|
|
174
|
+
|
|
166
175
|
request_options : typing.Optional[RequestOptions]
|
|
167
176
|
Request-specific configuration.
|
|
168
177
|
|
|
@@ -179,6 +188,7 @@ class AsyncRawRealTimeClient:
|
|
|
179
188
|
"expiration_year": expiration_year,
|
|
180
189
|
"expiration_month": expiration_month,
|
|
181
190
|
"deduplicate_token": deduplicate_token,
|
|
191
|
+
"merchant_id": merchant_id,
|
|
182
192
|
},
|
|
183
193
|
headers={
|
|
184
194
|
"content-type": "application/json",
|
|
@@ -93,6 +93,7 @@ class ProxiesClient:
|
|
|
93
93
|
application: typing.Optional[Application] = OMIT,
|
|
94
94
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
95
95
|
require_auth: typing.Optional[bool] = OMIT,
|
|
96
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
96
97
|
idempotency_key: typing.Optional[str] = None,
|
|
97
98
|
request_options: typing.Optional[RequestOptions] = None,
|
|
98
99
|
) -> Proxy:
|
|
@@ -121,6 +122,8 @@ class ProxiesClient:
|
|
|
121
122
|
|
|
122
123
|
require_auth : typing.Optional[bool]
|
|
123
124
|
|
|
125
|
+
disable_detokenization : typing.Optional[bool]
|
|
126
|
+
|
|
124
127
|
idempotency_key : typing.Optional[str]
|
|
125
128
|
|
|
126
129
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -156,6 +159,7 @@ class ProxiesClient:
|
|
|
156
159
|
application=application,
|
|
157
160
|
configuration=configuration,
|
|
158
161
|
require_auth=require_auth,
|
|
162
|
+
disable_detokenization=disable_detokenization,
|
|
159
163
|
idempotency_key=idempotency_key,
|
|
160
164
|
request_options=request_options,
|
|
161
165
|
)
|
|
@@ -205,6 +209,7 @@ class ProxiesClient:
|
|
|
205
209
|
application: typing.Optional[Application] = OMIT,
|
|
206
210
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
207
211
|
require_auth: typing.Optional[bool] = OMIT,
|
|
212
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
208
213
|
idempotency_key: typing.Optional[str] = None,
|
|
209
214
|
request_options: typing.Optional[RequestOptions] = None,
|
|
210
215
|
) -> Proxy:
|
|
@@ -235,6 +240,8 @@ class ProxiesClient:
|
|
|
235
240
|
|
|
236
241
|
require_auth : typing.Optional[bool]
|
|
237
242
|
|
|
243
|
+
disable_detokenization : typing.Optional[bool]
|
|
244
|
+
|
|
238
245
|
idempotency_key : typing.Optional[str]
|
|
239
246
|
|
|
240
247
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -272,6 +279,7 @@ class ProxiesClient:
|
|
|
272
279
|
application=application,
|
|
273
280
|
configuration=configuration,
|
|
274
281
|
require_auth=require_auth,
|
|
282
|
+
disable_detokenization=disable_detokenization,
|
|
275
283
|
idempotency_key=idempotency_key,
|
|
276
284
|
request_options=request_options,
|
|
277
285
|
)
|
|
@@ -318,6 +326,7 @@ class ProxiesClient:
|
|
|
318
326
|
application: typing.Optional[Application] = OMIT,
|
|
319
327
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
320
328
|
require_auth: typing.Optional[bool] = OMIT,
|
|
329
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
321
330
|
idempotency_key: typing.Optional[str] = None,
|
|
322
331
|
request_options: typing.Optional[RequestOptions] = None,
|
|
323
332
|
) -> None:
|
|
@@ -344,6 +353,8 @@ class ProxiesClient:
|
|
|
344
353
|
|
|
345
354
|
require_auth : typing.Optional[bool]
|
|
346
355
|
|
|
356
|
+
disable_detokenization : typing.Optional[bool]
|
|
357
|
+
|
|
347
358
|
idempotency_key : typing.Optional[str]
|
|
348
359
|
|
|
349
360
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -376,6 +387,7 @@ class ProxiesClient:
|
|
|
376
387
|
application=application,
|
|
377
388
|
configuration=configuration,
|
|
378
389
|
require_auth=require_auth,
|
|
390
|
+
disable_detokenization=disable_detokenization,
|
|
379
391
|
idempotency_key=idempotency_key,
|
|
380
392
|
request_options=request_options,
|
|
381
393
|
)
|
|
@@ -470,6 +482,7 @@ class AsyncProxiesClient:
|
|
|
470
482
|
application: typing.Optional[Application] = OMIT,
|
|
471
483
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
472
484
|
require_auth: typing.Optional[bool] = OMIT,
|
|
485
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
473
486
|
idempotency_key: typing.Optional[str] = None,
|
|
474
487
|
request_options: typing.Optional[RequestOptions] = None,
|
|
475
488
|
) -> Proxy:
|
|
@@ -498,6 +511,8 @@ class AsyncProxiesClient:
|
|
|
498
511
|
|
|
499
512
|
require_auth : typing.Optional[bool]
|
|
500
513
|
|
|
514
|
+
disable_detokenization : typing.Optional[bool]
|
|
515
|
+
|
|
501
516
|
idempotency_key : typing.Optional[str]
|
|
502
517
|
|
|
503
518
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -541,6 +556,7 @@ class AsyncProxiesClient:
|
|
|
541
556
|
application=application,
|
|
542
557
|
configuration=configuration,
|
|
543
558
|
require_auth=require_auth,
|
|
559
|
+
disable_detokenization=disable_detokenization,
|
|
544
560
|
idempotency_key=idempotency_key,
|
|
545
561
|
request_options=request_options,
|
|
546
562
|
)
|
|
@@ -598,6 +614,7 @@ class AsyncProxiesClient:
|
|
|
598
614
|
application: typing.Optional[Application] = OMIT,
|
|
599
615
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
600
616
|
require_auth: typing.Optional[bool] = OMIT,
|
|
617
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
601
618
|
idempotency_key: typing.Optional[str] = None,
|
|
602
619
|
request_options: typing.Optional[RequestOptions] = None,
|
|
603
620
|
) -> Proxy:
|
|
@@ -628,6 +645,8 @@ class AsyncProxiesClient:
|
|
|
628
645
|
|
|
629
646
|
require_auth : typing.Optional[bool]
|
|
630
647
|
|
|
648
|
+
disable_detokenization : typing.Optional[bool]
|
|
649
|
+
|
|
631
650
|
idempotency_key : typing.Optional[str]
|
|
632
651
|
|
|
633
652
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -673,6 +692,7 @@ class AsyncProxiesClient:
|
|
|
673
692
|
application=application,
|
|
674
693
|
configuration=configuration,
|
|
675
694
|
require_auth=require_auth,
|
|
695
|
+
disable_detokenization=disable_detokenization,
|
|
676
696
|
idempotency_key=idempotency_key,
|
|
677
697
|
request_options=request_options,
|
|
678
698
|
)
|
|
@@ -727,6 +747,7 @@ class AsyncProxiesClient:
|
|
|
727
747
|
application: typing.Optional[Application] = OMIT,
|
|
728
748
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
729
749
|
require_auth: typing.Optional[bool] = OMIT,
|
|
750
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
730
751
|
idempotency_key: typing.Optional[str] = None,
|
|
731
752
|
request_options: typing.Optional[RequestOptions] = None,
|
|
732
753
|
) -> None:
|
|
@@ -753,6 +774,8 @@ class AsyncProxiesClient:
|
|
|
753
774
|
|
|
754
775
|
require_auth : typing.Optional[bool]
|
|
755
776
|
|
|
777
|
+
disable_detokenization : typing.Optional[bool]
|
|
778
|
+
|
|
756
779
|
idempotency_key : typing.Optional[str]
|
|
757
780
|
|
|
758
781
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -793,6 +816,7 @@ class AsyncProxiesClient:
|
|
|
793
816
|
application=application,
|
|
794
817
|
configuration=configuration,
|
|
795
818
|
require_auth=require_auth,
|
|
819
|
+
disable_detokenization=disable_detokenization,
|
|
796
820
|
idempotency_key=idempotency_key,
|
|
797
821
|
request_options=request_options,
|
|
798
822
|
)
|
|
@@ -149,6 +149,7 @@ class RawProxiesClient:
|
|
|
149
149
|
application: typing.Optional[Application] = OMIT,
|
|
150
150
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
151
151
|
require_auth: typing.Optional[bool] = OMIT,
|
|
152
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
152
153
|
idempotency_key: typing.Optional[str] = None,
|
|
153
154
|
request_options: typing.Optional[RequestOptions] = None,
|
|
154
155
|
) -> HttpResponse[Proxy]:
|
|
@@ -177,6 +178,8 @@ class RawProxiesClient:
|
|
|
177
178
|
|
|
178
179
|
require_auth : typing.Optional[bool]
|
|
179
180
|
|
|
181
|
+
disable_detokenization : typing.Optional[bool]
|
|
182
|
+
|
|
180
183
|
idempotency_key : typing.Optional[str]
|
|
181
184
|
|
|
182
185
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -212,6 +215,7 @@ class RawProxiesClient:
|
|
|
212
215
|
),
|
|
213
216
|
"configuration": configuration,
|
|
214
217
|
"require_auth": require_auth,
|
|
218
|
+
"disable_detokenization": disable_detokenization,
|
|
215
219
|
},
|
|
216
220
|
headers={
|
|
217
221
|
"content-type": "application/json",
|
|
@@ -350,6 +354,7 @@ class RawProxiesClient:
|
|
|
350
354
|
application: typing.Optional[Application] = OMIT,
|
|
351
355
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
352
356
|
require_auth: typing.Optional[bool] = OMIT,
|
|
357
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
353
358
|
idempotency_key: typing.Optional[str] = None,
|
|
354
359
|
request_options: typing.Optional[RequestOptions] = None,
|
|
355
360
|
) -> HttpResponse[Proxy]:
|
|
@@ -380,6 +385,8 @@ class RawProxiesClient:
|
|
|
380
385
|
|
|
381
386
|
require_auth : typing.Optional[bool]
|
|
382
387
|
|
|
388
|
+
disable_detokenization : typing.Optional[bool]
|
|
389
|
+
|
|
383
390
|
idempotency_key : typing.Optional[str]
|
|
384
391
|
|
|
385
392
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -415,6 +422,7 @@ class RawProxiesClient:
|
|
|
415
422
|
),
|
|
416
423
|
"configuration": configuration,
|
|
417
424
|
"require_auth": require_auth,
|
|
425
|
+
"disable_detokenization": disable_detokenization,
|
|
418
426
|
},
|
|
419
427
|
headers={
|
|
420
428
|
"content-type": "application/json",
|
|
@@ -554,6 +562,7 @@ class RawProxiesClient:
|
|
|
554
562
|
application: typing.Optional[Application] = OMIT,
|
|
555
563
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
556
564
|
require_auth: typing.Optional[bool] = OMIT,
|
|
565
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
557
566
|
idempotency_key: typing.Optional[str] = None,
|
|
558
567
|
request_options: typing.Optional[RequestOptions] = None,
|
|
559
568
|
) -> HttpResponse[None]:
|
|
@@ -580,6 +589,8 @@ class RawProxiesClient:
|
|
|
580
589
|
|
|
581
590
|
require_auth : typing.Optional[bool]
|
|
582
591
|
|
|
592
|
+
disable_detokenization : typing.Optional[bool]
|
|
593
|
+
|
|
583
594
|
idempotency_key : typing.Optional[str]
|
|
584
595
|
|
|
585
596
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -612,6 +623,7 @@ class RawProxiesClient:
|
|
|
612
623
|
),
|
|
613
624
|
"configuration": configuration,
|
|
614
625
|
"require_auth": require_auth,
|
|
626
|
+
"disable_detokenization": disable_detokenization,
|
|
615
627
|
},
|
|
616
628
|
headers={
|
|
617
629
|
"content-type": "application/merge-patch+json",
|
|
@@ -799,6 +811,7 @@ class AsyncRawProxiesClient:
|
|
|
799
811
|
application: typing.Optional[Application] = OMIT,
|
|
800
812
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
801
813
|
require_auth: typing.Optional[bool] = OMIT,
|
|
814
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
802
815
|
idempotency_key: typing.Optional[str] = None,
|
|
803
816
|
request_options: typing.Optional[RequestOptions] = None,
|
|
804
817
|
) -> AsyncHttpResponse[Proxy]:
|
|
@@ -827,6 +840,8 @@ class AsyncRawProxiesClient:
|
|
|
827
840
|
|
|
828
841
|
require_auth : typing.Optional[bool]
|
|
829
842
|
|
|
843
|
+
disable_detokenization : typing.Optional[bool]
|
|
844
|
+
|
|
830
845
|
idempotency_key : typing.Optional[str]
|
|
831
846
|
|
|
832
847
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -862,6 +877,7 @@ class AsyncRawProxiesClient:
|
|
|
862
877
|
),
|
|
863
878
|
"configuration": configuration,
|
|
864
879
|
"require_auth": require_auth,
|
|
880
|
+
"disable_detokenization": disable_detokenization,
|
|
865
881
|
},
|
|
866
882
|
headers={
|
|
867
883
|
"content-type": "application/json",
|
|
@@ -1002,6 +1018,7 @@ class AsyncRawProxiesClient:
|
|
|
1002
1018
|
application: typing.Optional[Application] = OMIT,
|
|
1003
1019
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
1004
1020
|
require_auth: typing.Optional[bool] = OMIT,
|
|
1021
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
1005
1022
|
idempotency_key: typing.Optional[str] = None,
|
|
1006
1023
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1007
1024
|
) -> AsyncHttpResponse[Proxy]:
|
|
@@ -1032,6 +1049,8 @@ class AsyncRawProxiesClient:
|
|
|
1032
1049
|
|
|
1033
1050
|
require_auth : typing.Optional[bool]
|
|
1034
1051
|
|
|
1052
|
+
disable_detokenization : typing.Optional[bool]
|
|
1053
|
+
|
|
1035
1054
|
idempotency_key : typing.Optional[str]
|
|
1036
1055
|
|
|
1037
1056
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -1067,6 +1086,7 @@ class AsyncRawProxiesClient:
|
|
|
1067
1086
|
),
|
|
1068
1087
|
"configuration": configuration,
|
|
1069
1088
|
"require_auth": require_auth,
|
|
1089
|
+
"disable_detokenization": disable_detokenization,
|
|
1070
1090
|
},
|
|
1071
1091
|
headers={
|
|
1072
1092
|
"content-type": "application/json",
|
|
@@ -1208,6 +1228,7 @@ class AsyncRawProxiesClient:
|
|
|
1208
1228
|
application: typing.Optional[Application] = OMIT,
|
|
1209
1229
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
1210
1230
|
require_auth: typing.Optional[bool] = OMIT,
|
|
1231
|
+
disable_detokenization: typing.Optional[bool] = OMIT,
|
|
1211
1232
|
idempotency_key: typing.Optional[str] = None,
|
|
1212
1233
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1213
1234
|
) -> AsyncHttpResponse[None]:
|
|
@@ -1234,6 +1255,8 @@ class AsyncRawProxiesClient:
|
|
|
1234
1255
|
|
|
1235
1256
|
require_auth : typing.Optional[bool]
|
|
1236
1257
|
|
|
1258
|
+
disable_detokenization : typing.Optional[bool]
|
|
1259
|
+
|
|
1237
1260
|
idempotency_key : typing.Optional[str]
|
|
1238
1261
|
|
|
1239
1262
|
request_options : typing.Optional[RequestOptions]
|
|
@@ -1266,6 +1289,7 @@ class AsyncRawProxiesClient:
|
|
|
1266
1289
|
),
|
|
1267
1290
|
"configuration": configuration,
|
|
1268
1291
|
"require_auth": require_auth,
|
|
1292
|
+
"disable_detokenization": disable_detokenization,
|
|
1269
1293
|
},
|
|
1270
1294
|
headers={
|
|
1271
1295
|
"content-type": "application/merge-patch+json",
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/sessions/client.py
RENAMED
|
@@ -48,6 +48,7 @@ class SessionsClient:
|
|
|
48
48
|
device_info: typing.Optional[ThreeDsDeviceInfo] = OMIT,
|
|
49
49
|
authentication_request: typing.Optional[AuthenticateThreeDsSessionRequest] = OMIT,
|
|
50
50
|
callback_urls: typing.Optional[ThreeDsCallbackUrls] = OMIT,
|
|
51
|
+
metadata: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
51
52
|
request_options: typing.Optional[RequestOptions] = None,
|
|
52
53
|
) -> CreateThreeDsSessionResponse:
|
|
53
54
|
"""
|
|
@@ -71,6 +72,8 @@ class SessionsClient:
|
|
|
71
72
|
|
|
72
73
|
callback_urls : typing.Optional[ThreeDsCallbackUrls]
|
|
73
74
|
|
|
75
|
+
metadata : typing.Optional[typing.Dict[str, typing.Optional[str]]]
|
|
76
|
+
|
|
74
77
|
request_options : typing.Optional[RequestOptions]
|
|
75
78
|
Request-specific configuration.
|
|
76
79
|
|
|
@@ -99,6 +102,7 @@ class SessionsClient:
|
|
|
99
102
|
device_info=device_info,
|
|
100
103
|
authentication_request=authentication_request,
|
|
101
104
|
callback_urls=callback_urls,
|
|
105
|
+
metadata=metadata,
|
|
102
106
|
request_options=request_options,
|
|
103
107
|
)
|
|
104
108
|
return _response.data
|
|
@@ -282,6 +286,7 @@ class AsyncSessionsClient:
|
|
|
282
286
|
device_info: typing.Optional[ThreeDsDeviceInfo] = OMIT,
|
|
283
287
|
authentication_request: typing.Optional[AuthenticateThreeDsSessionRequest] = OMIT,
|
|
284
288
|
callback_urls: typing.Optional[ThreeDsCallbackUrls] = OMIT,
|
|
289
|
+
metadata: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
285
290
|
request_options: typing.Optional[RequestOptions] = None,
|
|
286
291
|
) -> CreateThreeDsSessionResponse:
|
|
287
292
|
"""
|
|
@@ -305,6 +310,8 @@ class AsyncSessionsClient:
|
|
|
305
310
|
|
|
306
311
|
callback_urls : typing.Optional[ThreeDsCallbackUrls]
|
|
307
312
|
|
|
313
|
+
metadata : typing.Optional[typing.Dict[str, typing.Optional[str]]]
|
|
314
|
+
|
|
308
315
|
request_options : typing.Optional[RequestOptions]
|
|
309
316
|
Request-specific configuration.
|
|
310
317
|
|
|
@@ -341,6 +348,7 @@ class AsyncSessionsClient:
|
|
|
341
348
|
device_info=device_info,
|
|
342
349
|
authentication_request=authentication_request,
|
|
343
350
|
callback_urls=callback_urls,
|
|
351
|
+
metadata=metadata,
|
|
344
352
|
request_options=request_options,
|
|
345
353
|
)
|
|
346
354
|
return _response.data
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/sessions/raw_client.py
RENAMED
|
@@ -48,6 +48,7 @@ class RawSessionsClient:
|
|
|
48
48
|
device_info: typing.Optional[ThreeDsDeviceInfo] = OMIT,
|
|
49
49
|
authentication_request: typing.Optional[AuthenticateThreeDsSessionRequest] = OMIT,
|
|
50
50
|
callback_urls: typing.Optional[ThreeDsCallbackUrls] = OMIT,
|
|
51
|
+
metadata: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
51
52
|
request_options: typing.Optional[RequestOptions] = None,
|
|
52
53
|
) -> HttpResponse[CreateThreeDsSessionResponse]:
|
|
53
54
|
"""
|
|
@@ -71,6 +72,8 @@ class RawSessionsClient:
|
|
|
71
72
|
|
|
72
73
|
callback_urls : typing.Optional[ThreeDsCallbackUrls]
|
|
73
74
|
|
|
75
|
+
metadata : typing.Optional[typing.Dict[str, typing.Optional[str]]]
|
|
76
|
+
|
|
74
77
|
request_options : typing.Optional[RequestOptions]
|
|
75
78
|
Request-specific configuration.
|
|
76
79
|
|
|
@@ -98,6 +101,7 @@ class RawSessionsClient:
|
|
|
98
101
|
"callback_urls": convert_and_respect_annotation_metadata(
|
|
99
102
|
object_=callback_urls, annotation=ThreeDsCallbackUrls, direction="write"
|
|
100
103
|
),
|
|
104
|
+
"metadata": metadata,
|
|
101
105
|
},
|
|
102
106
|
headers={
|
|
103
107
|
"content-type": "application/json",
|
|
@@ -435,6 +439,7 @@ class AsyncRawSessionsClient:
|
|
|
435
439
|
device_info: typing.Optional[ThreeDsDeviceInfo] = OMIT,
|
|
436
440
|
authentication_request: typing.Optional[AuthenticateThreeDsSessionRequest] = OMIT,
|
|
437
441
|
callback_urls: typing.Optional[ThreeDsCallbackUrls] = OMIT,
|
|
442
|
+
metadata: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
438
443
|
request_options: typing.Optional[RequestOptions] = None,
|
|
439
444
|
) -> AsyncHttpResponse[CreateThreeDsSessionResponse]:
|
|
440
445
|
"""
|
|
@@ -458,6 +463,8 @@ class AsyncRawSessionsClient:
|
|
|
458
463
|
|
|
459
464
|
callback_urls : typing.Optional[ThreeDsCallbackUrls]
|
|
460
465
|
|
|
466
|
+
metadata : typing.Optional[typing.Dict[str, typing.Optional[str]]]
|
|
467
|
+
|
|
461
468
|
request_options : typing.Optional[RequestOptions]
|
|
462
469
|
Request-specific configuration.
|
|
463
470
|
|
|
@@ -485,6 +492,7 @@ class AsyncRawSessionsClient:
|
|
|
485
492
|
"callback_urls": convert_and_respect_annotation_metadata(
|
|
486
493
|
object_=callback_urls, annotation=ThreeDsCallbackUrls, direction="write"
|
|
487
494
|
),
|
|
495
|
+
"metadata": metadata,
|
|
488
496
|
},
|
|
489
497
|
headers={
|
|
490
498
|
"content-type": "application/json",
|
|
@@ -12,6 +12,11 @@ class CreateAccountUpdaterJobRequest(UniversalBaseModel):
|
|
|
12
12
|
Whether deduplication should be enabled when creating new tokens. Uses the value of the Deduplicate Tokens setting on the tenant if not set.
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
|
+
merchant_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
16
|
+
"""
|
|
17
|
+
Tenant merchant identifier
|
|
18
|
+
"""
|
|
19
|
+
|
|
15
20
|
if IS_PYDANTIC_V2:
|
|
16
21
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
17
22
|
else:
|
|
@@ -18,6 +18,7 @@ class CreateThreeDsSessionResponse(UniversalBaseModel):
|
|
|
18
18
|
directory_server_id: typing.Optional[str] = None
|
|
19
19
|
recommended_version: typing.Optional[str] = None
|
|
20
20
|
redirect_url: typing.Optional[str] = None
|
|
21
|
+
metadata: typing.Optional[typing.Dict[str, typing.Optional[str]]] = None
|
|
21
22
|
|
|
22
23
|
if IS_PYDANTIC_V2:
|
|
23
24
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -27,6 +27,7 @@ class Proxy(UniversalBaseModel):
|
|
|
27
27
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = None
|
|
28
28
|
proxy_host: typing.Optional[str] = None
|
|
29
29
|
timeout: typing.Optional[int] = None
|
|
30
|
+
disable_detokenization: typing.Optional[bool] = None
|
|
30
31
|
client_certificate: typing.Optional[str] = None
|
|
31
32
|
requested: typing.Optional[RequestedProxy] = None
|
|
32
33
|
created_by: typing.Optional[str] = None
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_session.py
RENAMED
|
@@ -31,6 +31,7 @@ class ThreeDsSession(UniversalBaseModel):
|
|
|
31
31
|
version: typing.Optional[ThreeDsVersion] = None
|
|
32
32
|
method: typing.Optional[ThreeDsMethod] = None
|
|
33
33
|
authentication: typing.Optional[ThreeDsAuthentication] = None
|
|
34
|
+
metadata: typing.Optional[typing.Dict[str, typing.Optional[str]]] = None
|
|
34
35
|
|
|
35
36
|
if IS_PYDANTIC_V2:
|
|
36
37
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/__init__.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/jobs/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/domain/__init__.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/domain/client.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/domain/raw_client.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/raw_client.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/session/__init__.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/session/client.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/session/raw_client.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_keys/__init__.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_keys/client.py
RENAMED
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_keys/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_templates/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/applications/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/applications/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/force_multipart.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|