Skip to content

Commit 883174a

Browse files
committed
## Php SDK Changes:
* `apideck->accounting->expenses->update()`: * `request->expense->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->crm->activities->get()`: `response.data->customFields->[]` **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->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->bills->create()`: * `request->bill->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->bills->get()`: `response.data->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->bills->update()`: * `request->bill->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->invoices->list()`: `response.data->[]->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->invoices->create()`: * `request->invoice->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->invoices->get()`: `response.data->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->invoices->update()`: * `request->invoice->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->ledgerAccounts->list()`: `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->creditNotes->list()`: `response.data->[]->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->creditNotes->create()`: * `request->creditNote->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->creditNotes->get()`: `response.data->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->creditNotes->update()`: * `request->creditNote->lineItems->[]->customFields->[]` **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->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->payments->create()`: * `request->payment->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->payments->get()`: `response.data->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->payments->update()`: * `request->payment->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->companyInfo->get()`: `response.data->defaultSalesTax->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->journalEntries->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->journalEntries->create()`: * `request->journalEntry->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->journalEntries->get()`: `response.data->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->journalEntries->update()`: * `request->journalEntry->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->purchaseOrders->list()`: `response.data->[]->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->purchaseOrders->create()`: * `request->purchaseOrder->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->purchaseOrders->get()`: `response.data->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->purchaseOrders->update()`: * `request->purchaseOrder->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->bankAccounts->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->bankAccounts->create()`: * `request->accountingBankAccount->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->bankAccounts->get()`: `response.data->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->bankAccounts->update()`: * `request->accountingBankAccount->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->billPayments->list()`: * `request->filter` **Changed** * `response.data->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->billPayments->create()`: * `request->billPayment->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->billPayments->get()`: `response.data->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->billPayments->update()`: * `request->billPayment->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->expenses->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->expenses->create()`: * `request->expense->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->expenses->get()`: `response.data->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->taxRates->create()`: * `request->taxRate->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->taxRates->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->quotes->get()`: `response.data->lineItems->[]->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->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->quotes->create()`: * `request->quote->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->bankFeedAccounts->create()`: * `request->bankFeedAccount->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->quotes->update()`: * `request->quote->lineItems->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->projects->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->projects->create()`: * `request->project->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->projects->get()`: `response.data->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->accounting->projects->update()`: * `request->project->customFields->[]` **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->leads->list()`: `response.data->[]` **Changed** **Breaking** ⚠️ * `apideck->crm->leads->create()`: * `request->lead` **Changed** **Breaking** ⚠️ * `apideck->crm->leads->get()`: `response.data` **Changed** **Breaking** ⚠️ * `apideck->crm->leads->update()`: * `request->lead` **Changed** **Breaking** ⚠️ * `apideck->crm->activities->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->accounting->bankFeedAccounts->list()`: `response.data->[]->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->crm->activities->create()`: * `request->activity->customFields->[]` **Changed** **Breaking** ⚠️ * `apideck->crm->pipelines->get()`: `response.data->stages->[]` **Changed** * `apideck->crm->pipelines->create()`: * `request->pipeline->stages->[]->archived` **Added** * `apideck->crm->pipelines->update()`: * `request->pipeline->stages->[]->archived` **Added** * `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->crm->pipelines->list()`: `response.data->[]->stages->[]` **Changed** * `apideck->accounting->invoiceItems->update()`: * `request->invoiceItem->categoryId` **Added** * `apideck->accounting->invoiceItems->get()`: `response.data->categoryId` **Added** * `apideck->accounting->invoiceItems->create()`: * `request->invoiceItem->categoryId` **Added** * `apideck->accounting->invoiceItems->list()`: `response.data->[]->categoryId` **Added**
1 parent 3ecb371 commit 883174a

File tree

225 files changed

+17344
-3911
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+17344
-3911
lines changed

.speakeasy/gen.lock

Lines changed: 16290 additions & 3264 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ generation:
2020
schemas:
2121
allOfMergeStrategy: shallowMerge
2222
requestBodyFieldName: ""
23+
persistentEdits: {}
2324
tests:
2425
generateTests: true
2526
generateNewTests: false
2627
skipResponseBodyAssertions: false
2728
php:
28-
version: 0.16.0
29+
version: 0.17.0
2930
additionalDependencies:
3031
autoload: {}
3132
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.665.0
1+
speakeasyVersion: 1.675.2
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
6-
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
5+
sourceRevisionDigest: sha256:26eff55b3bbfca1f3be260b8f8da85bf5f7efc55aef92d2383539aa38129ca8a
6+
sourceBlobDigest: sha256:f4962ddaa1c5cace3c81838dfb7cbbed387695d0e9443d88cb4f336ddae39534
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764264827
10-
- 10.22.0
9+
- speakeasy-sdk-regen-1764663876
10+
- 10.23.0
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
16-
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
15+
sourceRevisionDigest: sha256:26eff55b3bbfca1f3be260b8f8da85bf5f7efc55aef92d2383539aa38129ca8a
16+
sourceBlobDigest: sha256:f4962ddaa1c5cace3c81838dfb7cbbed387695d0e9443d88cb4f336ddae39534
1717
codeSamplesNamespace: apideck-php-code-samples
18-
codeSamplesRevisionDigest: sha256:de32f50dea9527c3be200d8a0d8b0c77cc79b82c06e04c25f783d7990c879eac
18+
codeSamplesRevisionDigest: sha256:134c1a1c3c82ac6cd35ea98f2b34649094bd65086631b939cedff28e7462801d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 86 additions & 86 deletions
Large diffs are not rendered by default.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,14 @@ Based on:
618618
### Generated
619619
- [php v0.16.0] .
620620
### Releases
621-
- [Composer v0.16.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.16.0 - .
621+
- [Composer v0.16.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.16.0 - .
622+
623+
## 2025-12-10 18:55:51
624+
### Changes
625+
Based on:
626+
- OpenAPI Doc
627+
- Speakeasy CLI 1.675.2 (2.778.5) https://github.com/speakeasy-api/speakeasy
628+
### Generated
629+
- [php v0.17.0] .
630+
### Releases
631+
- [Composer v0.17.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.17.0 - .

docs/Models/Components/AccountingBankAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
| `country` | *?string* | :heavy_minus_sign: | Country code according to ISO 3166-1 alpha-2. | US |
2727
| `status` | [?Components\AccountingBankAccountStatus](../../Models/Components/AccountingBankAccountStatus.md) | :heavy_minus_sign: | The status of the bank account | active |
2828
| `description` | *?string* | :heavy_minus_sign: | Description or notes about the bank account | Primary operating account for daily transactions |
29-
| `customFields` | array<[Components\CustomField](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | N/A | |
29+
| `customFields` | array<[Components\CustomField1\|Components\CustomField2](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | N/A | |
3030
| `customMappings` | array<string, *mixed*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
3131
| `createdAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
3232
| `updatedAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |

docs/Models/Components/AccountingBankAccountInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
| `country` | *?string* | :heavy_minus_sign: | Country code according to ISO 3166-1 alpha-2. | US |
2525
| `status` | [?Components\AccountingBankAccountStatus](../../Models/Components/AccountingBankAccountStatus.md) | :heavy_minus_sign: | The status of the bank account | active |
2626
| `description` | *?string* | :heavy_minus_sign: | Description or notes about the bank account | Primary operating account for daily transactions |
27-
| `customFields` | array<[Components\CustomField](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | N/A | |
27+
| `customFields` | array<[Components\CustomField1\|Components\CustomField2](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | N/A | |

docs/Models/Components/Activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
| `reminderSet` | *?bool* | :heavy_minus_sign: | Whether the reminder is set or not | false |
5050
| `videoConferenceUrl` | *?string* | :heavy_minus_sign: | The URL of the video conference | https://us02web.zoom.us/j/88120759396 |
5151
| `videoConferenceId` | *?string* | :heavy_minus_sign: | The ID of the video conference | zoom:88120759396 |
52-
| `customFields` | array<[Components\CustomField](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | Custom fields of the activity | |
52+
| `customFields` | array<[Components\CustomField1\|Components\CustomField2](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | Custom fields of the activity | |
5353
| `attendees` | array<[Components\ActivityAttendee](../../Models/Components/ActivityAttendee.md)> | :heavy_minus_sign: | N/A | |
5454
| `customMappings` | array<string, *mixed*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
5555
| `updatedBy` | *?string* | :heavy_minus_sign: | The user who last updated the activity | 12345 |

0 commit comments

Comments
 (0)