Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
843 changes: 727 additions & 116 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
php:
version: 0.22.0
version: 0.23.0
additionalDependencies:
autoload: {}
autoload-dev: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.791.4
speakeasyVersion: 1.793.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:1c6092eb51bb1bc843fc7faf1a2482c1fa02091833fea4de3ff175f01704badd
sourceBlobDigest: sha256:c0e56ff09e13c899e55da0cdad6f1aab6c5420a5616c5d0f1c023800aac22aee
sourceRevisionDigest: sha256:f5f6e05ffd40ebde2ebf3e475c3e5d074eb3f7e5f61145412834808227f24485
sourceBlobDigest: sha256:5afd01766778f63a3e392c1088e3c414eed47b4d0ff980a0eb366bf746380f85
tags:
- latest
- 10.32.0
- 10.38.1
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:1c6092eb51bb1bc843fc7faf1a2482c1fa02091833fea4de3ff175f01704badd
sourceBlobDigest: sha256:c0e56ff09e13c899e55da0cdad6f1aab6c5420a5616c5d0f1c023800aac22aee
sourceRevisionDigest: sha256:f5f6e05ffd40ebde2ebf3e475c3e5d074eb3f7e5f61145412834808227f24485
sourceBlobDigest: sha256:5afd01766778f63a3e392c1088e3c414eed47b4d0ff980a0eb366bf746380f85
codeSamplesNamespace: apideck-php-code-samples
codeSamplesRevisionDigest: sha256:463074c4e1d5cacb1dbbd85b4dfd5d899a74b594b7fcd400e91646e2ae7839e5
codeSamplesRevisionDigest: sha256:2340b4c0e1f864097c94a6eb75a0c7a2c3888ecd95533300f2db558661df4f72
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,14 @@ foreach ($responses as $response) {
* [update](docs/sdks/locations/README.md#update) - Update Location
* [delete](docs/sdks/locations/README.md#delete) - Delete Location

### [Accounting.PaymentMethods](docs/sdks/paymentmethods/README.md)

* [list](docs/sdks/paymentmethods/README.md#list) - List Payment Methods
* [create](docs/sdks/paymentmethods/README.md#create) - Create Payment Method
* [get](docs/sdks/paymentmethods/README.md#get) - Get Payment Method
* [update](docs/sdks/paymentmethods/README.md#update) - Update Payment Method
* [delete](docs/sdks/paymentmethods/README.md#delete) - Delete Payment Method

### [Accounting.Payments](docs/sdks/payments/README.md)

* [list](docs/sdks/payments/README.md#list) - List Payments
Expand Down Expand Up @@ -380,6 +388,14 @@ foreach ($responses as $response) {
* [update](docs/sdks/refunds/README.md#update) - Update Refund
* [delete](docs/sdks/refunds/README.md#delete) - Delete Refund

### [Accounting.SalesReceipts](docs/sdks/salesreceipts/README.md)

* [list](docs/sdks/salesreceipts/README.md#list) - List Sales Receipts
* [create](docs/sdks/salesreceipts/README.md#create) - Create Sales Receipt
* [get](docs/sdks/salesreceipts/README.md#get) - Get Sales Receipt
* [update](docs/sdks/salesreceipts/README.md#update) - Update Sales Receipt
* [delete](docs/sdks/salesreceipts/README.md#delete) - Delete Sales Receipt

### [Accounting.Subsidiaries](docs/sdks/subsidiaries/README.md)

* [list](docs/sdks/subsidiaries/README.md#list) - List Subsidiaries
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -938,4 +938,14 @@ Based on:
### Generated
- [php v0.22.0] .
### Releases
- [Composer v0.22.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.22.0 - .
- [Composer v0.22.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.22.0 - .

## 2026-08-13 11:18:40
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.793.1 (2.928.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.23.0] .
### Releases
- [Composer v0.23.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.23.0 - .
19 changes: 19 additions & 0 deletions docs/Models/Components/AccountingPaymentMethod.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# AccountingPaymentMethod


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *?string* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `name` | *?string* | :heavy_minus_sign: | The name of the payment method. | Cash |
| `type` | [?Components\AccountingPaymentMethodType](../../Models/Components/AccountingPaymentMethodType.md) | :heavy_minus_sign: | The type of payment method. | cash |
| `status` | [?Components\AccountingPaymentMethodStatus](../../Models/Components/AccountingPaymentMethodStatus.md) | :heavy_minus_sign: | The status of the payment method. | active |
| `customMappings` | array<string, *mixed*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
| `downstreamId` | *?string* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 |
| `rowVersion` | *?string* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
| `updatedBy` | *?string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
| `createdBy` | *?string* | :heavy_minus_sign: | The user who created the object. | 12345 |
| `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 |
| `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 |
| `passThrough` | array<[Components\PassThroughBody](../../Models/Components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
12 changes: 12 additions & 0 deletions docs/Models/Components/AccountingPaymentMethodInput.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AccountingPaymentMethodInput


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `name` | *?string* | :heavy_minus_sign: | The name of the payment method. | Cash |
| `type` | [?Components\AccountingPaymentMethodType](../../Models/Components/AccountingPaymentMethodType.md) | :heavy_minus_sign: | The type of payment method. | cash |
| `status` | [?Components\AccountingPaymentMethodStatus](../../Models/Components/AccountingPaymentMethodStatus.md) | :heavy_minus_sign: | The status of the payment method. | active |
| `rowVersion` | *?string* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
| `passThrough` | array<[Components\PassThroughBody](../../Models/Components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
11 changes: 11 additions & 0 deletions docs/Models/Components/AccountingPaymentMethodStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AccountingPaymentMethodStatus

The status of the payment method.


## Values

| Name | Value |
| ---------- | ---------- |
| `Active` | active |
| `Inactive` | inactive |
Loading