Skip to content

Commit a09afbf

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.9.1 (#20)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.596.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 50d7880 commit a09afbf

File tree

172 files changed

+850
-758
lines changed

Some content is hidden

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

172 files changed

+850
-758
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 90080b12-9e47-459d-875f-5a0a3b2545d2
33
management:
4-
docChecksum: 814a93abb272c8de5c6d8485028c49be
4+
docChecksum: c041dc6df6972912b4853e5f322d6dc6
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.592.2
7-
generationVersion: 2.668.4
8-
releaseVersion: 0.9.0
9-
configChecksum: a9caf8a713d5b98a101c61d8af6d6549
6+
speakeasyVersion: 1.596.0
7+
generationVersion: 2.672.0
8+
releaseVersion: 0.9.1
9+
configChecksum: 6298447a857e07d062785810b5659307
1010
repoURL: https://github.com/StackOneHQ/stackone-client-java.git
1111
published: true
1212
features:

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
java:
24-
version: 0.9.0
24+
version: 0.9.1
2525
additionalDependencies: []
2626
additionalPlugins: []
2727
artifactID: 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.592.2
1+
speakeasyVersion: 1.596.0
22
sources:
33
StackOne-OAS:
44
sourceNamespace: stackone-oas
5-
sourceRevisionDigest: sha256:348d89a95527785cee151e4038e22467c96e40bcd34e02ada88f4a8380368b8a
6-
sourceBlobDigest: sha256:f211eae584039b2ebcda4f57cbe8b58ac7791401ecffec130c09587b813c2299
5+
sourceRevisionDigest: sha256:60d4015865d11d7ecfb877413a004d8d8d95b48b986ea95a7b1a55811fb5ae97
6+
sourceBlobDigest: sha256:e7d39252dfaf25ca1affb78498e565f347ca57774b25ee2ce41fda10b1a8fbd9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753315578
9+
- speakeasy-sdk-regen-1754006840
1010
- 1.0.0
1111
targets:
1212
stackone:
1313
source: StackOne-OAS
1414
sourceNamespace: stackone-oas
15-
sourceRevisionDigest: sha256:348d89a95527785cee151e4038e22467c96e40bcd34e02ada88f4a8380368b8a
16-
sourceBlobDigest: sha256:f211eae584039b2ebcda4f57cbe8b58ac7791401ecffec130c09587b813c2299
15+
sourceRevisionDigest: sha256:60d4015865d11d7ecfb877413a004d8d8d95b48b986ea95a7b1a55811fb5ae97
16+
sourceBlobDigest: sha256:e7d39252dfaf25ca1affb78498e565f347ca57774b25ee2ce41fda10b1a8fbd9
1717
codeSamplesNamespace: stack-one-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:114b71ce4866b6e14e48774c72c22aa53cd5b1d55e2aa5c37971b07c26b5b5a5
18+
codeSamplesRevisionDigest: sha256:ba8c9b47d4d4a5f7861dd191ce06cdabd4bfa5d8c32e31e6e647667e73910840
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
@@ -44,15 +44,15 @@ The samples below show how a published SDK artifact is used:
4444

4545
Gradle:
4646
```groovy
47-
implementation 'com.stackone:stackone-client-java:0.9.0'
47+
implementation 'com.stackone:stackone-client-java:0.9.1'
4848
```
4949

5050
Maven:
5151
```xml
5252
<dependency>
5353
<groupId>com.stackone</groupId>
5454
<artifactId>stackone-client-java</artifactId>
55-
<version>0.9.0</version>
55+
<version>0.9.1</version>
5656
</dependency>
5757
```
5858

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,14 @@ Based on:
158158
### Generated
159159
- [java v0.9.0] .
160160
### Releases
161-
- [Maven Central v0.9.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.9.0 - .
161+
- [Maven Central v0.9.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.9.0 - .
162+
163+
## 2025-08-04 00:06:40
164+
### Changes
165+
Based on:
166+
- OpenAPI Doc
167+
- Speakeasy CLI 1.596.0 (2.672.0) https://github.com/speakeasy-api/speakeasy
168+
### Generated
169+
- [java v0.9.1] .
170+
### Releases
171+
- [Maven Central v0.9.1] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.9.1 - .

β€Žbuild.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ publishing {
105105
// https://github.com/gradle/gradle/issues/18619
106106
groupId = "com.stackone"
107107
artifactId = "stackone-client-java"
108-
version = "0.9.0"
108+
version = "0.9.1"
109109

110110
from components.java
111111

β€Ždocs/models/operations/AtsGetApplicationCustomFieldDefinitionRequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
| ~~`page`~~ | *JsonNullable\<String>* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The page number of the results to fetch | |
1515
| `pageSize` | *JsonNullable\<String>* | :heavy_minus_sign: | The number of results per page (default value is 25) | |
1616
| `next` | *JsonNullable\<String>* | :heavy_minus_sign: | The unified cursor | |
17-
| ~~`updatedAfter`~~ | *JsonNullable\<String>* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |
17+
| ~~`updatedAfter`~~ | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |

β€Ždocs/models/operations/AtsGetCandidateCustomFieldDefinitionRequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
| ~~`page`~~ | *JsonNullable\<String>* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The page number of the results to fetch | |
1515
| `pageSize` | *JsonNullable\<String>* | :heavy_minus_sign: | The number of results per page (default value is 25) | |
1616
| `next` | *JsonNullable\<String>* | :heavy_minus_sign: | The unified cursor | |
17-
| ~~`updatedAfter`~~ | *JsonNullable\<String>* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |
17+
| ~~`updatedAfter`~~ | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |

β€Ždocs/models/operations/AtsGetJobCustomFieldDefinitionRequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
| ~~`page`~~ | *JsonNullable\<String>* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The page number of the results to fetch | |
1515
| `pageSize` | *JsonNullable\<String>* | :heavy_minus_sign: | The number of results per page (default value is 25) | |
1616
| `next` | *JsonNullable\<String>* | :heavy_minus_sign: | The unified cursor | |
17-
| ~~`updatedAfter`~~ | *JsonNullable\<String>* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |
17+
| ~~`updatedAfter`~~ | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |

0 commit comments

Comments
Β (0)