Skip to content

Commit 7fd2446

Browse files
authored
Merge pull request #29 from apideck-libraries/speakeasy-sdk-regen-1744725235
chore: 🐝 Update SDK - Generate 0.9.0
2 parents fdba1c8 + aa6e87c commit 7fd2446

17 files changed

+78
-26
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.speakeasy/temp/
12
composer.lock
23
vendor
34
.DS_Store

.speakeasy/gen.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 0e1578f5-5df8-4086-96d6-369ac62fc49d
33
management:
4-
docChecksum: 5f9c8c78f4e97650b9622752c12efc49
5-
docVersion: 10.15.2
6-
speakeasyVersion: 1.531.3
7-
generationVersion: 2.570.3
8-
releaseVersion: 0.8.0
9-
configChecksum: cbb6e18f9f66133ca4f8f6c2df5cc499
4+
docChecksum: b5dc0244aa499b8adfc991da71055e1b
5+
docVersion: 10.16.2
6+
speakeasyVersion: 1.537.0
7+
generationVersion: 2.588.0
8+
releaseVersion: 0.9.0
9+
configChecksum: f6f390ae49f96c71c1ab249471d39447
1010
repoURL: https://github.com/apideck-libraries/sdk-php.git
1111
installationURL: https://github.com/apideck-libraries/sdk-php
1212
published: true
@@ -7923,7 +7923,7 @@ examples:
79237923
query:
79247924
raw: false
79257925
limit: 20
7926-
filter: {"company_id": "1234", "email": "elon@tesla.com", "first_name": "Elon", "title": "Manager", "last_name": "Musk", "manager_id": "1234", "employment_status": "active", "employee_number": "123456-AB", "department_id": "1234"}
7926+
filter: {"company_id": "1234", "email": "elon@tesla.com", "first_name": "Elon", "title": "Manager", "last_name": "Musk", "manager_id": "1234", "employment_status": "active", "employee_number": "123456-AB", "department_id": "1234", "city": "San Francisco", "country": "US"}
79277927
sort: {"by": "created_at", "direction": "desc"}
79287928
pass_through: {"search": "San Francisco"}
79297929
fields: "id,updated_at"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: true
1717
php:
18-
version: 0.8.0
18+
version: 0.9.0
1919
additionalDependencies:
2020
autoload: {}
2121
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.531.3
1+
speakeasyVersion: 1.537.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:323c8d6bdf464e0eb5a6cf8048725e7daf2cbef8781c014931049515884e634a
6-
sourceBlobDigest: sha256:f9c5f9f9bcd74daced54528fe07e4457ed5260d78d8dcd991035592dac57bb90
5+
sourceRevisionDigest: sha256:797ec37f44cc14c4682f1e2169d001bd4cf7da9376c4d1afbeaed1dc4f57c2ea
6+
sourceBlobDigest: sha256:303c1acf7abc835f46d58b4a823c3bb3e537aae128b78352be572e712c7879f6
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744101303
10-
- 10.15.2
9+
- speakeasy-sdk-regen-1744725235
10+
- 10.16.2
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:323c8d6bdf464e0eb5a6cf8048725e7daf2cbef8781c014931049515884e634a
16-
sourceBlobDigest: sha256:f9c5f9f9bcd74daced54528fe07e4457ed5260d78d8dcd991035592dac57bb90
15+
sourceRevisionDigest: sha256:797ec37f44cc14c4682f1e2169d001bd4cf7da9376c4d1afbeaed1dc4f57c2ea
16+
sourceBlobDigest: sha256:303c1acf7abc835f46d58b4a823c3bb3e537aae128b78352be572e712c7879f6
1717
codeSamplesNamespace: apideck-php-code-samples
18-
codeSamplesRevisionDigest: sha256:335807d5313d379b27f1206c107269ebfcd1f5573811d306986c42e72ca3c587
18+
codeSamplesRevisionDigest: sha256:32ceaf4e0e0d88df9a513801388d86eeed2c25d977004dec4c9642b9a7e32535
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,14 @@ Based on:
198198
### Generated
199199
- [php v0.8.0] .
200200
### Releases
201-
- [Composer v0.8.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.8.0 - .
201+
- [Composer v0.8.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.8.0 - .
202+
203+
## 2025-04-22 00:02:07
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.537.0 (2.588.0) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [php v0.9.0] .
210+
### Releases
211+
- [Composer v0.9.0] https://packagist.org/packages/apideck-libraries/sdk-php#v0.9.0 - .

docs/Models/Components/AccountingDepartment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| `name` | *?string* | :heavy_minus_sign: | The name of the department. | Sales |
1111
| `status` | [?Components\DepartmentStatus](../../Models/Components/DepartmentStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1212
| `subsidiaries` | array<[Components\SubsidiaryReference](../../Models/Components/SubsidiaryReference.md)> | :heavy_minus_sign: | N/A | |
13+
| `code` | *?string* | :heavy_minus_sign: | The code of the department. | 123 |
1314
| `customMappings` | [?Components\CustomMappings](../../Models/Components/CustomMappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1415
| `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 |
1516
| `updatedBy` | *?string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |

docs/Models/Components/AccountingDepartmentInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
| `name` | *?string* | :heavy_minus_sign: | The name of the department. | Sales |
1010
| `status` | [?Components\DepartmentStatus](../../Models/Components/DepartmentStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1111
| `subsidiaries` | array<[Components\SubsidiaryReferenceInput](../../Models/Components/SubsidiaryReferenceInput.md)> | :heavy_minus_sign: | N/A | |
12+
| `code` | *?string* | :heavy_minus_sign: | The code of the department. | 123 |
1213
| `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 |
1314
| `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. | |

docs/Models/Components/EmployeesFilter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
| `employmentStatus` | [?Components\EmployeesFilterEmploymentStatus](../../Models/Components/EmployeesFilterEmploymentStatus.md) | :heavy_minus_sign: | Employment status to filter on | active |
1515
| `employeeNumber` | *?string* | :heavy_minus_sign: | Employee number to filter on | 123456-AB |
1616
| `departmentId` | *?string* | :heavy_minus_sign: | ID of the department to filter on | 1234 |
17-
| `city` | *?string* | :heavy_minus_sign: | City to filter on | San Francisco |
17+
| `city` | *?string* | :heavy_minus_sign: | City to filter on | San Francisco |
18+
| `country` | *?string* | :heavy_minus_sign: | Country to filter on | US |

docs/Models/Components/InvoiceLineItemType.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Item type
1111
| `Discount` | discount |
1212
| `Info` | info |
1313
| `SubTotal` | sub_total |
14+
| `Service` | service |
1415
| `Other` | other |

0 commit comments

Comments
 (0)