Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
424 changes: 335 additions & 89 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
php:
version: 0.24.2
version: 0.25.0
additionalDependencies:
autoload: {}
autoload-dev: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.495.1
speakeasyVersion: 1.517.3
sources:
hris:
sourceNamespace: hris
Expand All @@ -8,20 +8,20 @@ sources:
- latest
stackone-specs:
sourceNamespace: stackone-specs
sourceRevisionDigest: sha256:5a42ffa3582f3d42e3c63e209b9878ba46db1c17446e95b77bfd560434c8ab97
sourceBlobDigest: sha256:4c5e42b93258a6187cd3564fc06724622c7e5aa57dc4d5067421bc34046be082
sourceRevisionDigest: sha256:885533adbb78dcb94ff0095c2f44dd416d2740273924847b66a144ab0d05dd2f
sourceBlobDigest: sha256:c6a6ac5e8df0348ee9afef92f7d6d84184eb72b4725872a0c79165af25073115
tags:
- latest
- speakeasy-sdk-regen-1739961401
- speakeasy-sdk-regen-1740269030
- 1.0.0
targets:
stack-one:
source: stackone-specs
sourceNamespace: stackone-specs
sourceRevisionDigest: sha256:5a42ffa3582f3d42e3c63e209b9878ba46db1c17446e95b77bfd560434c8ab97
sourceBlobDigest: sha256:4c5e42b93258a6187cd3564fc06724622c7e5aa57dc4d5067421bc34046be082
sourceRevisionDigest: sha256:885533adbb78dcb94ff0095c2f44dd416d2740273924847b66a144ab0d05dd2f
sourceBlobDigest: sha256:c6a6ac5e8df0348ee9afef92f7d6d84184eb72b4725872a0c79165af25073115
codeSamplesNamespace: stackone-specs-php-code-samples
codeSamplesRevisionDigest: sha256:cdc9f4b7246b1d6e1f917b02f0c64f4921daf8a465a595182e858a6725e8293b
codeSamplesRevisionDigest: sha256:af63d96443f4df23b8fda7b4e358f73e4ea184c530ba9a088fd85150a927d633
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ $sdk = client\StackOne::builder()

$request = new Operations\HrisListEmployeesRequest(
xAccountId: '<id>',
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',
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',
filter: new Operations\HrisListEmployeesQueryParamFilter(
updatedAfter: '2020-01-01T00:00:00.000Z',
),
expand: 'company,employments,work_location,home_location,groups',
expand: 'company,employments,work_location,home_location,groups,skills',
include: 'avatar_url,avatar,custom_fields,job_description,benefits',
);

Expand Down Expand Up @@ -154,6 +154,7 @@ if ($response->connectSession !== null) {
* [createCandidateNote](docs/sdks/ats/README.md#createcandidatenote) - Create Candidate Note
* [createJob](docs/sdks/ats/README.md#createjob) - Create Job
* [createOffer](docs/sdks/ats/README.md#createoffer) - Creates an offer
* [deleteBackgroundCheckPackage](docs/sdks/ats/README.md#deletebackgroundcheckpackage) - Delete Background Check Package
* [downloadApplicationDocument](docs/sdks/ats/README.md#downloadapplicationdocument) - Download Application Document
* [getApplication](docs/sdks/ats/README.md#getapplication) - Get Application
* [getApplicationCustomFieldDefinition](docs/sdks/ats/README.md#getapplicationcustomfielddefinition) - Get Application Custom Field Definition
Expand Down Expand Up @@ -213,6 +214,7 @@ if ($response->connectSession !== null) {
* [updateApplication](docs/sdks/ats/README.md#updateapplication) - Update an Application
* [updateApplicationNote](docs/sdks/ats/README.md#updateapplicationnote) - Update an Application Note
* [updateAssessmentsResult](docs/sdks/ats/README.md#updateassessmentsresult) - Update Assessments Result
* [updateBackgroundCheckPackage](docs/sdks/ats/README.md#updatebackgroundcheckpackage) - Update Background Check Package
* [updateBackgroundCheckResult](docs/sdks/ats/README.md#updatebackgroundcheckresult) - Update Background Check Result
* [updateCandidate](docs/sdks/ats/README.md#updatecandidate) - Update Candidate
* [updateJob](docs/sdks/ats/README.md#updatejob) - Update Job
Expand Down Expand Up @@ -260,13 +262,14 @@ if ($response->connectSession !== null) {
* [getEmployeeDocument](docs/sdks/hris/README.md#getemployeedocument) - Get Employee Document
* [getEmployeeDocumentCategory](docs/sdks/hris/README.md#getemployeedocumentcategory) - Get Employee Document Category
* [getEmployeeEmployment](docs/sdks/hris/README.md#getemployeeemployment) - Get Employee Employment
* [getEmployeeSkill](docs/sdks/hris/README.md#getemployeeskill) - Get Employee Skill
* [getEmployeeTimeOffBalance](docs/sdks/hris/README.md#getemployeetimeoffbalance) - Get Employee Time Off Balance
* [getEmployeesTimeOffRequest](docs/sdks/hris/README.md#getemployeestimeoffrequest) - Get Employees Time Off Request
* [getEmployeesWorkEligibility](docs/sdks/hris/README.md#getemployeesworkeligibility) - Get Employees Work Eligibility
* [getEmployment](docs/sdks/hris/README.md#getemployment) - Get Employment
* [getGroup](docs/sdks/hris/README.md#getgroup) - Get Group
* [getJob](docs/sdks/hris/README.md#getjob) - Get Job
* [getLocation](docs/sdks/hris/README.md#getlocation) - Get Location
* [getLocation](docs/sdks/hris/README.md#getlocation) - Get Work Location
* [getTeamGroup](docs/sdks/hris/README.md#getteamgroup) - Get Team Group
* [getTimeEntries](docs/sdks/hris/README.md#gettimeentries) - Get Time Entry
* [getTimeOffPolicy](docs/sdks/hris/README.md#gettimeoffpolicy) - Get Time Off Policy
Expand All @@ -281,14 +284,15 @@ if ($response->connectSession !== null) {
* [listEmployeeCustomFieldDefinitions](docs/sdks/hris/README.md#listemployeecustomfielddefinitions) - List employee Custom Field Definitions
* [listEmployeeDocuments](docs/sdks/hris/README.md#listemployeedocuments) - List Employee Documents
* [listEmployeeEmployments](docs/sdks/hris/README.md#listemployeeemployments) - List Employee Employments
* [listEmployeeSkills](docs/sdks/hris/README.md#listemployeeskills) - List Employee Skills
* [listEmployeeTimeOffBalances](docs/sdks/hris/README.md#listemployeetimeoffbalances) - List Employee Time Off Balances
* [listEmployeeTimeOffRequests](docs/sdks/hris/README.md#listemployeetimeoffrequests) - List Employee Time Off Requests
* [listEmployeeWorkEligibility](docs/sdks/hris/README.md#listemployeeworkeligibility) - List Employee Work Eligibility
* [listEmployees](docs/sdks/hris/README.md#listemployees) - List Employees
* [listEmployments](docs/sdks/hris/README.md#listemployments) - List Employments
* [listGroups](docs/sdks/hris/README.md#listgroups) - List Groups
* [listJobs](docs/sdks/hris/README.md#listjobs) - List Jobs
* [listLocations](docs/sdks/hris/README.md#listlocations) - List locations
* [listLocations](docs/sdks/hris/README.md#listlocations) - List Work Locations
* [listTeamGroups](docs/sdks/hris/README.md#listteamgroups) - List Team Groups
* [listTimeEntries](docs/sdks/hris/README.md#listtimeentries) - List Time Entries
* [listTimeOffPolicies](docs/sdks/hris/README.md#listtimeoffpolicies) - List Time Off Policies
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,14 @@ Based on:
### Generated
- [php v0.24.2] .
### Releases
- [Composer v0.24.2] https://packagist.org/packages/stackone/client-sdk#v0.24.2 - .
- [Composer v0.24.2] https://packagist.org/packages/stackone/client-sdk#v0.24.2 - .

## 2025-03-14 15:55:24
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.25.0] .
### Releases
- [Composer v0.25.0] https://packagist.org/packages/stackone/client-sdk#v0.25.0 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ $sdk = client\StackOne::builder()

$request = new Operations\HrisListEmployeesRequest(
xAccountId: '<id>',
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',
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',
filter: new Operations\HrisListEmployeesQueryParamFilter(
updatedAfter: '2020-01-01T00:00:00.000Z',
),
expand: 'company,employments,work_location,home_location,groups',
expand: 'company,employments,work_location,home_location,groups,skills',
include: 'avatar_url,avatar,custom_fields,job_description,benefits',
);

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"php": "^8.2",
"galbar/jsonpath": "^3.0",
"guzzlehttp/guzzle": "^7.0",
"speakeasy/serializer": "^4.0.0",
"speakeasy/serializer": "^4.0.3",
"brick/date-time": "^0.7.0",
"phpdocumentor/type-resolver": "^1.8",
"brick/math": "^0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/Models/Components/AssignmentStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ The status of the assignment

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