Skip to content

Commit e2087dd

Browse files
authored
Merge pull request #26 from StackOneHQ/speakeasy-sdk-regen-1739059429
chore: 🐝 Update SDK - Generate 0.24.1
2 parents 9e36aaa + f3c9377 commit e2087dd

File tree

153 files changed

+4456
-683
lines changed

Some content is hidden

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

153 files changed

+4456
-683
lines changed

.speakeasy/gen.lock

Lines changed: 239 additions & 93 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ generation:
99
nameResolutionDec2023: true
1010
parameterOrderingFeb2024: true
1111
requestResponseComponentNamesFeb2024: true
12+
securityFeb2025: false
1213
auth:
1314
oAuth2ClientCredentialsEnabled: false
1415
oAuth2PasswordEnabled: false
1516
php:
16-
version: 0.24.0
17+
version: 0.24.1
1718
additionalDependencies:
1819
autoload: {}
1920
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.484.1
1+
speakeasyVersion: 1.493.0
22
sources:
33
hris:
44
sourceNamespace: hris
@@ -8,20 +8,20 @@ sources:
88
- latest
99
stackone-specs:
1010
sourceNamespace: stackone-specs
11-
sourceRevisionDigest: sha256:492e45f819a1f2097121f8c7c01b72dc09c43af76f57f691d53f5b4eaf422012
12-
sourceBlobDigest: sha256:527e844918dc41155c80552f8b931e4fbbf064c32954b68a58ea3bd39f6ec906
11+
sourceRevisionDigest: sha256:f12cd8558a02e4fa28563dc2341bfd824946fe93eb91af2a02b484fd542d1821
12+
sourceBlobDigest: sha256:a85b3fb0f45d841846e7b4aba0308e84935de57f9b703efe23fc286230fdf7e3
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1738749266
15+
- speakeasy-sdk-regen-1739059429
1616
- 1.0.0
1717
targets:
1818
stack-one:
1919
source: stackone-specs
2020
sourceNamespace: stackone-specs
21-
sourceRevisionDigest: sha256:492e45f819a1f2097121f8c7c01b72dc09c43af76f57f691d53f5b4eaf422012
22-
sourceBlobDigest: sha256:527e844918dc41155c80552f8b931e4fbbf064c32954b68a58ea3bd39f6ec906
21+
sourceRevisionDigest: sha256:f12cd8558a02e4fa28563dc2341bfd824946fe93eb91af2a02b484fd542d1821
22+
sourceBlobDigest: sha256:a85b3fb0f45d841846e7b4aba0308e84935de57f9b703efe23fc286230fdf7e3
2323
codeSamplesNamespace: stackone-specs-php-code-samples
24-
codeSamplesRevisionDigest: sha256:4bb66ee299a7008555fe9c01d6a6d381eadd29a4aca13e4dd00e0e5a368aa6bf
24+
codeSamplesRevisionDigest: sha256:06f1b4e9288f5f6a5c6824bc452c4eea6b2ee35fe5e46972d08cac761b444613
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $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,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number',
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',
7171
filter: new Operations\HrisListEmployeesQueryParamFilter(
7272
updatedAfter: '2020-01-01T00:00:00.000Z',
7373
),
@@ -246,6 +246,7 @@ if ($response->connectSession !== null) {
246246
* [batchUploadEmployeeDocument](docs/sdks/hris/README.md#batchuploademployeedocument) - Batch Upload Employee Document
247247
* [createEmployee](docs/sdks/hris/README.md#createemployee) - Creates an employee
248248
* [createEmployeeEmployment](docs/sdks/hris/README.md#createemployeeemployment) - Create Employee Employment
249+
* [createEmployeeSkill](docs/sdks/hris/README.md#createemployeeskill) - Create Employee Skill
249250
* [createEmployeeTimeOffRequest](docs/sdks/hris/README.md#createemployeetimeoffrequest) - Create Employee Time Off Request
250251
* [createEmployeeWorkEligibilityRequest](docs/sdks/hris/README.md#createemployeeworkeligibilityrequest) - Create Employee Work Eligibility Request
251252
* [createTimeOffRequest](docs/sdks/hris/README.md#createtimeoffrequest) - Creates a time off request
@@ -259,6 +260,7 @@ if ($response->connectSession !== null) {
259260
* [getEmployeeDocument](docs/sdks/hris/README.md#getemployeedocument) - Get Employee Document
260261
* [getEmployeeDocumentCategory](docs/sdks/hris/README.md#getemployeedocumentcategory) - Get Employee Document Category
261262
* [getEmployeeEmployment](docs/sdks/hris/README.md#getemployeeemployment) - Get Employee Employment
263+
* [getEmployeeTimeOffBalance](docs/sdks/hris/README.md#getemployeetimeoffbalance) - Get Employee Time Off Balance
262264
* [getEmployeesTimeOffRequest](docs/sdks/hris/README.md#getemployeestimeoffrequest) - Get Employees Time Off Request
263265
* [getEmployeesWorkEligibility](docs/sdks/hris/README.md#getemployeesworkeligibility) - Get Employees Work Eligibility
264266
* [getEmployment](docs/sdks/hris/README.md#getemployment) - Get Employment
@@ -267,8 +269,10 @@ if ($response->connectSession !== null) {
267269
* [getLocation](docs/sdks/hris/README.md#getlocation) - Get Location
268270
* [getTeamGroup](docs/sdks/hris/README.md#getteamgroup) - Get Team Group
269271
* [getTimeEntries](docs/sdks/hris/README.md#gettimeentries) - Get Time Entry
272+
* [getTimeOffPolicy](docs/sdks/hris/README.md#gettimeoffpolicy) - Get Time Off Policy
270273
* [getTimeOffRequest](docs/sdks/hris/README.md#gettimeoffrequest) - Get time off request
271274
* [getTimeOffType](docs/sdks/hris/README.md#gettimeofftype) - Get time off type
275+
* [inviteEmployee](docs/sdks/hris/README.md#inviteemployee) - Invite Employee
272276
* [listBenefits](docs/sdks/hris/README.md#listbenefits) - List benefits
273277
* [listCompanies](docs/sdks/hris/README.md#listcompanies) - List Companies
274278
* [listCostCenterGroups](docs/sdks/hris/README.md#listcostcentergroups) - List Cost Center Groups
@@ -277,6 +281,7 @@ if ($response->connectSession !== null) {
277281
* [listEmployeeCustomFieldDefinitions](docs/sdks/hris/README.md#listemployeecustomfielddefinitions) - List employee Custom Field Definitions
278282
* [listEmployeeDocuments](docs/sdks/hris/README.md#listemployeedocuments) - List Employee Documents
279283
* [listEmployeeEmployments](docs/sdks/hris/README.md#listemployeeemployments) - List Employee Employments
284+
* [listEmployeeTimeOffBalances](docs/sdks/hris/README.md#listemployeetimeoffbalances) - List Employee Time Off Balances
280285
* [listEmployeeTimeOffRequests](docs/sdks/hris/README.md#listemployeetimeoffrequests) - List Employee Time Off Requests
281286
* [listEmployeeWorkEligibility](docs/sdks/hris/README.md#listemployeeworkeligibility) - List Employee Work Eligibility
282287
* [listEmployees](docs/sdks/hris/README.md#listemployees) - List Employees
@@ -286,6 +291,7 @@ if ($response->connectSession !== null) {
286291
* [listLocations](docs/sdks/hris/README.md#listlocations) - List locations
287292
* [listTeamGroups](docs/sdks/hris/README.md#listteamgroups) - List Team Groups
288293
* [listTimeEntries](docs/sdks/hris/README.md#listtimeentries) - List Time Entries
294+
* [listTimeOffPolicies](docs/sdks/hris/README.md#listtimeoffpolicies) - List Time Off Policies
289295
* [listTimeOffRequests](docs/sdks/hris/README.md#listtimeoffrequests) - List time off requests
290296
* [listTimeOffTypes](docs/sdks/hris/README.md#listtimeofftypes) - List time off types
291297
* [updateEmployee](docs/sdks/hris/README.md#updateemployee) - Updates an employee

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,14 @@ Based on:
178178
### Generated
179179
- [php v0.24.0] .
180180
### Releases
181-
- [Composer v0.24.0] https://packagist.org/packages/stackone/client-sdk#v0.24.0 - .
181+
- [Composer v0.24.0] https://packagist.org/packages/stackone/client-sdk#v0.24.0 - .
182+
183+
## 2025-02-16 00:03:36
184+
### Changes
185+
Based on:
186+
- OpenAPI Doc
187+
- Speakeasy CLI 1.493.0 (2.512.4) https://github.com/speakeasy-api/speakeasy
188+
### Generated
189+
- [php v0.24.1] .
190+
### Releases
191+
- [Composer v0.24.1] https://packagist.org/packages/stackone/client-sdk#v0.24.1 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $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,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number',
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',
2525
filter: new Operations\HrisListEmployeesQueryParamFilter(
2626
updatedAfter: '2020-01-01T00:00:00.000Z',
2727
),

docs/Models/Components/AdditionalData.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
8-
| `id` | *?string* | :heavy_minus_sign: | The type of the additional data | learning_outcomes |
9-
| `remoteId` | *?string* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
10-
| `value` | [string\|array\|null](../../Models/Components/AdditionalDataValue.md) | :heavy_minus_sign: | The value of the additional data | This is additional data |
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
8+
| `id` | *?string* | :heavy_minus_sign: | The name of the additional data field. Speak to your Solutions Engineer to understand the id for the specific use case | learning_outcomes |
9+
| `remoteId` | *?string* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
10+
| `value` | [string\|array\|null](../../Models/Components/AdditionalDataValue.md) | :heavy_minus_sign: | The value of the additional data | This is additional data |

0 commit comments

Comments
 (0)