Skip to content

chore: 🐝 Update SDK - Generate 0.38.0 - #145

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

chore: 🐝 Update SDK - Generate 0.38.0#145
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786072578

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 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.

Java SDK Changes:

  • apideck.accounting.salesReceipts.list(): Added
  • apideck.accounting.salesReceipts.create(): Added
  • apideck.accounting.salesReceipts.get(): Added
  • apideck.accounting.salesReceipts.update(): Added
  • apideck.accounting.salesReceipts.delete(): Added
  • apideck.accounting.paymentMethods.list(): Added
  • apideck.accounting.paymentMethods.create(): Added
  • apideck.accounting.paymentMethods.get(): Added
  • apideck.accounting.paymentMethods.update(): Added
  • apideck.accounting.paymentMethods.delete(): Added
  • apideck.accounting.taxRates.list(): response.data[].customFields[] Changed
  • apideck.accounting.taxRates.create():
    • request.taxRate.customFields[] Changed
  • apideck.accounting.taxRates.get(): response.data.customFields[] Changed
  • apideck.accounting.taxRates.update():
    • request.taxRate.customFields[] Changed
  • apideck.accounting.bills.list(): response.data[].customFields[] Changed
  • apideck.accounting.bills.create():
    • request.bill.customFields[] Changed
  • apideck.accounting.bills.get(): response.data.customFields[] Changed
  • apideck.accounting.bills.update():
    • request.bill.customFields[] Changed
  • apideck.accounting.invoices.list(): response.data[].lineItems[].customFields[] Changed
  • apideck.accounting.invoices.create():
    • request.invoice.lineItems[].customFields[] Changed
  • apideck.accounting.invoices.get(): response.data.lineItems[].customFields[] Changed
  • apideck.accounting.invoices.update():
    • request.invoice.lineItems[].customFields[] Changed
  • apideck.accounting.ledgerAccounts.list(): response.data[].customFields[] Changed
  • apideck.accounting.ledgerAccounts.create():
    • request.ledgerAccount.customFields[] Changed
  • apideck.accounting.ledgerAccounts.get(): response.data.customFields[] Changed
  • apideck.accounting.ledgerAccounts.update():
    • request.ledgerAccount.customFields[] Changed
  • apideck.accounting.creditNotes.list(): response.data[].lineItems[].customFields[] Changed
  • apideck.accounting.creditNotes.create():
    • request.creditNote.lineItems[].customFields[] Changed
  • apideck.accounting.creditNotes.get(): response.data.lineItems[].customFields[] Changed
  • apideck.accounting.creditNotes.update():
    • request.creditNote.lineItems[].customFields[] Changed
  • apideck.accounting.customers.list(): response.data[].customFields[] Changed
  • apideck.accounting.customers.create():
    • request.customer.customFields[] Changed
  • apideck.accounting.customers.get(): response.data.customFields[] Changed
  • apideck.accounting.customers.update():
    • request.customer.customFields[] Changed
  • apideck.accounting.suppliers.list(): response.data[].customFields[] Changed
  • apideck.accounting.suppliers.create():
    • request.supplier.customFields[] Changed
  • apideck.accounting.suppliers.get(): response.data.customFields[] Changed
  • apideck.accounting.suppliers.update():
    • request.supplier.customFields[] Changed
  • apideck.accounting.payments.list(): response.data[].customFields[] Changed
  • apideck.accounting.payments.create():
    • request.payment.customFields[] Changed
  • apideck.accounting.payments.get(): response.data.customFields[] Changed
  • apideck.accounting.payments.update():
    • request.payment.customFields[] Changed
  • apideck.accounting.refunds.list(): response.data[] Changed
  • apideck.accounting.refunds.create():
    • request.refund Changed
  • apideck.accounting.refunds.get(): response.data Changed
  • apideck.accounting.refunds.update():
    • request.refund Changed
  • apideck.accounting.companyInfo.get(): response.data.defaultSalesTax.customFields[] Changed
  • apideck.accounting.journalEntries.list(): response.data[].customFields[] Changed
  • apideck.accounting.journalEntries.create():
    • request.journalEntry.customFields[] Changed
  • apideck.accounting.journalEntries.get(): response.data.customFields[] Changed
  • apideck.accounting.journalEntries.update():
    • request.journalEntry.customFields[] Changed
  • apideck.accounting.generalLedgerTransactions.list(): response.data[].customFields[] Changed
  • apideck.accounting.generalLedgerTransactions.get(): response.data.customFields[] Changed
  • apideck.accounting.purchaseOrders.list(): response.data[].lineItems[].customFields[] Changed
  • apideck.accounting.purchaseOrders.create():
    • request.purchaseOrder.lineItems[].customFields[] Changed
  • apideck.accounting.purchaseOrders.get(): response.data.lineItems[].customFields[] Changed
  • apideck.accounting.purchaseOrders.update():
    • request.purchaseOrder.lineItems[].customFields[] Changed
  • apideck.accounting.attachments.list(): response.data[].fileUrl Added
  • apideck.accounting.attachments.get(): response.data.fileUrl Added
  • apideck.accounting.attachments.download():
    • request.followRedirects Added
  • apideck.accounting.bankAccounts.list(): response.data[].customFields[] Changed
  • apideck.accounting.bankAccounts.create():
    • request.accountingBankAccount.customFields[] Changed
  • apideck.accounting.bankAccounts.get(): response.data.customFields[] Changed
  • apideck.accounting.bankAccounts.update():
    • request.accountingBankAccount.customFields[] Changed
  • apideck.accounting.billPayments.list(): response.data[].customFields[] Changed
  • apideck.accounting.billPayments.create():
    • request.billPayment.customFields[] Changed
  • apideck.accounting.billPayments.get(): response.data.customFields[] Changed
  • apideck.accounting.billPayments.update():
    • request.billPayment.customFields[] Changed
  • apideck.accounting.expenses.list(): response.data[].customFields[] Changed
  • apideck.accounting.expenses.create():
    • request.expense.customFields[] Changed
  • apideck.accounting.expenses.get(): response.data.customFields[] Changed
  • apideck.accounting.expenses.update():
    • request.expense.customFields[] Changed
  • apideck.accounting.bankFeedAccounts.list(): response.data[] Changed
  • apideck.accounting.bankFeedAccounts.create():
    • request.bankFeedAccount Changed
  • apideck.accounting.bankFeedAccounts.get(): response.data Changed
  • apideck.accounting.bankFeedAccounts.update():
    • request.bankFeedAccount Changed
  • apideck.accounting.bankFeedStatements.list(): response.data[].transactions[].merchantCategoryCode Added
  • apideck.accounting.bankFeedStatements.create():
    • request.bankFeedStatement.transactions[].merchantCategoryCode Added
  • apideck.accounting.bankFeedStatements.get(): response.data.transactions[].merchantCategoryCode Added
  • apideck.accounting.bankFeedStatements.update():
    • request.bankFeedStatement.transactions[].merchantCategoryCode Added
  • apideck.accounting.quotes.list(): response.data[].lineItems[].customFields[] Changed
  • apideck.accounting.quotes.create():
    • request.quote.lineItems[].customFields[] Changed
  • apideck.accounting.quotes.get(): response.data.lineItems[].customFields[] Changed
  • apideck.accounting.quotes.update():
    • request.quote.lineItems[].customFields[] Changed
  • apideck.accounting.projects.list(): response.data[].customFields[] Changed
  • apideck.accounting.projects.create():
    • request.project.customFields[] Changed
  • apideck.accounting.projects.get(): response.data.customFields[] Changed
  • apideck.accounting.projects.update():
    • request.project.customFields[] Changed
  • apideck.accounting.employees.list(): response.data[].customFields[] Changed
  • apideck.accounting.employees.create():
    • request.accountingEmployee.customFields[] Changed
  • apideck.accounting.employees.get(): response.data.customFields[] Changed
  • apideck.accounting.employees.update():
    • request.accountingEmployee.customFields[] Changed
  • apideck.accounting.expenseReports.list(): response.data[].customFields[] Changed
  • apideck.accounting.expenseReports.create():
    • request.expenseReport.customFields[] Changed
  • apideck.accounting.expenseReports.get(): response.data.customFields[] Changed
  • apideck.accounting.expenseReports.update():
    • request.expenseReport.customFields[] Changed
  • apideck.ats.jobs.list(): response.data[].customFields[] Changed
  • apideck.ats.jobs.create():
    • request.job.customFields[] Changed
  • apideck.ats.jobs.get(): response.data.customFields[] Changed
  • apideck.ats.jobs.update():
    • request.job.customFields[] Changed
  • apideck.ats.applicants.list(): response.data[].customFields[] Changed
  • apideck.ats.applicants.create():
    • request.applicant.customFields[] Changed
  • apideck.ats.applicants.get(): response.data.customFields[] Changed
  • apideck.ats.applicants.update():
    • request.applicant.customFields[] Changed
  • apideck.crm.companies.list(): response.data[].customFields[] Changed
  • apideck.crm.companies.create():
    • request.company1.customFields[] Changed
  • apideck.crm.companies.get(): response.data.customFields[] Changed
  • apideck.crm.companies.update():
    • request.company1.customFields[] Changed
  • apideck.crm.contacts.list(): response.data[].customFields[] Changed
  • apideck.crm.contacts.create():
    • request.contact.customFields[] Changed
  • apideck.crm.contacts.get(): response.data.customFields[] Changed
  • apideck.crm.contacts.update():
    • request.contact.customFields[] Changed
  • apideck.crm.opportunities.list(): response.data[].customFields[] Changed
  • apideck.crm.opportunities.create():
    • request.opportunity.customFields[] Changed
  • apideck.crm.opportunities.get(): response.data.customFields[] Changed
  • apideck.crm.opportunities.update():
    • request.opportunity.customFields[] Changed
  • apideck.crm.leads.list(): response.data[].customFields[] Changed
  • apideck.crm.leads.create():
    • request.lead.customFields[] Changed
  • apideck.crm.leads.get(): response.data.customFields[] Changed
  • apideck.crm.leads.update():
    • request.lead.customFields[] Changed
  • apideck.crm.lists.list(): response.data[].customFields[] Changed
  • apideck.crm.lists.get(): response.data.customFields[] Changed
  • apideck.crm.activities.list(): response.data[].customFields[] Changed
  • apideck.crm.activities.create():
    • request.activity.customFields[] Changed
  • apideck.crm.activities.get(): response.data.customFields[] Changed
  • apideck.crm.activities.update():
    • request.activity.customFields[] Changed
  • apideck.fileStorage.files.download():
    • request.followRedirects Added
  • apideck.hris.employees.list(): response.data[].customFields[] Changed
  • apideck.hris.employees.create():
    • request.employee.customFields[] Changed
  • apideck.hris.employees.get(): response.data.customFields[] Changed
  • apideck.hris.employees.update():
    • request.employee.customFields[] Changed
  • apideck.hris.employeeSchedules.list(): response.data.employee.customFields[] Changed
  • apideck.proxy.get():
    • request.followRedirects Added
  • apideck.proxy.options():
    • request.followRedirects Added
  • apideck.proxy.post():
    • request.followRedirects Added
  • apideck.proxy.put():
    • request.followRedirects Added
  • apideck.proxy.patch():
    • request.followRedirects Added
  • apideck.proxy.delete():
    • request.followRedirects Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ ├──[+] path (9045:3)
│ ├──[+] path (4760:3)
│ ├──[+] path (8964:3)
│ ├──[+] path (4644:3)
│ ├─┬/accounting/refunds/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (3739:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-apideck-gotchas (3838:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3792:9)
│ ├─┬/accounting/credit-notes/{id}
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (2433:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2352:9)
│ ├─┬/accounting/refunds
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (3594:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3692:9)
│ ├─┬/accounting/payments/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3491:9)
│ ├─┬/accounting/bill-payments
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6673:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6776:9)
│ ├─┬/accounting/invoices
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1036:9)
│ ├─┬/accounting/purchase-orders/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (5147:9)
│ ├─┬/accounting/credit-notes
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (2062:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2201:9)
│ ├─┬/accounting/journal-entries
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (4097:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4268:9)
│ ├─┬/accounting/journal-entries/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4434:9)
│ ├─┬/accounting/bill-payments/{id}
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6996:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6923:9)
│ ├─┬/accounting/suppliers
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (2818:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2930:9)
│ ├─┬/accounting/invoice-items
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1825:9)
│ ├─┬/proxy
│ │ ├─┬GET
│ │ │ ├──[+] parameters (19084:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54389:20)
│ │ ├─┬PUT
│ │ │ ├──[+] parameters (19084:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54389:20)
│ │ ├─┬POST
│ │ │ ├──[+] parameters (19084:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54389:20)
│ │ ├─┬DELETE
│ │ │ ├──[+] parameters (19084:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54389:20)
│ │ ├─┬OPTIONS
│ │ │ ├──[+] parameters (19084:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54389:20)
│ │ └─┬PATCH
│ │   ├──[+] parameters (19084:13)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (54389:20)
│ ├─┬/accounting/invoices/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1249:9)
│ ├─┬/accounting/expenses
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (7042:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (7128:9)
│ ├─┬/accounting/quotes
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8127:9)
│ ├─┬/accounting/suppliers/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3081:9)
│ ├─┬/accounting/ledger-accounts/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-apideck-gotchas (1566:9)
│ ├─┬/hris/employees/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (14536:9)
│ ├─┬/accounting/locations
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (5480:9)
│ ├─┬/accounting/attachments/{reference_type}/{reference_id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (5916:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6010:9)
│ ├─┬/accounting/employees
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8626:9)
│ ├─┬/accounting/expense-reports
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (9234:9)
│ ├─┬/accounting/ledger-accounts
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1394:9)
│ ├─┬/accounting/general-ledger-transactions
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4564: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 (10576:9)
│ ├─┬/accounting/invoice-items/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1959:9)
│ ├─┬/file-storage/files/{id}/export
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (53834:20)
│ ├─┬/accounting/purchase-orders
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (4938:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (5036:9)
│ ├─┬/accounting/expenses/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (7205:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (7262:9)
│ ├─┬/accounting/expense-reports/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (9363:9)
│ ├─┬/accounting/payments
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3338:9)
│ ├─┬/accounting/employees/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-apideck-gotchas (8722:9)
│ ├─┬/accounting/bills
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (332:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (528:9)
│ ├─┬/file-storage/files/{id}/download
│ │ └─┬GET
│ │   ├──[+] parameters (18553:13)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (53834:20)
│ ├─┬/hris/employees
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (14272:9)
│ ├─┬/accounting/quotes/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8239:9)
│ ├─┬/accounting/attachments/{reference_type}/{reference_id}/{id}/download
│ │ └─┬GET
│ │   ├──[+] parameters (18553:13)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (52873:20)
│ └─┬/accounting/company-info
│   └─┬GET
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (3878:9)
└─┬Components
  ├──[+] responses (52489:7)
  ├──[+] responses (53228:7)
  ├──[+] responses (52477:7)
  ├──[+] responses (53222:7)
  ├──[+] responses (52483:7)
  ├──[+] responses (53204:7)
  ├──[+] responses (53210:7)
  ├──[+] responses (52495:7)
  ├──[+] responses (53216:7)
  ├──[+] responses (52471:7)
  ├──[+] parameters (18938:7)
  ├──[+] parameters (18553:7)
  ├──[+] parameters (18930:7)
  ├──[+] schemas (35879:7)
  ├──[+] schemas (27686:7)
  ├──[+] schemas (35974:7)
  ├──[+] schemas (35861:7)
  ├──[+] schemas (35711:7)
  ├──[+] schemas (35934:7)
  ├──[+] schemas (36044:7)
  ├──[+] schemas (28127:7)
  ├──[+] schemas (28086:7)
  ├──[+] schemas (28195:7)
  ├──[+] schemas (36009:7)
  ├──[+] schemas (28049:7)
  ├──[+] schemas (35898:7)
  ├──[+] schemas (28161:7)
  ├─┬Attachment
  │ ├──[+] properties (30992:9)
  │ ├─┬size
  │ │ └──[🔀] $ref (31029:13)❌ 
  │ ├─┬parent_folder_id
  │ │ ├──[🔀] description (30970:24)
  │ │ └──[🔀] example (30972:20)
  │ ├─┬name
  │ │ ├──[🔀] description (30975:24)
  │ │ └──[🔀] example (30977:20)
  │ ├─┬id
  │ │ └──[🔀] $ref (30993:11)❌ 
  │ ├─┬mime_type
  │ │ └──[🔀] $ref (25281:20)❌ 
  │ ├─┬updated_at
  │ │ └──[🔀] $ref (30980:11)❌ 
  │ ├─┬updated_by
  │ │ └──[🔀] $ref (30904:20)❌ 
  │ ├─┬reference
  │ │ └──[🔀] $ref (27869:20)❌ 
  │ ├─┬pass_through
  │ │ └──[🔀] $ref (30998:11)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (31015:9)
  ├─┬BankFeedAccount
  │ ├──[+] properties (33773:9)
  │ ├──[+] properties (33767:9)
  │ ├──[+] properties (33750:9)
  │ ├──[+] properties (33748:9)
  │ ├─┬target_account_id
  │ │ └──[🔀] $ref (25281:20)❌ 
  │ ├─┬source_account_id
  │ │ ├──[+] enum (33786:15)
  │ │ ├──[+] enum (33787:15)
  │ │ ├──[🔀] title (33788:18)
  │ │ ├──[🔀] description (33782:24)
  │ │ ├──[🔀] example (33784:20)
  │ │ └─┬Extensions
  │ │   ├──[+] x-apideck-enum-id (33789:30)
  │ │   └──[+] x-speakeasy-unknown-values (33790:39)
  │ ├─┬bank_account_type
  │ │ ├──[-] enum (31995:15)❌ 
  │ │ ├──[-] enum (31996:15)❌ 
  │ │ ├──[🔀] type (33775:17)❌ 
  │ │ ├──[🔀] title (33778:18)
  │ │ ├──[🔀] description (33774:24)
  │ │ ├──[+] nullable (33777:21)❌ 
  │ │ ├──[🔀] example (33776:20)
  │ │ └─┬Extensions
  │ │   ├──[-] x-apideck-enum-id (31998:30)❌ 
  │ │   └──[-] x-speakeasy-unknown-values (31999:39)❌ 
  │ ├─┬created_by
  │ │ └──[🔀] $ref (34549:20)❌ 
  │ ├─┬currency
  │ │ └──[🔀] $ref (21892:20)❌ 
  │ ├─┬custom_fields
  │ │ └──[🔀] $ref (21900:20)❌ 
  │ ├─┬created_at
  │ │ └──[🔀] $ref (33734:11)❌ 
  │ ├─┬country
  │ │ └──[🔀] $ref (33768:11)❌ 
  │ ├─┬updated_by
  │ │ └──[🔀] $ref (33753:11)❌ 
  │ ├─┬feed_status
  │ │ ├──[-] enum (32027:15)❌ 
  │ │ ├──[-] enum (32028:15)❌ 
  │ │ ├──[+] items (33796:13)❌ 
  │ │ ├──[🔀] type (33794:17)❌ 
  │ │ ├──[-] title (32029:18)
  │ │ ├──[-] description (32023:24)
  │ │ ├──[-] example (32025:20)
  │ │ └─┬Extensions
  │ │   ├──[-] x-apideck-enum-id (32030:30)❌ 
  │ │   └──[-] x-speakeasy-unknown-values (32031:39)❌ 
  │ ├─┬target_account_number
  │ │ └──[🔀] $ref (20412:20)❌ 
  │ ├─┬custom_mappings
  │ │ └──[🔀] $ref (22172:20)❌ 
  │ ├─┬target_account_name
  │ │ ├──[🔀] title (33747:18)
  │ │ ├──[🔀] description (33744:24)
  │ │ └──[🔀] example (33746:20)
  │ ├─┬id
  │ │ └──[🔀] $ref (29989:20)❌ 
  │ ├─┬updated_at
  │ │ └──[🔀] $ref (20436:20)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (33815:9)
  ├─┬BalanceSheetAccountRecord
  │ ├──[+] properties (20282:9)
  │ ├─┬value
  │ │ └──[🔀] $ref (20283:11)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (20294:9)
  ├─┬RefundType
  │ ├──[+] enum (29382:11)
  │ └──[🔀] description (29375:20)
  ├─┬Refund
  │ └─┬line_items
  │   └──[🔀] description (29204:24)
  ├─┬Opportunity
  │ └─┬title
  │   └──[-] minLength (38648:22)❌ 
  ├─┬BankFeedStatement
  │ └─┬transactions
  │   └─┬Schema
  │     ├──[+] properties (33932:15)
  │     ├─┬posted_date
  │     │ ├──[🔀] title (33937:24)
  │     │ ├──[-] format (32125:25)❌ 
  │     │ ├──[🔀] description (33933:30)
  │     │ ├──[+] nullable (33936:27)❌ 
  │     │ └──[🔀] example (33935:26)
  │     ├─┬transaction_type
  │     │ ├──[-] enum (32160:21)❌ 
  │     │ ├──[-] enum (32161:21)❌ 
  │     │ ├──[-] enum (32162:21)❌ 
  │     │ ├──[-] enum (32163:21)❌ 
  │     │ ├──[-] enum (32164:21)❌ 
  │     │ ├──[-] enum (32165:21)❌ 
  │     │ ├──[🔀] title (33907:24)
  │     │ ├──[🔀] description (33904:30)
  │     │ ├──[🔀] example (33906:26)
  │     │ └─┬Extensions
  │     │   ├──[-] x-apideck-enum-id (32167:36)❌ 
  │     │   └──[-] x-speakeasy-unknown-values (32168:45)❌ 
  │     ├─┬source_transaction_id
  │     │ ├──[🔀] title (33917:24)
  │     │ ├──[🔀] description (33914:30)
  │     │ └──[🔀] example (33916:26)
  │     └─┬reference
  │       ├──[🔀] title (33890:24)
  │       ├──[+] format (33888:25)❌ 
  │       ├──[🔀] description (33886:30)
  │       └──[🔀] example (33889:26)
  ├─┬BalanceSheetAccount
  │ ├──[+] properties (20242:9)
  │ ├─┬value
  │ │ └──[🔀] $ref (20243:11)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (20256:9)
  └─┬CustomField
    ├──[+] properties (22750:9)
    ├─┬value
    │ ├──[+] type (22752:17)❌ 
    │ ├──[+] title (22755:18)
    │ ├──[+] description (22751:24)
    │ ├──[+] nullable (22754:21)❌ 
    │ ├──[+] example (22753:20)
    │ ├──[-] anyOf (21281:15)❌ 
    │ ├──[-] anyOf (21284:15)❌ 
    │ ├──[-] anyOf (21287:15)❌ 
    │ ├──[-] anyOf (21290:15)❌ 
    │ └──[-] anyOf (21295:15)❌ 
    └─┬Extensions
      └──[🔀] x-apideck-weights (22808:9)
Document Element Total Changes Breaking Changes
info 1 0
paths 74 8
components 130 45

View full report

Linting Report 0 errors, 1 warnings, 92 hints

View full report

JAVA CHANGELOG

core: 3.57.0 - 2026-08-13

🐝 New Features

  • make OkHttp SDKs AutoCloseable, close clients on Spring shutdown, and require compatible public close methods on custom clients (commit by @2ynn)

core: 3.56.2 - 2026-08-12

🐝 New Features

unions: 0.3.8 - 2026-08-13

🐛 Bug Fixes

  • collapse primitive-only unions in path parameters instead of dropping the operation (commit by @AshGodfrey)

unions: 0.3.7 - 2026-08-04

🐛 Bug Fixes

  • prevent forwardCompatibleUnionsByDefault: false to silently enable open unions (commit by @2ynn)

Based on Speakeasy CLI 1.795.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Aug 7, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072578 branch 2 times, most recently from de4e840 to fd29da4 Compare August 7, 2026 06:46
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.37.1 chore: 🐝 Update SDK - Generate 0.38.0 Aug 7, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Aug 7, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072578 branch 24 times, most recently from 5b2e4ca to 4b60c39 Compare August 11, 2026 13:35
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072578 branch 28 times, most recently from 58bddb9 to 83b6180 Compare August 18, 2026 20:08
speakeasybot and others added 2 commits August 19, 2026 00:13
* `apideck.accounting.salesReceipts.list()`: **Added**
* `apideck.accounting.salesReceipts.create()`: **Added**
* `apideck.accounting.salesReceipts.get()`: **Added**
* `apideck.accounting.salesReceipts.update()`: **Added**
* `apideck.accounting.salesReceipts.delete()`: **Added**
* `apideck.accounting.paymentMethods.list()`: **Added**
* `apideck.accounting.paymentMethods.create()`: **Added**
* `apideck.accounting.paymentMethods.get()`: **Added**
* `apideck.accounting.paymentMethods.update()`: **Added**
* `apideck.accounting.paymentMethods.delete()`: **Added**
* `apideck.accounting.taxRates.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.taxRates.create()`: 
  *  `request.taxRate.customFields[]` **Changed**
* `apideck.accounting.taxRates.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.taxRates.update()`: 
  *  `request.taxRate.customFields[]` **Changed**
* `apideck.accounting.bills.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.bills.create()`: 
  *  `request.bill.customFields[]` **Changed**
* `apideck.accounting.bills.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.bills.update()`: 
  *  `request.bill.customFields[]` **Changed**
* `apideck.accounting.invoices.list()`:  `response.data[].lineItems[].customFields[]` **Changed**
* `apideck.accounting.invoices.create()`: 
  *  `request.invoice.lineItems[].customFields[]` **Changed**
* `apideck.accounting.invoices.get()`:  `response.data.lineItems[].customFields[]` **Changed**
* `apideck.accounting.invoices.update()`: 
  *  `request.invoice.lineItems[].customFields[]` **Changed**
* `apideck.accounting.ledgerAccounts.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.ledgerAccounts.create()`: 
  *  `request.ledgerAccount.customFields[]` **Changed**
* `apideck.accounting.ledgerAccounts.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.ledgerAccounts.update()`: 
  *  `request.ledgerAccount.customFields[]` **Changed**
* `apideck.accounting.creditNotes.list()`:  `response.data[].lineItems[].customFields[]` **Changed**
* `apideck.accounting.creditNotes.create()`: 
  *  `request.creditNote.lineItems[].customFields[]` **Changed**
* `apideck.accounting.creditNotes.get()`:  `response.data.lineItems[].customFields[]` **Changed**
* `apideck.accounting.creditNotes.update()`: 
  *  `request.creditNote.lineItems[].customFields[]` **Changed**
* `apideck.accounting.customers.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.customers.create()`: 
  *  `request.customer.customFields[]` **Changed**
* `apideck.accounting.customers.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.customers.update()`: 
  *  `request.customer.customFields[]` **Changed**
* `apideck.accounting.suppliers.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.suppliers.create()`: 
  *  `request.supplier.customFields[]` **Changed**
* `apideck.accounting.suppliers.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.suppliers.update()`: 
  *  `request.supplier.customFields[]` **Changed**
* `apideck.accounting.payments.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.payments.create()`: 
  *  `request.payment.customFields[]` **Changed**
* `apideck.accounting.payments.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.payments.update()`: 
  *  `request.payment.customFields[]` **Changed**
* `apideck.accounting.refunds.list()`:  `response.data[]` **Changed**
* `apideck.accounting.refunds.create()`: 
  *  `request.refund` **Changed**
* `apideck.accounting.refunds.get()`:  `response.data` **Changed**
* `apideck.accounting.refunds.update()`: 
  *  `request.refund` **Changed**
* `apideck.accounting.companyInfo.get()`:  `response.data.defaultSalesTax.customFields[]` **Changed**
* `apideck.accounting.journalEntries.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.journalEntries.create()`: 
  *  `request.journalEntry.customFields[]` **Changed**
* `apideck.accounting.journalEntries.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.journalEntries.update()`: 
  *  `request.journalEntry.customFields[]` **Changed**
* `apideck.accounting.generalLedgerTransactions.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.generalLedgerTransactions.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.purchaseOrders.list()`:  `response.data[].lineItems[].customFields[]` **Changed**
* `apideck.accounting.purchaseOrders.create()`: 
  *  `request.purchaseOrder.lineItems[].customFields[]` **Changed**
* `apideck.accounting.purchaseOrders.get()`:  `response.data.lineItems[].customFields[]` **Changed**
* `apideck.accounting.purchaseOrders.update()`: 
  *  `request.purchaseOrder.lineItems[].customFields[]` **Changed**
* `apideck.accounting.attachments.list()`:  `response.data[].fileUrl` **Added**
* `apideck.accounting.attachments.get()`:  `response.data.fileUrl` **Added**
* `apideck.accounting.attachments.download()`: 
  *  `request.followRedirects` **Added**
* `apideck.accounting.bankAccounts.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.bankAccounts.create()`: 
  *  `request.accountingBankAccount.customFields[]` **Changed**
* `apideck.accounting.bankAccounts.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.bankAccounts.update()`: 
  *  `request.accountingBankAccount.customFields[]` **Changed**
* `apideck.accounting.billPayments.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.billPayments.create()`: 
  *  `request.billPayment.customFields[]` **Changed**
* `apideck.accounting.billPayments.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.billPayments.update()`: 
  *  `request.billPayment.customFields[]` **Changed**
* `apideck.accounting.expenses.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.expenses.create()`: 
  *  `request.expense.customFields[]` **Changed**
* `apideck.accounting.expenses.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.expenses.update()`: 
  *  `request.expense.customFields[]` **Changed**
* `apideck.accounting.bankFeedAccounts.list()`:  `response.data[]` **Changed**
* `apideck.accounting.bankFeedAccounts.create()`: 
  *  `request.bankFeedAccount` **Changed**
* `apideck.accounting.bankFeedAccounts.get()`:  `response.data` **Changed**
* `apideck.accounting.bankFeedAccounts.update()`: 
  *  `request.bankFeedAccount` **Changed**
* `apideck.accounting.bankFeedStatements.list()`:  `response.data[].transactions[].merchantCategoryCode` **Added**
* `apideck.accounting.bankFeedStatements.create()`: 
  *  `request.bankFeedStatement.transactions[].merchantCategoryCode` **Added**
* `apideck.accounting.bankFeedStatements.get()`:  `response.data.transactions[].merchantCategoryCode` **Added**
* `apideck.accounting.bankFeedStatements.update()`: 
  *  `request.bankFeedStatement.transactions[].merchantCategoryCode` **Added**
* `apideck.accounting.quotes.list()`:  `response.data[].lineItems[].customFields[]` **Changed**
* `apideck.accounting.quotes.create()`: 
  *  `request.quote.lineItems[].customFields[]` **Changed**
* `apideck.accounting.quotes.get()`:  `response.data.lineItems[].customFields[]` **Changed**
* `apideck.accounting.quotes.update()`: 
  *  `request.quote.lineItems[].customFields[]` **Changed**
* `apideck.accounting.projects.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.projects.create()`: 
  *  `request.project.customFields[]` **Changed**
* `apideck.accounting.projects.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.projects.update()`: 
  *  `request.project.customFields[]` **Changed**
* `apideck.accounting.employees.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.employees.create()`: 
  *  `request.accountingEmployee.customFields[]` **Changed**
* `apideck.accounting.employees.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.employees.update()`: 
  *  `request.accountingEmployee.customFields[]` **Changed**
* `apideck.accounting.expenseReports.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.accounting.expenseReports.create()`: 
  *  `request.expenseReport.customFields[]` **Changed**
* `apideck.accounting.expenseReports.get()`:  `response.data.customFields[]` **Changed**
* `apideck.accounting.expenseReports.update()`: 
  *  `request.expenseReport.customFields[]` **Changed**
* `apideck.ats.jobs.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.ats.jobs.create()`: 
  *  `request.job.customFields[]` **Changed**
* `apideck.ats.jobs.get()`:  `response.data.customFields[]` **Changed**
* `apideck.ats.jobs.update()`: 
  *  `request.job.customFields[]` **Changed**
* `apideck.ats.applicants.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.ats.applicants.create()`: 
  *  `request.applicant.customFields[]` **Changed**
* `apideck.ats.applicants.get()`:  `response.data.customFields[]` **Changed**
* `apideck.ats.applicants.update()`: 
  *  `request.applicant.customFields[]` **Changed**
* `apideck.crm.companies.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.crm.companies.create()`: 
  *  `request.company1.customFields[]` **Changed**
* `apideck.crm.companies.get()`:  `response.data.customFields[]` **Changed**
* `apideck.crm.companies.update()`: 
  *  `request.company1.customFields[]` **Changed**
* `apideck.crm.contacts.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.crm.contacts.create()`: 
  *  `request.contact.customFields[]` **Changed**
* `apideck.crm.contacts.get()`:  `response.data.customFields[]` **Changed**
* `apideck.crm.contacts.update()`: 
  *  `request.contact.customFields[]` **Changed**
* `apideck.crm.opportunities.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.crm.opportunities.create()`: 
  *  `request.opportunity.customFields[]` **Changed**
* `apideck.crm.opportunities.get()`:  `response.data.customFields[]` **Changed**
* `apideck.crm.opportunities.update()`: 
  *  `request.opportunity.customFields[]` **Changed**
* `apideck.crm.leads.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.crm.leads.create()`: 
  *  `request.lead.customFields[]` **Changed**
* `apideck.crm.leads.get()`:  `response.data.customFields[]` **Changed**
* `apideck.crm.leads.update()`: 
  *  `request.lead.customFields[]` **Changed**
* `apideck.crm.lists.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.crm.lists.get()`:  `response.data.customFields[]` **Changed**
* `apideck.crm.activities.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.crm.activities.create()`: 
  *  `request.activity.customFields[]` **Changed**
* `apideck.crm.activities.get()`:  `response.data.customFields[]` **Changed**
* `apideck.crm.activities.update()`: 
  *  `request.activity.customFields[]` **Changed**
* `apideck.fileStorage.files.download()`: 
  *  `request.followRedirects` **Added**
* `apideck.hris.employees.list()`:  `response.data[].customFields[]` **Changed**
* `apideck.hris.employees.create()`: 
  *  `request.employee.customFields[]` **Changed**
* `apideck.hris.employees.get()`:  `response.data.customFields[]` **Changed**
* `apideck.hris.employees.update()`: 
  *  `request.employee.customFields[]` **Changed**
* `apideck.hris.employeeSchedules.list()`:  `response.data.employee.customFields[]` **Changed**
* `apideck.proxy.get()`: 
  *  `request.followRedirects` **Added**
* `apideck.proxy.options()`: 
  *  `request.followRedirects` **Added**
* `apideck.proxy.post()`: 
  *  `request.followRedirects` **Added**
* `apideck.proxy.put()`: 
  *  `request.followRedirects` **Added**
* `apideck.proxy.patch()`: 
  *  `request.followRedirects` **Added**
* `apideck.proxy.delete()`: 
  *  `request.followRedirects` **Added**
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