Skip to content
Merged
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
190 changes: 111 additions & 79 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 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 Expand Up @@ -69,5 +70,6 @@ java:
operationScopedParams: true
outputModelSuffix: output
projectName: stackone-client-java
respectTitlesForPrimitiveUnionMembers: false
templateVersion: v2
unionStrategy: populated-fields
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.709.0
sources:
StackOne-OAS:
sourceNamespace: stackone-oas
sourceRevisionDigest: sha256:471a26eff9f4a41f030232a52cae44d0d156406cfeecd5fc47baba9f8d21aec4
sourceBlobDigest: sha256:1957b5243846cdfd73ffbd17ebdc4d1673dbb95efcd676f4eb369a91c4f7b550
sourceRevisionDigest: sha256:d2921c8d9bb771eec8c6c78397f98e56ff4a06e1e2c828e430d50d3bb21ce6ad
sourceBlobDigest: sha256:e78c042dc85efb074fe2055c1d6d7a4a7a029c3d442f35a4f0f1d37f46c37c68
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:d2921c8d9bb771eec8c6c78397f98e56ff4a06e1e2c828e430d50d3bb21ce6ad
sourceBlobDigest: sha256:e78c042dc85efb074fe2055c1d6d7a4a7a029c3d442f35a4f0f1d37f46c37c68
codeSamplesNamespace: stack-one-oas-java-code-samples
codeSamplesRevisionDigest: sha256:2e7a8c23d4761c3be5c08fa9ebfd52ce566ff07e0eed72b2adb5010079cd926f
codeSamplesRevisionDigest: sha256:8627bd2455b96e44b7e24edcde9936a240c96568c0a3299283cdc7fffaae319d
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 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
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-09 00:10:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.709.0 (2.811.4) 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