Skip to content

Commit 713fc60

Browse files
committed
## Java SDK Changes:
* `stackone.ats.downloadApplicationDocument()`: * `request.prefer` **Removed** (Breaking ⚠️) * `stackone.hris.downloadEmployeeDocument()`: * `request.prefer` **Removed** (Breaking ⚠️) * `stackone.messaging.downloadMessagingAttachment()`: * `request.prefer` **Removed** (Breaking ⚠️) * `stackone.documents.uploadFile()`: `request.prefer` **Removed** (Breaking ⚠️) * `stackone.documents.downloadFile()`: * `request.prefer` **Removed** (Breaking ⚠️) * `stackone.hris.batchUploadEmployeeDocument()`: `request.prefer` **Removed** (Breaking ⚠️) * `stackone.ats.uploadApplicationDocument()`: `request.prefer` **Removed** (Breaking ⚠️) * `stackone.ticketing.downloadTicketingAttachment()`: * `request.prefer` **Removed** (Breaking ⚠️) * `stackone.hris.uploadEmployeeDocument()`: `request.prefer` **Removed** (Breaking ⚠️) * `stackone.accounts.listLinkedAccounts()`: `response.[].shared` **Added** * `stackone.accounts.getAccount()`: `response.shared` **Added** * `stackone.actions.searchActions()`: * `request.minSimilarity` **Added** * `stackone.accounts.updateAccount()`: * `request.patchAccountExternalDto.shared` **Added** * `response.shared` **Added** * `stackone.documents.listFolders()`: * `request.filter` **Changed** * `stackone.accounts.deleteAccount()`: `response.shared` **Added**
1 parent e3a1a7a commit 713fc60

400 files changed

Lines changed: 4795 additions & 1780 deletions

File tree

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: 809 additions & 808 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ generation:
1414
securityFeb2025: false
1515
sharedErrorComponentsApr2025: false
1616
sharedNestedComponentsJan2026: false
17+
nameOverrideFeb2026: false
1718
auth:
1819
oAuth2ClientCredentialsEnabled: false
1920
oAuth2PasswordEnabled: false
@@ -28,7 +29,7 @@ generation:
2829
generateNewTests: false
2930
skipResponseBodyAssertions: false
3031
java:
31-
version: 0.19.2
32+
version: 0.19.3
3233
additionalDependencies: []
3334
additionalPlugins: []
3435
artifactID: stackone-client-java
@@ -40,12 +41,16 @@ java:
4041
companyURL: www.stackone.com
4142
defaultErrorName: SDKError
4243
enableCustomCodeRegions: false
44+
enableFormatting: false
4345
enableSlf4jLogging: false
4446
enableStreamingUploads: false
47+
explicitDocImports: false
4548
flattenGlobalSecurity: true
4649
forwardCompatibleEnumsByDefault: false
50+
forwardCompatibleUnionsByDefault: "false"
4751
generateOptionalUnionAccessors: false
4852
generateSpringBootStarter: true
53+
generateUnionDocs: false
4954
githubURL: github.com/owner/repo
5055
groupID: com.stackone
5156
imports:
@@ -66,10 +71,10 @@ java:
6671
maxMethodParams: 4
6772
multipartArrayFormat: legacy
6873
nullFriendlyParameters: false
69-
openUnions: true
7074
operationScopedParams: true
7175
outputModelSuffix: output
7276
projectName: stackone-client-java
7377
respectTitlesForPrimitiveUnionMembers: false
78+
showSetterGetterTypesInDocs: false
7479
templateVersion: v2
7580
unionStrategy: populated-fields

.speakeasy/workflow.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
speakeasyVersion: 1.709.0
1+
speakeasyVersion: 1.741.3
22
sources:
33
StackOne-OAS:
44
sourceNamespace: stackone-oas
5-
sourceRevisionDigest: sha256:d2921c8d9bb771eec8c6c78397f98e56ff4a06e1e2c828e430d50d3bb21ce6ad
6-
sourceBlobDigest: sha256:e78c042dc85efb074fe2055c1d6d7a4a7a029c3d442f35a4f0f1d37f46c37c68
5+
sourceRevisionDigest: sha256:117f01311163d4d25f4cea567acec7a1cb915c86784586abb40cf9f93838ce65
6+
sourceBlobDigest: sha256:53bbce6daef4c1067e1c8937812fa48d7c9332a7f4607f9baf33980948abb8a1
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1769645320
109
- 1.0.0
1110
targets:
1211
stackone:
1312
source: StackOne-OAS
1413
sourceNamespace: stackone-oas
15-
sourceRevisionDigest: sha256:d2921c8d9bb771eec8c6c78397f98e56ff4a06e1e2c828e430d50d3bb21ce6ad
16-
sourceBlobDigest: sha256:e78c042dc85efb074fe2055c1d6d7a4a7a029c3d442f35a4f0f1d37f46c37c68
14+
sourceRevisionDigest: sha256:117f01311163d4d25f4cea567acec7a1cb915c86784586abb40cf9f93838ce65
15+
sourceBlobDigest: sha256:53bbce6daef4c1067e1c8937812fa48d7c9332a7f4607f9baf33980948abb8a1
1716
codeSamplesNamespace: stack-one-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:8627bd2455b96e44b7e24edcde9936a240c96568c0a3299283cdc7fffaae319d
17+
codeSamplesRevisionDigest: sha256:0812b630311b756eca4d2da7ca99e4eb77d06066810e000aba951ee1003facb0
1918
workflow:
2019
workflowVersion: 1.0.0
2120
speakeasyVersion: latest

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,18 @@
1111
<!-- Start Summary [summary] -->
1212
## Summary
1313

14-
Accounting: The documentation for the StackOne Unified API - ACCOUNTING
14+
Accounting: The documentation for the StackOne API
15+
The documentation for the StackOne Unified API - HRIS
16+
The documentation for the StackOne Unified API - ATS
17+
The documentation for the StackOne Unified API - CRM
18+
The documentation for the StackOne Unified API - IAM
19+
The documentation for the StackOne Unified API - MARKETING
20+
The documentation for the StackOne Unified API - LMS
21+
The documentation for the StackOne Unified API - TICKETING
22+
The documentation for the StackOne Unified API - DOCUMENTS
23+
The documentation for the StackOne Unified API - SCREENING
24+
The documentation for the StackOne Unified API - MESSAGING
25+
The documentation for the StackOne Unified API - ACCOUNTING
1526
<!-- End Summary [summary] -->
1627

1728
<!-- Start Table of Contents [toc] -->
@@ -46,15 +57,15 @@ The samples below show how a published SDK artifact is used:
4657

4758
Gradle:
4859
```groovy
49-
implementation 'com.stackone:stackone-client-java:0.19.2'
60+
implementation 'com.stackone:stackone-client-java:0.19.3'
5061
```
5162

5263
Maven:
5364
```xml
5465
<dependency>
5566
<groupId>com.stackone</groupId>
5667
<artifactId>stackone-client-java</artifactId>
57-
<version>0.19.2</version>
68+
<version>0.19.3</version>
5869
</dependency>
5970
```
6071

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,14 @@ Based on:
338338
### Generated
339339
- [java v0.19.2] .
340340
### Releases
341-
- [Maven Central v0.19.2] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.2 - .
341+
- [Maven Central v0.19.2] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.2 - .
342+
343+
## 2026-03-05 00:09:27
344+
### Changes
345+
Based on:
346+
- OpenAPI Doc
347+
- Speakeasy CLI 1.741.3 (2.849.6) https://github.com/speakeasy-api/speakeasy
348+
### Generated
349+
- [java v0.19.3] .
350+
### Releases
351+
- [Maven Central v0.19.3] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.3 - .

docs/models/components/AccountAddressLocationTypeValue.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
The type of the location.
44

5+
## Example Usage
6+
7+
```java
8+
import com.stackone.stackone_client_java.models.components.AccountAddressLocationTypeValue;
9+
10+
AccountAddressLocationTypeValue value = AccountAddressLocationTypeValue.HOME;
11+
12+
// Open enum: use .of() to create instances from custom string values
13+
AccountAddressLocationTypeValue custom = AccountAddressLocationTypeValue.of("custom_value");
14+
```
15+
516

617
## Values
718

docs/models/components/AccountAddressValue.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
The ISO 3166-1 alpha-2 code of the country.
44

5+
## Example Usage
6+
7+
```java
8+
import com.stackone.stackone_client_java.models.components.AccountAddressValue;
9+
10+
AccountAddressValue value = AccountAddressValue.AF;
11+
12+
// Open enum: use .of() to create instances from custom string values
13+
AccountAddressValue custom = AccountAddressValue.of("custom_value");
14+
```
15+
516

617
## Values
718

docs/models/components/AccountingAccountActive2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AccountingAccountActive2
22

3+
## Example Usage
4+
5+
```java
6+
import com.stackone.stackone_client_java.models.components.AccountingAccountActive2;
7+
8+
AccountingAccountActive2 value = AccountingAccountActive2.TRUE;
9+
```
10+
311

412
## Values
513

docs/models/components/AccountingAccountResultActive2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AccountingAccountResultActive2
22

3+
## Example Usage
4+
5+
```java
6+
import com.stackone.stackone_client_java.models.components.AccountingAccountResultActive2;
7+
8+
AccountingAccountResultActive2 value = AccountingAccountResultActive2.TRUE;
9+
```
10+
311

412
## Values
513

docs/models/components/AccountingAccountResultValue.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
Type of account
44

5+
## Example Usage
6+
7+
```java
8+
import com.stackone.stackone_client_java.models.components.AccountingAccountResultValue;
9+
10+
AccountingAccountResultValue value = AccountingAccountResultValue.ASSET;
11+
12+
// Open enum: use .of() to create instances from custom string values
13+
AccountingAccountResultValue custom = AccountingAccountResultValue.of("custom_value");
14+
```
15+
516

617
## Values
718

0 commit comments

Comments
 (0)