Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 93 additions & 61 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ generation:
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
versioningStrategy: automatic
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.19.1
version: 0.19.2
additionalDependencies: []
additionalPlugins: []
artifactID: stackone-client-java
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.700.0
speakeasyVersion: 1.701.0
sources:
StackOne-OAS:
sourceNamespace: stackone-oas
sourceRevisionDigest: sha256:471a26eff9f4a41f030232a52cae44d0d156406cfeecd5fc47baba9f8d21aec4
sourceBlobDigest: sha256:1957b5243846cdfd73ffbd17ebdc4d1673dbb95efcd676f4eb369a91c4f7b550
sourceRevisionDigest: sha256:eb8a78283657d5867ad8713254edd561165eefcbfe64ebd0eadd2e1782d41e44
sourceBlobDigest: sha256:46a590b13d7969d53470ac9b65d6d87c5cee676a5a79cc6ee845e7e9fb17bfe0
tags:
- latest
- speakeasy-sdk-regen-1764893188
- speakeasy-sdk-regen-1769645320
- 1.0.0
targets:
stackone:
source: StackOne-OAS
sourceNamespace: stackone-oas
sourceRevisionDigest: sha256:471a26eff9f4a41f030232a52cae44d0d156406cfeecd5fc47baba9f8d21aec4
sourceBlobDigest: sha256:1957b5243846cdfd73ffbd17ebdc4d1673dbb95efcd676f4eb369a91c4f7b550
sourceRevisionDigest: sha256:eb8a78283657d5867ad8713254edd561165eefcbfe64ebd0eadd2e1782d41e44
sourceBlobDigest: sha256:46a590b13d7969d53470ac9b65d6d87c5cee676a5a79cc6ee845e7e9fb17bfe0
codeSamplesNamespace: stack-one-oas-java-code-samples
codeSamplesRevisionDigest: sha256:2e7a8c23d4761c3be5c08fa9ebfd52ce566ff07e0eed72b2adb5010079cd926f
codeSamplesRevisionDigest: sha256:8627bd2455b96e44b7e24edcde9936a240c96568c0a3299283cdc7fffaae319d
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.stackone:stackone-client-java:0.19.1'
implementation 'com.stackone:stackone-client-java:0.19.2'
```

Maven:
```xml
<dependency>
<groupId>com.stackone</groupId>
<artifactId>stackone-client-java</artifactId>
<version>0.19.1</version>
<version>0.19.2</version>
</dependency>
```

Expand Down Expand Up @@ -574,7 +574,8 @@ public class Application {
.actionKey("action1")
.build())
.include(List.of(
StackoneListActionsMetaQueryParamInclude.ACTION_DETAILS))
StackoneListActionsMetaQueryParamInclude.ACTION_DETAILS,
StackoneListActionsMetaQueryParamInclude.AUTHENTICATION_GUIDES))
.search("employee")
.exclude(List.of(
Exclude.ACTIONS))
Expand Down Expand Up @@ -635,7 +636,8 @@ public class Application {
.actionKey("action1")
.build())
.include(List.of(
StackoneListActionsMetaQueryParamInclude.ACTION_DETAILS))
StackoneListActionsMetaQueryParamInclude.ACTION_DETAILS,
StackoneListActionsMetaQueryParamInclude.AUTHENTICATION_GUIDES))
.search("employee")
.exclude(List.of(
Exclude.ACTIONS))
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,14 @@ Based on:
### Generated
- [java v0.19.1] .
### Releases
- [Maven Central v0.19.1] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.1 - .
- [Maven Central v0.19.1] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.1 - .

## 2026-02-04 00:07:48
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.701.0 (2.803.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.19.2] .
### Releases
- [Maven Central v0.19.2] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.2 - .
13 changes: 7 additions & 6 deletions docs/models/components/ActionBuildResponseDto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `status` | [ActionBuildResponseDtoStatus](../../models/components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status |
| `actionsIndexed` | *double* | :heavy_check_mark: | Number of actions indexed |
| `connectorFilter` | *Optional\<String>* | :heavy_minus_sign: | Connector filter applied |
| `error` | *Optional\<String>* | :heavy_minus_sign: | Error message if status is error |
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `status` | [ActionBuildResponseDtoStatus](../../models/components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status | accepted |
| `message` | *Optional\<String>* | :heavy_minus_sign: | Status message | |
| `actionsIndexed` | *Optional\<Double>* | :heavy_minus_sign: | Number of actions indexed (only for synchronous builds) | |
| `connectorFilter` | *Optional\<String>* | :heavy_minus_sign: | Connector filter applied | |
| `error` | *Optional\<String>* | :heavy_minus_sign: | Error message if status is error | |
9 changes: 5 additions & 4 deletions docs/models/components/ActionBuildResponseDtoStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Build status

## Values

| Name | Value |
| --------- | --------- |
| `SUCCESS` | success |
| `ERROR` | error |
| Name | Value |
| ---------- | ---------- |
| `ACCEPTED` | accepted |
| `SUCCESS` | success |
| `ERROR` | error |
13 changes: 7 additions & 6 deletions docs/models/components/AuthenticationMetaItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `type` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication type |
| `label` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication label |
| `key` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication key |
| `requiredScopes` | List\<*String*> | :heavy_minus_sign: | The required scopes for this authentication method |
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `type` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication type |
| `label` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication label |
| `key` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication key |
| `requiredScopes` | List\<*String*> | :heavy_minus_sign: | The required scopes for this authentication method |
| `support` | [JsonNullable\<Support>](../../models/components/Support.md) | :heavy_minus_sign: | The support information for this authentication method, including configuration and account linking guides |
11 changes: 11 additions & 0 deletions docs/models/components/Config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Config

Configuration guide


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `warning` | *JsonNullable\<String>* | :heavy_minus_sign: | Warning text for the guide |
| `sections` | List\<[GuideSectionMeta](../../models/components/GuideSectionMeta.md)> | :heavy_check_mark: | The guide sections |
Loading