Skip to content

Commit d22abea

Browse files
authored
Merge pull request #5 from StackOneHQ/speakeasy-sdk-regen-1728939372
chore: 🐝 Update SDK - Generate 0.5.0
2 parents 82304e6 + 94550df commit d22abea

44 files changed

Lines changed: 1154 additions & 44 deletions

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: 55 additions & 8 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
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
php:
15-
version: 0.3.0
15+
version: 0.5.0
1616
clientServerStatusCodesAsErrors: true
1717
flattenGlobalSecurity: true
1818
imports:

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ sources:
88
- latest
99
stackone-specs:
1010
sourceNamespace: stackone-specs
11-
sourceRevisionDigest: sha256:dcfa7008f76ade85a27c35b77665c17780b200005a6031e46a745a0a023ae59f
12-
sourceBlobDigest: sha256:99840109f7c25226a9a524cd5f884306e2b46fd8e391ab3c7e24fba71ab96d72
11+
sourceRevisionDigest: sha256:adc811db53466b5d20186348c39d63a4bc3ecb7e44d9e5315cc0ec35aae0a084
12+
sourceBlobDigest: sha256:da183657d2f9502f7c95b3e7e8711f79bb32b5e05d3d39282b65691a41871b9d
1313
tags:
1414
- latest
1515
- main
1616
targets:
1717
stack-one:
1818
source: stackone-specs
1919
sourceNamespace: stackone-specs
20-
sourceRevisionDigest: sha256:dcfa7008f76ade85a27c35b77665c17780b200005a6031e46a745a0a023ae59f
21-
sourceBlobDigest: sha256:99840109f7c25226a9a524cd5f884306e2b46fd8e391ab3c7e24fba71ab96d72
20+
sourceRevisionDigest: sha256:adc811db53466b5d20186348c39d63a4bc3ecb7e44d9e5315cc0ec35aae0a084
21+
sourceBlobDigest: sha256:da183657d2f9502f7c95b3e7e8711f79bb32b5e05d3d39282b65691a41871b9d
2222
workflow:
2323
workflowVersion: 1.0.0
2424
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,10 @@ if ($response->employeesPaginated !== null) {
205205
* [getBenefit](docs/sdks/hris/README.md#getbenefit) - Get Benefit
206206
* [listGroups](docs/sdks/hris/README.md#listgroups) - List Groups
207207
* [listDepartmentGroups](docs/sdks/hris/README.md#listdepartmentgroups) - List Department Groups
208+
* [listCostCenterGroups](docs/sdks/hris/README.md#listcostcentergroups) - List Cost Center Groups
208209
* [getGroup](docs/sdks/hris/README.md#getgroup) - Get Group
209210
* [getDepartmentGroup](docs/sdks/hris/README.md#getdepartmentgroup) - Get Department Group
211+
* [getCostCenterGroup](docs/sdks/hris/README.md#getcostcentergroup) - Get Cost Center Group
210212
* [listJobs](docs/sdks/hris/README.md#listjobs) - List Jobs
211213
* [getJob](docs/sdks/hris/README.md#getjob) - Get Job
212214

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [php v0.3.0] .
2020
### Releases
21-
- [Composer v0.3.0] https://packagist.org/packages/stackone/client-sdk#v0.3.0 - .
21+
- [Composer v0.3.0] https://packagist.org/packages/stackone/client-sdk#v0.3.0 - .
22+
23+
## 2024-10-14 20:56:06
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc
27+
- Speakeasy CLI 1.411.1 (2.436.1) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [php v0.5.0] .
30+
### Releases
31+
- [Composer v0.5.0] https://packagist.org/packages/stackone/client-sdk#v0.5.0 - .

docs/Models/Components/AtsUpdateApplicationRequestDto.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `passthrough` | array<string, *mixed*> | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} |
9-
| `rejectedReasonId` | *?string* | :heavy_minus_sign: | Unique identifier of the rejection reason | f223d7f6-908b-48f0-9237-b201c307f609 |
10-
| `customFields` | array<[Components\ApplicationCustomFields](../../Models/Components/ApplicationCustomFields.md)> | :heavy_minus_sign: | The application custom fields | |
11-
| `applicationStatus` | [?Components\AtsUpdateApplicationRequestDtoApplicationStatus](../../Models/Components/AtsUpdateApplicationRequestDtoApplicationStatus.md) | :heavy_minus_sign: | N/A | |
12-
| `source` | [?Components\AtsUpdateApplicationRequestDtoSource](../../Models/Components/AtsUpdateApplicationRequestDtoSource.md) | :heavy_minus_sign: | N/A | |
13-
| `interviewStageId` | *?string* | :heavy_minus_sign: | Unique identifier of the interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
8+
| `passthrough` | array<string, *mixed*> | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} |
9+
| ~~`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 |
10+
| `customFields` | array<[Components\ApplicationCustomFields](../../Models/Components/ApplicationCustomFields.md)> | :heavy_minus_sign: | The application custom fields | |
11+
| `applicationStatus` | [?Components\AtsUpdateApplicationRequestDtoApplicationStatus](../../Models/Components/AtsUpdateApplicationRequestDtoApplicationStatus.md) | :heavy_minus_sign: | N/A | |
12+
| `source` | [?Components\AtsUpdateApplicationRequestDtoSource](../../Models/Components/AtsUpdateApplicationRequestDtoSource.md) | :heavy_minus_sign: | N/A | |
13+
| `interviewStageId` | *?string* | :heavy_minus_sign: | Unique identifier of the interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |

docs/Models/Components/CostCenters.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
## Fields
55

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

0 commit comments

Comments
 (0)