Skip to content

python - v25.7.10 - 2026-02-20 02:39:49

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Feb 02:42

Generated by Speakeasy CLI## Python SDK Changes:

  • moov.payment_links.create(): response.payment_link_type.enum(invoice_payment) Added (Breaking ⚠️)
  • moov.payment_links.list():
    • request Changed (Breaking ⚠️)
    • response.[].payment_link_type.enum(invoice_payment) Added (Breaking ⚠️)
  • moov.payment_links.get(): response.payment_link_type.enum(invoice_payment) Added (Breaking ⚠️)
  • moov.payment_links.update(): response.payment_link_type.enum(invoice_payment) Added (Breaking ⚠️)
  • moov.sweeps.list(): response.[].subtotals[].type.enum(instant_bank_failure) Added (Breaking ⚠️)
  • moov.sweeps.get(): response.subtotals[].type.enum(instant_bank_failure) Added (Breaking ⚠️)
  • moov.wallet_transactions.list():
    • request Changed
    • response.[].transaction_type.enum(instant_bank_failure) Added (Breaking ⚠️)
  • moov.wallet_transactions.get(): response.transaction_type.enum(instant_bank_failure) Added (Breaking ⚠️)
  • moov.cards.link(): error.status[409] Added

Publishing Completed