Skip to content

Commit 736d447

Browse files
authored
Merge pull request #28 from StackOneHQ/speakeasy-sdk-regen-1740269030
chore: 🐝 Update SDK - Generate 0.25.0
2 parents 5e43a94 + d485011 commit 736d447

647 files changed

Lines changed: 12297 additions & 49061 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: 335 additions & 89 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: false
1616
oAuth2PasswordEnabled: false
1717
php:
18-
version: 0.24.2
18+
version: 0.25.0
1919
additionalDependencies:
2020
autoload: {}
2121
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.495.1
1+
speakeasyVersion: 1.517.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:5a42ffa3582f3d42e3c63e209b9878ba46db1c17446e95b77bfd560434c8ab97
12-
sourceBlobDigest: sha256:4c5e42b93258a6187cd3564fc06724622c7e5aa57dc4d5067421bc34046be082
11+
sourceRevisionDigest: sha256:885533adbb78dcb94ff0095c2f44dd416d2740273924847b66a144ab0d05dd2f
12+
sourceBlobDigest: sha256:c6a6ac5e8df0348ee9afef92f7d6d84184eb72b4725872a0c79165af25073115
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1739961401
15+
- speakeasy-sdk-regen-1740269030
1616
- 1.0.0
1717
targets:
1818
stack-one:
1919
source: stackone-specs
2020
sourceNamespace: stackone-specs
21-
sourceRevisionDigest: sha256:5a42ffa3582f3d42e3c63e209b9878ba46db1c17446e95b77bfd560434c8ab97
22-
sourceBlobDigest: sha256:4c5e42b93258a6187cd3564fc06724622c7e5aa57dc4d5067421bc34046be082
21+
sourceRevisionDigest: sha256:885533adbb78dcb94ff0095c2f44dd416d2740273924847b66a144ab0d05dd2f
22+
sourceBlobDigest: sha256:c6a6ac5e8df0348ee9afef92f7d6d84184eb72b4725872a0c79165af25073115
2323
codeSamplesNamespace: stackone-specs-php-code-samples
24-
codeSamplesRevisionDigest: sha256:cdc9f4b7246b1d6e1f917b02f0c64f4921daf8a465a595182e858a6725e8293b
24+
codeSamplesRevisionDigest: sha256:af63d96443f4df23b8fda7b4e358f73e4ea184c530ba9a088fd85150a927d633
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ $sdk = client\StackOne::builder()
6767

6868
$request = new Operations\HrisListEmployeesRequest(
6969
xAccountId: '<id>',
70-
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,benefits,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,documents,created_at,updated_at,employee_number,national_identity_number,national_identity_numbers',
70+
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,benefits,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,documents,created_at,updated_at,employee_number,national_identity_number,national_identity_numbers,skills',
7171
filter: new Operations\HrisListEmployeesQueryParamFilter(
7272
updatedAfter: '2020-01-01T00:00:00.000Z',
7373
),
74-
expand: 'company,employments,work_location,home_location,groups',
74+
expand: 'company,employments,work_location,home_location,groups,skills',
7575
include: 'avatar_url,avatar,custom_fields,job_description,benefits',
7676
);
7777

@@ -154,6 +154,7 @@ if ($response->connectSession !== null) {
154154
* [createCandidateNote](docs/sdks/ats/README.md#createcandidatenote) - Create Candidate Note
155155
* [createJob](docs/sdks/ats/README.md#createjob) - Create Job
156156
* [createOffer](docs/sdks/ats/README.md#createoffer) - Creates an offer
157+
* [deleteBackgroundCheckPackage](docs/sdks/ats/README.md#deletebackgroundcheckpackage) - Delete Background Check Package
157158
* [downloadApplicationDocument](docs/sdks/ats/README.md#downloadapplicationdocument) - Download Application Document
158159
* [getApplication](docs/sdks/ats/README.md#getapplication) - Get Application
159160
* [getApplicationCustomFieldDefinition](docs/sdks/ats/README.md#getapplicationcustomfielddefinition) - Get Application Custom Field Definition
@@ -213,6 +214,7 @@ if ($response->connectSession !== null) {
213214
* [updateApplication](docs/sdks/ats/README.md#updateapplication) - Update an Application
214215
* [updateApplicationNote](docs/sdks/ats/README.md#updateapplicationnote) - Update an Application Note
215216
* [updateAssessmentsResult](docs/sdks/ats/README.md#updateassessmentsresult) - Update Assessments Result
217+
* [updateBackgroundCheckPackage](docs/sdks/ats/README.md#updatebackgroundcheckpackage) - Update Background Check Package
216218
* [updateBackgroundCheckResult](docs/sdks/ats/README.md#updatebackgroundcheckresult) - Update Background Check Result
217219
* [updateCandidate](docs/sdks/ats/README.md#updatecandidate) - Update Candidate
218220
* [updateJob](docs/sdks/ats/README.md#updatejob) - Update Job
@@ -260,13 +262,14 @@ if ($response->connectSession !== null) {
260262
* [getEmployeeDocument](docs/sdks/hris/README.md#getemployeedocument) - Get Employee Document
261263
* [getEmployeeDocumentCategory](docs/sdks/hris/README.md#getemployeedocumentcategory) - Get Employee Document Category
262264
* [getEmployeeEmployment](docs/sdks/hris/README.md#getemployeeemployment) - Get Employee Employment
265+
* [getEmployeeSkill](docs/sdks/hris/README.md#getemployeeskill) - Get Employee Skill
263266
* [getEmployeeTimeOffBalance](docs/sdks/hris/README.md#getemployeetimeoffbalance) - Get Employee Time Off Balance
264267
* [getEmployeesTimeOffRequest](docs/sdks/hris/README.md#getemployeestimeoffrequest) - Get Employees Time Off Request
265268
* [getEmployeesWorkEligibility](docs/sdks/hris/README.md#getemployeesworkeligibility) - Get Employees Work Eligibility
266269
* [getEmployment](docs/sdks/hris/README.md#getemployment) - Get Employment
267270
* [getGroup](docs/sdks/hris/README.md#getgroup) - Get Group
268271
* [getJob](docs/sdks/hris/README.md#getjob) - Get Job
269-
* [getLocation](docs/sdks/hris/README.md#getlocation) - Get Location
272+
* [getLocation](docs/sdks/hris/README.md#getlocation) - Get Work Location
270273
* [getTeamGroup](docs/sdks/hris/README.md#getteamgroup) - Get Team Group
271274
* [getTimeEntries](docs/sdks/hris/README.md#gettimeentries) - Get Time Entry
272275
* [getTimeOffPolicy](docs/sdks/hris/README.md#gettimeoffpolicy) - Get Time Off Policy
@@ -281,14 +284,15 @@ if ($response->connectSession !== null) {
281284
* [listEmployeeCustomFieldDefinitions](docs/sdks/hris/README.md#listemployeecustomfielddefinitions) - List employee Custom Field Definitions
282285
* [listEmployeeDocuments](docs/sdks/hris/README.md#listemployeedocuments) - List Employee Documents
283286
* [listEmployeeEmployments](docs/sdks/hris/README.md#listemployeeemployments) - List Employee Employments
287+
* [listEmployeeSkills](docs/sdks/hris/README.md#listemployeeskills) - List Employee Skills
284288
* [listEmployeeTimeOffBalances](docs/sdks/hris/README.md#listemployeetimeoffbalances) - List Employee Time Off Balances
285289
* [listEmployeeTimeOffRequests](docs/sdks/hris/README.md#listemployeetimeoffrequests) - List Employee Time Off Requests
286290
* [listEmployeeWorkEligibility](docs/sdks/hris/README.md#listemployeeworkeligibility) - List Employee Work Eligibility
287291
* [listEmployees](docs/sdks/hris/README.md#listemployees) - List Employees
288292
* [listEmployments](docs/sdks/hris/README.md#listemployments) - List Employments
289293
* [listGroups](docs/sdks/hris/README.md#listgroups) - List Groups
290294
* [listJobs](docs/sdks/hris/README.md#listjobs) - List Jobs
291-
* [listLocations](docs/sdks/hris/README.md#listlocations) - List locations
295+
* [listLocations](docs/sdks/hris/README.md#listlocations) - List Work Locations
292296
* [listTeamGroups](docs/sdks/hris/README.md#listteamgroups) - List Team Groups
293297
* [listTimeEntries](docs/sdks/hris/README.md#listtimeentries) - List Time Entries
294298
* [listTimeOffPolicies](docs/sdks/hris/README.md#listtimeoffpolicies) - List Time Off Policies

β€Ž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.24.2] .
200200
### Releases
201-
- [Composer v0.24.2] https://packagist.org/packages/stackone/client-sdk#v0.24.2 - .
201+
- [Composer v0.24.2] https://packagist.org/packages/stackone/client-sdk#v0.24.2 - .
202+
203+
## 2025-03-14 15:55:24
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [php v0.25.0] .
210+
### Releases
211+
- [Composer v0.25.0] https://packagist.org/packages/stackone/client-sdk#v0.25.0 - .

β€ŽUSAGE.mdβ€Ž

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

2222
$request = new Operations\HrisListEmployeesRequest(
2323
xAccountId: '<id>',
24-
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,benefits,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,documents,created_at,updated_at,employee_number,national_identity_number,national_identity_numbers',
24+
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,benefits,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,documents,created_at,updated_at,employee_number,national_identity_number,national_identity_numbers,skills',
2525
filter: new Operations\HrisListEmployeesQueryParamFilter(
2626
updatedAfter: '2020-01-01T00:00:00.000Z',
2727
),
28-
expand: 'company,employments,work_location,home_location,groups',
28+
expand: 'company,employments,work_location,home_location,groups,skills',
2929
include: 'avatar_url,avatar,custom_fields,job_description,benefits',
3030
);
3131

β€Žcomposer.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"php": "^8.2",
1212
"galbar/jsonpath": "^3.0",
1313
"guzzlehttp/guzzle": "^7.0",
14-
"speakeasy/serializer": "^4.0.0",
14+
"speakeasy/serializer": "^4.0.3",
1515
"brick/date-time": "^0.7.0",
1616
"phpdocumentor/type-resolver": "^1.8",
1717
"brick/math": "^0.12.1"

β€Ždocs/Models/Components/AssignmentStatus.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The status of the assignment
77

88
| Field | Type | Required | Description | Example |
99
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
10-
| `value` | [?Components\AssignmentValue](../../Models/Components/AssignmentValue.md) | :heavy_minus_sign: | N/A | in-progress |
10+
| `value` | [?Components\AssignmentValue](../../Models/Components/AssignmentValue.md) | :heavy_minus_sign: | N/A | in_progress |
1111
| `sourceValue` | [string\|float\|bool\|Components\AssignmentSourceValue4\|array\|null](../../Models/Components/AssignmentSourceValue.md) | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
Β (0)