-
Notifications
You must be signed in to change notification settings - Fork 0
chore: 🐝 Update SDK - Generate 0.17.0 #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
2
commits into
main
Choose a base branch
from
speakeasy-sdk-regen-1764663876
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
3632f3f to
bf51d09
Compare
bf5bbf0 to
883174a
Compare
1e25dfa to
666b356
Compare
9686d14 to
bbc4568
Compare
* `apideck->accounting->billPayments->list()`: * `request->filter` **Changed** * `response.data->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->invoices->create()`: * `request->invoice` **Changed** **Breaking**⚠️ * `apideck->accounting->taxRates->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->taxRates->update()`: * `request->taxRate->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->bills->list()`: `response.data->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->bills->create()`: * `request->bill` **Changed** **Breaking**⚠️ * `apideck->accounting->bills->get()`: `response.data` **Changed** **Breaking**⚠️ * `apideck->accounting->bills->update()`: * `request->bill` **Changed** **Breaking**⚠️ * `apideck->accounting->invoices->list()`: `response.data->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->billPayments->get()`: `response.data` **Changed** **Breaking**⚠️ * `apideck->accounting->invoices->get()`: `response.data` **Changed** **Breaking**⚠️ * `apideck->accounting->invoices->update()`: * `request->invoice` **Changed** **Breaking**⚠️ * `apideck->accounting->ledgerAccounts->list()`: * `request->filter` **Changed** * `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->ledgerAccounts->create()`: * `request->ledgerAccount->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->ledgerAccounts->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->ledgerAccounts->update()`: * `request->ledgerAccount->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->billPayments->create()`: * `request->billPayment` **Changed** **Breaking**⚠️ * `apideck->accounting->creditNotes->create()`: * `request->creditNote->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->creditNotes->get()`: `response.data->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->creditNotes->update()`: * `request->creditNote->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->customers->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->customers->create()`: * `request->customer->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->customers->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->customers->update()`: * `request->customer->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->suppliers->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->suppliers->create()`: * `request->supplier->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->suppliers->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->suppliers->update()`: * `request->supplier->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->payments->list()`: * `request->filter` **Changed** * `response.data->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->payments->create()`: * `request->payment` **Changed** **Breaking**⚠️ * `apideck->accounting->payments->get()`: `response.data` **Changed** **Breaking**⚠️ * `apideck->accounting->payments->update()`: * `request->payment` **Changed** **Breaking**⚠️ * `apideck->accounting->companyInfo->get()`: `response.data->defaultSalesTax->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->journalEntries->list()`: `response.data->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->journalEntries->create()`: * `request->journalEntry` **Changed** **Breaking**⚠️ * `apideck->accounting->journalEntries->get()`: `response.data` **Changed** **Breaking**⚠️ * `apideck->accounting->journalEntries->update()`: * `request->journalEntry` **Changed** **Breaking**⚠️ * `apideck->accounting->purchaseOrders->list()`: `response.data->[]->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->purchaseOrders->create()`: * `request->purchaseOrder->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->purchaseOrders->get()`: `response.data->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->purchaseOrders->update()`: * `request->purchaseOrder->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->bankAccounts->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->hris->employeeSchedules->list()`: `response.data->employee->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->hris->employees->update()`: * `request->employee->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->hris->employees->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->hris->employees->create()`: * `request->employee->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->hris->employees->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->activities->update()`: * `request->activity->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->activities->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->activities->create()`: * `request->activity->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->activities->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->leads->update()`: * `request->lead` **Changed** **Breaking**⚠️ * `apideck->crm->leads->get()`: `response.data` **Changed** **Breaking**⚠️ * `apideck->crm->leads->create()`: * `request->lead` **Changed** **Breaking**⚠️ * `apideck->accounting->taxRates->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->bankAccounts->create()`: * `request->accountingBankAccount->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->bankAccounts->get()`: * `request->filter` **Added** * `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->bankAccounts->update()`: * `request->accountingBankAccount->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->leads->list()`: `response.data->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->creditNotes->list()`: `response.data->[]->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->taxRates->create()`: * `request->taxRate->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->billPayments->update()`: * `request->billPayment` **Changed** **Breaking**⚠️ * `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->bankFeedAccounts->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->bankFeedAccounts->create()`: * `request->bankFeedAccount->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->bankFeedAccounts->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->bankFeedAccounts->update()`: * `request->bankFeedAccount->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->quotes->list()`: `response.data->[]->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->quotes->create()`: * `request->quote->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->quotes->get()`: `response.data->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->quotes->update()`: * `request->quote->lineItems->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->projects->list()`: `response.data->[]` **Changed** **Breaking**⚠️ * `apideck->accounting->projects->create()`: * `request->project` **Changed** **Breaking**⚠️ * `apideck->accounting->projects->get()`: `response.data` **Changed** **Breaking**⚠️ * `apideck->accounting->projects->update()`: * `request->project` **Changed** **Breaking**⚠️ * `apideck->ats->jobs->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->ats->jobs->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->ats->applicants->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->ats->applicants->create()`: * `request->applicant->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->ats->applicants->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->ats->applicants->update()`: * `request->applicant->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->companies->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->companies->create()`: * `request->company1->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->companies->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->companies->update()`: * `request->company1->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->contacts->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->contacts->create()`: * `request->contact->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->contacts->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->contacts->update()`: * `request->contact->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->opportunities->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->opportunities->create()`: * `request->opportunity->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->opportunities->get()`: `response.data->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->opportunities->update()`: * `request->opportunity->customFields->[]` **Changed** **Breaking**⚠️ * `apideck->crm->pipelines->get()`: `response.data->stages->[]` **Changed** * `apideck->crm->pipelines->create()`: * `request->pipeline->stages->[]->archived` **Added** * `apideck->accounting->departments->list()`: `response.data->[]` **Changed** * `apideck->accounting->locations->update()`: * `request->accountingLocation->displayId` **Added** * `apideck->accounting->departments->update()`: * `request->accountingDepartment->displayId` **Added** * `apideck->crm->pipelines->list()`: `response.data->[]->stages->[]` **Changed** * `apideck->accounting->locations->list()`: `response.data->[]` **Changed** * `apideck->accounting->locations->create()`: * `request->accountingLocation->displayId` **Added** * `apideck->crm->pipelines->update()`: * `request->pipeline->stages->[]->archived` **Added** * `apideck->accounting->subsidiaries->get()`: `response.data->downstreamId` **Added** * `apideck->accounting->departments->create()`: * `request->accountingDepartment->displayId` **Added** * `apideck->accounting->locations->get()`: `response.data` **Changed** * `apideck->accounting->departments->get()`: `response.data` **Changed** * `apideck->ecommerce->orders->list()`: `response.data->[]->lineItems->[]->name` **Changed** * `apideck->ecommerce->orders->get()`: `response.data->lineItems->[]->name` **Changed** * `apideck->filestorage->files->list()`: * `request->sort` **Changed** * `apideck->filestorage->folders->get()`: `response.data` **Changed** * `apideck->accounting->subsidiaries->list()`: `response.data->[]->downstreamId` **Added** * `apideck->accounting->invoiceItems->update()`: * `request->invoiceItem` **Changed** * `apideck->accounting->invoiceItems->get()`: `response.data` **Changed** * `apideck->accounting->invoiceItems->create()`: * `request->invoiceItem` **Changed** * `apideck->accounting->invoiceItems->list()`: `response.data->[]` **Changed**
c859996 to
e063e10
Compare
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/73310092588d67212273e2a17f13cd49
OpenAPI Change report available at: https://app.speakeasy.com/org/apideck-k2o/apideck/changes-report/b0810d3b546edd9aad86c6483f4393cd
SDK update
Versioning
Version Bump Type: [minor] - 🤖 (automated)
Php SDK Changes:
apideck->accounting->billPayments->list():request->filterChangedresponse.data->[]Changed Breakingapideck->accounting->invoices->create():request->invoiceChanged Breakingapideck->accounting->taxRates->get():response.data->customFields->[]Changed Breakingapideck->accounting->taxRates->update():request->taxRate->customFields->[]Changed Breakingapideck->accounting->bills->list():response.data->[]Changed Breakingapideck->accounting->bills->create():request->billChanged Breakingapideck->accounting->bills->get():response.dataChanged Breakingapideck->accounting->bills->update():request->billChanged Breakingapideck->accounting->invoices->list():response.data->[]Changed Breakingapideck->accounting->billPayments->get():response.dataChanged Breakingapideck->accounting->invoices->get():response.dataChanged Breakingapideck->accounting->invoices->update():request->invoiceChanged Breakingapideck->accounting->ledgerAccounts->list():request->filterChangedresponse.data->[]->customFields->[]Changed Breakingapideck->accounting->ledgerAccounts->create():request->ledgerAccount->customFields->[]Changed Breakingapideck->accounting->ledgerAccounts->get():response.data->customFields->[]Changed Breakingapideck->accounting->ledgerAccounts->update():request->ledgerAccount->customFields->[]Changed Breakingapideck->accounting->billPayments->create():request->billPaymentChanged Breakingapideck->accounting->creditNotes->create():request->creditNote->lineItems->[]Changed Breakingapideck->accounting->creditNotes->get():response.data->lineItems->[]Changed Breakingapideck->accounting->creditNotes->update():request->creditNote->lineItems->[]Changed Breakingapideck->accounting->customers->list():response.data->[]->customFields->[]Changed Breakingapideck->accounting->customers->create():request->customer->customFields->[]Changed Breakingapideck->accounting->customers->get():response.data->customFields->[]Changed Breakingapideck->accounting->customers->update():request->customer->customFields->[]Changed Breakingapideck->accounting->suppliers->list():response.data->[]->customFields->[]Changed Breakingapideck->accounting->suppliers->create():request->supplier->customFields->[]Changed Breakingapideck->accounting->suppliers->get():response.data->customFields->[]Changed Breakingapideck->accounting->suppliers->update():request->supplier->customFields->[]Changed Breakingapideck->accounting->payments->list():request->filterChangedresponse.data->[]Changed Breakingapideck->accounting->payments->create():request->paymentChanged Breakingapideck->accounting->payments->get():response.dataChanged Breakingapideck->accounting->payments->update():request->paymentChanged Breakingapideck->accounting->companyInfo->get():response.data->defaultSalesTax->customFields->[]Changed Breakingapideck->accounting->journalEntries->list():response.data->[]Changed Breakingapideck->accounting->journalEntries->create():request->journalEntryChanged Breakingapideck->accounting->journalEntries->get():response.dataChanged Breakingapideck->accounting->journalEntries->update():request->journalEntryChanged Breakingapideck->accounting->purchaseOrders->list():response.data->[]->lineItems->[]Changed Breakingapideck->accounting->purchaseOrders->create():request->purchaseOrder->lineItems->[]Changed Breakingapideck->accounting->purchaseOrders->get():response.data->lineItems->[]Changed Breakingapideck->accounting->purchaseOrders->update():request->purchaseOrder->lineItems->[]Changed Breakingapideck->accounting->bankAccounts->list():response.data->[]->customFields->[]Changed Breakingapideck->hris->employeeSchedules->list():response.data->employee->customFields->[]Changed Breakingapideck->hris->employees->update():request->employee->customFields->[]Changed Breakingapideck->hris->employees->get():response.data->customFields->[]Changed Breakingapideck->hris->employees->create():request->employee->customFields->[]Changed Breakingapideck->hris->employees->list():response.data->[]->customFields->[]Changed Breakingapideck->crm->activities->update():request->activity->customFields->[]Changed Breakingapideck->crm->activities->get():response.data->customFields->[]Changed Breakingapideck->crm->activities->create():request->activity->customFields->[]Changed Breakingapideck->crm->activities->list():response.data->[]->customFields->[]Changed Breakingapideck->crm->leads->update():request->leadChanged Breakingapideck->crm->leads->get():response.dataChanged Breakingapideck->crm->leads->create():request->leadChanged Breakingapideck->accounting->taxRates->list():response.data->[]->customFields->[]Changed Breakingapideck->accounting->bankAccounts->create():request->accountingBankAccount->customFields->[]Changed Breakingapideck->accounting->bankAccounts->get():request->filterAddedresponse.data->customFields->[]Changed Breakingapideck->accounting->bankAccounts->update():request->accountingBankAccount->customFields->[]Changed Breakingapideck->crm->leads->list():response.data->[]Changed Breakingapideck->accounting->creditNotes->list():response.data->[]->lineItems->[]Changed Breakingapideck->accounting->taxRates->create():request->taxRate->customFields->[]Changed Breakingapideck->accounting->billPayments->update():request->billPaymentChanged Breakingapideck->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->bankFeedAccounts->list():response.data->[]->customFields->[]Changed Breakingapideck->accounting->bankFeedAccounts->create():request->bankFeedAccount->customFields->[]Changed Breakingapideck->accounting->bankFeedAccounts->get():response.data->customFields->[]Changed Breakingapideck->accounting->bankFeedAccounts->update():request->bankFeedAccount->customFields->[]Changed Breakingapideck->accounting->quotes->list():response.data->[]->lineItems->[]Changed Breakingapideck->accounting->quotes->create():request->quote->lineItems->[]Changed Breakingapideck->accounting->quotes->get():response.data->lineItems->[]Changed Breakingapideck->accounting->quotes->update():request->quote->lineItems->[]Changed Breakingapideck->accounting->projects->list():response.data->[]Changed Breakingapideck->accounting->projects->create():request->projectChanged Breakingapideck->accounting->projects->get():response.dataChanged Breakingapideck->accounting->projects->update():request->projectChanged Breakingapideck->ats->jobs->list():response.data->[]->customFields->[]Changed Breakingapideck->ats->jobs->get():response.data->customFields->[]Changed Breakingapideck->ats->applicants->list():response.data->[]->customFields->[]Changed Breakingapideck->ats->applicants->create():request->applicant->customFields->[]Changed Breakingapideck->ats->applicants->get():response.data->customFields->[]Changed Breakingapideck->ats->applicants->update():request->applicant->customFields->[]Changed Breakingapideck->crm->companies->list():response.data->[]->customFields->[]Changed Breakingapideck->crm->companies->create():request->company1->customFields->[]Changed Breakingapideck->crm->companies->get():response.data->customFields->[]Changed Breakingapideck->crm->companies->update():request->company1->customFields->[]Changed Breakingapideck->crm->contacts->list():response.data->[]->customFields->[]Changed Breakingapideck->crm->contacts->create():request->contact->customFields->[]Changed Breakingapideck->crm->contacts->get():response.data->customFields->[]Changed Breakingapideck->crm->contacts->update():request->contact->customFields->[]Changed Breakingapideck->crm->opportunities->list():response.data->[]->customFields->[]Changed Breakingapideck->crm->opportunities->create():request->opportunity->customFields->[]Changed Breakingapideck->crm->opportunities->get():response.data->customFields->[]Changed Breakingapideck->crm->opportunities->update():request->opportunity->customFields->[]Changed Breakingapideck->crm->pipelines->get():response.data->stages->[]Changedapideck->crm->pipelines->create():request->pipeline->stages->[]->archivedAddedapideck->accounting->departments->list():response.data->[]Changedapideck->accounting->locations->update():request->accountingLocation->displayIdAddedapideck->accounting->departments->update():request->accountingDepartment->displayIdAddedapideck->crm->pipelines->list():response.data->[]->stages->[]Changedapideck->accounting->locations->list():response.data->[]Changedapideck->accounting->locations->create():request->accountingLocation->displayIdAddedapideck->crm->pipelines->update():request->pipeline->stages->[]->archivedAddedapideck->accounting->subsidiaries->get():response.data->downstreamIdAddedapideck->accounting->departments->create():request->accountingDepartment->displayIdAddedapideck->accounting->locations->get():response.dataChangedapideck->accounting->departments->get():response.dataChangedapideck->ecommerce->orders->list():response.data->[]->lineItems->[]->nameChangedapideck->ecommerce->orders->get():response.data->lineItems->[]->nameChangedapideck->filestorage->files->list():request->sortChangedapideck->filestorage->folders->get():response.dataChangedapideck->accounting->subsidiaries->list():response.data->[]->downstreamIdAddedapideck->accounting->invoiceItems->update():request->invoiceItemChangedapideck->accounting->invoiceItems->get():response.dataChangedapideck->accounting->invoiceItems->create():request->invoiceItemChangedapideck->accounting->invoiceItems->list():response.data->[]ChangedOpenAPI Change Summary
PHP CHANGELOG
core: 3.9.6 - 2025-12-18
🐛 Bug Fixes
unions: 0.1.7 - 2025-12-08
🐛 Bug Fixes
unions: 0.1.6 - 2025-12-02
🐛 Bug Fixes
Based on Speakeasy CLI 1.680.5