Skip to content

Commit 08474d6

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.16.0 (#34)
* ## Java SDK Changes Detected: * `stackone.actions.rpcAction()`: * `request.query` **Changed** **Breaking** ⚠️ * `response.data` **Changed** * `stackone.hris.listEmployees()`: `response.data.[].bankDetails.[].isPrimary` **Changed** **Breaking** ⚠️ * `stackone.hris.getEmployee()`: `response.data.bankDetails.[].isPrimary` **Changed** **Breaking** ⚠️ * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent f0a2b96 commit 08474d6

34 files changed

+469
-215
lines changed

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

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
lockVersion: 2.0.0
22
id: 90080b12-9e47-459d-875f-5a0a3b2545d2
33
management:
4-
docChecksum: 21c11f7c050af85acbab5f81ad6e7ce4
4+
docChecksum: 43b75c4ea50f77d47aed029ccc0c9c5e
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.639.3
7-
generationVersion: 2.730.5
8-
releaseVersion: 0.15.0
9-
configChecksum: 6af45fbb08e11aeee0346f2a8eb6678f
6+
speakeasyVersion: 1.648.0
7+
generationVersion: 2.737.0
8+
releaseVersion: 0.16.0
9+
configChecksum: 286ea90ee80a23f59bae2b98547191e2
1010
repoURL: https://github.com/StackOneHQ/stackone-client-java.git
1111
published: true
1212
features:
1313
java:
1414
acceptHeaders: 2.81.2
1515
additionalDependencies: 0.1.0
16+
additionalProperties: 0.0.1
1617
constsAndDefaults: 0.1.1
17-
core: 3.53.0
18+
core: 3.53.1
1819
deprecations: 2.81.1
1920
examples: 2.81.6
2021
flattening: 2.81.1
2122
globalSecurity: 2.83.1
2223
globalSecurityCallbacks: 0.1.0
23-
globalServerURLs: 2.82.2
24+
globalServerURLs: 2.83.0
2425
groups: 2.81.3
2526
methodSecurity: 2.82.2
2627
nameOverrides: 2.81.3
@@ -622,7 +623,6 @@ generatedFiles:
622623
- docs/models/components/EntitySkillResult.md
623624
- docs/models/components/EntitySkills.md
624625
- docs/models/components/EntitySkillsActive.md
625-
- docs/models/components/EntitySkillsActive2.md
626626
- docs/models/components/EntitySkillsCreateRequestDto.md
627627
- docs/models/components/EntitySkillsCreateRequestDtoMaximumProficiency.md
628628
- docs/models/components/EntitySkillsCreateRequestDtoMinimumProficiency.md
@@ -1153,6 +1153,8 @@ generatedFiles:
11531153
- docs/models/components/IsBotUser2.md
11541154
- docs/models/components/IsPaid.md
11551155
- docs/models/components/IsPaid2.md
1156+
- docs/models/components/IsPrimary.md
1157+
- docs/models/components/IsPrimary2.md
11561158
- docs/models/components/IsRoot.md
11571159
- docs/models/components/IsRoot2.md
11581160
- docs/models/components/IsUnlimited.md
@@ -1350,7 +1352,6 @@ generatedFiles:
13501352
- docs/models/components/OfferValue.md
13511353
- docs/models/components/OffersPaginated.md
13521354
- docs/models/components/OffersResult.md
1353-
- docs/models/components/One.md
13541355
- docs/models/components/Organization.md
13551356
- docs/models/components/OverallRecommendation.md
13561357
- docs/models/components/Package.md
@@ -1394,6 +1395,7 @@ generatedFiles:
13941395
- docs/models/components/PushTemplate.md
13951396
- docs/models/components/PushTemplateResult.md
13961397
- docs/models/components/PushTemplatesPaginated.md
1398+
- docs/models/components/Query.md
13971399
- docs/models/components/Question.md
13981400
- docs/models/components/QuestionMultipleChoiceAnswers.md
13991401
- docs/models/components/QuestionParentQuestionSourceValue.md
@@ -3117,7 +3119,6 @@ generatedFiles:
31173119
- src/main/java/com/stackone/stackone_client_java/models/components/EntitySkillResult.java
31183120
- src/main/java/com/stackone/stackone_client_java/models/components/EntitySkills.java
31193121
- src/main/java/com/stackone/stackone_client_java/models/components/EntitySkillsActive.java
3120-
- src/main/java/com/stackone/stackone_client_java/models/components/EntitySkillsActive2.java
31213122
- src/main/java/com/stackone/stackone_client_java/models/components/EntitySkillsCreateRequestDto.java
31223123
- src/main/java/com/stackone/stackone_client_java/models/components/EntitySkillsCreateRequestDtoMaximumProficiency.java
31233124
- src/main/java/com/stackone/stackone_client_java/models/components/EntitySkillsCreateRequestDtoMinimumProficiency.java
@@ -3648,6 +3649,8 @@ generatedFiles:
36483649
- src/main/java/com/stackone/stackone_client_java/models/components/IsBotUser2.java
36493650
- src/main/java/com/stackone/stackone_client_java/models/components/IsPaid.java
36503651
- src/main/java/com/stackone/stackone_client_java/models/components/IsPaid2.java
3652+
- src/main/java/com/stackone/stackone_client_java/models/components/IsPrimary.java
3653+
- src/main/java/com/stackone/stackone_client_java/models/components/IsPrimary2.java
36513654
- src/main/java/com/stackone/stackone_client_java/models/components/IsRoot.java
36523655
- src/main/java/com/stackone/stackone_client_java/models/components/IsRoot2.java
36533656
- src/main/java/com/stackone/stackone_client_java/models/components/IsUnlimited.java
@@ -3845,7 +3848,6 @@ generatedFiles:
38453848
- src/main/java/com/stackone/stackone_client_java/models/components/OfferValue.java
38463849
- src/main/java/com/stackone/stackone_client_java/models/components/OffersPaginated.java
38473850
- src/main/java/com/stackone/stackone_client_java/models/components/OffersResult.java
3848-
- src/main/java/com/stackone/stackone_client_java/models/components/One.java
38493851
- src/main/java/com/stackone/stackone_client_java/models/components/Organization.java
38503852
- src/main/java/com/stackone/stackone_client_java/models/components/OverallRecommendation.java
38513853
- src/main/java/com/stackone/stackone_client_java/models/components/Package.java
@@ -3889,6 +3891,7 @@ generatedFiles:
38893891
- src/main/java/com/stackone/stackone_client_java/models/components/PushTemplate.java
38903892
- src/main/java/com/stackone/stackone_client_java/models/components/PushTemplateResult.java
38913893
- src/main/java/com/stackone/stackone_client_java/models/components/PushTemplatesPaginated.java
3894+
- src/main/java/com/stackone/stackone_client_java/models/components/Query.java
38923895
- src/main/java/com/stackone/stackone_client_java/models/components/Question.java
38933896
- src/main/java/com/stackone/stackone_client_java/models/components/QuestionMultipleChoiceAnswers.java
38943897
- src/main/java/com/stackone/stackone_client_java/models/components/QuestionParentQuestionSourceValue.java
@@ -8984,7 +8987,7 @@ examples:
89848987
path:
89858988
id: "<id>"
89868989
query:
8987-
fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
8990+
fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
89888991
filter: {"updated_after": "2020-01-01T00:00:00.000Z"}
89898992
header:
89908993
x-account-id: "<id>"
@@ -9094,7 +9097,7 @@ examples:
90949097
id: "<id>"
90959098
subResourceId: "<id>"
90969099
query:
9097-
fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
9100+
fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
90989101
header:
90999102
x-account-id: "<id>"
91009103
responses:
@@ -10794,7 +10797,7 @@ examples:
1079410797
speakeasy-default-ats-list-offers:
1079510798
parameters:
1079610799
query:
10797-
fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
10800+
fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
1079810801
filter: {"updated_after": "2020-01-01T00:00:00.000Z"}
1079910802
header:
1080010803
x-account-id: "<id>"
@@ -10867,7 +10870,7 @@ examples:
1086710870
path:
1086810871
id: "<id>"
1086910872
query:
10870-
fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
10873+
fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields"
1087110874
header:
1087210875
x-account-id: "<id>"
1087310876
responses:
@@ -16749,7 +16752,7 @@ examples:
1674916752
stackone_rpc_action:
1675016753
speakeasy-default-stackone-rpc-action:
1675116754
requestBody:
16752-
application/json: {"action": "create_employee", "path": {"id": "123"}, "query": {"param1": "value1", "param2": "value2"}, "headers": {"Content-Type": "application/json"}, "body": {"data": "example"}}
16755+
application/json: {"action": "create_employee", "path": {"id": "123"}, "query": {"debug": false}, "headers": {"Content-Type": "application/json"}, "body": {"data": "example"}}
1675316756
responses:
1675416757
"200":
1675516758
application/json: {}
@@ -16919,4 +16922,4 @@ examples:
1691916922
application/json: {"statusCode": 502, "message": "Bad Gateway", "timestamp": "2023-05-30T00:00:00.000Z"}
1692016923
examplesVersion: 1.0.2
1692116924
generatedTests: {}
16922-
releaseNotes: "## Java SDK Changes Detected:\n* `stackone.lms.createUserAssignment()`: \n * `request.lmscreateassignmentrequestdto.learningObjectExternalReference` **Changed** **Breaking** :warning:\n* `stackone.accounts.getAccount()`: `response.setup_information` **Changed** **Breaking** :warning:\n* `stackone.accounts.deleteAccount()`: `response.setup_information` **Changed** **Breaking** :warning:\n* `stackone.accounts.updateAccount()`: `response.setup_information` **Changed** **Breaking** :warning:\n* `stackone.lms.createUserCompletion()`: \n * `request.lmscreatecompletionrequestdto.learningObjectExternalReference` **Changed** **Breaking** :warning:\n* `stackone.lms.updateContent()`: \n * `request.lmscreatecontentrequestdto.externalReference` **Changed** **Breaking** :warning:\n* `stackone.accounts.listLinkedAccounts()`: `response.[].setupInformation` **Changed** **Breaking** :warning:\n* `stackone.lms.upsertContent()`: \n * `request.lmsupsertcontentrequestdto.externalReference` **Changed** **Breaking** :warning:\n* `stackone.lms.batchUpsertContent()`: \n * `request.lmsbatchupsertcontentrequestdto.items.[].externalReference` **Changed** **Breaking** :warning:\n* `stackone.hris.getEmployee()`: `response.data` **Changed**\n* `stackone.ats.getCandidate()`: `response.data.tags` **Added**\n* `stackone.ats.listCandidates()`: `response.data.[].tags` **Added**\n* `stackone.hris.updateEmployee()`: \n * `request.hrisupdateemployeerequestdto.title` **Added**\n* `stackone.hris.createEmployee()`: \n * `request.hriscreateemployeerequestdto.title` **Added**\n* `stackone.hris.listEmployees()`: `response.data.[]` **Changed**\n"
16925+
releaseNotes: "## Java SDK Changes Detected:\n* `stackone.actions.rpcAction()`: \n * `request.query` **Changed** **Breaking** :warning:\n * `response.data` **Changed**\n* `stackone.hris.listEmployees()`: `response.data.[].bankDetails.[].isPrimary` **Changed** **Breaking** :warning:\n* `stackone.hris.getEmployee()`: `response.data.bankDetails.[].isPrimary` **Changed** **Breaking** :warning:\n"

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
java:
27-
version: 0.15.0
27+
version: 0.16.0
2828
additionalDependencies: []
2929
additionalPlugins: []
3030
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.639.3
1+
speakeasyVersion: 1.648.0
22
sources:
33
StackOne-OAS:
44
sourceNamespace: stackone-oas
5-
sourceRevisionDigest: sha256:95ba30678541dbf21f97328b01e26f69287141c5d918018f1fb90170c21b7d4c
6-
sourceBlobDigest: sha256:4a7179ee460f2815f2aa0f24460792e15010b6c4985871d8b2ddffd37b999173
5+
sourceRevisionDigest: sha256:c5069173ebfe59e42f43f1a2411011b8df2472da290956f8b91e30a10a4480a9
6+
sourceBlobDigest: sha256:f9d5da4e137088e2424dae11844b60aeb7f1c60f336bf5d030cc94be8df9013e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1760745963
9+
- speakeasy-sdk-regen-1761696400
1010
- 1.0.0
1111
targets:
1212
stackone:
1313
source: StackOne-OAS
1414
sourceNamespace: stackone-oas
15-
sourceRevisionDigest: sha256:95ba30678541dbf21f97328b01e26f69287141c5d918018f1fb90170c21b7d4c
16-
sourceBlobDigest: sha256:4a7179ee460f2815f2aa0f24460792e15010b6c4985871d8b2ddffd37b999173
15+
sourceRevisionDigest: sha256:c5069173ebfe59e42f43f1a2411011b8df2472da290956f8b91e30a10a4480a9
16+
sourceBlobDigest: sha256:f9d5da4e137088e2424dae11844b60aeb7f1c60f336bf5d030cc94be8df9013e
1717
codeSamplesNamespace: stack-one-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:9b9afe21f0247d65f0ba96612641f727206eaca8a076524d2f9e8c16f0a6b8bd
18+
codeSamplesRevisionDigest: sha256:f76a013bc6e618cacb6c370638c37bf3797f7909c614589c5c694f10997e1ae1
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
@@ -46,15 +46,15 @@ The samples below show how a published SDK artifact is used:
4646

4747
Gradle:
4848
```groovy
49-
implementation 'com.stackone:stackone-client-java:0.15.0'
49+
implementation 'com.stackone:stackone-client-java:0.16.0'
5050
```
5151

5252
Maven:
5353
```xml
5454
<dependency>
5555
<groupId>com.stackone</groupId>
5656
<artifactId>stackone-client-java</artifactId>
57-
<version>0.15.0</version>
57+
<version>0.16.0</version>
5858
</dependency>
5959
```
6060

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,14 @@ Based on:
268268
### Generated
269269
- [java v0.15.0] .
270270
### Releases
271-
- [Maven Central v0.15.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.15.0 - .
271+
- [Maven Central v0.15.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.15.0 - .
272+
273+
## 2025-11-04 00:05:53
274+
### Changes
275+
Based on:
276+
- OpenAPI Doc
277+
- Speakeasy CLI 1.648.0 (2.737.0) https://github.com/speakeasy-api/speakeasy
278+
### Generated
279+
- [java v0.16.0] .
280+
### Releases
281+
- [Maven Central v0.16.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.16.0 - .

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

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
8-
| `action` | *String* | :heavy_check_mark: | The action to execute | create_employee |
9-
| `path` | Map\<String, *Object*> | :heavy_minus_sign: | Path parameters for the action | {<br/>"id": "123"<br/>} |
10-
| `query` | Map\<String, *Object*> | :heavy_minus_sign: | Query parameters for the action | {<br/>"param1": "value1",<br/>"param2": "value2"<br/>} |
11-
| `headers` | Map\<String, *Object*> | :heavy_minus_sign: | Headers for the action | {<br/>"Content-Type": "application/json"<br/>} |
12-
| `body` | Map\<String, *Object*> | :heavy_minus_sign: | Request body for the action | {<br/>"data": "example"<br/>} |
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8+
| `action` | *String* | :heavy_check_mark: | The action to execute | create_employee |
9+
| `path` | Map\<String, *Object*> | :heavy_minus_sign: | Path parameters for the action | {<br/>"id": "123"<br/>} |
10+
| `query` | [JsonNullable\<Query>](../../models/components/Query.md) | :heavy_minus_sign: | Query parameters for the action | |
11+
| `headers` | Map\<String, *Object*> | :heavy_minus_sign: | Headers for the action | {<br/>"Content-Type": "application/json"<br/>} |
12+
| `body` | Map\<String, *Object*> | :heavy_minus_sign: | Request body for the action | {<br/>"data": "example"<br/>} |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ The content type of the attachment.
88
| Name | Value |
99
| ---------------- | ---------------- |
1010
| `TEXT` | text |
11+
| `PDF` | pdf |
12+
| `VIDEO` | video |
13+
| `OTHER` | other |
1114
| `UNMAPPED_VALUE` | unmapped_value |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ The content type of the attachment.
88
| Name | Value |
99
| ---------------- | ---------------- |
1010
| `TEXT` | text |
11+
| `PDF` | pdf |
12+
| `VIDEO` | video |
13+
| `OTHER` | other |
1114
| `UNMAPPED_VALUE` | unmapped_value |

0 commit comments

Comments
Β (0)