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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 55 additions & 8 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 @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
php:
version: 0.3.0
version: 0.5.0
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ sources:
- latest
stackone-specs:
sourceNamespace: stackone-specs
sourceRevisionDigest: sha256:dcfa7008f76ade85a27c35b77665c17780b200005a6031e46a745a0a023ae59f
sourceBlobDigest: sha256:99840109f7c25226a9a524cd5f884306e2b46fd8e391ab3c7e24fba71ab96d72
sourceRevisionDigest: sha256:adc811db53466b5d20186348c39d63a4bc3ecb7e44d9e5315cc0ec35aae0a084
sourceBlobDigest: sha256:da183657d2f9502f7c95b3e7e8711f79bb32b5e05d3d39282b65691a41871b9d
tags:
- latest
- main
targets:
stack-one:
source: stackone-specs
sourceNamespace: stackone-specs
sourceRevisionDigest: sha256:dcfa7008f76ade85a27c35b77665c17780b200005a6031e46a745a0a023ae59f
sourceBlobDigest: sha256:99840109f7c25226a9a524cd5f884306e2b46fd8e391ab3c7e24fba71ab96d72
sourceRevisionDigest: sha256:adc811db53466b5d20186348c39d63a4bc3ecb7e44d9e5315cc0ec35aae0a084
sourceBlobDigest: sha256:da183657d2f9502f7c95b3e7e8711f79bb32b5e05d3d39282b65691a41871b9d
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,10 @@ if ($response->employeesPaginated !== null) {
* [getBenefit](docs/sdks/hris/README.md#getbenefit) - Get Benefit
* [listGroups](docs/sdks/hris/README.md#listgroups) - List Groups
* [listDepartmentGroups](docs/sdks/hris/README.md#listdepartmentgroups) - List Department Groups
* [listCostCenterGroups](docs/sdks/hris/README.md#listcostcentergroups) - List Cost Center Groups
* [getGroup](docs/sdks/hris/README.md#getgroup) - Get Group
* [getDepartmentGroup](docs/sdks/hris/README.md#getdepartmentgroup) - Get Department Group
* [getCostCenterGroup](docs/sdks/hris/README.md#getcostcentergroup) - Get Cost Center Group
* [listJobs](docs/sdks/hris/README.md#listjobs) - List Jobs
* [getJob](docs/sdks/hris/README.md#getjob) - Get Job

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Based on:
### Generated
- [php v0.3.0] .
### Releases
- [Composer v0.3.0] https://packagist.org/packages/stackone/client-sdk#v0.3.0 - .
- [Composer v0.3.0] https://packagist.org/packages/stackone/client-sdk#v0.3.0 - .

## 2024-10-14 20:56:06
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.411.1 (2.436.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.5.0] .
### Releases
- [Composer v0.5.0] https://packagist.org/packages/stackone/client-sdk#v0.5.0 - .
16 changes: 8 additions & 8 deletions docs/Models/Components/AtsUpdateApplicationRequestDto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## Fields

| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `passthrough` | array<string, *mixed*> | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} |
| `rejectedReasonId` | *?string* | :heavy_minus_sign: | Unique identifier of the rejection reason | f223d7f6-908b-48f0-9237-b201c307f609 |
| `customFields` | array<[Components\ApplicationCustomFields](../../Models/Components/ApplicationCustomFields.md)> | :heavy_minus_sign: | The application custom fields | |
| `applicationStatus` | [?Components\AtsUpdateApplicationRequestDtoApplicationStatus](../../Models/Components/AtsUpdateApplicationRequestDtoApplicationStatus.md) | :heavy_minus_sign: | N/A | |
| `source` | [?Components\AtsUpdateApplicationRequestDtoSource](../../Models/Components/AtsUpdateApplicationRequestDtoSource.md) | :heavy_minus_sign: | N/A | |
| `interviewStageId` | *?string* | :heavy_minus_sign: | Unique identifier of the interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `passthrough` | array<string, *mixed*> | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} |
| ~~`rejectedReasonId`~~ | *?string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Unique identifier of the rejection reason | f223d7f6-908b-48f0-9237-b201c307f609 |
| `customFields` | array<[Components\ApplicationCustomFields](../../Models/Components/ApplicationCustomFields.md)> | :heavy_minus_sign: | The application custom fields | |
| `applicationStatus` | [?Components\AtsUpdateApplicationRequestDtoApplicationStatus](../../Models/Components/AtsUpdateApplicationRequestDtoApplicationStatus.md) | :heavy_minus_sign: | N/A | |
| `source` | [?Components\AtsUpdateApplicationRequestDtoSource](../../Models/Components/AtsUpdateApplicationRequestDtoSource.md) | :heavy_minus_sign: | N/A | |
| `interviewStageId` | *?string* | :heavy_minus_sign: | Unique identifier of the interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
10 changes: 6 additions & 4 deletions docs/Models/Components/CostCenters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

## Fields

| Field | Type | Required | Description | Example |
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
| `name` | *?string* | :heavy_minus_sign: | N/A | R&D |
| `distributionPercentage` | *?float* | :heavy_minus_sign: | N/A | 100 |
| Field | Type | Required | Description | Example |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `id` | *?string* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
| `remoteId` | *?string* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
| `name` | *?string* | :heavy_minus_sign: | N/A | R&D |
| `distributionPercentage` | *?float* | :heavy_minus_sign: | N/A | 100 |
Loading