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,661 changes: 16,380 additions & 3,281 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.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:d1e6aec6da91622970dc49ba3d59282ce0abf272fb17afcd5d5d5ea5eb73ac57
sourceBlobDigest: sha256:ad6983795075721b5204141bac4504e4b1280fa5f75b6a61917ae1542188995e
tags:
- latest
- speakeasy-sdk-regen-1764264827
- 10.22.0
- speakeasy-sdk-regen-1764663876
- 10.23.2
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:d1e6aec6da91622970dc49ba3d59282ce0abf272fb17afcd5d5d5ea5eb73ac57
sourceBlobDigest: sha256:ad6983795075721b5204141bac4504e4b1280fa5f75b6a61917ae1542188995e
codeSamplesNamespace: apideck-php-code-samples
codeSamplesRevisionDigest: sha256:de32f50dea9527c3be200d8a0d8b0c77cc79b82c06e04c25f783d7990c879eac
codeSamplesRevisionDigest: sha256:e8ce6ef628c9b61c829d98afac5b8ad3287b2d1b2f1134841ca76afdd4e9b62b
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-18 00:01:41
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.680.0 (2.788.4) 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