Skip to content

Commit e3a1a7a

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.19.2 (#42)
* ## Java SDK Changes: * `stackone.connectSessions.createConnectSession()`: `response.organizationId` **Changed** (Breaking ⚠️) * `stackone.connectSessions.authenticateConnectSession()`: `response.organizationId` **Changed** (Breaking ⚠️) * `stackone.actions.buildActionEmbeddings()`: `response` **Changed** (Breaking ⚠️) * `stackone.actions.listActionsMeta()`: * `request.include` **Changed** * `response.data[].authentication[].support` **Added** * 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 079fac9 commit e3a1a7a

44 files changed

Lines changed: 1900 additions & 444 deletions

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

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ generation:
2121
schemas:
2222
allOfMergeStrategy: shallowMerge
2323
requestBodyFieldName: ""
24+
versioningStrategy: automatic
2425
persistentEdits: {}
2526
tests:
2627
generateTests: true
2728
generateNewTests: false
2829
skipResponseBodyAssertions: false
2930
java:
30-
version: 0.19.1
31+
version: 0.19.2
3132
additionalDependencies: []
3233
additionalPlugins: []
3334
artifactID: stackone-client-java
@@ -69,5 +70,6 @@ java:
6970
operationScopedParams: true
7071
outputModelSuffix: output
7172
projectName: stackone-client-java
73+
respectTitlesForPrimitiveUnionMembers: false
7274
templateVersion: v2
7375
unionStrategy: populated-fields

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.700.0
1+
speakeasyVersion: 1.709.0
22
sources:
33
StackOne-OAS:
44
sourceNamespace: stackone-oas
5-
sourceRevisionDigest: sha256:471a26eff9f4a41f030232a52cae44d0d156406cfeecd5fc47baba9f8d21aec4
6-
sourceBlobDigest: sha256:1957b5243846cdfd73ffbd17ebdc4d1673dbb95efcd676f4eb369a91c4f7b550
5+
sourceRevisionDigest: sha256:d2921c8d9bb771eec8c6c78397f98e56ff4a06e1e2c828e430d50d3bb21ce6ad
6+
sourceBlobDigest: sha256:e78c042dc85efb074fe2055c1d6d7a4a7a029c3d442f35a4f0f1d37f46c37c68
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764893188
9+
- speakeasy-sdk-regen-1769645320
1010
- 1.0.0
1111
targets:
1212
stackone:
1313
source: StackOne-OAS
1414
sourceNamespace: stackone-oas
15-
sourceRevisionDigest: sha256:471a26eff9f4a41f030232a52cae44d0d156406cfeecd5fc47baba9f8d21aec4
16-
sourceBlobDigest: sha256:1957b5243846cdfd73ffbd17ebdc4d1673dbb95efcd676f4eb369a91c4f7b550
15+
sourceRevisionDigest: sha256:d2921c8d9bb771eec8c6c78397f98e56ff4a06e1e2c828e430d50d3bb21ce6ad
16+
sourceBlobDigest: sha256:e78c042dc85efb074fe2055c1d6d7a4a7a029c3d442f35a4f0f1d37f46c37c68
1717
codeSamplesNamespace: stack-one-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:2e7a8c23d4761c3be5c08fa9ebfd52ce566ff07e0eed72b2adb5010079cd926f
18+
codeSamplesRevisionDigest: sha256:8627bd2455b96e44b7e24edcde9936a240c96568c0a3299283cdc7fffaae319d
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.19.1'
49+
implementation 'com.stackone:stackone-client-java:0.19.2'
5050
```
5151

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,14 @@ Based on:
328328
### Generated
329329
- [java v0.19.1] .
330330
### Releases
331-
- [Maven Central v0.19.1] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.1 - .
331+
- [Maven Central v0.19.1] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.1 - .
332+
333+
## 2026-02-09 00:10:13
334+
### Changes
335+
Based on:
336+
- OpenAPI Doc
337+
- Speakeasy CLI 1.709.0 (2.811.4) https://github.com/speakeasy-api/speakeasy
338+
### Generated
339+
- [java v0.19.2] .
340+
### Releases
341+
- [Maven Central v0.19.2] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.2 - .

docs/models/components/ActionBuildResponseDto.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
8-
| `status` | [ActionBuildResponseDtoStatus](../../models/components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status |
9-
| `actionsIndexed` | *double* | :heavy_check_mark: | Number of actions indexed |
10-
| `connectorFilter` | *Optional\<String>* | :heavy_minus_sign: | Connector filter applied |
11-
| `error` | *Optional\<String>* | :heavy_minus_sign: | Error message if status is error |
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
8+
| `status` | [ActionBuildResponseDtoStatus](../../models/components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status | accepted |
9+
| `message` | *Optional\<String>* | :heavy_minus_sign: | Status message | |
10+
| `actionsIndexed` | *Optional\<Double>* | :heavy_minus_sign: | Number of actions indexed (only for synchronous builds) | |
11+
| `connectorFilter` | *Optional\<String>* | :heavy_minus_sign: | Connector filter applied | |
12+
| `error` | *Optional\<String>* | :heavy_minus_sign: | Error message if status is error | |

docs/models/components/ActionBuildResponseDtoStatus.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Build status
55

66
## Values
77

8-
| Name | Value |
9-
| --------- | --------- |
10-
| `SUCCESS` | success |
11-
| `ERROR` | error |
8+
| Name | Value |
9+
| ---------- | ---------- |
10+
| `ACCEPTED` | accepted |
11+
| `SUCCESS` | success |
12+
| `ERROR` | error |

docs/models/components/AuthenticationMetaItem.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
8-
| `type` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication type |
9-
| `label` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication label |
10-
| `key` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication key |
11-
| `requiredScopes` | List\<*String*> | :heavy_minus_sign: | The required scopes for this authentication method |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
8+
| `type` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication type |
9+
| `label` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication label |
10+
| `key` | *JsonNullable\<String>* | :heavy_minus_sign: | The authentication key |
11+
| `requiredScopes` | List\<*String*> | :heavy_minus_sign: | The required scopes for this authentication method |
12+
| `support` | [JsonNullable\<Support>](../../models/components/Support.md) | :heavy_minus_sign: | The support information for this authentication method, including configuration and account linking guides |

docs/models/components/Config.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Config
2+
3+
Configuration guide
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
10+
| `warning` | *JsonNullable\<String>* | :heavy_minus_sign: | Warning text for the guide |
11+
| `sections` | List\<[GuideSectionMeta](../../models/components/GuideSectionMeta.md)> | :heavy_check_mark: | The guide sections |

0 commit comments

Comments
 (0)