Skip to content

Commit d5e1d5a

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.14.3 (#32)
* ## Java SDK Changes Detected: * `stackone.hris.listEmployeeEmployments()`: `response.data.[].workTime` **Changed** **Breaking** ⚠️ * `stackone.hris.createEmployeeEmployment()`: * `request.hriscreateemploymentrequestdto.workTime` **Changed** **Breaking** ⚠️ * `stackone.hris.createEmployee()`: `request.hriscreateemployeerequestdto` **Changed** **Breaking** ⚠️ * `stackone.hris.getEmployee()`: `response.data.employments.[].workTime` **Changed** **Breaking** ⚠️ * `stackone.hris.updateEmployee()`: * `request.hrisupdateemployeerequestdto.employment.workTime` **Changed** **Breaking** ⚠️ * `stackone.hris.updateEmployeeEmployment()`: * `request.hrisupdateemploymentrequestdto.workTime` **Changed** **Breaking** ⚠️ * `stackone.hris.listEmployees()`: `response.data.[].employments.[].workTime` **Changed** **Breaking** ⚠️ * `stackone.hris.getEmployment()`: `response.data.workTime` **Changed** **Breaking** ⚠️ * `stackone.hris.getEmployeeEmployment()`: `response.data.workTime` **Changed** **Breaking** ⚠️ * `stackone.hris.listEmployments()`: `response.data.[].workTime` **Changed** **Breaking** ⚠️ * `stackone.accounts.updateAccount()`: * `request.patchaccountexternaldto.type` **Changed** * `stackone.hris.getEmployeeTimeOffBalance()`: `response.data.isUnlimited` **Added** * `stackone.hris.listEmployeeTimeOffBalances()`: `response.data.[].isUnlimited` **Added** * `stackone.ats.listApplications()`: * `request.filter` **Changed** * `response.data.[]` **Changed** * `stackone.ats.getApplication()`: `response.data` **Changed** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 0c7af03 commit d5e1d5a

File tree

493 files changed

+3980
-1561
lines changed

Some content is hidden

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

493 files changed

+3980
-1561
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 37 additions & 31 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
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
java:
25-
version: 0.14.2
25+
version: 0.14.3
2626
additionalDependencies: []
2727
additionalPlugins: []
2828
artifactID: stackone-client-java

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.634.2
1+
speakeasyVersion: 1.636.3
22
sources:
33
StackOne-OAS:
44
sourceNamespace: stackone-oas
5-
sourceRevisionDigest: sha256:e1580ce09bf5e899f4390a42b4afc931ab40fe728ca61e7b31d3c2523102603d
6-
sourceBlobDigest: sha256:2c76908f287ff7c58e75e928e972442223947d47b0e1d4e29d5567fee8cec610
5+
sourceRevisionDigest: sha256:d7fd910c2d17c56e99b772a5b8cbcf60188396393096d7fd816fe5626f6ff91d
6+
sourceBlobDigest: sha256:a2b6f32eff36f507ffdb54b05281fae6d0687a1746c84df4c3bb716c047f4e48
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759536374
9+
- speakeasy-sdk-regen-1759881963
1010
- 1.0.0
1111
targets:
1212
stackone:
1313
source: StackOne-OAS
1414
sourceNamespace: stackone-oas
15-
sourceRevisionDigest: sha256:e1580ce09bf5e899f4390a42b4afc931ab40fe728ca61e7b31d3c2523102603d
16-
sourceBlobDigest: sha256:2c76908f287ff7c58e75e928e972442223947d47b0e1d4e29d5567fee8cec610
15+
sourceRevisionDigest: sha256:d7fd910c2d17c56e99b772a5b8cbcf60188396393096d7fd816fe5626f6ff91d
16+
sourceBlobDigest: sha256:a2b6f32eff36f507ffdb54b05281fae6d0687a1746c84df4c3bb716c047f4e48
1717
codeSamplesNamespace: stack-one-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:8ae91b86088c5009d16d4e8d85785591f95f64228a976f97cb39c9d724e0f340
18+
codeSamplesRevisionDigest: sha256:e243e6e2fe78b31dee03cf2a1c53f4d32a8a7f0be300f01478016e00def633f1
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ The samples below show how a published SDK artifact is used:
4545

4646
Gradle:
4747
```groovy
48-
implementation 'com.stackone:stackone-client-java:0.14.2'
48+
implementation 'com.stackone:stackone-client-java:0.14.3'
4949
```
5050

5151
Maven:
5252
```xml
5353
<dependency>
5454
<groupId>com.stackone</groupId>
5555
<artifactId>stackone-client-java</artifactId>
56-
<version>0.14.2</version>
56+
<version>0.14.3</version>
5757
</dependency>
5858
```
5959

@@ -505,7 +505,6 @@ public class Application {
505505
* [webhookScreeningResult](docs/sdks/screening/README.md#webhookscreeningresult) - Webhook Screening Result
506506
* [createScreeningOrder](docs/sdks/screening/README.md#createscreeningorder) - Create Screening Order
507507

508-
509508
### [ticketing()](docs/sdks/ticketing/README.md)
510509

511510
* [listTickets](docs/sdks/ticketing/README.md#listtickets) - List Tickets

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [java v0.14.2] .
250250
### Releases
251-
- [Maven Central v0.14.2] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.14.2 - .
251+
- [Maven Central v0.14.2] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.14.2 - .
252+
253+
## 2025-10-16 00:05:59
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [java v0.14.3] .
260+
### Releases
261+
- [Maven Central v0.14.3] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.14.3 - .

β€Ždocs/models/components/Application.mdβ€Ž

Lines changed: 33 additions & 30 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ApplicationApplicationStage
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
8+
| `id` | *JsonNullable\<String>* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
9+
| `remoteId` | *JsonNullable\<String>* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
10+
| `unifiedCustomFields` | Map\<String, *Object*> | :heavy_minus_sign: | Custom Unified Fields configured in your StackOne project | {<br/>"my_project_custom_field_1": "REF-1236",<br/>"my_project_custom_field_2": "some other value"<br/>} |
11+
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | Application Stage name | Review |
12+
| `order` | *JsonNullable\<Double>* | :heavy_minus_sign: | Application Stage order | 1 |
13+
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Application Stage created date | 2021-01-01T01:01:01.000Z |
14+
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Application Stage updated date | 2021-01-01T01:01:01.000Z |

β€Ždocs/models/components/ApplicationChangesDataModel.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-
| `interviewStageId` | *JsonNullable\<String>* | :heavy_minus_sign: | Unique identifier of the interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
9-
| `rejectedReasonIds` | List\<*String*> | :heavy_minus_sign: | Unique identifiers of the rejection reasons | [<br/>"f223d7f6-908b-48f0-9237-b201c307f609"<br/>] |
10-
| `applicationStatus` | [JsonNullable\<ApplicationChangesDataModelApplicationStatus>](../../models/components/ApplicationChangesDataModelApplicationStatus.md) | :heavy_minus_sign: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| ~~`interviewStageId`~~ | *JsonNullable\<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 interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
9+
| `rejectedReasonIds` | List\<*String*> | :heavy_minus_sign: | Unique identifiers of the rejection reasons | [<br/>"f223d7f6-908b-48f0-9237-b201c307f609"<br/>] |
10+
| `applicationStatus` | [JsonNullable\<ApplicationChangesDataModelApplicationStatus>](../../models/components/ApplicationChangesDataModelApplicationStatus.md) | :heavy_minus_sign: | N/A | |

β€Ždocs/models/components/ApplicationInterviewStage.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# ApplicationInterviewStage
1+
# ~~ApplicationInterviewStage~~
2+
3+
> :warning: **DEPRECATED**: This will be removed in a future release, please migrate away from it as soon as possible.
24
35

46
## Fields
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# AssignmentLearningObjectTypeSourceValue
22

3+
The original learning object type from the provider before normalization.
4+

0 commit comments

Comments
Β (0)