Merged
Conversation
d222324 to
4cc65b4
Compare
2270567 to
08b47e9
Compare
9603880 to
8285b23
Compare
* `apideck.accounting.expenses.list()`: `response.data.[]` **Changed** **Breaking**⚠️ * `apideck.accounting.expenses.create()`: * `request.expense` **Changed** **Breaking**⚠️ * `apideck.accounting.expenses.get()`: `response.data` **Changed** **Breaking**⚠️ * `apideck.accounting.expenses.update()`: * `request.expense` **Changed** **Breaking**⚠️ * `apideck.accounting.bills.list()`: `response.data.[]` **Changed** * `apideck.accounting.bills.create()`: * `request.bill` **Changed** * `apideck.accounting.bills.get()`: `response.data` **Changed** * `apideck.accounting.bills.update()`: * `request.bill` **Changed** * `apideck.accounting.invoices.list()`: `response.data.[]` **Changed** * `apideck.accounting.invoices.create()`: * `request.invoice` **Changed** * `apideck.accounting.invoices.get()`: `response.data` **Changed** * `apideck.accounting.invoices.update()`: * `request.invoice` **Changed** * `apideck.accounting.ledgerAccounts.list()`: * `request.filter` **Changed** * `apideck.accounting.invoiceItems.list()`: `response.data.[].trackingCategories.[].code` **Added** * `apideck.accounting.invoiceItems.create()`: * `request.invoiceItem.trackingCategories.[].code` **Added** * `apideck.accounting.invoiceItems.get()`: `response.data.trackingCategories.[].code` **Added** * `apideck.accounting.invoiceItems.update()`: * `request.invoiceItem.trackingCategories.[].code` **Added** * `apideck.accounting.creditNotes.list()`: `response.data.[]` **Changed** * `apideck.accounting.creditNotes.create()`: * `request.creditNote` **Changed** * `apideck.accounting.creditNotes.get()`: `response.data` **Changed** * `apideck.accounting.creditNotes.update()`: * `request.creditNote` **Changed** * `apideck.accounting.payments.list()`: * `request.filter` **Changed** * `response.data.[].trackingCategories.[].code` **Added** * `apideck.accounting.payments.create()`: * `request.payment.trackingCategories.[].code` **Added** * `apideck.accounting.payments.get()`: `response.data.trackingCategories.[].code` **Added** * `apideck.accounting.payments.update()`: * `request.payment.trackingCategories.[].code` **Added** * `apideck.accounting.journalEntries.list()`: `response.data.[].lineItems.[].trackingCategories.[].code` **Added** * `apideck.accounting.journalEntries.create()`: * `request.journalEntry.lineItems.[].trackingCategories.[].code` **Added** * `apideck.accounting.journalEntries.get()`: `response.data.lineItems.[].trackingCategories.[].code` **Added** * `apideck.accounting.journalEntries.update()`: * `request.journalEntry.lineItems.[].trackingCategories.[].code` **Added** * `apideck.accounting.purchaseOrders.list()`: `response.data.[]` **Changed** * `apideck.accounting.purchaseOrders.create()`: * `request.purchaseOrder` **Changed** * `apideck.accounting.purchaseOrders.get()`: `response.data` **Changed** * `apideck.accounting.purchaseOrders.update()`: * `request.purchaseOrder` **Changed** * `apideck.accounting.subsidiaries.list()`: `response.data.[].downstreamId` **Added** * `apideck.accounting.subsidiaries.get()`: `response.data.downstreamId` **Added** * `apideck.accounting.locations.list()`: `response.data.[]` **Changed** * `apideck.accounting.locations.create()`: * `request.accountingLocation.displayId` **Added** * `apideck.accounting.locations.get()`: `response.data` **Changed** * `apideck.accounting.locations.update()`: * `request.accountingLocation.displayId` **Added** * `apideck.accounting.departments.list()`: `response.data.[]` **Changed** * `apideck.accounting.departments.create()`: * `request.accountingDepartment.displayId` **Added** * `apideck.accounting.departments.get()`: `response.data` **Changed** * `apideck.accounting.departments.update()`: * `request.accountingDepartment.displayId` **Added** * `apideck.accounting.billPayments.list()`: * `request.filter` **Changed** * `response.data.[].trackingCategories.[].code` **Added** * `apideck.accounting.billPayments.create()`: * `request.billPayment.trackingCategories.[].code` **Added** * `apideck.accounting.billPayments.get()`: `response.data.trackingCategories.[].code` **Added** * `apideck.accounting.billPayments.update()`: * `request.billPayment.trackingCategories.[].code` **Added** * `apideck.accounting.quotes.list()`: `response.data.[].lineItems.[].trackingCategories.[].code` **Added** * `apideck.accounting.quotes.create()`: * `request.quote.lineItems.[].trackingCategories.[].code` **Added** * `apideck.accounting.quotes.get()`: `response.data.lineItems.[].trackingCategories.[].code` **Added** * `apideck.accounting.quotes.update()`: * `request.quote.lineItems.[].trackingCategories.[].code` **Added** * `apideck.accounting.projects.list()`: `response.data.[].trackingCategories.[].code` **Added** * `apideck.accounting.projects.create()`: * `request.project.trackingCategories.[].code` **Added** * `apideck.accounting.projects.get()`: `response.data.trackingCategories.[].code` **Added** * `apideck.accounting.projects.update()`: * `request.project.trackingCategories.[].code` **Added**
Contributor
Author
SDK Tests Report
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Linting report available at: https://app.speakeasy.com/org/apideck-k2o/apideck/linting-report/1c90519c728e686bbb55f72b86bed59a
OpenAPI Change report available at: https://app.speakeasy.com/org/apideck-k2o/apideck/changes-report/8308d07081a542cba247bba6b87b7175
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Typescript SDK Changes:
apideck.accounting.expenses.list():response.data.[]Changed Breakingapideck.accounting.expenses.create():request.expenseChanged Breakingapideck.accounting.expenses.get():response.dataChanged Breakingapideck.accounting.expenses.update():request.expenseChanged Breakingapideck.accounting.bills.list():response.data.[]Changedapideck.accounting.bills.create():request.billChangedapideck.accounting.bills.get():response.dataChangedapideck.accounting.bills.update():request.billChangedapideck.accounting.invoices.list():response.data.[]Changedapideck.accounting.invoices.create():request.invoiceChangedapideck.accounting.invoices.get():response.dataChangedapideck.accounting.invoices.update():request.invoiceChangedapideck.accounting.ledgerAccounts.list():request.filterChangedapideck.accounting.invoiceItems.list():response.data.[].trackingCategories.[].codeAddedapideck.accounting.invoiceItems.create():request.invoiceItem.trackingCategories.[].codeAddedapideck.accounting.invoiceItems.get():response.data.trackingCategories.[].codeAddedapideck.accounting.invoiceItems.update():request.invoiceItem.trackingCategories.[].codeAddedapideck.accounting.creditNotes.list():response.data.[]Changedapideck.accounting.creditNotes.create():request.creditNoteChangedapideck.accounting.creditNotes.get():response.dataChangedapideck.accounting.creditNotes.update():request.creditNoteChangedapideck.accounting.payments.list():request.filterChangedresponse.data.[].trackingCategories.[].codeAddedapideck.accounting.payments.create():request.payment.trackingCategories.[].codeAddedapideck.accounting.payments.get():response.data.trackingCategories.[].codeAddedapideck.accounting.payments.update():request.payment.trackingCategories.[].codeAddedapideck.accounting.journalEntries.list():response.data.[].lineItems.[].trackingCategories.[].codeAddedapideck.accounting.journalEntries.create():request.journalEntry.lineItems.[].trackingCategories.[].codeAddedapideck.accounting.journalEntries.get():response.data.lineItems.[].trackingCategories.[].codeAddedapideck.accounting.journalEntries.update():request.journalEntry.lineItems.[].trackingCategories.[].codeAddedapideck.accounting.purchaseOrders.list():response.data.[]Changedapideck.accounting.purchaseOrders.create():request.purchaseOrderChangedapideck.accounting.purchaseOrders.get():response.dataChangedapideck.accounting.purchaseOrders.update():request.purchaseOrderChangedapideck.accounting.subsidiaries.list():response.data.[].downstreamIdAddedapideck.accounting.subsidiaries.get():response.data.downstreamIdAddedapideck.accounting.locations.list():response.data.[]Changedapideck.accounting.locations.create():request.accountingLocation.displayIdAddedapideck.accounting.locations.get():response.dataChangedapideck.accounting.locations.update():request.accountingLocation.displayIdAddedapideck.accounting.departments.list():response.data.[]Changedapideck.accounting.departments.create():request.accountingDepartment.displayIdAddedapideck.accounting.departments.get():response.dataChangedapideck.accounting.departments.update():request.accountingDepartment.displayIdAddedapideck.accounting.billPayments.list():request.filterChangedresponse.data.[].trackingCategories.[].codeAddedapideck.accounting.billPayments.create():request.billPayment.trackingCategories.[].codeAddedapideck.accounting.billPayments.get():response.data.trackingCategories.[].codeAddedapideck.accounting.billPayments.update():request.billPayment.trackingCategories.[].codeAddedapideck.accounting.quotes.list():response.data.[].lineItems.[].trackingCategories.[].codeAddedapideck.accounting.quotes.create():request.quote.lineItems.[].trackingCategories.[].codeAddedapideck.accounting.quotes.get():response.data.lineItems.[].trackingCategories.[].codeAddedapideck.accounting.quotes.update():request.quote.lineItems.[].trackingCategories.[].codeAddedapideck.accounting.projects.list():response.data.[].trackingCategories.[].codeAddedapideck.accounting.projects.create():request.project.trackingCategories.[].codeAddedapideck.accounting.projects.get():response.data.trackingCategories.[].codeAddedapideck.accounting.projects.update():request.project.trackingCategories.[].codeAddedOpenAPI Change Summary
TYPESCRIPT CHANGELOG
additionalProperties: 0.1.3 - 2025-12-19
🐝 New Features
flatAdditionalPropertiesconfig option. When enabled, models withadditionalProperties: trueuse an index signature ([k: string]: unknown) instead of a nestedadditionalPropertiesfield. Extra properties are accessed directly on the object. Defaults tofalse. Note: This only applies toadditionalProperties: true(any type). TypedadditionalProperties(e.g.additionalProperties: { type: string }) retain their nested field structure to preserve type information.core: 3.26.22 - 2026-01-15
🐛 Bug Fixes
core: 3.26.20 - 2026-01-12
🐛 Bug Fixes
core: 3.26.19 - 2026-01-07
🐛 Bug Fixes
core: 3.26.18 - 2026-01-06
🐝 New Features
core: 3.26.17 - 2025-12-18
🐛 Bug Fixes
core: 3.26.16 - 2025-12-16
🐝 New Features
inputOutputModels: 2.82.1 - 2025-12-29
🐛 Bug Fixes
tests: 0.17.4 - 2026-01-19
🐛 Bug Fixes
Based on Speakeasy CLI 1.690.0