Skip to content

Commit c8c01ae

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.8.1 (#18)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.584.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 9f1b584 commit c8c01ae

24 files changed

+554
-85
lines changed

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

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

β€Ž.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.8.0
24+
version: 0.8.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.582.0
1+
speakeasyVersion: 1.584.0
22
sources:
33
StackOne-OAS:
44
sourceNamespace: stackone-oas
5-
sourceRevisionDigest: sha256:434218bb58ce7b1f2e2308f25e57a903e8e09ecfc2f301efa6625ac2c850d01c
6-
sourceBlobDigest: sha256:10934e39d3b02d360110059465182c533dcf7f8731f863a5b796f0b9418ad220
5+
sourceRevisionDigest: sha256:413b01a385bc7d3fed9c70de7d1e167656f2a086bc57f61a8ff5dfdae943f09f
6+
sourceBlobDigest: sha256:60841ff1c122a66145edc8592b190fa878cf1ce46e4b970aed9dc1c13fde97c7
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752105973
9+
- speakeasy-sdk-regen-1753142803
1010
- 1.0.0
1111
targets:
1212
stackone:
1313
source: StackOne-OAS
1414
sourceNamespace: stackone-oas
15-
sourceRevisionDigest: sha256:434218bb58ce7b1f2e2308f25e57a903e8e09ecfc2f301efa6625ac2c850d01c
16-
sourceBlobDigest: sha256:10934e39d3b02d360110059465182c533dcf7f8731f863a5b796f0b9418ad220
15+
sourceRevisionDigest: sha256:413b01a385bc7d3fed9c70de7d1e167656f2a086bc57f61a8ff5dfdae943f09f
16+
sourceBlobDigest: sha256:60841ff1c122a66145edc8592b190fa878cf1ce46e4b970aed9dc1c13fde97c7
1717
codeSamplesNamespace: stack-one-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:6fa0a045000ed8312937fb47357277d965860eaab2b642e9ecccc121e50343b6
18+
codeSamplesRevisionDigest: sha256:ad29850136a6d19d7bb29b3b8b7c25def6566cea1b948253b1188772868e755b
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.8.0'
47+
implementation 'com.stackone:stackone-client-java:0.8.1'
4848
```
4949

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

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,14 @@ Based on:
138138
### Generated
139139
- [java v0.8.0] .
140140
### Releases
141-
- [Maven Central v0.8.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.8.0 - .
141+
- [Maven Central v0.8.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.8.0 - .
142+
143+
## 2025-07-22 00:06:23
144+
### Changes
145+
Based on:
146+
- OpenAPI Doc
147+
- Speakeasy CLI 1.584.0 (2.660.0) https://github.com/speakeasy-api/speakeasy
148+
### Generated
149+
- [java v0.8.1] .
150+
### Releases
151+
- [Maven Central v0.8.1] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.8.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.8.0"
108+
version = "0.8.1"
109109

110110
from components.java
111111

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AuthorModel
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------- | ----------------------- | ----------------------- | ----------------------- | ----------------------- |
8+
| `id` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the author | 123 |
9+
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | The name of the author | John Doe |

β€Ždocs/models/components/Content.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
| ~~`shortDescription`~~ | *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/>A short description or summary for the content | This course is a valuable resource and acts as learning content for... |
2828
| `localizations` | List\<[LocalizationModel](../../models/components/LocalizationModel.md)> | :heavy_minus_sign: | Localised content information | [<br/>{<br/>"title": "Software Engineer Lv 1",<br/>"description": "This video acts as learning content for software engineers.",<br/>"languages": {<br/>"value": "en-US",<br/>"source_value": "string"<br/>}<br/>}<br/>] |
2929
| `tags` | List\<*String*> | :heavy_minus_sign: | A list of tags associated with the content | [<br/>"Sales Techniques",<br/>"Customer Service"<br/>] |
30+
| `authors` | List\<[AuthorModel](../../models/components/AuthorModel.md)> | :heavy_minus_sign: | The authors of the content | [<br/>{<br/>"id": "123",<br/>"name": "John Doe"<br/>}<br/>] |
3031
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date on which the content was last updated. | 2021-07-21T14:00:00.000Z |
3132
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date on which the content was created. | 2021-07-21T14:00:00.000Z |

β€Ždocs/models/components/Course.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
| `categories` | List\<[Category](../../models/components/Category.md)> | :heavy_minus_sign: | The categories associated with this course | [<br/>{<br/>"id": "12345",<br/>"name": "Technology"<br/>}<br/>] |
2222
| `skills` | List\<[Skills](../../models/components/Skills.md)> | :heavy_minus_sign: | The skills associated with this course | [<br/>{<br/>"id": "12345",<br/>"name": "Sales Techniques"<br/>}<br/>] |
2323
| `provider` | *JsonNullable\<String>* | :heavy_minus_sign: | The name of the course provider | Course Provider |
24+
| `authors` | List\<[AuthorModel](../../models/components/AuthorModel.md)> | :heavy_minus_sign: | The authors of the course | [<br/>{<br/>"id": "123",<br/>"name": "John Doe"<br/>}<br/>] |
2425
| `updatedAt` | *JsonNullable\<String>* | :heavy_minus_sign: | The date on which the course was last updated. | 2021-07-21T14:00:00.000Z |
2526
| `createdAt` | *JsonNullable\<String>* | :heavy_minus_sign: | The date on which the course was created. | 2021-07-21T14:00:00.000Z |

0 commit comments

Comments
Β (0)