Skip to content

Commit ef6396f

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 ef6396f

File tree

60 files changed

+591
-1097
lines changed

Some content is hidden

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

60 files changed

+591
-1097
lines changed

.speakeasy/gen.lock

Lines changed: 125 additions & 125 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 4 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,10 +41,12 @@ java:
4041
companyURL: www.stackone.com
4142
defaultErrorName: SDKError
4243
enableCustomCodeRegions: false
44+
enableFormatting: false
4345
enableSlf4jLogging: false
4446
enableStreamingUploads: false
4547
flattenGlobalSecurity: true
4648
forwardCompatibleEnumsByDefault: false
49+
forwardCompatibleUnionsByDefault: "false"
4750
generateOptionalUnionAccessors: false
4851
generateSpringBootStarter: true
4952
githubURL: github.com/owner/repo
@@ -66,7 +69,6 @@ java:
6669
maxMethodParams: 4
6770
multipartArrayFormat: legacy
6871
nullFriendlyParameters: false
69-
openUnions: true
7072
operationScopedParams: true
7173
outputModelSuffix: output
7274
projectName: 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.709.0
1+
speakeasyVersion: 1.728.0
22
sources:
33
StackOne-OAS:
44
sourceNamespace: stackone-oas
5-
sourceRevisionDigest: sha256:d2921c8d9bb771eec8c6c78397f98e56ff4a06e1e2c828e430d50d3bb21ce6ad
6-
sourceBlobDigest: sha256:e78c042dc85efb074fe2055c1d6d7a4a7a029c3d442f35a4f0f1d37f46c37c68
5+
sourceRevisionDigest: sha256:1be520ad2e28d2d3409b889215729289dca1f68a692038db6923cf698c5c7132
6+
sourceBlobDigest: sha256:87fa08c54bd9e9158c85625af6e24ab2caf68e16e5cdee2ea88bcc08d85ddf19
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1769645320
9+
- speakeasy-sdk-regen-1770768854
1010
- 1.0.0
1111
targets:
1212
stackone:
1313
source: StackOne-OAS
1414
sourceNamespace: stackone-oas
15-
sourceRevisionDigest: sha256:d2921c8d9bb771eec8c6c78397f98e56ff4a06e1e2c828e430d50d3bb21ce6ad
16-
sourceBlobDigest: sha256:e78c042dc85efb074fe2055c1d6d7a4a7a029c3d442f35a4f0f1d37f46c37c68
15+
sourceRevisionDigest: sha256:1be520ad2e28d2d3409b889215729289dca1f68a692038db6923cf698c5c7132
16+
sourceBlobDigest: sha256:87fa08c54bd9e9158c85625af6e24ab2caf68e16e5cdee2ea88bcc08d85ddf19
1717
codeSamplesNamespace: stack-one-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:8627bd2455b96e44b7e24edcde9936a240c96568c0a3299283cdc7fffaae319d
18+
codeSamplesRevisionDigest: sha256:0812b630311b756eca4d2da7ca99e4eb77d06066810e000aba951ee1003facb0
1919
workflow:
2020
workflowVersion: 1.0.0
2121
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-02-25 00:10:44
344+
### Changes
345+
Based on:
346+
- OpenAPI Doc
347+
- Speakeasy CLI 1.728.0 (2.839.0) 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/ActionSearchDto.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
8-
| `query` | *String* | :heavy_check_mark: | Search query for finding connector actions | send a message |
9-
| `connector` | *Optional\<String>* | :heavy_minus_sign: | Filter by connector key | slack |
10-
| `topK` | *Optional\<Double>* | :heavy_minus_sign: | Number of results to return | |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
8+
| `query` | *String* | :heavy_check_mark: | Search query for finding connector actions | send a message |
9+
| `connector` | *Optional\<String>* | :heavy_minus_sign: | Filter by connector key | slack |
10+
| `topK` | *Optional\<Double>* | :heavy_minus_sign: | Number of results to return | |
11+
| `minSimilarity` | *Optional\<Double>* | :heavy_minus_sign: | Minimum similarity score threshold (0-1). Results below this score are filtered out. | 0.4 |

docs/models/components/LinkedAccount.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
| `label` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | |
1919
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | N/A | |
2020
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | N/A | |
21-
| `type` | [JsonNullable\<LinkedAccountType>](../../models/components/LinkedAccountType.md) | :heavy_minus_sign: | The account type | [<br/>"PRODUCTION",<br/>"TEST"<br/>] |
21+
| `type` | [JsonNullable\<LinkedAccountType>](../../models/components/LinkedAccountType.md) | :heavy_minus_sign: | The account type | [<br/>"PRODUCTION",<br/>"TEST"<br/>] |
22+
| `shared` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A | |

docs/models/components/PatchAccountExternalDto.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
| `label` | [JsonNullable\<Label>](../../models/components/Label.md) | :heavy_minus_sign: | N/A | |
1818
| `metadata` | [JsonNullable\<PatchAccountExternalDtoMetadata>](../../models/components/PatchAccountExternalDtoMetadata.md) | :heavy_minus_sign: | N/A | |
1919
| `type` | [JsonNullable\<PatchAccountExternalDtoType>](../../models/components/PatchAccountExternalDtoType.md) | :heavy_minus_sign: | The account type | [<br/>"PRODUCTION",<br/>"TEST"<br/>] |
20-
| `integrationId` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | |
20+
| `integrationId` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | |
21+
| `shared` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
 (0)