BasisTheoryClient 4.2.0__tar.gz → 5.0.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-4.2.0 → basistheoryclient-5.0.0}/LICENSE +1 -1
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/PKG-INFO +1 -1
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/pyproject.toml +1 -1
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/__init__.py +8 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/network_tokens/client.py +8 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/network_tokens/raw_client.py +8 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/reactors/client.py +16 -20
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/reactors/raw_client.py +12 -28
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/__init__.py +8 -0
- basistheoryclient-5.0.0/src/basis_theory/types/pending_proxy.py +24 -0
- basistheoryclient-5.0.0/src/basis_theory/types/pending_reactor.py +22 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/proxy.py +2 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/reactor.py +2 -0
- basistheoryclient-5.0.0/src/basis_theory/types/requested_proxy.py +23 -0
- basistheoryclient-5.0.0/src/basis_theory/types/requested_reactor.py +23 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/README.md +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/jobs/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/jobs/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/jobs/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/real_time/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/real_time/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/real_time/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/domain/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/domain/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/domain/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/merchant/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/merchant/certificates/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/merchant/certificates/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/merchant/certificates/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/merchant/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/merchant/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/session/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/session/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/session/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_keys/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_keys/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_keys/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_templates/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_templates/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_templates/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/applications/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/applications/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/applications/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/api_error.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/client_wrapper.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/datetime_utils.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/file.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/force_multipart.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/http_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/http_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/jsonable_encoder.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/pagination.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/pydantic_utilities.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/query_encoder.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/remove_none_from_dict.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/request_options.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/core/serialization.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/documents/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/documents/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/documents/data/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/documents/data/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/documents/data/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/documents/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/enrichments/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/enrichments/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/enrichments/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/environment.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/errors/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/errors/bad_request_error.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/errors/conflict_error.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/errors/forbidden_error.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/errors/internal_server_error.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/errors/not_found_error.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/errors/service_unavailable_error.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/errors/unauthorized_error.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/errors/unprocessable_entity_error.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/google_pay/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/google_pay/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/google_pay/merchant/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/google_pay/merchant/certificates/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/google_pay/merchant/certificates/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/google_pay/merchant/certificates/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/google_pay/merchant/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/google_pay/merchant/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/google_pay/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/keys/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/keys/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/keys/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/logs/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/logs/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/logs/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/network_tokens/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/permissions/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/permissions/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/permissions/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/proxies/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/proxies/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/proxies/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/py.typed +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/reactors/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/reactors/results/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/reactors/results/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/reactors/results/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/roles/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/roles/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/roles/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/sessions/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/sessions/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/sessions/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/connections/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/connections/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/connections/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/invitations/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/invitations/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/invitations/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/members/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/members/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/members/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/owner/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/owner/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/owner/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/self_/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/self_/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tenants/self_/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/threeds/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/threeds/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/threeds/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/threeds/sessions/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/threeds/sessions/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/threeds/sessions/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/token_intents/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/token_intents/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/token_intents/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tokens/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tokens/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/tokens/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/access_rule.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/account_updater_job.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/account_updater_job_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/account_updater_job_list_pagination.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/account_updater_job_status.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/account_updater_real_time_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/additional_card_detail.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/additional_card_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/address.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/apple_pay_create_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/apple_pay_domain_registration_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/apple_pay_merchant.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/apple_pay_merchant_certificates.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/apple_pay_method_token.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/apple_pay_token.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/apple_pay_tokenize_request.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/apple_pay_tokenize_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/application.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/application_key.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/application_paginated_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/application_template.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/assurance_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/async_react_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/authenticate_three_ds_session_request.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/authentication.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/authentication_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/bank_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/bank_verification_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/bin_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/bin_details_bank.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/bin_details_country.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/bin_details_product.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/card.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/card_bin_range.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/card_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/card_details_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/card_issuer.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/card_issuer_country.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/card_issuer_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/cardholder_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/client_encryption_key_metadata_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/client_encryption_key_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/condition.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/create_account_updater_job_request.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/create_document_request.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/create_reactor_formula_request.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/create_session_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/create_tenant_connection_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/create_three_ds_session_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/create_token_intent_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/create_token_request.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/cursor_pagination.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/document.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/domain_registration_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/event_types.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/get_applications.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/get_logs.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/get_permissions.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/get_proxies.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/get_reactor_formulas.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/get_reactors.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/get_tenant_invitations.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/get_tenant_members.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/get_tokens_v2.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/google_pay_create_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/google_pay_merchant.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/google_pay_merchant_certificates.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/google_pay_method_token.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/google_pay_token.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/google_pay_tokenize_request.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/google_pay_tokenize_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/header.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/intermediate_signing_key.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/log.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/log_entity_type.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/log_paginated_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/network_token.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/network_token_cryptogram.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/network_token_extras.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/pagination.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/payment_data.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/permission.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/privacy.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/problem_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/proxy_paginated_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/proxy_transform.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/proxy_transform_options.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/public_key.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/react_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/reactor_formula.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/reactor_formula_configuration.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/reactor_formula_paginated_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/reactor_formula_request_parameter.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/reactor_paginated_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/role.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/runtime.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/string_string_key_value_pair.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/submerchant_authentication_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/tenant.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/tenant_connection_options.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/tenant_invitation_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/tenant_invitation_response_paginated_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/tenant_invitation_status.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/tenant_member_response.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/tenant_member_response_paginated_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/tenant_usage_report.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_acs_rendering_type.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_address.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_authentication.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_branding_options.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_callback_urls.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_cardholder_account_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_cardholder_authentication_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_cardholder_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_cardholder_phone_number.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_device_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_merchant_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_merchant_risk_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_message_extension.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_method.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_mobile_sdk_render_options.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_prior_authentication_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_purchase_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_requestor_info.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_session.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/three_ds_version.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/token.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/token_authentication.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/token_cursor_paginated_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/token_enrichments.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/token_enrichments_card_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/token_extras.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/token_intent.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/token_intent_extras.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/token_service_provider_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/update_privacy.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/update_reactor_formula_request.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/user.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/validation_problem_details.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/webhook.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/webhook_list.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/webhook_list_pagination.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/types/webhook_status.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/version.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/webhooks/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/webhooks/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/webhooks/events/__init__.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/webhooks/events/client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/webhooks/events/raw_client.py +0 -0
- {basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/webhooks/raw_client.py +0 -0
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright (c)
|
|
189
|
+
Copyright (c) 2026 Basis-theory.
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
|
@@ -84,6 +84,8 @@ from .types import (
|
|
|
84
84
|
NetworkTokenExtras,
|
|
85
85
|
Pagination,
|
|
86
86
|
PaymentData,
|
|
87
|
+
PendingProxy,
|
|
88
|
+
PendingReactor,
|
|
87
89
|
Permission,
|
|
88
90
|
Privacy,
|
|
89
91
|
ProblemDetails,
|
|
@@ -99,6 +101,8 @@ from .types import (
|
|
|
99
101
|
ReactorFormulaPaginatedList,
|
|
100
102
|
ReactorFormulaRequestParameter,
|
|
101
103
|
ReactorPaginatedList,
|
|
104
|
+
RequestedProxy,
|
|
105
|
+
RequestedReactor,
|
|
102
106
|
Role,
|
|
103
107
|
Runtime,
|
|
104
108
|
StringStringKeyValuePair,
|
|
@@ -276,6 +280,8 @@ __all__ = [
|
|
|
276
280
|
"NotFoundError",
|
|
277
281
|
"Pagination",
|
|
278
282
|
"PaymentData",
|
|
283
|
+
"PendingProxy",
|
|
284
|
+
"PendingReactor",
|
|
279
285
|
"Permission",
|
|
280
286
|
"Privacy",
|
|
281
287
|
"ProblemDetails",
|
|
@@ -291,6 +297,8 @@ __all__ = [
|
|
|
291
297
|
"ReactorFormulaPaginatedList",
|
|
292
298
|
"ReactorFormulaRequestParameter",
|
|
293
299
|
"ReactorPaginatedList",
|
|
300
|
+
"RequestedProxy",
|
|
301
|
+
"RequestedReactor",
|
|
294
302
|
"Role",
|
|
295
303
|
"Runtime",
|
|
296
304
|
"ServiceUnavailableError",
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/network_tokens/client.py
RENAMED
|
@@ -36,6 +36,7 @@ class NetworkTokensClient:
|
|
|
36
36
|
token_id: typing.Optional[str] = OMIT,
|
|
37
37
|
token_intent_id: typing.Optional[str] = OMIT,
|
|
38
38
|
cardholder_info: typing.Optional[CardholderInfo] = OMIT,
|
|
39
|
+
merchant_id: typing.Optional[str] = OMIT,
|
|
39
40
|
request_options: typing.Optional[RequestOptions] = None,
|
|
40
41
|
) -> NetworkToken:
|
|
41
42
|
"""
|
|
@@ -49,6 +50,8 @@ class NetworkTokensClient:
|
|
|
49
50
|
|
|
50
51
|
cardholder_info : typing.Optional[CardholderInfo]
|
|
51
52
|
|
|
53
|
+
merchant_id : typing.Optional[str]
|
|
54
|
+
|
|
52
55
|
request_options : typing.Optional[RequestOptions]
|
|
53
56
|
Request-specific configuration.
|
|
54
57
|
|
|
@@ -72,6 +75,7 @@ class NetworkTokensClient:
|
|
|
72
75
|
token_id=token_id,
|
|
73
76
|
token_intent_id=token_intent_id,
|
|
74
77
|
cardholder_info=cardholder_info,
|
|
78
|
+
merchant_id=merchant_id,
|
|
75
79
|
request_options=request_options,
|
|
76
80
|
)
|
|
77
81
|
return _response.data
|
|
@@ -243,6 +247,7 @@ class AsyncNetworkTokensClient:
|
|
|
243
247
|
token_id: typing.Optional[str] = OMIT,
|
|
244
248
|
token_intent_id: typing.Optional[str] = OMIT,
|
|
245
249
|
cardholder_info: typing.Optional[CardholderInfo] = OMIT,
|
|
250
|
+
merchant_id: typing.Optional[str] = OMIT,
|
|
246
251
|
request_options: typing.Optional[RequestOptions] = None,
|
|
247
252
|
) -> NetworkToken:
|
|
248
253
|
"""
|
|
@@ -256,6 +261,8 @@ class AsyncNetworkTokensClient:
|
|
|
256
261
|
|
|
257
262
|
cardholder_info : typing.Optional[CardholderInfo]
|
|
258
263
|
|
|
264
|
+
merchant_id : typing.Optional[str]
|
|
265
|
+
|
|
259
266
|
request_options : typing.Optional[RequestOptions]
|
|
260
267
|
Request-specific configuration.
|
|
261
268
|
|
|
@@ -287,6 +294,7 @@ class AsyncNetworkTokensClient:
|
|
|
287
294
|
token_id=token_id,
|
|
288
295
|
token_intent_id=token_intent_id,
|
|
289
296
|
cardholder_info=cardholder_info,
|
|
297
|
+
merchant_id=merchant_id,
|
|
290
298
|
request_options=request_options,
|
|
291
299
|
)
|
|
292
300
|
return _response.data
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/network_tokens/raw_client.py
RENAMED
|
@@ -40,6 +40,7 @@ class RawNetworkTokensClient:
|
|
|
40
40
|
token_id: typing.Optional[str] = OMIT,
|
|
41
41
|
token_intent_id: typing.Optional[str] = OMIT,
|
|
42
42
|
cardholder_info: typing.Optional[CardholderInfo] = OMIT,
|
|
43
|
+
merchant_id: typing.Optional[str] = OMIT,
|
|
43
44
|
request_options: typing.Optional[RequestOptions] = None,
|
|
44
45
|
) -> HttpResponse[NetworkToken]:
|
|
45
46
|
"""
|
|
@@ -53,6 +54,8 @@ class RawNetworkTokensClient:
|
|
|
53
54
|
|
|
54
55
|
cardholder_info : typing.Optional[CardholderInfo]
|
|
55
56
|
|
|
57
|
+
merchant_id : typing.Optional[str]
|
|
58
|
+
|
|
56
59
|
request_options : typing.Optional[RequestOptions]
|
|
57
60
|
Request-specific configuration.
|
|
58
61
|
|
|
@@ -71,6 +74,7 @@ class RawNetworkTokensClient:
|
|
|
71
74
|
"cardholder_info": convert_and_respect_annotation_metadata(
|
|
72
75
|
object_=cardholder_info, annotation=CardholderInfo, direction="write"
|
|
73
76
|
),
|
|
77
|
+
"merchant_id": merchant_id,
|
|
74
78
|
},
|
|
75
79
|
headers={
|
|
76
80
|
"content-type": "application/json",
|
|
@@ -579,6 +583,7 @@ class AsyncRawNetworkTokensClient:
|
|
|
579
583
|
token_id: typing.Optional[str] = OMIT,
|
|
580
584
|
token_intent_id: typing.Optional[str] = OMIT,
|
|
581
585
|
cardholder_info: typing.Optional[CardholderInfo] = OMIT,
|
|
586
|
+
merchant_id: typing.Optional[str] = OMIT,
|
|
582
587
|
request_options: typing.Optional[RequestOptions] = None,
|
|
583
588
|
) -> AsyncHttpResponse[NetworkToken]:
|
|
584
589
|
"""
|
|
@@ -592,6 +597,8 @@ class AsyncRawNetworkTokensClient:
|
|
|
592
597
|
|
|
593
598
|
cardholder_info : typing.Optional[CardholderInfo]
|
|
594
599
|
|
|
600
|
+
merchant_id : typing.Optional[str]
|
|
601
|
+
|
|
595
602
|
request_options : typing.Optional[RequestOptions]
|
|
596
603
|
Request-specific configuration.
|
|
597
604
|
|
|
@@ -610,6 +617,7 @@ class AsyncRawNetworkTokensClient:
|
|
|
610
617
|
"cardholder_info": convert_and_respect_annotation_metadata(
|
|
611
618
|
object_=cardholder_info, annotation=CardholderInfo, direction="write"
|
|
612
619
|
),
|
|
620
|
+
"merchant_id": merchant_id,
|
|
613
621
|
},
|
|
614
622
|
headers={
|
|
615
623
|
"content-type": "application/json",
|
|
@@ -325,8 +325,7 @@ class ReactorsClient:
|
|
|
325
325
|
self,
|
|
326
326
|
id: str,
|
|
327
327
|
*,
|
|
328
|
-
|
|
329
|
-
callback_url: typing.Optional[str] = OMIT,
|
|
328
|
+
request: typing.Optional[typing.Any] = None,
|
|
330
329
|
request_options: typing.Optional[RequestOptions] = None,
|
|
331
330
|
) -> ReactResponse:
|
|
332
331
|
"""
|
|
@@ -334,9 +333,7 @@ class ReactorsClient:
|
|
|
334
333
|
----------
|
|
335
334
|
id : str
|
|
336
335
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
callback_url : typing.Optional[str]
|
|
336
|
+
request : typing.Optional[typing.Any]
|
|
340
337
|
|
|
341
338
|
request_options : typing.Optional[RequestOptions]
|
|
342
339
|
Request-specific configuration.
|
|
@@ -356,16 +353,17 @@ class ReactorsClient:
|
|
|
356
353
|
)
|
|
357
354
|
client.reactors.react(
|
|
358
355
|
id="id",
|
|
356
|
+
request={"key": "value"},
|
|
359
357
|
)
|
|
360
358
|
"""
|
|
361
|
-
_response = self._raw_client.react(id,
|
|
359
|
+
_response = self._raw_client.react(id, request=request, request_options=request_options)
|
|
362
360
|
return _response.data
|
|
363
361
|
|
|
364
362
|
def react_async(
|
|
365
363
|
self,
|
|
366
364
|
id: str,
|
|
367
365
|
*,
|
|
368
|
-
|
|
366
|
+
request: typing.Optional[typing.Any] = None,
|
|
369
367
|
request_options: typing.Optional[RequestOptions] = None,
|
|
370
368
|
) -> AsyncReactResponse:
|
|
371
369
|
"""
|
|
@@ -373,7 +371,7 @@ class ReactorsClient:
|
|
|
373
371
|
----------
|
|
374
372
|
id : str
|
|
375
373
|
|
|
376
|
-
|
|
374
|
+
request : typing.Optional[typing.Any]
|
|
377
375
|
|
|
378
376
|
request_options : typing.Optional[RequestOptions]
|
|
379
377
|
Request-specific configuration.
|
|
@@ -393,9 +391,10 @@ class ReactorsClient:
|
|
|
393
391
|
)
|
|
394
392
|
client.reactors.react_async(
|
|
395
393
|
id="id",
|
|
394
|
+
request={"key": "value"},
|
|
396
395
|
)
|
|
397
396
|
"""
|
|
398
|
-
_response = self._raw_client.react_async(id,
|
|
397
|
+
_response = self._raw_client.react_async(id, request=request, request_options=request_options)
|
|
399
398
|
return _response.data
|
|
400
399
|
|
|
401
400
|
|
|
@@ -756,8 +755,7 @@ class AsyncReactorsClient:
|
|
|
756
755
|
self,
|
|
757
756
|
id: str,
|
|
758
757
|
*,
|
|
759
|
-
|
|
760
|
-
callback_url: typing.Optional[str] = OMIT,
|
|
758
|
+
request: typing.Optional[typing.Any] = None,
|
|
761
759
|
request_options: typing.Optional[RequestOptions] = None,
|
|
762
760
|
) -> ReactResponse:
|
|
763
761
|
"""
|
|
@@ -765,9 +763,7 @@ class AsyncReactorsClient:
|
|
|
765
763
|
----------
|
|
766
764
|
id : str
|
|
767
765
|
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
callback_url : typing.Optional[str]
|
|
766
|
+
request : typing.Optional[typing.Any]
|
|
771
767
|
|
|
772
768
|
request_options : typing.Optional[RequestOptions]
|
|
773
769
|
Request-specific configuration.
|
|
@@ -792,21 +788,20 @@ class AsyncReactorsClient:
|
|
|
792
788
|
async def main() -> None:
|
|
793
789
|
await client.reactors.react(
|
|
794
790
|
id="id",
|
|
791
|
+
request={"key": "value"},
|
|
795
792
|
)
|
|
796
793
|
|
|
797
794
|
|
|
798
795
|
asyncio.run(main())
|
|
799
796
|
"""
|
|
800
|
-
_response = await self._raw_client.react(
|
|
801
|
-
id, args=args, callback_url=callback_url, request_options=request_options
|
|
802
|
-
)
|
|
797
|
+
_response = await self._raw_client.react(id, request=request, request_options=request_options)
|
|
803
798
|
return _response.data
|
|
804
799
|
|
|
805
800
|
async def react_async(
|
|
806
801
|
self,
|
|
807
802
|
id: str,
|
|
808
803
|
*,
|
|
809
|
-
|
|
804
|
+
request: typing.Optional[typing.Any] = None,
|
|
810
805
|
request_options: typing.Optional[RequestOptions] = None,
|
|
811
806
|
) -> AsyncReactResponse:
|
|
812
807
|
"""
|
|
@@ -814,7 +809,7 @@ class AsyncReactorsClient:
|
|
|
814
809
|
----------
|
|
815
810
|
id : str
|
|
816
811
|
|
|
817
|
-
|
|
812
|
+
request : typing.Optional[typing.Any]
|
|
818
813
|
|
|
819
814
|
request_options : typing.Optional[RequestOptions]
|
|
820
815
|
Request-specific configuration.
|
|
@@ -839,10 +834,11 @@ class AsyncReactorsClient:
|
|
|
839
834
|
async def main() -> None:
|
|
840
835
|
await client.reactors.react_async(
|
|
841
836
|
id="id",
|
|
837
|
+
request={"key": "value"},
|
|
842
838
|
)
|
|
843
839
|
|
|
844
840
|
|
|
845
841
|
asyncio.run(main())
|
|
846
842
|
"""
|
|
847
|
-
_response = await self._raw_client.react_async(id,
|
|
843
|
+
_response = await self._raw_client.react_async(id, request=request, request_options=request_options)
|
|
848
844
|
return _response.data
|
|
@@ -597,8 +597,7 @@ class RawReactorsClient:
|
|
|
597
597
|
self,
|
|
598
598
|
id: str,
|
|
599
599
|
*,
|
|
600
|
-
|
|
601
|
-
callback_url: typing.Optional[str] = OMIT,
|
|
600
|
+
request: typing.Optional[typing.Any] = None,
|
|
602
601
|
request_options: typing.Optional[RequestOptions] = None,
|
|
603
602
|
) -> HttpResponse[ReactResponse]:
|
|
604
603
|
"""
|
|
@@ -606,9 +605,7 @@ class RawReactorsClient:
|
|
|
606
605
|
----------
|
|
607
606
|
id : str
|
|
608
607
|
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
callback_url : typing.Optional[str]
|
|
608
|
+
request : typing.Optional[typing.Any]
|
|
612
609
|
|
|
613
610
|
request_options : typing.Optional[RequestOptions]
|
|
614
611
|
Request-specific configuration.
|
|
@@ -621,10 +618,7 @@ class RawReactorsClient:
|
|
|
621
618
|
_response = self._client_wrapper.httpx_client.request(
|
|
622
619
|
f"reactors/{jsonable_encoder(id)}/react",
|
|
623
620
|
method="POST",
|
|
624
|
-
json=
|
|
625
|
-
"args": args,
|
|
626
|
-
"callback_url": callback_url,
|
|
627
|
-
},
|
|
621
|
+
json=request,
|
|
628
622
|
headers={
|
|
629
623
|
"content-type": "application/json",
|
|
630
624
|
},
|
|
@@ -705,7 +699,7 @@ class RawReactorsClient:
|
|
|
705
699
|
self,
|
|
706
700
|
id: str,
|
|
707
701
|
*,
|
|
708
|
-
|
|
702
|
+
request: typing.Optional[typing.Any] = None,
|
|
709
703
|
request_options: typing.Optional[RequestOptions] = None,
|
|
710
704
|
) -> HttpResponse[AsyncReactResponse]:
|
|
711
705
|
"""
|
|
@@ -713,7 +707,7 @@ class RawReactorsClient:
|
|
|
713
707
|
----------
|
|
714
708
|
id : str
|
|
715
709
|
|
|
716
|
-
|
|
710
|
+
request : typing.Optional[typing.Any]
|
|
717
711
|
|
|
718
712
|
request_options : typing.Optional[RequestOptions]
|
|
719
713
|
Request-specific configuration.
|
|
@@ -726,9 +720,7 @@ class RawReactorsClient:
|
|
|
726
720
|
_response = self._client_wrapper.httpx_client.request(
|
|
727
721
|
f"reactors/{jsonable_encoder(id)}/react-async",
|
|
728
722
|
method="POST",
|
|
729
|
-
json=
|
|
730
|
-
"args": args,
|
|
731
|
-
},
|
|
723
|
+
json=request,
|
|
732
724
|
headers={
|
|
733
725
|
"content-type": "application/json",
|
|
734
726
|
},
|
|
@@ -1381,8 +1373,7 @@ class AsyncRawReactorsClient:
|
|
|
1381
1373
|
self,
|
|
1382
1374
|
id: str,
|
|
1383
1375
|
*,
|
|
1384
|
-
|
|
1385
|
-
callback_url: typing.Optional[str] = OMIT,
|
|
1376
|
+
request: typing.Optional[typing.Any] = None,
|
|
1386
1377
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1387
1378
|
) -> AsyncHttpResponse[ReactResponse]:
|
|
1388
1379
|
"""
|
|
@@ -1390,9 +1381,7 @@ class AsyncRawReactorsClient:
|
|
|
1390
1381
|
----------
|
|
1391
1382
|
id : str
|
|
1392
1383
|
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
callback_url : typing.Optional[str]
|
|
1384
|
+
request : typing.Optional[typing.Any]
|
|
1396
1385
|
|
|
1397
1386
|
request_options : typing.Optional[RequestOptions]
|
|
1398
1387
|
Request-specific configuration.
|
|
@@ -1405,10 +1394,7 @@ class AsyncRawReactorsClient:
|
|
|
1405
1394
|
_response = await self._client_wrapper.httpx_client.request(
|
|
1406
1395
|
f"reactors/{jsonable_encoder(id)}/react",
|
|
1407
1396
|
method="POST",
|
|
1408
|
-
json=
|
|
1409
|
-
"args": args,
|
|
1410
|
-
"callback_url": callback_url,
|
|
1411
|
-
},
|
|
1397
|
+
json=request,
|
|
1412
1398
|
headers={
|
|
1413
1399
|
"content-type": "application/json",
|
|
1414
1400
|
},
|
|
@@ -1489,7 +1475,7 @@ class AsyncRawReactorsClient:
|
|
|
1489
1475
|
self,
|
|
1490
1476
|
id: str,
|
|
1491
1477
|
*,
|
|
1492
|
-
|
|
1478
|
+
request: typing.Optional[typing.Any] = None,
|
|
1493
1479
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1494
1480
|
) -> AsyncHttpResponse[AsyncReactResponse]:
|
|
1495
1481
|
"""
|
|
@@ -1497,7 +1483,7 @@ class AsyncRawReactorsClient:
|
|
|
1497
1483
|
----------
|
|
1498
1484
|
id : str
|
|
1499
1485
|
|
|
1500
|
-
|
|
1486
|
+
request : typing.Optional[typing.Any]
|
|
1501
1487
|
|
|
1502
1488
|
request_options : typing.Optional[RequestOptions]
|
|
1503
1489
|
Request-specific configuration.
|
|
@@ -1510,9 +1496,7 @@ class AsyncRawReactorsClient:
|
|
|
1510
1496
|
_response = await self._client_wrapper.httpx_client.request(
|
|
1511
1497
|
f"reactors/{jsonable_encoder(id)}/react-async",
|
|
1512
1498
|
method="POST",
|
|
1513
|
-
json=
|
|
1514
|
-
"args": args,
|
|
1515
|
-
},
|
|
1499
|
+
json=request,
|
|
1516
1500
|
headers={
|
|
1517
1501
|
"content-type": "application/json",
|
|
1518
1502
|
},
|
|
@@ -83,6 +83,8 @@ from .network_token_cryptogram import NetworkTokenCryptogram
|
|
|
83
83
|
from .network_token_extras import NetworkTokenExtras
|
|
84
84
|
from .pagination import Pagination
|
|
85
85
|
from .payment_data import PaymentData
|
|
86
|
+
from .pending_proxy import PendingProxy
|
|
87
|
+
from .pending_reactor import PendingReactor
|
|
86
88
|
from .permission import Permission
|
|
87
89
|
from .privacy import Privacy
|
|
88
90
|
from .problem_details import ProblemDetails
|
|
@@ -98,6 +100,8 @@ from .reactor_formula_configuration import ReactorFormulaConfiguration
|
|
|
98
100
|
from .reactor_formula_paginated_list import ReactorFormulaPaginatedList
|
|
99
101
|
from .reactor_formula_request_parameter import ReactorFormulaRequestParameter
|
|
100
102
|
from .reactor_paginated_list import ReactorPaginatedList
|
|
103
|
+
from .requested_proxy import RequestedProxy
|
|
104
|
+
from .requested_reactor import RequestedReactor
|
|
101
105
|
from .role import Role
|
|
102
106
|
from .runtime import Runtime
|
|
103
107
|
from .string_string_key_value_pair import StringStringKeyValuePair
|
|
@@ -230,6 +234,8 @@ __all__ = [
|
|
|
230
234
|
"NetworkTokenExtras",
|
|
231
235
|
"Pagination",
|
|
232
236
|
"PaymentData",
|
|
237
|
+
"PendingProxy",
|
|
238
|
+
"PendingReactor",
|
|
233
239
|
"Permission",
|
|
234
240
|
"Privacy",
|
|
235
241
|
"ProblemDetails",
|
|
@@ -245,6 +251,8 @@ __all__ = [
|
|
|
245
251
|
"ReactorFormulaPaginatedList",
|
|
246
252
|
"ReactorFormulaRequestParameter",
|
|
247
253
|
"ReactorPaginatedList",
|
|
254
|
+
"RequestedProxy",
|
|
255
|
+
"RequestedReactor",
|
|
248
256
|
"Role",
|
|
249
257
|
"Runtime",
|
|
250
258
|
"StringStringKeyValuePair",
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from .proxy_transform import ProxyTransform
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class PendingProxy(UniversalBaseModel):
|
|
11
|
+
destination_url: typing.Optional[str] = None
|
|
12
|
+
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = None
|
|
13
|
+
require_auth: typing.Optional[bool] = None
|
|
14
|
+
request_transforms: typing.Optional[typing.List[ProxyTransform]] = None
|
|
15
|
+
response_transforms: typing.Optional[typing.List[ProxyTransform]] = None
|
|
16
|
+
|
|
17
|
+
if IS_PYDANTIC_V2:
|
|
18
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
19
|
+
else:
|
|
20
|
+
|
|
21
|
+
class Config:
|
|
22
|
+
frozen = True
|
|
23
|
+
smart_union = True
|
|
24
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from .runtime import Runtime
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class PendingReactor(UniversalBaseModel):
|
|
11
|
+
code: typing.Optional[str] = None
|
|
12
|
+
runtime: typing.Optional[Runtime] = None
|
|
13
|
+
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = None
|
|
14
|
+
|
|
15
|
+
if IS_PYDANTIC_V2:
|
|
16
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
17
|
+
else:
|
|
18
|
+
|
|
19
|
+
class Config:
|
|
20
|
+
frozen = True
|
|
21
|
+
smart_union = True
|
|
22
|
+
extra = pydantic.Extra.allow
|
|
@@ -6,6 +6,7 @@ import typing
|
|
|
6
6
|
import pydantic
|
|
7
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
8
8
|
from .proxy_transform import ProxyTransform
|
|
9
|
+
from .requested_proxy import RequestedProxy
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
class Proxy(UniversalBaseModel):
|
|
@@ -27,6 +28,7 @@ class Proxy(UniversalBaseModel):
|
|
|
27
28
|
proxy_host: typing.Optional[str] = None
|
|
28
29
|
timeout: typing.Optional[int] = None
|
|
29
30
|
client_certificate: typing.Optional[str] = None
|
|
31
|
+
requested: typing.Optional[RequestedProxy] = None
|
|
30
32
|
created_by: typing.Optional[str] = None
|
|
31
33
|
created_at: typing.Optional[dt.datetime] = None
|
|
32
34
|
modified_by: typing.Optional[str] = None
|
|
@@ -7,6 +7,7 @@ import pydantic
|
|
|
7
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
8
8
|
from .application import Application
|
|
9
9
|
from .reactor_formula import ReactorFormula
|
|
10
|
+
from .requested_reactor import RequestedReactor
|
|
10
11
|
from .runtime import Runtime
|
|
11
12
|
|
|
12
13
|
|
|
@@ -24,6 +25,7 @@ class Reactor(UniversalBaseModel):
|
|
|
24
25
|
modified_at: typing.Optional[dt.datetime] = None
|
|
25
26
|
configuration: typing.Optional[typing.Dict[str, typing.Optional[str]]] = None
|
|
26
27
|
runtime: typing.Optional[Runtime] = None
|
|
28
|
+
requested: typing.Optional[RequestedReactor] = None
|
|
27
29
|
|
|
28
30
|
if IS_PYDANTIC_V2:
|
|
29
31
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from .pending_proxy import PendingProxy
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class RequestedProxy(UniversalBaseModel):
|
|
11
|
+
proxy: typing.Optional[PendingProxy] = None
|
|
12
|
+
error_code: typing.Optional[str] = None
|
|
13
|
+
error_message: typing.Optional[str] = None
|
|
14
|
+
error_details: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = None
|
|
15
|
+
|
|
16
|
+
if IS_PYDANTIC_V2:
|
|
17
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
18
|
+
else:
|
|
19
|
+
|
|
20
|
+
class Config:
|
|
21
|
+
frozen = True
|
|
22
|
+
smart_union = True
|
|
23
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from .pending_reactor import PendingReactor
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class RequestedReactor(UniversalBaseModel):
|
|
11
|
+
reactor: typing.Optional[PendingReactor] = None
|
|
12
|
+
error_code: typing.Optional[str] = None
|
|
13
|
+
error_message: typing.Optional[str] = None
|
|
14
|
+
error_details: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = None
|
|
15
|
+
|
|
16
|
+
if IS_PYDANTIC_V2:
|
|
17
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
18
|
+
else:
|
|
19
|
+
|
|
20
|
+
class Config:
|
|
21
|
+
frozen = True
|
|
22
|
+
smart_union = True
|
|
23
|
+
extra = pydantic.Extra.allow
|
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/__init__.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/jobs/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/account_updater/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/domain/__init__.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/domain/client.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/domain/raw_client.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/merchant/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/merchant/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/raw_client.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/session/__init__.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/session/client.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/apple_pay/session/raw_client.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_keys/__init__.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_keys/client.py
RENAMED
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_keys/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/application_templates/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{basistheoryclient-4.2.0 → basistheoryclient-5.0.0}/src/basis_theory/applications/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|