Skip to content

chore: 🐝 Update SDK - Generate 0.37.0 - #195

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1787047890
Open

chore: 🐝 Update SDK - Generate 0.37.0#195
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1787047890

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes Detected:

  • apideck.accounting.sales_receipts.list(): Added
  • apideck.accounting.sales_receipts.create(): Added
  • apideck.accounting.sales_receipts.get(): Added
  • apideck.accounting.sales_receipts.update(): Added
  • apideck.accounting.sales_receipts.delete(): Added
  • apideck.accounting.payment_methods.list(): Added
  • apideck.accounting.payment_methods.create(): Added
  • apideck.accounting.payment_methods.get(): Added
  • apideck.accounting.payment_methods.update(): Added
  • apideck.accounting.payment_methods.delete(): Added
  • apideck.accounting.tax_rates.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.tax_rates.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.tax_rates.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.tax_rates.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.bills.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.bills.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.bills.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.bills.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.invoices.list(): response.data.[].line_items.[].custom_fields.[] Changed
  • apideck.accounting.invoices.create():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.invoices.get(): response.data.line_items.[].custom_fields.[] Changed
  • apideck.accounting.invoices.update():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.ledger_accounts.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.ledger_accounts.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.ledger_accounts.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.ledger_accounts.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.credit_notes.list(): response.data.[].line_items.[].custom_fields.[] Changed
  • apideck.accounting.credit_notes.create():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.credit_notes.get(): response.data.line_items.[].custom_fields.[] Changed
  • apideck.accounting.credit_notes.update():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.customers.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.customers.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.customers.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.customers.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.suppliers.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.suppliers.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.suppliers.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.suppliers.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.payments.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.payments.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.payments.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.payments.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.refunds.list(): response.data.[].line_items.[].custom_fields.[] Changed
  • apideck.accounting.refunds.create():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.refunds.get(): response.data.line_items.[].custom_fields.[] Changed
  • apideck.accounting.refunds.update():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.company_info.get(): response.data.default_sales_tax.custom_fields.[] Changed
  • apideck.accounting.journal_entries.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.journal_entries.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.journal_entries.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.journal_entries.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.general_ledger_transactions.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.general_ledger_transactions.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.purchase_orders.list(): response.data.[].line_items.[].custom_fields.[] Changed
  • apideck.accounting.purchase_orders.create():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.purchase_orders.get(): response.data.line_items.[].custom_fields.[] Changed
  • apideck.accounting.purchase_orders.update():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.attachments.list(): response.data.[].file_url Added
  • apideck.accounting.attachments.get(): response.data.file_url Added
  • apideck.accounting.attachments.download(): request.follow_redirects Added
  • apideck.accounting.bank_accounts.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.bank_accounts.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.bank_accounts.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.bank_accounts.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.bill_payments.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.bill_payments.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.bill_payments.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.bill_payments.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.expenses.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.expenses.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.expenses.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.expenses.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.bank_feed_accounts.list(): response.data.[] Changed
  • apideck.accounting.bank_feed_accounts.create(): request Changed
  • apideck.accounting.bank_feed_accounts.get(): response.data Changed
  • apideck.accounting.bank_feed_accounts.update(): request Changed
  • apideck.accounting.bank_feed_statements.list(): response.data.[].transactions.[].merchant_category_code Added
  • apideck.accounting.bank_feed_statements.create():
    • request.transactions.[].merchant_category_code Added
  • apideck.accounting.bank_feed_statements.get(): response.data.transactions.[].merchant_category_code Added
  • apideck.accounting.bank_feed_statements.update():
    • request.transactions.[].merchant_category_code Added
  • apideck.accounting.quotes.list(): response.data.[].line_items.[].custom_fields.[] Changed
  • apideck.accounting.quotes.create():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.quotes.get(): response.data.line_items.[].custom_fields.[] Changed
  • apideck.accounting.quotes.update():
    • request.line_items.[].custom_fields.[] Changed
  • apideck.accounting.projects.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.projects.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.projects.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.projects.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.employees.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.employees.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.employees.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.employees.update():
    • request.custom_fields.[] Changed
  • apideck.accounting.expense_reports.list(): response.data.[].custom_fields.[] Changed
  • apideck.accounting.expense_reports.create():
    • request.custom_fields.[] Changed
  • apideck.accounting.expense_reports.get(): response.data.custom_fields.[] Changed
  • apideck.accounting.expense_reports.update():
    • request.custom_fields.[] Changed
  • apideck.ats.jobs.list(): response.data.[].custom_fields.[] Changed
  • apideck.ats.jobs.create():
    • request.custom_fields.[] Changed
  • apideck.ats.jobs.get(): response.data.custom_fields.[] Changed
  • apideck.ats.jobs.update():
    • request.custom_fields.[] Changed
  • apideck.ats.applicants.list(): response.data.[].custom_fields.[] Changed
  • apideck.ats.applicants.create():
    • request.custom_fields.[] Changed
  • apideck.ats.applicants.get(): response.data.custom_fields.[] Changed
  • apideck.ats.applicants.update():
    • request.custom_fields.[] Changed
  • apideck.crm.companies.list(): response.data.[].custom_fields.[] Changed
  • apideck.crm.companies.create():
    • request.custom_fields.[] Changed
  • apideck.crm.companies.get(): response.data.custom_fields.[] Changed
  • apideck.crm.companies.update():
    • request.custom_fields.[] Changed
  • apideck.crm.contacts.list(): response.data.[].custom_fields.[] Changed
  • apideck.crm.contacts.create():
    • request.custom_fields.[] Changed
  • apideck.crm.contacts.get(): response.data.custom_fields.[] Changed
  • apideck.crm.contacts.update():
    • request.custom_fields.[] Changed
  • apideck.crm.opportunities.list(): response.data.[].custom_fields.[] Changed
  • apideck.crm.opportunities.create():
    • request.custom_fields.[] Changed
  • apideck.crm.opportunities.get(): response.data.custom_fields.[] Changed
  • apideck.crm.opportunities.update():
    • request.custom_fields.[] Changed
  • apideck.crm.leads.list(): response.data.[].custom_fields.[] Changed
  • apideck.crm.leads.create():
    • request.custom_fields.[] Changed
  • apideck.crm.leads.get(): response.data.custom_fields.[] Changed
  • apideck.crm.leads.update():
    • request.custom_fields.[] Changed
  • apideck.crm.lists.list(): response.data.[].custom_fields.[] Changed
  • apideck.crm.lists.get(): response.data.custom_fields.[] Changed
  • apideck.crm.activities.list(): response.data.[].custom_fields.[] Changed
  • apideck.crm.activities.create():
    • request.custom_fields.[] Changed
  • apideck.crm.activities.get(): response.data.custom_fields.[] Changed
  • apideck.crm.activities.update():
    • request.custom_fields.[] Changed
  • apideck.file_storage.files.download(): request.follow_redirects Added
  • apideck.hris.employees.list(): response.data.[].custom_fields.[] Changed
  • apideck.hris.employees.create():
    • request.custom_fields.[] Changed
  • apideck.hris.employees.get(): response.data.custom_fields.[] Changed
  • apideck.hris.employees.update():
    • request.custom_fields.[] Changed
  • apideck.hris.employee_schedules.list(): response.data.employee.custom_fields.[] Changed
  • apideck.proxy.get(): request.follow_redirects Added
  • apideck.proxy.options(): request.follow_redirects Added
  • apideck.proxy.post(): request.follow_redirects Added
  • apideck.proxy.put(): request.follow_redirects Added
  • apideck.proxy.patch(): request.follow_redirects Added
  • apideck.proxy.delete(): request.follow_redirects Added
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ ├──[+] path (8938:3)
│ ├──[+] path (4623:3)
│ ├──[+] path (4739:3)
│ ├──[+] path (9019:3)
│ ├─┬/accounting/expense-reports/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (9337:9)
│ ├─┬/accounting/ledger-accounts
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1394:9)
│ ├─┬/accounting/bill-payments/{id}
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6973:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6900:9)
│ ├─┬/accounting/payments/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3470:9)
│ ├─┬/hris/employees/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (14510:9)
│ ├─┬/file-storage/files/{id}/download
│ │ └─┬GET
│ │   ├──[+] parameters (18527:13)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (53809:20)
│ ├─┬/accounting/invoices/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1249:9)
│ ├─┬/accounting/credit-notes
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (2041:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2180:9)
│ ├─┬/hris/employees
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (14246:9)
│ ├─┬/accounting/expense-reports
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (9208:9)
│ ├─┬/accounting/refunds
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (3573:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3671:9)
│ ├─┬/accounting/quotes
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8101:9)
│ ├─┬/accounting/refunds/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (3718:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-apideck-gotchas (3817:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3771:9)
│ ├─┬/accounting/attachments/{reference_type}/{reference_id}/{id}/download
│ │ └─┬GET
│ │   ├──[+] parameters (18527:13)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (52848:20)
│ ├─┬/accounting/suppliers
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (2797:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2909:9)
│ ├─┬/accounting/journal-entries/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4413:9)
│ ├─┬/accounting/purchase-orders
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (4917:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (5015:9)
│ ├─┬/accounting/suppliers/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3060:9)
│ ├─┬/accounting/quotes/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8213:9)
│ ├─┬/accounting/payments
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3317:9)
│ ├─┬/file-storage/files/{id}/export
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (53809:20)
│ ├─┬/accounting/locations
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (5457:9)
│ ├─┬/accounting/credit-notes/{id}
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (2412:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2331:9)
│ ├─┬/accounting/invoice-items/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1938:9)
│ ├─┬/accounting/company-info
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3857:9)
│ ├─┬/accounting/general-ledger-transactions
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4543:9)
│ ├─┬/accounting/expenses/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (7182:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (7239:9)
│ ├─┬/accounting/bills/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (699:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (845:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (755:9)
│ ├─┬/crm/opportunities
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (10550:9)
│ ├─┬/accounting/expenses
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (7019:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (7105:9)
│ ├─┬/accounting/ledger-accounts/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-apideck-gotchas (1566:9)
│ ├─┬/accounting/attachments/{reference_type}/{reference_id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (5893:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (5987:9)
│ ├─┬/accounting/invoice-items
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1818:9)
│ ├─┬/proxy
│ │ ├─┬GET
│ │ │ ├──[+] parameters (19059:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54364:20)
│ │ ├─┬PUT
│ │ │ ├──[+] parameters (19059:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54364:20)
│ │ ├─┬POST
│ │ │ ├──[+] parameters (19059:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54364:20)
│ │ ├─┬DELETE
│ │ │ ├──[+] parameters (19059:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54364:20)
│ │ ├─┬OPTIONS
│ │ │ ├──[+] parameters (19059:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54364:20)
│ │ └─┬PATCH
│ │   ├──[+] parameters (19059:13)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (54364:20)
│ ├─┬/accounting/employees
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8600:9)
│ ├─┬/accounting/purchase-orders/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (5124:9)
│ ├─┬/accounting/employees/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-apideck-gotchas (8696:9)
│ ├─┬/accounting/bill-payments
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6650:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6753:9)
│ ├─┬/accounting/bills
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (332:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (528:9)
│ ├─┬/accounting/invoices
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1036:9)
│ └─┬/accounting/journal-entries
│   ├─┬GET
│   │ └─┬Extensions
│   │   └──[🔀] x-apideck-gotchas (4076:9)
│   └─┬POST
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (4247:9)
└─┬Components
  ├──[+] responses (52470:7)
  ├──[+] responses (53203:7)
  ├──[+] responses (52464:7)
  ├──[+] responses (52446:7)
  ├──[+] responses (53179:7)
  ├──[+] responses (53191:7)
  ├──[+] responses (53185:7)
  ├──[+] responses (52452:7)
  ├──[+] responses (53197:7)
  ├──[+] responses (52458:7)
  ├──[+] parameters (18913:7)
  ├──[+] parameters (18527:7)
  ├──[+] parameters (18905:7)
  ├──[+] schemas (35873:7)
  ├──[+] schemas (35984:7)
  ├──[+] schemas (35949:7)
  ├──[+] schemas (28102:7)
  ├──[+] schemas (28024:7)
  ├──[+] schemas (28136:7)
  ├──[+] schemas (27661:7)
  ├──[+] schemas (28170:7)
  ├──[+] schemas (35909:7)
  ├──[+] schemas (36019:7)
  ├──[+] schemas (35836:7)
  ├──[+] schemas (35854:7)
  ├──[+] schemas (28061:7)
  ├──[+] schemas (35686:7)
  ├─┬BankFeedStatement
  │ └─┬transactions
  │   └─┬Schema
  │     ├──[+] properties (33907:15)
  │     ├─┬reference
  │     │ ├──[🔀] title (33865:24)
  │     │ ├──[+] format (33863:25)❌ 
  │     │ ├──[🔀] description (33861:30)
  │     │ └──[🔀] example (33864:26)
  │     ├─┬transaction_type
  │     │ ├──[-] enum (32161:39)❌ 
  │     │ ├──[-] enum (32162:39)❌ 
  │     │ ├──[-] enum (32163:39)❌ 
  │     │ ├──[-] enum (32164:39)❌ 
  │     │ ├──[-] enum (32165:39)❌ 
  │     │ ├──[-] enum (32166:39)❌ 
  │     │ ├──[🔀] title (33882:24)
  │     │ ├──[🔀] description (33879:30)
  │     │ ├──[🔀] example (33881:26)
  │     │ └─┬Extensions
  │     │   ├──[-] x-apideck-enum-id (32168:52)❌ 
  │     │   └──[-] x-speakeasy-unknown-values (32169:61)❌ 
  │     ├─┬posted_date
  │     │ ├──[🔀] title (33912:24)
  │     │ ├──[-] format (32126:41)❌ 
  │     │ ├──[🔀] description (33908:30)
  │     │ ├──[+] nullable (33911:27)❌ 
  │     │ └──[🔀] example (33910:26)
  │     └─┬source_transaction_id
  │       ├──[🔀] title (33892:24)
  │       ├──[🔀] description (33889:30)
  │       └──[🔀] example (33891:26)
  ├─┬Refund
  │ └─┬line_items
  │   └──[🔀] description (29179:24)
  ├─┬Attachment
  │ ├──[+] properties (30967:9)
  │ ├─┬updated_at
  │ │ └──[🔀] $ref (30955:11)❌ 
  │ ├─┬id
  │ │ └──[🔀] $ref (30968:11)❌ 
  │ ├─┬mime_type
  │ │ └──[🔀] $ref (25256:20)❌ 
  │ ├─┬parent_folder_id
  │ │ ├──[🔀] description (30945:24)
  │ │ └──[🔀] example (30947:20)
  │ ├─┬pass_through
  │ │ └──[🔀] $ref (30973:11)❌ 
  │ ├─┬updated_by
  │ │ └──[🔀] $ref (30879:20)❌ 
  │ ├─┬size
  │ │ └──[🔀] $ref (31004:13)❌ 
  │ ├─┬name
  │ │ ├──[🔀] description (30950:24)
  │ │ └──[🔀] example (30952:20)
  │ ├─┬reference
  │ │ └──[🔀] $ref (27844:20)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (30990:9)
  ├─┬BalanceSheetAccount
  │ ├──[+] properties (20217:9)
  │ ├─┬value
  │ │ └──[🔀] $ref (20218:11)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (20231:9)
  ├─┬RefundType
  │ ├──[+] enum (29357:11)
  │ └──[🔀] description (29350:20)
  ├─┬BalanceSheetAccountRecord
  │ ├──[+] properties (20257:9)
  │ ├─┬value
  │ │ └──[🔀] $ref (20258:11)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (20269:9)
  ├─┬Opportunity
  │ └─┬title
  │   └──[-] minLength (38649:32)❌ 
  ├─┬CustomField
  │ ├──[+] properties (22725:9)
  │ ├─┬value
  │ │ ├──[+] type (22727:17)❌ 
  │ │ ├──[+] title (22730:18)
  │ │ ├──[+] description (22726:24)
  │ │ ├──[+] nullable (22729:21)❌ 
  │ │ ├──[+] example (22728:20)
  │ │ ├──[-] anyOf (21282:27)❌ 
  │ │ ├──[-] anyOf (21285:27)❌ 
  │ │ ├──[-] anyOf (21288:27)❌ 
  │ │ ├──[-] anyOf (21291:27)❌ 
  │ │ └──[-] anyOf (21296:27)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (22783:9)
  └─┬BankFeedAccount
    ├──[+] properties (33748:9)
    ├──[+] properties (33742:9)
    ├──[+] properties (33725:9)
    ├──[+] properties (33723:9)
    ├─┬updated_by
    │ └──[🔀] $ref (33728:11)❌ 
    ├─┬currency
    │ └──[🔀] $ref (21867:20)❌ 
    ├─┬target_account_id
    │ └──[🔀] $ref (25256:20)❌ 
    ├─┬updated_at
    │ └──[🔀] $ref (20411:20)❌ 
    ├─┬target_account_name
    │ ├──[🔀] title (33722:18)
    │ ├──[🔀] description (33719:24)
    │ └──[🔀] example (33721:20)
    ├─┬bank_account_type
    │ ├──[-] enum (31996:27)❌ 
    │ ├──[-] enum (31997:27)❌ 
    │ ├──[🔀] type (33750:17)❌ 
    │ ├──[🔀] title (33753:18)
    │ ├──[🔀] description (33749:24)
    │ ├──[+] nullable (33752:21)❌ 
    │ ├──[🔀] example (33751:20)
    │ └─┬Extensions
    │   ├──[-] x-apideck-enum-id (31999:40)❌ 
    │   └──[-] x-speakeasy-unknown-values (32000:49)❌ 
    ├─┬source_account_id
    │ ├──[+] enum (33761:15)
    │ ├──[+] enum (33762:15)
    │ ├──[🔀] title (33763:18)
    │ ├──[🔀] description (33757:24)
    │ ├──[🔀] example (33759:20)
    │ └─┬Extensions
    │   ├──[+] x-speakeasy-unknown-values (33765:39)
    │   └──[+] x-apideck-enum-id (33764:30)
    ├─┬custom_mappings
    │ └──[🔀] $ref (22147:20)❌ 
    ├─┬created_by
    │ └──[🔀] $ref (34524:20)❌ 
    ├─┬target_account_number
    │ └──[🔀] $ref (20387:20)❌ 
    ├─┬created_at
    │ └──[🔀] $ref (33709:11)❌ 
    ├─┬country
    │ └──[🔀] $ref (33743:11)❌ 
    ├─┬custom_fields
    │ └──[🔀] $ref (21875:20)❌ 
    ├─┬feed_status
    │ ├──[-] enum (32029:27)❌ 
    │ ├──[-] enum (32028:27)❌ 
    │ ├──[+] items (33771:13)❌ 
    │ ├──[🔀] type (33769:17)❌ 
    │ ├──[-] title (32030:28)
    │ ├──[-] description (32024:34)
    │ ├──[-] example (32026:30)
    │ └─┬Extensions
    │   ├──[-] x-apideck-enum-id (32031:40)❌ 
    │   └──[-] x-speakeasy-unknown-values (32032:49)❌ 
    ├─┬id
    │ └──[🔀] $ref (29964:20)❌ 
    └─┬Extensions
      └──[🔀] x-apideck-weights (33790:9)
Document Element Total Changes Breaking Changes
info 1 0
paths 74 8
components 130 45
Linting Report 0 errors, 1 warnings, 92 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.656.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Aug 18, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787047890 branch 12 times, most recently from f38154f to eea5039 Compare August 18, 2026 22:59
* `apideck.accounting.sales_receipts.list()`: **Added**
* `apideck.accounting.sales_receipts.create()`: **Added**
* `apideck.accounting.sales_receipts.get()`: **Added**
* `apideck.accounting.sales_receipts.update()`: **Added**
* `apideck.accounting.sales_receipts.delete()`: **Added**
* `apideck.accounting.payment_methods.list()`: **Added**
* `apideck.accounting.payment_methods.create()`: **Added**
* `apideck.accounting.payment_methods.get()`: **Added**
* `apideck.accounting.payment_methods.update()`: **Added**
* `apideck.accounting.payment_methods.delete()`: **Added**
* `apideck.accounting.tax_rates.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.tax_rates.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.tax_rates.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.tax_rates.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.bills.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.bills.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.bills.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.bills.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.invoices.list()`:  `response.data.[].line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.invoices.create()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.invoices.get()`:  `response.data.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.invoices.update()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.ledger_accounts.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.ledger_accounts.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.ledger_accounts.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.ledger_accounts.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.credit_notes.list()`:  `response.data.[].line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.credit_notes.create()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.credit_notes.get()`:  `response.data.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.credit_notes.update()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.customers.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.customers.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.customers.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.customers.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.suppliers.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.suppliers.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.suppliers.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.suppliers.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.payments.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.payments.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.payments.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.payments.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.refunds.list()`:  `response.data.[].line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.refunds.create()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.refunds.get()`:  `response.data.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.refunds.update()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.company_info.get()`:  `response.data.default_sales_tax.custom_fields.[]` **Changed**
* `apideck.accounting.journal_entries.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.journal_entries.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.journal_entries.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.journal_entries.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.general_ledger_transactions.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.general_ledger_transactions.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.purchase_orders.list()`:  `response.data.[].line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.purchase_orders.create()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.purchase_orders.get()`:  `response.data.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.purchase_orders.update()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.attachments.list()`:  `response.data.[].file_url` **Added**
* `apideck.accounting.attachments.get()`:  `response.data.file_url` **Added**
* `apideck.accounting.attachments.download()`:  `request.follow_redirects` **Added**
* `apideck.accounting.bank_accounts.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.bank_accounts.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.bank_accounts.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.bank_accounts.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.bill_payments.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.bill_payments.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.bill_payments.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.bill_payments.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.expenses.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.expenses.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.expenses.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.expenses.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.bank_feed_accounts.list()`:  `response.data.[]` **Changed**
* `apideck.accounting.bank_feed_accounts.create()`:  `request` **Changed**
* `apideck.accounting.bank_feed_accounts.get()`:  `response.data` **Changed**
* `apideck.accounting.bank_feed_accounts.update()`:  `request` **Changed**
* `apideck.accounting.bank_feed_statements.list()`:  `response.data.[].transactions.[].merchant_category_code` **Added**
* `apideck.accounting.bank_feed_statements.create()`: 
  *  `request.transactions.[].merchant_category_code` **Added**
* `apideck.accounting.bank_feed_statements.get()`:  `response.data.transactions.[].merchant_category_code` **Added**
* `apideck.accounting.bank_feed_statements.update()`: 
  *  `request.transactions.[].merchant_category_code` **Added**
* `apideck.accounting.quotes.list()`:  `response.data.[].line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.quotes.create()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.quotes.get()`:  `response.data.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.quotes.update()`: 
  *  `request.line_items.[].custom_fields.[]` **Changed**
* `apideck.accounting.projects.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.projects.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.projects.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.projects.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.employees.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.employees.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.employees.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.employees.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.expense_reports.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.accounting.expense_reports.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.accounting.expense_reports.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.accounting.expense_reports.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.ats.jobs.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.ats.jobs.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.ats.jobs.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.ats.jobs.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.ats.applicants.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.ats.applicants.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.ats.applicants.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.ats.applicants.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.companies.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.crm.companies.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.companies.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.crm.companies.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.contacts.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.crm.contacts.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.contacts.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.crm.contacts.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.opportunities.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.crm.opportunities.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.opportunities.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.crm.opportunities.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.leads.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.crm.leads.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.leads.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.crm.leads.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.lists.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.crm.lists.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.crm.activities.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.crm.activities.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.crm.activities.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.crm.activities.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.file_storage.files.download()`:  `request.follow_redirects` **Added**
* `apideck.hris.employees.list()`:  `response.data.[].custom_fields.[]` **Changed**
* `apideck.hris.employees.create()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.hris.employees.get()`:  `response.data.custom_fields.[]` **Changed**
* `apideck.hris.employees.update()`: 
  *  `request.custom_fields.[]` **Changed**
* `apideck.hris.employee_schedules.list()`:  `response.data.employee.custom_fields.[]` **Changed**
* `apideck.proxy.get()`:  `request.follow_redirects` **Added**
* `apideck.proxy.options()`:  `request.follow_redirects` **Added**
* `apideck.proxy.post()`:  `request.follow_redirects` **Added**
* `apideck.proxy.put()`:  `request.follow_redirects` **Added**
* `apideck.proxy.patch()`:  `request.follow_redirects` **Added**
* `apideck.proxy.delete()`:  `request.follow_redirects` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787047890 branch from 9c3d6c4 to e20a697 Compare August 19, 2026 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant