mollie-api-py 1.1.1__tar.gz → 1.1.2__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 (340) hide show
  1. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/PKG-INFO +1 -1
  2. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/pyproject.toml +1 -1
  3. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/_version.py +2 -2
  4. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/customers.py +20 -14
  5. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/__init__.py +16 -9
  6. mollie_api_py-1.1.2/src/mollie/models/update_customerop.py +123 -0
  7. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/update_payment_linkop.py +11 -9
  8. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/update_paymentop.py +4 -5
  9. mollie_api_py-1.1.1/src/mollie/models/update_values_sales_invoice.py → mollie_api_py-1.1.2/src/mollie/models/update_sales_invoiceop.py +47 -11
  10. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/update_subscriptionop.py +11 -9
  11. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/update_webhookop.py +8 -4
  12. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/sales_invoices.py +16 -16
  13. mollie_api_py-1.1.1/src/mollie/models/update_customerop.py +0 -43
  14. mollie_api_py-1.1.1/src/mollie/models/update_sales_invoiceop.py +0 -46
  15. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/LICENSE.md +0 -0
  16. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/README-PYPI.md +0 -0
  17. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/py.typed +0 -0
  18. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/__init__.py +0 -0
  19. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/_hooks/__init__.py +0 -0
  20. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/_hooks/mollie_hooks.py +0 -0
  21. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/_hooks/registration.py +0 -0
  22. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/_hooks/sdkhooks.py +0 -0
  23. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/_hooks/types.py +0 -0
  24. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/balance_transfers.py +0 -0
  25. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/balances.py +0 -0
  26. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/basesdk.py +0 -0
  27. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/capabilities.py +0 -0
  28. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/captures.py +0 -0
  29. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/chargebacks_sdk.py +0 -0
  30. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/client_links.py +0 -0
  31. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/clients.py +0 -0
  32. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/delayed_routing.py +0 -0
  33. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/httpclient.py +0 -0
  34. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/invoices.py +0 -0
  35. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/mandates.py +0 -0
  36. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/methods.py +0 -0
  37. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/address.py +0 -0
  38. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/amount.py +0 -0
  39. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/amount_nullable.py +0 -0
  40. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/apierror.py +0 -0
  41. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_card_audience.py +0 -0
  42. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_card_issuer.py +0 -0
  43. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_card_region.py +0 -0
  44. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_fee_type.py +0 -0
  45. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_prepayment_part_type.py +0 -0
  46. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_report_grouping.py +0 -0
  47. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_transaction_type.py +0 -0
  48. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_transfer_category.py +0 -0
  49. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_transfer_category_response.py +0 -0
  50. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_transfer_destination_type.py +0 -0
  51. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_transfer_party_type.py +0 -0
  52. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_transfer_party_type_response.py +0 -0
  53. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_transfer_status.py +0 -0
  54. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/balance_transfer_status_reason_response.py +0 -0
  55. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/billingaddress.py +0 -0
  56. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/cancel_paymentop.py +0 -0
  57. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/cancel_refundop.py +0 -0
  58. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/cancel_subscriptionop.py +0 -0
  59. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/capability_requirement_status.py +0 -0
  60. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/capability_status.py +0 -0
  61. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/capability_status_reason.py +0 -0
  62. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/capture_mode.py +0 -0
  63. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/capture_mode_response.py +0 -0
  64. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/capture_response.py +0 -0
  65. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/client_link_request.py +0 -0
  66. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/client_link_response.py +0 -0
  67. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/clienterror.py +0 -0
  68. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/components_sub_totals.py +0 -0
  69. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_captureop.py +0 -0
  70. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_client_linkop.py +0 -0
  71. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_connect_balance_transferop.py +0 -0
  72. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_customer_paymentop.py +0 -0
  73. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_customerop.py +0 -0
  74. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_mandateop.py +0 -0
  75. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_payment_linkop.py +0 -0
  76. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_paymentop.py +0 -0
  77. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_profileop.py +0 -0
  78. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_refundop.py +0 -0
  79. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_sales_invoiceop.py +0 -0
  80. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_subscriptionop.py +0 -0
  81. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_webhook.py +0 -0
  82. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/create_webhookop.py +0 -0
  83. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/currencies.py +0 -0
  84. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/customer_response.py +0 -0
  85. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/delete_customerop.py +0 -0
  86. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/delete_payment_linkop.py +0 -0
  87. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/delete_profileop.py +0 -0
  88. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/delete_sales_invoiceop.py +0 -0
  89. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/delete_values_sales_invoice.py +0 -0
  90. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/delete_webhookop.py +0 -0
  91. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_balance.py +0 -0
  92. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_balance_report.py +0 -0
  93. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_balance_transaction.py +0 -0
  94. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_balance_transfer.py +0 -0
  95. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_balance_transfer_party.py +0 -0
  96. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_balance_transfer_party_response.py +0 -0
  97. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_balance_transfer_response.py +0 -0
  98. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_capability.py +0 -0
  99. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_capability_requirement.py +0 -0
  100. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_capture.py +0 -0
  101. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_chargeback.py +0 -0
  102. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_customer.py +0 -0
  103. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_event.py +0 -0
  104. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_invoice.py +0 -0
  105. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_method_get.py +0 -0
  106. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_onboarding_status.py +0 -0
  107. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_organization.py +0 -0
  108. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_payment_route.py +0 -0
  109. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_payment_route_response.py +0 -0
  110. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_permission.py +0 -0
  111. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_refund_response.py +0 -0
  112. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_route.py +0 -0
  113. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_settlement.py +0 -0
  114. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_terminal.py +0 -0
  115. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_webhook.py +0 -0
  116. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/entity_webhook_event.py +0 -0
  117. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/error_response.py +0 -0
  118. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_balance_reportop.py +0 -0
  119. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_balanceop.py +0 -0
  120. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_captureop.py +0 -0
  121. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_chargebackop.py +0 -0
  122. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_clientop.py +0 -0
  123. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_connect_balance_transferop.py +0 -0
  124. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_current_organizationop.py +0 -0
  125. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_current_profileop.py +0 -0
  126. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_customerop.py +0 -0
  127. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_invoiceop.py +0 -0
  128. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_mandateop.py +0 -0
  129. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_methodop.py +0 -0
  130. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_next_settlementop.py +0 -0
  131. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_onboarding_statusop.py +0 -0
  132. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_open_settlementop.py +0 -0
  133. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_organizationop.py +0 -0
  134. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_partner_statusop.py +0 -0
  135. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_payment_link_paymentsop.py +0 -0
  136. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_payment_linkop.py +0 -0
  137. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_paymentop.py +0 -0
  138. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_permissionop.py +0 -0
  139. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_primary_balanceop.py +0 -0
  140. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_profileop.py +0 -0
  141. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_refundop.py +0 -0
  142. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_sales_invoiceop.py +0 -0
  143. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_settlementop.py +0 -0
  144. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_subscriptionop.py +0 -0
  145. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_terminalop.py +0 -0
  146. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_webhook_eventop.py +0 -0
  147. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/get_webhookop.py +0 -0
  148. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/internal/__init__.py +0 -0
  149. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/internal/globals.py +0 -0
  150. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/line_categories.py +0 -0
  151. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/line_categories_response.py +0 -0
  152. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_all_chargebacksop.py +0 -0
  153. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_all_methodsop.py +0 -0
  154. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_all_refundsop.py +0 -0
  155. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_all_subscriptionsop.py +0 -0
  156. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_balance_transactionsop.py +0 -0
  157. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_balancesop.py +0 -0
  158. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_capabilitiesop.py +0 -0
  159. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_capture_response.py +0 -0
  160. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_capturesop.py +0 -0
  161. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_chargebacksop.py +0 -0
  162. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_clientsop.py +0 -0
  163. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_connect_balance_transfersop.py +0 -0
  164. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_customer_paymentsop.py +0 -0
  165. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_customer_response.py +0 -0
  166. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_customersop.py +0 -0
  167. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_balance.py +0 -0
  168. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_chargeback.py +0 -0
  169. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_invoice.py +0 -0
  170. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_method.py +0 -0
  171. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_method_all.py +0 -0
  172. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_permission.py +0 -0
  173. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_refund.py +0 -0
  174. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_settlement.py +0 -0
  175. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_terminal.py +0 -0
  176. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_entity_webhook.py +0 -0
  177. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_invoicesop.py +0 -0
  178. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_links.py +0 -0
  179. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_mandate_response.py +0 -0
  180. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_mandatesop.py +0 -0
  181. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_methodsop.py +0 -0
  182. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_payment_linksop.py +0 -0
  183. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_payment_response.py +0 -0
  184. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_paymentsop.py +0 -0
  185. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_permissionsop.py +0 -0
  186. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_profile_response.py +0 -0
  187. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_profilesop.py +0 -0
  188. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_refundsop.py +0 -0
  189. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_route_get_response.py +0 -0
  190. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_sales_invoice_response.py +0 -0
  191. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_sales_invoicesop.py +0 -0
  192. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_settlement_capturesop.py +0 -0
  193. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_settlement_chargebacksop.py +0 -0
  194. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_settlement_paymentsop.py +0 -0
  195. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_settlement_refundsop.py +0 -0
  196. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_settlementsop.py +0 -0
  197. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_subscription_paymentsop.py +0 -0
  198. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_subscription_response.py +0 -0
  199. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_subscriptionsop.py +0 -0
  200. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_terminalsop.py +0 -0
  201. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/list_webhooksop.py +0 -0
  202. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/locale.py +0 -0
  203. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/locale_response.py +0 -0
  204. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/mandate_details_card_label_response.py +0 -0
  205. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/mandate_method.py +0 -0
  206. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/mandate_method_response.py +0 -0
  207. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/mandate_request.py +0 -0
  208. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/mandate_response.py +0 -0
  209. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/metadata.py +0 -0
  210. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/method_enum.py +0 -0
  211. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/method_id.py +0 -0
  212. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/method_include_wallets_parameter.py +0 -0
  213. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/method_resource_parameter.py +0 -0
  214. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/method_response.py +0 -0
  215. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/method_status.py +0 -0
  216. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/mode.py +0 -0
  217. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/no_response_error.py +0 -0
  218. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/onboarding_vat_regulation.py +0 -0
  219. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/organization_vat_regulation.py +0 -0
  220. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_address.py +0 -0
  221. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_create_routeop.py +0 -0
  222. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_card_audition_response.py +0 -0
  223. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_card_funding_response.py +0 -0
  224. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_card_label_response.py +0 -0
  225. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_card_security_response.py +0 -0
  226. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_failure_reason_response.py +0 -0
  227. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_fee_region_response.py +0 -0
  228. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_receipt_card_read_method_response.py +0 -0
  229. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_receipt_card_verification_method_response.py +0 -0
  230. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_seller_protection_response.py +0 -0
  231. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_details_wallet_response.py +0 -0
  232. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_line_item.py +0 -0
  233. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_line_item_response.py +0 -0
  234. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_line_type.py +0 -0
  235. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_line_type_response.py +0 -0
  236. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_link_method.py +0 -0
  237. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_link_method_response.py +0 -0
  238. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_link_response.py +0 -0
  239. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_link_sequence_type.py +0 -0
  240. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_link_sequence_type_response.py +0 -0
  241. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_list_routesop.py +0 -0
  242. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_method.py +0 -0
  243. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_request.py +0 -0
  244. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/payment_response.py +0 -0
  245. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/profile_request.py +0 -0
  246. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/profile_response.py +0 -0
  247. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/profile_review_status_response.py +0 -0
  248. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/recurring_line_item.py +0 -0
  249. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/refund_external_reference_type.py +0 -0
  250. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/refund_external_reference_type_response.py +0 -0
  251. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/refund_request.py +0 -0
  252. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/release_authorizationop.py +0 -0
  253. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/request_apple_pay_payment_sessionop.py +0 -0
  254. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/responsevalidationerror.py +0 -0
  255. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/revoke_mandateop.py +0 -0
  256. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/route_create_response.py +0 -0
  257. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/route_destination_type.py +0 -0
  258. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/route_destination_type_response.py +0 -0
  259. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_discount.py +0 -0
  260. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_discount_response.py +0 -0
  261. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_discount_type.py +0 -0
  262. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_discount_type_response.py +0 -0
  263. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_email_details.py +0 -0
  264. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_line_item.py +0 -0
  265. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_line_item_response.py +0 -0
  266. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_payment_details.py +0 -0
  267. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_payment_details_response.py +0 -0
  268. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_payment_details_source.py +0 -0
  269. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_payment_details_source_response.py +0 -0
  270. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_payment_term.py +0 -0
  271. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_payment_term_response.py +0 -0
  272. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_recipient.py +0 -0
  273. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_recipient_locale.py +0 -0
  274. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_recipient_locale_response.py +0 -0
  275. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_recipient_response.py +0 -0
  276. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_recipient_type.py +0 -0
  277. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_recipient_type_response.py +0 -0
  278. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_request.py +0 -0
  279. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_response.py +0 -0
  280. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_status.py +0 -0
  281. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_status_response.py +0 -0
  282. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_vat_mode.py +0 -0
  283. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_vat_mode_response.py +0 -0
  284. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_vat_scheme.py +0 -0
  285. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sales_invoice_vat_scheme_response.py +0 -0
  286. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/security.py +0 -0
  287. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sequence_type.py +0 -0
  288. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sequence_type_response.py +0 -0
  289. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sorting.py +0 -0
  290. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/status_reason.py +0 -0
  291. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sub_group.py +0 -0
  292. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/sub_totals.py +0 -0
  293. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/submit_onboarding_dataop.py +0 -0
  294. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/subscription_method.py +0 -0
  295. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/subscription_method_response.py +0 -0
  296. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/subscription_request.py +0 -0
  297. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/subscription_response.py +0 -0
  298. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/terminal_brand.py +0 -0
  299. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/terminal_model.py +0 -0
  300. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/test_webhookop.py +0 -0
  301. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/update_profileop.py +0 -0
  302. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/url.py +0 -0
  303. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/url_nullable.py +0 -0
  304. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/webhook_event_types.py +0 -0
  305. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/models/webhook_status.py +0 -0
  306. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/onboarding.py +0 -0
  307. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/organizations.py +0 -0
  308. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/payment_links.py +0 -0
  309. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/payments_sdk.py +0 -0
  310. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/permissions.py +0 -0
  311. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/profiles.py +0 -0
  312. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/py.typed +0 -0
  313. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/refunds_sdk.py +0 -0
  314. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/sdk.py +0 -0
  315. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/sdkconfiguration.py +0 -0
  316. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/settlements.py +0 -0
  317. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/subscriptions.py +0 -0
  318. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/terminals.py +0 -0
  319. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/types/__init__.py +0 -0
  320. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/types/basemodel.py +0 -0
  321. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/__init__.py +0 -0
  322. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/annotations.py +0 -0
  323. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/datetimes.py +0 -0
  324. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/enums.py +0 -0
  325. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/eventstreaming.py +0 -0
  326. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/forms.py +0 -0
  327. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/headers.py +0 -0
  328. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/logger.py +0 -0
  329. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/metadata.py +0 -0
  330. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/queryparams.py +0 -0
  331. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/requestbodies.py +0 -0
  332. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/retries.py +0 -0
  333. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/security.py +0 -0
  334. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/serializers.py +0 -0
  335. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/unmarshal_json_response.py +0 -0
  336. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/url.py +0 -0
  337. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/utils/values.py +0 -0
  338. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/wallets.py +0 -0
  339. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/webhook_events.py +0 -0
  340. {mollie_api_py-1.1.1 → mollie_api_py-1.1.2}/src/mollie/webhooks.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mollie-api-py
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  License-File: LICENSE.md
6
6
  Author: Speakeasy
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mollie-api-py"
3
- version = "1.1.1"
3
+ version = "1.1.2"
4
4
  description = "Python Client SDK Generated by Speakeasy."
5
5
  authors = [{ name = "Speakeasy" },]
6
6
  readme = "README-PYPI.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "mollie-api-py"
6
- __version__: str = "1.1.1"
6
+ __version__: str = "1.1.2"
7
7
  __openapi_doc_version__: str = "1.0.0"
8
8
  __gen_version__: str = "2.730.5"
9
- __user_agent__: str = "speakeasy-sdk/python 1.1.1 2.730.5 1.0.0 mollie-api-py"
9
+ __user_agent__: str = "speakeasy-sdk/python 1.1.2 2.730.5 1.0.0 mollie-api-py"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -653,8 +653,11 @@ class Customers(BaseSDK):
653
653
  *,
654
654
  customer_id: str,
655
655
  idempotency_key: Optional[str] = None,
656
- entity_customer: Optional[
657
- Union[models.EntityCustomer, models.EntityCustomerTypedDict]
656
+ request_body: Optional[
657
+ Union[
658
+ models.UpdateCustomerRequestBody,
659
+ models.UpdateCustomerRequestBodyTypedDict,
660
+ ]
658
661
  ] = None,
659
662
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
660
663
  server_url: Optional[str] = None,
@@ -669,7 +672,7 @@ class Customers(BaseSDK):
669
672
 
670
673
  :param customer_id: Provide the ID of the related customer.
671
674
  :param idempotency_key: A unique key to ensure idempotent requests. This key should be a UUID v4 string.
672
- :param entity_customer:
675
+ :param request_body:
673
676
  :param retries: Override the default retry configuration for this method
674
677
  :param server_url: Override the default server URL for this method
675
678
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -688,8 +691,8 @@ class Customers(BaseSDK):
688
691
  request = models.UpdateCustomerRequest(
689
692
  customer_id=customer_id,
690
693
  idempotency_key=idempotency_key,
691
- entity_customer=utils.get_pydantic_model(
692
- entity_customer, Optional[models.EntityCustomer]
694
+ request_body=utils.get_pydantic_model(
695
+ request_body, Optional[models.UpdateCustomerRequestBody]
693
696
  ),
694
697
  )
695
698
 
@@ -707,11 +710,11 @@ class Customers(BaseSDK):
707
710
  http_headers=http_headers,
708
711
  security=self.sdk_configuration.security,
709
712
  get_serialized_body=lambda: utils.serialize_request_body(
710
- request.entity_customer,
713
+ request.request_body,
711
714
  False,
712
715
  True,
713
716
  "json",
714
- Optional[models.EntityCustomer],
717
+ Optional[models.UpdateCustomerRequestBody],
715
718
  ),
716
719
  timeout_ms=timeout_ms,
717
720
  )
@@ -763,8 +766,11 @@ class Customers(BaseSDK):
763
766
  *,
764
767
  customer_id: str,
765
768
  idempotency_key: Optional[str] = None,
766
- entity_customer: Optional[
767
- Union[models.EntityCustomer, models.EntityCustomerTypedDict]
769
+ request_body: Optional[
770
+ Union[
771
+ models.UpdateCustomerRequestBody,
772
+ models.UpdateCustomerRequestBodyTypedDict,
773
+ ]
768
774
  ] = None,
769
775
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
770
776
  server_url: Optional[str] = None,
@@ -779,7 +785,7 @@ class Customers(BaseSDK):
779
785
 
780
786
  :param customer_id: Provide the ID of the related customer.
781
787
  :param idempotency_key: A unique key to ensure idempotent requests. This key should be a UUID v4 string.
782
- :param entity_customer:
788
+ :param request_body:
783
789
  :param retries: Override the default retry configuration for this method
784
790
  :param server_url: Override the default server URL for this method
785
791
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -798,8 +804,8 @@ class Customers(BaseSDK):
798
804
  request = models.UpdateCustomerRequest(
799
805
  customer_id=customer_id,
800
806
  idempotency_key=idempotency_key,
801
- entity_customer=utils.get_pydantic_model(
802
- entity_customer, Optional[models.EntityCustomer]
807
+ request_body=utils.get_pydantic_model(
808
+ request_body, Optional[models.UpdateCustomerRequestBody]
803
809
  ),
804
810
  )
805
811
 
@@ -817,11 +823,11 @@ class Customers(BaseSDK):
817
823
  http_headers=http_headers,
818
824
  security=self.sdk_configuration.security,
819
825
  get_serialized_body=lambda: utils.serialize_request_body(
820
- request.entity_customer,
826
+ request.request_body,
821
827
  False,
822
828
  True,
823
829
  "json",
824
- Optional[models.EntityCustomer],
830
+ Optional[models.UpdateCustomerRequestBody],
825
831
  ),
826
832
  timeout_ms=timeout_ms,
827
833
  )
@@ -1481,7 +1481,12 @@ if TYPE_CHECKING:
1481
1481
  TestWebhookRequestBodyTypedDict,
1482
1482
  TestWebhookRequestTypedDict,
1483
1483
  )
1484
- from .update_customerop import UpdateCustomerRequest, UpdateCustomerRequestTypedDict
1484
+ from .update_customerop import (
1485
+ UpdateCustomerRequest,
1486
+ UpdateCustomerRequestBody,
1487
+ UpdateCustomerRequestBodyTypedDict,
1488
+ UpdateCustomerRequestTypedDict,
1489
+ )
1485
1490
  from .update_payment_linkop import (
1486
1491
  UpdatePaymentLinkRequest,
1487
1492
  UpdatePaymentLinkRequestBody,
@@ -1502,6 +1507,8 @@ if TYPE_CHECKING:
1502
1507
  )
1503
1508
  from .update_sales_invoiceop import (
1504
1509
  UpdateSalesInvoiceRequest,
1510
+ UpdateSalesInvoiceRequestBody,
1511
+ UpdateSalesInvoiceRequestBodyTypedDict,
1505
1512
  UpdateSalesInvoiceRequestTypedDict,
1506
1513
  )
1507
1514
  from .update_subscriptionop import (
@@ -1510,10 +1517,6 @@ if TYPE_CHECKING:
1510
1517
  UpdateSubscriptionRequestBodyTypedDict,
1511
1518
  UpdateSubscriptionRequestTypedDict,
1512
1519
  )
1513
- from .update_values_sales_invoice import (
1514
- UpdateValuesSalesInvoice,
1515
- UpdateValuesSalesInvoiceTypedDict,
1516
- )
1517
1520
  from .update_webhookop import (
1518
1521
  UpdateWebhookEventTypes,
1519
1522
  UpdateWebhookEventTypesTypedDict,
@@ -2717,6 +2720,8 @@ __all__ = [
2717
2720
  "UnauthorizedDirectDebit",
2718
2721
  "UnauthorizedDirectDebitTypedDict",
2719
2722
  "UpdateCustomerRequest",
2723
+ "UpdateCustomerRequestBody",
2724
+ "UpdateCustomerRequestBodyTypedDict",
2720
2725
  "UpdateCustomerRequestTypedDict",
2721
2726
  "UpdatePaymentLinkRequest",
2722
2727
  "UpdatePaymentLinkRequestBody",
@@ -2731,13 +2736,13 @@ __all__ = [
2731
2736
  "UpdateProfileRequestBodyTypedDict",
2732
2737
  "UpdateProfileRequestTypedDict",
2733
2738
  "UpdateSalesInvoiceRequest",
2739
+ "UpdateSalesInvoiceRequestBody",
2740
+ "UpdateSalesInvoiceRequestBodyTypedDict",
2734
2741
  "UpdateSalesInvoiceRequestTypedDict",
2735
2742
  "UpdateSubscriptionRequest",
2736
2743
  "UpdateSubscriptionRequestBody",
2737
2744
  "UpdateSubscriptionRequestBodyTypedDict",
2738
2745
  "UpdateSubscriptionRequestTypedDict",
2739
- "UpdateValuesSalesInvoice",
2740
- "UpdateValuesSalesInvoiceTypedDict",
2741
2746
  "UpdateWebhookEventTypes",
2742
2747
  "UpdateWebhookEventTypesTypedDict",
2743
2748
  "UpdateWebhookRequest",
@@ -3937,6 +3942,8 @@ _dynamic_imports: dict[str, str] = {
3937
3942
  "TestWebhookRequestBodyTypedDict": ".test_webhookop",
3938
3943
  "TestWebhookRequestTypedDict": ".test_webhookop",
3939
3944
  "UpdateCustomerRequest": ".update_customerop",
3945
+ "UpdateCustomerRequestBody": ".update_customerop",
3946
+ "UpdateCustomerRequestBodyTypedDict": ".update_customerop",
3940
3947
  "UpdateCustomerRequestTypedDict": ".update_customerop",
3941
3948
  "UpdatePaymentLinkRequest": ".update_payment_linkop",
3942
3949
  "UpdatePaymentLinkRequestBody": ".update_payment_linkop",
@@ -3951,13 +3958,13 @@ _dynamic_imports: dict[str, str] = {
3951
3958
  "UpdateProfileRequestBodyTypedDict": ".update_profileop",
3952
3959
  "UpdateProfileRequestTypedDict": ".update_profileop",
3953
3960
  "UpdateSalesInvoiceRequest": ".update_sales_invoiceop",
3961
+ "UpdateSalesInvoiceRequestBody": ".update_sales_invoiceop",
3962
+ "UpdateSalesInvoiceRequestBodyTypedDict": ".update_sales_invoiceop",
3954
3963
  "UpdateSalesInvoiceRequestTypedDict": ".update_sales_invoiceop",
3955
3964
  "UpdateSubscriptionRequest": ".update_subscriptionop",
3956
3965
  "UpdateSubscriptionRequestBody": ".update_subscriptionop",
3957
3966
  "UpdateSubscriptionRequestBodyTypedDict": ".update_subscriptionop",
3958
3967
  "UpdateSubscriptionRequestTypedDict": ".update_subscriptionop",
3959
- "UpdateValuesSalesInvoice": ".update_values_sales_invoice",
3960
- "UpdateValuesSalesInvoiceTypedDict": ".update_values_sales_invoice",
3961
3968
  "UpdateWebhookEventTypes": ".update_webhookop",
3962
3969
  "UpdateWebhookEventTypesTypedDict": ".update_webhookop",
3963
3970
  "UpdateWebhookRequest": ".update_webhookop",
@@ -0,0 +1,123 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .locale_response import LocaleResponse
5
+ from .metadata import Metadata, MetadataTypedDict
6
+ from mollie.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
7
+ from mollie.utils import (
8
+ FieldMetadata,
9
+ HeaderMetadata,
10
+ PathParamMetadata,
11
+ RequestMetadata,
12
+ validate_open_enum,
13
+ )
14
+ import pydantic
15
+ from pydantic import model_serializer
16
+ from pydantic.functional_validators import PlainValidator
17
+ from typing import Optional
18
+ from typing_extensions import Annotated, NotRequired, TypedDict
19
+
20
+
21
+ class UpdateCustomerRequestBodyTypedDict(TypedDict):
22
+ name: NotRequired[Nullable[str]]
23
+ r"""The full name of the customer."""
24
+ email: NotRequired[Nullable[str]]
25
+ r"""The email address of the customer."""
26
+ locale: NotRequired[Nullable[LocaleResponse]]
27
+ r"""Allows you to preset the language to be used."""
28
+ metadata: NotRequired[Nullable[MetadataTypedDict]]
29
+ r"""Provide any data you like, for example a string or a JSON object. We will save the data alongside the entity. Whenever
30
+ you fetch the entity with our API, we will also include the metadata. You can use up to approximately 1kB.
31
+ """
32
+ testmode: NotRequired[bool]
33
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
34
+
35
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
36
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
37
+ `testmode` to `true`.
38
+ """
39
+
40
+
41
+ class UpdateCustomerRequestBody(BaseModel):
42
+ name: OptionalNullable[str] = UNSET
43
+ r"""The full name of the customer."""
44
+
45
+ email: OptionalNullable[str] = UNSET
46
+ r"""The email address of the customer."""
47
+
48
+ locale: Annotated[
49
+ OptionalNullable[LocaleResponse], PlainValidator(validate_open_enum(False))
50
+ ] = UNSET
51
+ r"""Allows you to preset the language to be used."""
52
+
53
+ metadata: OptionalNullable[Metadata] = UNSET
54
+ r"""Provide any data you like, for example a string or a JSON object. We will save the data alongside the entity. Whenever
55
+ you fetch the entity with our API, we will also include the metadata. You can use up to approximately 1kB.
56
+ """
57
+
58
+ testmode: Optional[bool] = None
59
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
60
+
61
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
62
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
63
+ `testmode` to `true`.
64
+ """
65
+
66
+ @model_serializer(mode="wrap")
67
+ def serialize_model(self, handler):
68
+ optional_fields = ["name", "email", "locale", "metadata", "testmode"]
69
+ nullable_fields = ["name", "email", "locale", "metadata"]
70
+ null_default_fields = []
71
+
72
+ serialized = handler(self)
73
+
74
+ m = {}
75
+
76
+ for n, f in type(self).model_fields.items():
77
+ k = f.alias or n
78
+ val = serialized.get(k)
79
+ serialized.pop(k, None)
80
+
81
+ optional_nullable = k in optional_fields and k in nullable_fields
82
+ is_set = (
83
+ self.__pydantic_fields_set__.intersection({n})
84
+ or k in null_default_fields
85
+ ) # pylint: disable=no-member
86
+
87
+ if val is not None and val != UNSET_SENTINEL:
88
+ m[k] = val
89
+ elif val != UNSET_SENTINEL and (
90
+ not k in optional_fields or (optional_nullable and is_set)
91
+ ):
92
+ m[k] = val
93
+
94
+ return m
95
+
96
+
97
+ class UpdateCustomerRequestTypedDict(TypedDict):
98
+ customer_id: str
99
+ r"""Provide the ID of the related customer."""
100
+ idempotency_key: NotRequired[str]
101
+ r"""A unique key to ensure idempotent requests. This key should be a UUID v4 string."""
102
+ request_body: NotRequired[UpdateCustomerRequestBodyTypedDict]
103
+
104
+
105
+ class UpdateCustomerRequest(BaseModel):
106
+ customer_id: Annotated[
107
+ str,
108
+ pydantic.Field(alias="customerId"),
109
+ FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
110
+ ]
111
+ r"""Provide the ID of the related customer."""
112
+
113
+ idempotency_key: Annotated[
114
+ Optional[str],
115
+ pydantic.Field(alias="idempotency-key"),
116
+ FieldMetadata(header=HeaderMetadata(style="simple", explode=False)),
117
+ ] = None
118
+ r"""A unique key to ensure idempotent requests. This key should be a UUID v4 string."""
119
+
120
+ request_body: Annotated[
121
+ Optional[UpdateCustomerRequestBody],
122
+ FieldMetadata(request=RequestMetadata(media_type="application/json")),
123
+ ] = None
@@ -45,11 +45,12 @@ class UpdatePaymentLinkRequestBodyTypedDict(TypedDict):
45
45
  """
46
46
  billing_address: NotRequired[PaymentAddressTypedDict]
47
47
  shipping_address: NotRequired[PaymentAddressTypedDict]
48
- testmode: NotRequired[Nullable[bool]]
49
- r"""Most API credentials are specifically created for either live mode or test mode. For organization-level credentials
50
- such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`.
48
+ testmode: NotRequired[bool]
49
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
51
50
 
52
- Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
51
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
52
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
53
+ `testmode` to `true`.
53
54
  """
54
55
 
55
56
 
@@ -96,11 +97,12 @@ class UpdatePaymentLinkRequestBody(BaseModel):
96
97
  Optional[PaymentAddress], pydantic.Field(alias="shippingAddress")
97
98
  ] = None
98
99
 
99
- testmode: OptionalNullable[bool] = UNSET
100
- r"""Most API credentials are specifically created for either live mode or test mode. For organization-level credentials
101
- such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`.
100
+ testmode: Optional[bool] = None
101
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
102
102
 
103
- Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
103
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
104
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
105
+ `testmode` to `true`.
104
106
  """
105
107
 
106
108
  @model_serializer(mode="wrap")
@@ -115,7 +117,7 @@ class UpdatePaymentLinkRequestBody(BaseModel):
115
117
  "shippingAddress",
116
118
  "testmode",
117
119
  ]
118
- nullable_fields = ["allowedMethods", "lines", "testmode"]
120
+ nullable_fields = ["allowedMethods", "lines"]
119
121
  null_default_fields = []
120
122
 
121
123
  serialized = handler(self)
@@ -84,8 +84,8 @@ class UpdatePaymentRequestBodyTypedDict(TypedDict):
84
84
 
85
85
  The field expects a country code in ISO 3166-1 alpha-2 format, for example `NL`.
86
86
  """
87
- testmode: NotRequired[Nullable[bool]]
88
- r"""Whether to create the entity in test mode or live mode.
87
+ testmode: NotRequired[bool]
88
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
89
89
 
90
90
  Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
91
91
  omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
@@ -203,8 +203,8 @@ class UpdatePaymentRequestBody(BaseModel):
203
203
  The field expects a country code in ISO 3166-1 alpha-2 format, for example `NL`.
204
204
  """
205
205
 
206
- testmode: OptionalNullable[bool] = UNSET
207
- r"""Whether to create the entity in test mode or live mode.
206
+ testmode: Optional[bool] = None
207
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
208
208
 
209
209
  Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
210
210
  omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
@@ -273,7 +273,6 @@ class UpdatePaymentRequestBody(BaseModel):
273
273
  "method",
274
274
  "locale",
275
275
  "restrictPaymentMethodsToCountry",
276
- "testmode",
277
276
  "issuer",
278
277
  ]
279
278
  null_default_fields = []
@@ -18,18 +18,25 @@ from .sales_invoice_recipient import (
18
18
  )
19
19
  from .sales_invoice_status import SalesInvoiceStatus
20
20
  from mollie.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
21
+ from mollie.utils import (
22
+ FieldMetadata,
23
+ HeaderMetadata,
24
+ PathParamMetadata,
25
+ RequestMetadata,
26
+ )
21
27
  import pydantic
22
28
  from pydantic import model_serializer
23
29
  from typing import List, Optional
24
30
  from typing_extensions import Annotated, NotRequired, TypedDict
25
31
 
26
32
 
27
- class UpdateValuesSalesInvoiceTypedDict(TypedDict):
28
- testmode: NotRequired[Nullable[bool]]
29
- r"""Most API credentials are specifically created for either live mode or test mode. For organization-level credentials
30
- such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`.
33
+ class UpdateSalesInvoiceRequestBodyTypedDict(TypedDict):
34
+ testmode: NotRequired[bool]
35
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
31
36
 
32
- Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
37
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
38
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
39
+ `testmode` to `true`.
33
40
  """
34
41
  status: NotRequired[SalesInvoiceStatus]
35
42
  r"""The status for the invoice to end up in.
@@ -67,12 +74,13 @@ class UpdateValuesSalesInvoiceTypedDict(TypedDict):
67
74
  discount: NotRequired[Nullable[SalesInvoiceDiscountTypedDict]]
68
75
 
69
76
 
70
- class UpdateValuesSalesInvoice(BaseModel):
71
- testmode: OptionalNullable[bool] = UNSET
72
- r"""Most API credentials are specifically created for either live mode or test mode. For organization-level credentials
73
- such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`.
77
+ class UpdateSalesInvoiceRequestBody(BaseModel):
78
+ testmode: Optional[bool] = None
79
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
74
80
 
75
- Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
81
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
82
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
83
+ `testmode` to `true`.
76
84
  """
77
85
 
78
86
  status: Optional[SalesInvoiceStatus] = None
@@ -141,7 +149,6 @@ class UpdateValuesSalesInvoice(BaseModel):
141
149
  "discount",
142
150
  ]
143
151
  nullable_fields = [
144
- "testmode",
145
152
  "memo",
146
153
  "paymentTerm",
147
154
  "emailDetails",
@@ -174,3 +181,32 @@ class UpdateValuesSalesInvoice(BaseModel):
174
181
  m[k] = val
175
182
 
176
183
  return m
184
+
185
+
186
+ class UpdateSalesInvoiceRequestTypedDict(TypedDict):
187
+ sales_invoice_id: str
188
+ r"""Provide the ID of the related sales invoice."""
189
+ idempotency_key: NotRequired[str]
190
+ r"""A unique key to ensure idempotent requests. This key should be a UUID v4 string."""
191
+ request_body: NotRequired[UpdateSalesInvoiceRequestBodyTypedDict]
192
+
193
+
194
+ class UpdateSalesInvoiceRequest(BaseModel):
195
+ sales_invoice_id: Annotated[
196
+ str,
197
+ pydantic.Field(alias="salesInvoiceId"),
198
+ FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
199
+ ]
200
+ r"""Provide the ID of the related sales invoice."""
201
+
202
+ idempotency_key: Annotated[
203
+ Optional[str],
204
+ pydantic.Field(alias="idempotency-key"),
205
+ FieldMetadata(header=HeaderMetadata(style="simple", explode=False)),
206
+ ] = None
207
+ r"""A unique key to ensure idempotent requests. This key should be a UUID v4 string."""
208
+
209
+ request_body: Annotated[
210
+ Optional[UpdateSalesInvoiceRequestBody],
211
+ FieldMetadata(request=RequestMetadata(media_type="application/json")),
212
+ ] = None
@@ -51,11 +51,12 @@ class UpdateSubscriptionRequestBodyTypedDict(TypedDict):
51
51
  failures as well. Be sure to verify the payment's subscription ID and its status.
52
52
  """
53
53
  mandate_id: NotRequired[str]
54
- testmode: NotRequired[Nullable[bool]]
55
- r"""Most API credentials are specifically created for either live mode or test mode. For organization-level credentials
56
- such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`.
54
+ testmode: NotRequired[bool]
55
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
57
56
 
58
- Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
57
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
58
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
59
+ `testmode` to `true`.
59
60
  """
60
61
 
61
62
 
@@ -102,11 +103,12 @@ class UpdateSubscriptionRequestBody(BaseModel):
102
103
 
103
104
  mandate_id: Annotated[Optional[str], pydantic.Field(alias="mandateId")] = None
104
105
 
105
- testmode: OptionalNullable[bool] = UNSET
106
- r"""Most API credentials are specifically created for either live mode or test mode. For organization-level credentials
107
- such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`.
106
+ testmode: Optional[bool] = None
107
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
108
108
 
109
- Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
109
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
110
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
111
+ `testmode` to `true`.
110
112
  """
111
113
 
112
114
  @model_serializer(mode="wrap")
@@ -122,7 +124,7 @@ class UpdateSubscriptionRequestBody(BaseModel):
122
124
  "mandateId",
123
125
  "testmode",
124
126
  ]
125
- nullable_fields = ["metadata", "testmode"]
127
+ nullable_fields = ["metadata"]
126
128
  null_default_fields = []
127
129
 
128
130
  serialized = handler(self)
@@ -32,9 +32,11 @@ class UpdateWebhookRequestBodyTypedDict(TypedDict):
32
32
  r"""The URL Mollie will send the events to. This URL must be publicly accessible."""
33
33
  event_types: NotRequired[UpdateWebhookEventTypesTypedDict]
34
34
  testmode: NotRequired[bool]
35
- r"""You can enable test mode by setting `testmode` to `true`.
35
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
36
36
 
37
- Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
37
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
38
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
39
+ `testmode` to `true`.
38
40
  """
39
41
 
40
42
 
@@ -50,9 +52,11 @@ class UpdateWebhookRequestBody(BaseModel):
50
52
  ] = None
51
53
 
52
54
  testmode: Optional[bool] = None
53
- r"""You can enable test mode by setting `testmode` to `true`.
55
+ r"""Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.
54
56
 
55
- Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
57
+ Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be
58
+ omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
59
+ `testmode` to `true`.
56
60
  """
57
61
 
58
62