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
19,665 changes: 16,382 additions & 3,283 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ generation:
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
php:
version: 0.16.0
version: 0.17.0
additionalDependencies:
autoload: {}
autoload-dev: {}
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.665.0
speakeasyVersion: 1.680.10
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:181525935f6264ae12484ecbdf07ea16942a6b00d216888d68538839c31f7e7d
sourceBlobDigest: sha256:b2a6b4c3bc35751a3803f7445f4a4679d00d593236b3c8ba4eb6da8d0deede34
tags:
- latest
- speakeasy-sdk-regen-1764264827
- 10.22.0
- speakeasy-sdk-regen-1764663876
- 10.23.3
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:181525935f6264ae12484ecbdf07ea16942a6b00d216888d68538839c31f7e7d
sourceBlobDigest: sha256:b2a6b4c3bc35751a3803f7445f4a4679d00d593236b3c8ba4eb6da8d0deede34
codeSamplesNamespace: apideck-php-code-samples
codeSamplesRevisionDigest: sha256:de32f50dea9527c3be200d8a0d8b0c77cc79b82c06e04c25f783d7990c879eac
codeSamplesRevisionDigest: sha256:88fd3195cb196e2b2a96399b980b99e9215fea4ebdc8b1558fc766ae2f1da3d3
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
172 changes: 86 additions & 86 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,4 +618,14 @@ Based on:
### Generated
- [php v0.16.0] .
### Releases
- [Composer v0.16.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.16.0 - .
- [Composer v0.16.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.16.0 - .

## 2025-12-30 00:02:28
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.680.10 (2.788.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.17.0] .
### Releases
- [Composer v0.17.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.17.0 - .
2 changes: 1 addition & 1 deletion docs/Models/Components/AccountingBankAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
| `country` | *?string* | :heavy_minus_sign: | Country code according to ISO 3166-1 alpha-2. | US |
| `status` | [?Components\AccountingBankAccountStatus](../../Models/Components/AccountingBankAccountStatus.md) | :heavy_minus_sign: | The status of the bank account | active |
| `description` | *?string* | :heavy_minus_sign: | Description or notes about the bank account | Primary operating account for daily transactions |
| `customFields` | array<[Components\CustomField](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | N/A | |
| `customFields` | array<[Components\CustomField1\|Components\CustomField2](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | N/A | |
| `customMappings` | array<string, *mixed*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
| `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 |
| `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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/Models/Components/AccountingBankAccountInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
| `country` | *?string* | :heavy_minus_sign: | Country code according to ISO 3166-1 alpha-2. | US |
| `status` | [?Components\AccountingBankAccountStatus](../../Models/Components/AccountingBankAccountStatus.md) | :heavy_minus_sign: | The status of the bank account | active |
| `description` | *?string* | :heavy_minus_sign: | Description or notes about the bank account | Primary operating account for daily transactions |
| `customFields` | array<[Components\CustomField](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | N/A | |
| `customFields` | array<[Components\CustomField1\|Components\CustomField2](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | N/A | |
Loading