Skip to content

Commit 7507b22

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.14.1 (#30)
* ## Java SDK Changes Detected: * `stackone.hris.listEmployeeShifts()`: * `request.filter` **Changed** **Breaking** ⚠️ * `response.data.[]` **Changed** **Breaking** ⚠️ * `stackone.hris.getEmployeeShift()`: `response.data` **Changed** **Breaking** ⚠️ * `stackone.hris.listShifts()`: * `request.filter` **Changed** **Breaking** ⚠️ * `response.data.[]` **Changed** **Breaking** ⚠️ * `stackone.hris.getShift()`: `response.data` **Changed** **Breaking** ⚠️ * `stackone.hris.listTimeOffPolicies()`: * `request.filter` **Changed** * `stackone.hris.listEmployeeTimeOffPolicies()`: * `request.filter` **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 363a74c commit 7507b22

33 files changed

+231
-182
lines changed

.speakeasy/gen.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 90080b12-9e47-459d-875f-5a0a3b2545d2
33
management:
4-
docChecksum: e3b504b3b4b57d46e73a1fb5de9fb816
4+
docChecksum: 05f12307228100d16e6af14b27f80ab4
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.631.4
6+
speakeasyVersion: 1.631.5
77
generationVersion: 2.716.16
8-
releaseVersion: 0.14.0
9-
configChecksum: df7da5484b33ac4fd408b31d053805c8
8+
releaseVersion: 0.14.1
9+
configChecksum: d70a855da22674ae85ec4cf15e6e14b5
1010
repoURL: https://github.com/StackOneHQ/stackone-client-java.git
1111
published: true
1212
features:
@@ -14307,7 +14307,7 @@ examples:
1430714307
speakeasy-default-hris-list-shifts:
1430814308
parameters:
1430914309
query:
14310-
filter: {"updated_after": "2020-01-01T00:00:00.000Z"}
14310+
filter: {"updated_after": "2020-01-01T00:00:00.000Z", "starts_after": "2024-01-15T09:00", "ends_before": "2024-01-15T17:00"}
1431114311
header:
1431214312
x-account-id: "<id>"
1431314313
responses:
@@ -14346,7 +14346,7 @@ examples:
1434614346
x-account-id: "<id>"
1434714347
responses:
1434814348
"200":
14349-
application/json: {"data": {"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "employee_id": "emp_123456789", "location_id": "loc_123456789", "company_id": "comp_123456789", "start_time": "2024-03-20T09:00:00Z", "end_time": "2024-03-20T17:00:00Z", "break_duration": "PT1H30M", "status": {"value": "confirmed", "source_value": "Confirmed"}, "approval_status": {"value": "approved", "source_value": "Approved"}, "breaks": [{"id": "break_123456789", "start_time": "2024-03-20T12:00:00Z", "end_time": "2024-03-20T13:00:00Z", "duration": "PT1H", "is_paid": true, "created_at": "2024-03-20T10:00:00Z", "updated_at": "2024-03-20T10:00:00Z"}], "created_at": "2024-03-20T08:00:00Z", "updated_at": "2024-03-20T08:00:00Z"}}
14349+
application/json: {"data": {"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "employee_id": "emp_123456789", "location_id": "loc_123456789", "company_id": "comp_123456789", "start_time": "2024-03-20T09:00:00.000", "end_time": "2024-03-20T17:00:00.000", "break_duration": "PT1H30M", "status": {"value": "confirmed", "source_value": "Confirmed"}, "approval_status": {"value": "approved", "source_value": "Approved"}, "breaks": [{"id": "break_123456789", "start_time": "2024-03-20T12:00:00Z", "end_time": "2024-03-20T13:00:00Z", "duration": "PT1H", "is_paid": true, "created_at": "2024-03-20T10:00:00Z", "updated_at": "2024-03-20T10:00:00Z"}], "created_at": "2024-03-20T08:00:00Z", "updated_at": "2024-03-20T08:00:00Z"}}
1435014350
"400":
1435114351
application/json: {"statusCode": 400, "message": "Bad Request", "timestamp": "2023-05-30T00:00:00.000Z", "data": {"statusCode": 400, "message": "Bad Request", "headers": {}}, "provider_errors": [{"status": 400, "url": "https://api.provider.com/v1/resource", "raw": {}, "headers": {}}]}
1435214352
"401":
@@ -16822,7 +16822,7 @@ examples:
1682216822
path:
1682316823
id: "<id>"
1682416824
query:
16825-
filter: {"updated_after": "2020-01-01T00:00:00.000Z"}
16825+
filter: {"updated_after": "2020-01-01T00:00:00.000Z", "starts_after": "2024-01-15T09:00", "ends_before": "2024-01-15T17:00"}
1682616826
header:
1682716827
x-account-id: "<id>"
1682816828
responses:
@@ -16862,7 +16862,7 @@ examples:
1686216862
x-account-id: "<id>"
1686316863
responses:
1686416864
"200":
16865-
application/json: {"data": {"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "employee_id": "emp_123456789", "location_id": "loc_123456789", "company_id": "comp_123456789", "start_time": "2024-03-20T09:00:00Z", "end_time": "2024-03-20T17:00:00Z", "break_duration": "PT1H30M", "status": {"value": "confirmed", "source_value": "Confirmed"}, "approval_status": null, "breaks": [{"id": "break_123456789", "start_time": "2024-03-20T12:00:00Z", "end_time": "2024-03-20T13:00:00Z", "duration": "PT1H", "is_paid": true, "created_at": "2024-03-20T10:00:00Z", "updated_at": "2024-03-20T10:00:00Z"}], "created_at": "2024-03-20T08:00:00Z", "updated_at": "2024-03-20T08:00:00Z"}}
16865+
application/json: {"data": {"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "employee_id": "emp_123456789", "location_id": "loc_123456789", "company_id": "comp_123456789", "start_time": "2024-03-20T09:00:00.000", "end_time": "2024-03-20T17:00:00.000", "break_duration": "PT1H30M", "status": {"value": "confirmed", "source_value": "Confirmed"}, "approval_status": null, "breaks": [{"id": "break_123456789", "start_time": "2024-03-20T12:00:00Z", "end_time": "2024-03-20T13:00:00Z", "duration": "PT1H", "is_paid": true, "created_at": "2024-03-20T10:00:00Z", "updated_at": "2024-03-20T10:00:00Z"}], "created_at": "2024-03-20T08:00:00Z", "updated_at": "2024-03-20T08:00:00Z"}}
1686616866
"400":
1686716867
application/json: {"statusCode": 400, "message": "Bad Request", "timestamp": "2023-05-30T00:00:00.000Z", "data": {"statusCode": 400, "message": "Bad Request", "headers": {}}, "provider_errors": [{"status": 400, "url": "https://api.provider.com/v1/resource", "raw": {}, "headers": {}}]}
1686816868
"401":
@@ -16889,4 +16889,4 @@ examples:
1688916889
application/json: {"statusCode": 502, "message": "Bad Gateway", "timestamp": "2023-05-30T00:00:00.000Z"}
1689016890
examplesVersion: 1.0.2
1689116891
generatedTests: {}
16892-
releaseNotes: "## Java SDK Changes Detected:\n* `stackone.actions.listActionsMeta()`: `response.data.[].actions.[]` **Changed** **Breaking** :warning:\n* `stackone.actions.rpcAction()`: `request` **Changed** **Breaking** :warning:\n* `stackone.hris.listShifts()`: \n * `request.filter` **Changed** **Breaking** :warning:\n* `stackone.messaging.listConversationMessages()`: `response.data.[].attachments.[]` **Changed** **Breaking** :warning:\n* `stackone.messaging.getMessage()`: `response.data.attachments.[]` **Changed** **Breaking** :warning:\n* `stackone.accounting.createCompanyJournal()`: `response` **Changed** **Breaking** :warning:\n* `stackone.hris.listEmployeeShifts()`: **Added**\n* `stackone.hris.getEmployeeShift()`: **Added**\n* `stackone.hris.listEmployeeTimeOffRequests()`: \n * `request.filter` **Changed**\n* `stackone.hris.listTimeOffRequests()`: \n * `request.filter` **Changed**\n"
16892+
releaseNotes: "## Java SDK Changes Detected:\n* `stackone.hris.listEmployeeShifts()`: \n * `request.filter` **Changed** **Breaking** :warning:\n * `response.data.[]` **Changed** **Breaking** :warning:\n* `stackone.hris.getEmployeeShift()`: `response.data` **Changed** **Breaking** :warning:\n* `stackone.hris.listShifts()`: \n * `request.filter` **Changed** **Breaking** :warning:\n * `response.data.[]` **Changed** **Breaking** :warning:\n* `stackone.hris.getShift()`: `response.data` **Changed** **Breaking** :warning:\n* `stackone.hris.listTimeOffPolicies()`: \n * `request.filter` **Changed**\n* `stackone.hris.listEmployeeTimeOffPolicies()`: \n * `request.filter` **Changed**\n"

.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.0
25+
version: 0.14.1
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.631.4
1+
speakeasyVersion: 1.631.5
22
sources:
33
StackOne-OAS:
44
sourceNamespace: stackone-oas
5-
sourceRevisionDigest: sha256:88f5a2e886bc233554469ff3d2b30c1daca017b1394bdea87d5a71aee8ea3717
6-
sourceBlobDigest: sha256:11fad8e59e1e59e1f0d48338934864afff5cf6fd5e57c31faa521d49962a9812
5+
sourceRevisionDigest: sha256:df4994c668c9e2eaabb0f4b103e04a6578ee1d559cafad3ad402e825954cb299
6+
sourceBlobDigest: sha256:e9801e5011ab10472b812be220b0bd1c6529467f705c347552037074715a8793
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1757981164
9+
- speakeasy-sdk-regen-1759190797
1010
- 1.0.0
1111
targets:
1212
stackone:
1313
source: StackOne-OAS
1414
sourceNamespace: stackone-oas
15-
sourceRevisionDigest: sha256:88f5a2e886bc233554469ff3d2b30c1daca017b1394bdea87d5a71aee8ea3717
16-
sourceBlobDigest: sha256:11fad8e59e1e59e1f0d48338934864afff5cf6fd5e57c31faa521d49962a9812
15+
sourceRevisionDigest: sha256:df4994c668c9e2eaabb0f4b103e04a6578ee1d559cafad3ad402e825954cb299
16+
sourceBlobDigest: sha256:e9801e5011ab10472b812be220b0bd1c6529467f705c347552037074715a8793
1717
codeSamplesNamespace: stack-one-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:363317b17c102707ba3753842124a18ceadd00b79092c7ea4fd669b5636ea543
18+
codeSamplesRevisionDigest: sha256:9c4eb8e68df6323bef9f1c27179c4f42c795c4729dded078add5182d1ea4b28f
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 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.0'
48+
implementation 'com.stackone:stackone-client-java:0.14.1'
4949
```
5050

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,14 @@ Based on:
228228
### Generated
229229
- [java v0.14.0] .
230230
### Releases
231-
- [Maven Central v0.14.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.14.0 - .
231+
- [Maven Central v0.14.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.14.0 - .
232+
233+
## 2025-10-01 12:01:34
234+
### Changes
235+
Based on:
236+
- OpenAPI Doc
237+
- Speakeasy CLI 1.631.5 (2.716.16) https://github.com/speakeasy-api/speakeasy
238+
### Generated
239+
- [java v0.14.1] .
240+
### Releases
241+
- [Maven Central v0.14.1] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.14.1 - .

docs/models/components/HrisCreateTimeOffRequestDtoTypeValue.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
| `HOLIDAY` | holiday |
2727
| `PERSONAL` | personal |
2828
| `IN_LIEU` | in_lieu |
29-
| `BEREAVEMENT` | bereavement |
29+
| `BEREAVEMENT` | bereavement |
30+
| `OTHER` | other |

docs/models/components/HrisShift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
| `employeeId` | *JsonNullable\<String>* | :heavy_minus_sign: | The employee ID associated with this shift | emp_123456789 |
1111
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The location ID where this shift takes place | loc_123456789 |
1212
| `companyId` | *JsonNullable\<String>* | :heavy_minus_sign: | The company ID associated with this shift | comp_123456789 |
13-
| `startTime` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The start time of the shift | 2024-03-20T09:00:00Z |
14-
| `endTime` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The end time of the shift | 2024-03-20T17:00:00Z |
13+
| `startTime` | *JsonNullable\<String>* | :heavy_minus_sign: | The start time of the shift (ISO8601 date-time without timezone) | 2024-03-20T09:00:00.000 |
14+
| `endTime` | *JsonNullable\<String>* | :heavy_minus_sign: | The end time of the shift (ISO8601 date-time without timezone) | 2024-03-20T17:00:00.000 |
1515
| `breakDuration` | *JsonNullable\<String>* | :heavy_minus_sign: | The total break duration for this shift in ISO 8601 duration format | PT1H30M |
1616
| `status` | [JsonNullable\<HrisShiftStatus>](../../models/components/HrisShiftStatus.md) | :heavy_minus_sign: | The status of the shift | |
1717
| `approvalStatus` | [JsonNullable\<ApprovalStatus>](../../models/components/ApprovalStatus.md) | :heavy_minus_sign: | The approval status of the shift | |

docs/models/components/HrisShiftResultData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
| `employeeId` | *JsonNullable\<String>* | :heavy_minus_sign: | The employee ID associated with this shift | emp_123456789 |
1111
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The location ID where this shift takes place | loc_123456789 |
1212
| `companyId` | *JsonNullable\<String>* | :heavy_minus_sign: | The company ID associated with this shift | comp_123456789 |
13-
| `startTime` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The start time of the shift | 2024-03-20T09:00:00Z |
14-
| `endTime` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The end time of the shift | 2024-03-20T17:00:00Z |
13+
| `startTime` | *JsonNullable\<String>* | :heavy_minus_sign: | The start time of the shift (ISO8601 date-time without timezone) | 2024-03-20T09:00:00.000 |
14+
| `endTime` | *JsonNullable\<String>* | :heavy_minus_sign: | The end time of the shift (ISO8601 date-time without timezone) | 2024-03-20T17:00:00.000 |
1515
| `breakDuration` | *JsonNullable\<String>* | :heavy_minus_sign: | The total break duration for this shift in ISO 8601 duration format | PT1H30M |
1616
| `status` | [JsonNullable\<HrisShiftResultStatus>](../../models/components/HrisShiftResultStatus.md) | :heavy_minus_sign: | The status of the shift | |
1717
| `approvalStatus` | [JsonNullable\<HrisShiftResultApprovalStatus>](../../models/components/HrisShiftResultApprovalStatus.md) | :heavy_minus_sign: | The approval status of the shift | |

0 commit comments

Comments
 (0)