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.
Files changed (297) hide show
  1. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/PKG-INFO +1 -1
  2. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/pyproject.toml +1 -1
  3. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/real_time/client.py +10 -0
  4. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/real_time/raw_client.py +10 -0
  5. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/proxies/client.py +24 -0
  6. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/proxies/raw_client.py +24 -0
  7. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/sessions/client.py +8 -0
  8. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/sessions/raw_client.py +8 -0
  9. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_account_updater_job_request.py +5 -0
  10. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_three_ds_session_response.py +1 -0
  11. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/proxy.py +1 -0
  12. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_session.py +1 -0
  13. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/LICENSE +0 -0
  14. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/README.md +0 -0
  15. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/__init__.py +0 -0
  16. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/__init__.py +0 -0
  17. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/client.py +0 -0
  18. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/jobs/__init__.py +0 -0
  19. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/jobs/client.py +0 -0
  20. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/jobs/raw_client.py +0 -0
  21. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/raw_client.py +0 -0
  22. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/account_updater/real_time/__init__.py +0 -0
  23. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/__init__.py +0 -0
  24. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/client.py +0 -0
  25. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/domain/__init__.py +0 -0
  26. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/domain/client.py +0 -0
  27. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/domain/raw_client.py +0 -0
  28. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/__init__.py +0 -0
  29. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/certificates/__init__.py +0 -0
  30. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/certificates/client.py +0 -0
  31. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/certificates/raw_client.py +0 -0
  32. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/client.py +0 -0
  33. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/merchant/raw_client.py +0 -0
  34. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/raw_client.py +0 -0
  35. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/session/__init__.py +0 -0
  36. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/session/client.py +0 -0
  37. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/apple_pay/session/raw_client.py +0 -0
  38. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_keys/__init__.py +0 -0
  39. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_keys/client.py +0 -0
  40. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_keys/raw_client.py +0 -0
  41. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_templates/__init__.py +0 -0
  42. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_templates/client.py +0 -0
  43. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/application_templates/raw_client.py +0 -0
  44. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/applications/__init__.py +0 -0
  45. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/applications/client.py +0 -0
  46. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/applications/raw_client.py +0 -0
  47. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/client.py +0 -0
  48. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/__init__.py +0 -0
  49. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/api_error.py +0 -0
  50. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/client_wrapper.py +0 -0
  51. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/datetime_utils.py +0 -0
  52. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/file.py +0 -0
  53. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/force_multipart.py +0 -0
  54. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/http_client.py +0 -0
  55. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/http_response.py +0 -0
  56. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/jsonable_encoder.py +0 -0
  57. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/pagination.py +0 -0
  58. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/pydantic_utilities.py +0 -0
  59. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/query_encoder.py +0 -0
  60. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/remove_none_from_dict.py +0 -0
  61. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/request_options.py +0 -0
  62. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/core/serialization.py +0 -0
  63. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/__init__.py +0 -0
  64. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/client.py +0 -0
  65. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/data/__init__.py +0 -0
  66. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/data/client.py +0 -0
  67. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/data/raw_client.py +0 -0
  68. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/documents/raw_client.py +0 -0
  69. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/enrichments/__init__.py +0 -0
  70. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/enrichments/client.py +0 -0
  71. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/enrichments/raw_client.py +0 -0
  72. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/environment.py +0 -0
  73. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/__init__.py +0 -0
  74. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/bad_request_error.py +0 -0
  75. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/conflict_error.py +0 -0
  76. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/forbidden_error.py +0 -0
  77. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/internal_server_error.py +0 -0
  78. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/not_found_error.py +0 -0
  79. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/service_unavailable_error.py +0 -0
  80. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/unauthorized_error.py +0 -0
  81. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/errors/unprocessable_entity_error.py +0 -0
  82. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/__init__.py +0 -0
  83. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/client.py +0 -0
  84. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/__init__.py +0 -0
  85. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/certificates/__init__.py +0 -0
  86. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/certificates/client.py +0 -0
  87. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/certificates/raw_client.py +0 -0
  88. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/client.py +0 -0
  89. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/merchant/raw_client.py +0 -0
  90. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/google_pay/raw_client.py +0 -0
  91. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/keys/__init__.py +0 -0
  92. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/keys/client.py +0 -0
  93. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/keys/raw_client.py +0 -0
  94. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/logs/__init__.py +0 -0
  95. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/logs/client.py +0 -0
  96. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/logs/raw_client.py +0 -0
  97. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/network_tokens/__init__.py +0 -0
  98. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/network_tokens/client.py +0 -0
  99. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/network_tokens/raw_client.py +0 -0
  100. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/permissions/__init__.py +0 -0
  101. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/permissions/client.py +0 -0
  102. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/permissions/raw_client.py +0 -0
  103. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/proxies/__init__.py +0 -0
  104. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/py.typed +0 -0
  105. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/__init__.py +0 -0
  106. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/client.py +0 -0
  107. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/raw_client.py +0 -0
  108. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/results/__init__.py +0 -0
  109. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/results/client.py +0 -0
  110. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/reactors/results/raw_client.py +0 -0
  111. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/roles/__init__.py +0 -0
  112. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/roles/client.py +0 -0
  113. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/roles/raw_client.py +0 -0
  114. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/sessions/__init__.py +0 -0
  115. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/sessions/client.py +0 -0
  116. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/sessions/raw_client.py +0 -0
  117. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/__init__.py +0 -0
  118. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/client.py +0 -0
  119. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/connections/__init__.py +0 -0
  120. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/connections/client.py +0 -0
  121. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/connections/raw_client.py +0 -0
  122. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/invitations/__init__.py +0 -0
  123. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/invitations/client.py +0 -0
  124. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/invitations/raw_client.py +0 -0
  125. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/members/__init__.py +0 -0
  126. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/members/client.py +0 -0
  127. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/members/raw_client.py +0 -0
  128. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/owner/__init__.py +0 -0
  129. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/owner/client.py +0 -0
  130. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/owner/raw_client.py +0 -0
  131. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/raw_client.py +0 -0
  132. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/self_/__init__.py +0 -0
  133. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/self_/client.py +0 -0
  134. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tenants/self_/raw_client.py +0 -0
  135. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/__init__.py +0 -0
  136. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/client.py +0 -0
  137. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/raw_client.py +0 -0
  138. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/threeds/sessions/__init__.py +0 -0
  139. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/token_intents/__init__.py +0 -0
  140. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/token_intents/client.py +0 -0
  141. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/token_intents/raw_client.py +0 -0
  142. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tokens/__init__.py +0 -0
  143. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tokens/client.py +0 -0
  144. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/tokens/raw_client.py +0 -0
  145. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/__init__.py +0 -0
  146. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/access_rule.py +0 -0
  147. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_job.py +0 -0
  148. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_job_list.py +0 -0
  149. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_job_list_pagination.py +0 -0
  150. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_job_status.py +0 -0
  151. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/account_updater_real_time_response.py +0 -0
  152. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/additional_card_detail.py +0 -0
  153. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/additional_card_details.py +0 -0
  154. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/address.py +0 -0
  155. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_create_response.py +0 -0
  156. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_domain_registration_response.py +0 -0
  157. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_merchant.py +0 -0
  158. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_merchant_certificates.py +0 -0
  159. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_method_token.py +0 -0
  160. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_token.py +0 -0
  161. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_tokenize_request.py +0 -0
  162. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/apple_pay_tokenize_response.py +0 -0
  163. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/application.py +0 -0
  164. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/application_key.py +0 -0
  165. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/application_paginated_list.py +0 -0
  166. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/application_template.py +0 -0
  167. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/assurance_details.py +0 -0
  168. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/async_react_response.py +0 -0
  169. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/authenticate_three_ds_session_request.py +0 -0
  170. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/authentication.py +0 -0
  171. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/authentication_response.py +0 -0
  172. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bank_details.py +0 -0
  173. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bank_verification_response.py +0 -0
  174. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bin_details.py +0 -0
  175. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bin_details_bank.py +0 -0
  176. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bin_details_country.py +0 -0
  177. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/bin_details_product.py +0 -0
  178. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card.py +0 -0
  179. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_bin_range.py +0 -0
  180. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_details.py +0 -0
  181. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_details_response.py +0 -0
  182. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_issuer.py +0 -0
  183. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_issuer_country.py +0 -0
  184. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/card_issuer_details.py +0 -0
  185. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/cardholder_info.py +0 -0
  186. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/client_encryption_key_metadata_response.py +0 -0
  187. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/client_encryption_key_response.py +0 -0
  188. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/condition.py +0 -0
  189. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_document_request.py +0 -0
  190. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_reactor_formula_request.py +0 -0
  191. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_session_response.py +0 -0
  192. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_tenant_connection_response.py +0 -0
  193. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_token_intent_response.py +0 -0
  194. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/create_token_request.py +0 -0
  195. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/cursor_pagination.py +0 -0
  196. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/document.py +0 -0
  197. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/domain_registration_response.py +0 -0
  198. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/event_types.py +0 -0
  199. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_applications.py +0 -0
  200. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_logs.py +0 -0
  201. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_permissions.py +0 -0
  202. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_proxies.py +0 -0
  203. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_reactor_formulas.py +0 -0
  204. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_reactors.py +0 -0
  205. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_tenant_invitations.py +0 -0
  206. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_tenant_members.py +0 -0
  207. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/get_tokens_v2.py +0 -0
  208. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_create_response.py +0 -0
  209. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_merchant.py +0 -0
  210. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_merchant_certificates.py +0 -0
  211. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_method_token.py +0 -0
  212. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_token.py +0 -0
  213. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_tokenize_request.py +0 -0
  214. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/google_pay_tokenize_response.py +0 -0
  215. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/header.py +0 -0
  216. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/intermediate_signing_key.py +0 -0
  217. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/log.py +0 -0
  218. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/log_entity_type.py +0 -0
  219. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/log_paginated_list.py +0 -0
  220. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/network_token.py +0 -0
  221. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/network_token_cryptogram.py +0 -0
  222. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/network_token_extras.py +0 -0
  223. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/pagination.py +0 -0
  224. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/payment_data.py +0 -0
  225. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/pending_proxy.py +0 -0
  226. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/pending_reactor.py +0 -0
  227. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/permission.py +0 -0
  228. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/privacy.py +0 -0
  229. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/problem_details.py +0 -0
  230. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/proxy_paginated_list.py +0 -0
  231. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/proxy_transform.py +0 -0
  232. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/proxy_transform_options.py +0 -0
  233. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/public_key.py +0 -0
  234. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/react_response.py +0 -0
  235. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor.py +0 -0
  236. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_formula.py +0 -0
  237. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_formula_configuration.py +0 -0
  238. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_formula_paginated_list.py +0 -0
  239. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_formula_request_parameter.py +0 -0
  240. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/reactor_paginated_list.py +0 -0
  241. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/requested_proxy.py +0 -0
  242. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/requested_reactor.py +0 -0
  243. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/role.py +0 -0
  244. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/runtime.py +0 -0
  245. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/string_string_key_value_pair.py +0 -0
  246. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/submerchant_authentication_response.py +0 -0
  247. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant.py +0 -0
  248. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_connection_options.py +0 -0
  249. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_invitation_response.py +0 -0
  250. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_invitation_response_paginated_list.py +0 -0
  251. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_invitation_status.py +0 -0
  252. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_member_response.py +0 -0
  253. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_member_response_paginated_list.py +0 -0
  254. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/tenant_usage_report.py +0 -0
  255. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_acs_rendering_type.py +0 -0
  256. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_address.py +0 -0
  257. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_authentication.py +0 -0
  258. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_branding_options.py +0 -0
  259. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_callback_urls.py +0 -0
  260. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_cardholder_account_info.py +0 -0
  261. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_cardholder_authentication_info.py +0 -0
  262. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_cardholder_info.py +0 -0
  263. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_cardholder_phone_number.py +0 -0
  264. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_device_info.py +0 -0
  265. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_merchant_info.py +0 -0
  266. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_merchant_risk_info.py +0 -0
  267. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_message_extension.py +0 -0
  268. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_method.py +0 -0
  269. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_mobile_sdk_render_options.py +0 -0
  270. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_prior_authentication_info.py +0 -0
  271. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_purchase_info.py +0 -0
  272. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_requestor_info.py +0 -0
  273. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/three_ds_version.py +0 -0
  274. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token.py +0 -0
  275. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_authentication.py +0 -0
  276. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_cursor_paginated_list.py +0 -0
  277. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_enrichments.py +0 -0
  278. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_enrichments_card_details.py +0 -0
  279. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_extras.py +0 -0
  280. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_intent.py +0 -0
  281. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_intent_extras.py +0 -0
  282. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/token_service_provider_details.py +0 -0
  283. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/update_privacy.py +0 -0
  284. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/update_reactor_formula_request.py +0 -0
  285. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/user.py +0 -0
  286. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/validation_problem_details.py +0 -0
  287. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/webhook.py +0 -0
  288. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/webhook_list.py +0 -0
  289. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/webhook_list_pagination.py +0 -0
  290. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/types/webhook_status.py +0 -0
  291. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/version.py +0 -0
  292. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/__init__.py +0 -0
  293. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/client.py +0 -0
  294. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/events/__init__.py +0 -0
  295. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/events/client.py +0 -0
  296. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/events/raw_client.py +0 -0
  297. {basistheoryclient-5.0.0 → basistheoryclient-5.2.0}/src/basis_theory/webhooks/raw_client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: BasisTheoryClient
3
- Version: 5.0.0
3
+ Version: 5.2.0
4
4
  Summary:
5
5
  License: Apache-2.0
6
6
  Requires-Python: >=3.8,<4.0
@@ -3,7 +3,7 @@ name = "BasisTheoryClient"
3
3
 
4
4
  [tool.poetry]
5
5
  name = "BasisTheoryClient"
6
- version = "5.0.0"
6
+ version = "5.2.0"
7
7
  description = ""
8
8
  readme = "README.md"
9
9
  authors = []
@@ -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",
@@ -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
@@ -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
@@ -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