Skip to content

Commit dbdf296

Browse files
authored
Merge pull request #39 from StackOneHQ/speakeasy-sdk-regen-1760832232
chore: 🐝 Update SDK - Generate 0.27.0
2 parents facf72c + f036271 commit dbdf296

91 files changed

Lines changed: 2205 additions & 285 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ generation:
1717
oAuth2ClientCredentialsEnabled: false
1818
oAuth2PasswordEnabled: false
1919
hoistGlobalSecurity: true
20+
schemas:
21+
allOfMergeStrategy: shallowMerge
2022
tests:
2123
generateTests: true
2224
generateNewTests: false
2325
skipResponseBodyAssertions: false
2426
php:
25-
version: 0.26.3
27+
version: 0.27.0
2628
additionalDependencies:
2729
autoload: {}
2830
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.636.3
1+
speakeasyVersion: 1.639.3
22
sources:
33
hris:
44
sourceNamespace: hris
@@ -8,20 +8,20 @@ sources:
88
- latest
99
stackone-specs:
1010
sourceNamespace: stackone-specs
11-
sourceRevisionDigest: sha256:309eb84157096fe4be8a0c062d2948937df11a43dec4ae4c9af500f4ff8bd813
12-
sourceBlobDigest: sha256:9db6d8fe799e50a45d606a59e9d6c3b235426832801e444392f2225ca6eac96b
11+
sourceRevisionDigest: sha256:4183b29ba57e0ce260d606d487075c161772b2cfb8abdcaf1d50fb3c985435ab
12+
sourceBlobDigest: sha256:ecd410d76a28e8f7d6bcf378ced75407721b3f01213d68c0ea4ac19495d4965a
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1760227411
15+
- speakeasy-sdk-regen-1760832232
1616
- 1.0.0
1717
targets:
1818
stack-one:
1919
source: stackone-specs
2020
sourceNamespace: stackone-specs
21-
sourceRevisionDigest: sha256:309eb84157096fe4be8a0c062d2948937df11a43dec4ae4c9af500f4ff8bd813
22-
sourceBlobDigest: sha256:9db6d8fe799e50a45d606a59e9d6c3b235426832801e444392f2225ca6eac96b
21+
sourceRevisionDigest: sha256:4183b29ba57e0ce260d606d487075c161772b2cfb8abdcaf1d50fb3c985435ab
22+
sourceBlobDigest: sha256:ecd410d76a28e8f7d6bcf378ced75407721b3f01213d68c0ea4ac19495d4965a
2323
codeSamplesNamespace: stackone-specs-php-code-samples
24-
codeSamplesRevisionDigest: sha256:e415055e1f28948280536ed2fb4cfaa482c6b9c5e226ae6f384fb2b8b822a3d0
24+
codeSamplesRevisionDigest: sha256:828a092a833f7f26e34f01e1d560c3ca376ed1911b391cdf35318f7d2538a54d
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ $sdk = client\StackOne::builder()
6868

6969
$request = new Operations\HrisListEmployeesRequest(
7070
xAccountId: '<id>',
71-
fields: 'id,remote_id,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,skills,unified_custom_fields',
71+
fields: 'id,remote_id,title,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,bank_details,skills,unified_custom_fields',
7272
filter: new Operations\HrisListEmployeesQueryParamFilter(
7373
updatedAfter: Utils\Utils::parseDateTime('2020-01-01T00:00:00.000Z'),
7474
),
7575
expand: 'company,employments,work_location,home_location,groups,skills',
76-
include: 'avatar_url,avatar,custom_fields,job_description,benefits',
76+
include: 'avatar_url,avatar,custom_fields,job_description,benefits,bank_details',
7777
);
7878

7979
$responses = $sdk->hris->listEmployees(

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,14 @@ Based on:
268268
### Generated
269269
- [php v0.26.3] .
270270
### Releases
271-
- [Composer v0.26.3] https://packagist.org/packages/stackone/client-sdk#v0.26.3 - .
271+
- [Composer v0.26.3] https://packagist.org/packages/stackone/client-sdk#v0.26.3 - .
272+
273+
## 2025-10-26 00:03:36
274+
### Changes
275+
Based on:
276+
- OpenAPI Doc
277+
- Speakeasy CLI 1.639.3 (2.730.5) https://github.com/speakeasy-api/speakeasy
278+
### Generated
279+
- [php v0.27.0] .
280+
### Releases
281+
- [Composer v0.27.0] https://packagist.org/packages/stackone/client-sdk#v0.27.0 - .

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ $sdk = client\StackOne::builder()
2222

2323
$request = new Operations\HrisListEmployeesRequest(
2424
xAccountId: '<id>',
25-
fields: 'id,remote_id,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,skills,unified_custom_fields',
25+
fields: 'id,remote_id,title,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,bank_details,skills,unified_custom_fields',
2626
filter: new Operations\HrisListEmployeesQueryParamFilter(
2727
updatedAfter: Utils\Utils::parseDateTime('2020-01-01T00:00:00.000Z'),
2828
),
2929
expand: 'company,employments,work_location,home_location,groups,skills',
30-
include: 'avatar_url,avatar,custom_fields,job_description,benefits',
30+
include: 'avatar_url,avatar,custom_fields,job_description,benefits,bank_details',
3131
);
3232

3333
$responses = $sdk->hris->listEmployees(
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# AccountType
22

3-
Type of the account
3+
The type of bank account
44

55

66
## Fields
77

8-
| Field | Type | Required | Description | Example |
9-
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
10-
| `value` | [?Components\JournalLineValue](../../Models/Components/JournalLineValue.md) | :heavy_minus_sign: | Type of account | asset |
11-
| `sourceValue` | [string\|float\|bool\|Components\JournalLineSourceValue4\|array\|null](../../Models/Components/JournalLineSourceValue.md) | :heavy_minus_sign: | N/A | asset |
8+
| Field | Type | Required | Description | Example |
9+
| -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `value` | [?Components\HRISBankDetailsAccountTypeValue](../../Models/Components/HRISBankDetailsAccountTypeValue.md) | :heavy_minus_sign: | The type of bank account | checking |
11+
| `sourceValue` | [string\|float\|bool\|Components\HRISBankDetailsSourceValueAccountType4\|array\|null](../../Models/Components/HRISBankDetailsAccountTypeSourceValue.md) | :heavy_minus_sign: | N/A | checking |

0 commit comments

Comments
 (0)