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
44 changes: 24 additions & 20 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 @@ -25,7 +25,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.18.1
version: 0.19.0
additionalDependencies: []
additionalPlugins: []
artifactID: stackone-client-java
Expand Down Expand Up @@ -60,6 +60,7 @@ java:
shortName: MIT
url: https://mit-license.org/
maxMethodParams: 4
multipartArrayFormat: legacy
nullFriendlyParameters: false
openUnions: true
operationScopedParams: true
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.661.2
speakeasyVersion: 1.666.2
sources:
StackOne-OAS:
sourceNamespace: stackone-oas
sourceRevisionDigest: sha256:8afe103a1972759a3a3b4f4e0fd0b8bb9f82c8102eb05a2522a466c44d27b07a
sourceBlobDigest: sha256:024af6adb5a33d4ae7e3300c89dbbd3951cc4b8dd42e05b0d9c61bbf016e4b21
sourceRevisionDigest: sha256:bc6bad1ab0175c039337586b79f5e0cd89980497828609b8d0b74a56b7ec00bd
sourceBlobDigest: sha256:580d61e45440ecd4a9c5f59d49c5b362d7da03a3ea28097fd1ed9fbc62bc0138
tags:
- latest
- speakeasy-sdk-regen-1763769977
- speakeasy-sdk-regen-1764201984
- 1.0.0
targets:
stackone:
source: StackOne-OAS
sourceNamespace: stackone-oas
sourceRevisionDigest: sha256:8afe103a1972759a3a3b4f4e0fd0b8bb9f82c8102eb05a2522a466c44d27b07a
sourceBlobDigest: sha256:024af6adb5a33d4ae7e3300c89dbbd3951cc4b8dd42e05b0d9c61bbf016e4b21
sourceRevisionDigest: sha256:bc6bad1ab0175c039337586b79f5e0cd89980497828609b8d0b74a56b7ec00bd
sourceBlobDigest: sha256:580d61e45440ecd4a9c5f59d49c5b362d7da03a3ea28097fd1ed9fbc62bc0138
codeSamplesNamespace: stack-one-oas-java-code-samples
codeSamplesRevisionDigest: sha256:0fb9465f9a0d765ec2cb8bbc22ef2e7ddc42017df1b965c9f846155f87b39edf
codeSamplesRevisionDigest: sha256:bd4ea0cee8b3dd71c57dc8160e02a28c2e61825ce3a8078face1d5079969cf73
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.18.1'
implementation 'com.stackone:stackone-client-java:0.19.0'
```

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

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,14 @@ Based on:
### Generated
- [java v0.18.1] .
### Releases
- [Maven Central v0.18.1] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.18.1 - .
- [Maven Central v0.18.1] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.18.1 - .

## 2025-12-03 00:06:07
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.666.2 (2.768.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.19.0] .
### Releases
- [Maven Central v0.19.0] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.19.0 - .
1 change: 1 addition & 0 deletions docs/models/components/Assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| `progress` | *JsonNullable\<Double>* | :heavy_minus_sign: | The progress associated with this assigment | 40 |
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date the assignment was last updated | 2021-07-21T14:00:00.000Z |
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date the assignment was created | 2021-07-21T14:00:00.000Z |
| `assignedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date the assignment was assigned | 2021-07-21T14:00:00.000Z |
| `dueDate` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date the assignment is due to be completed | 2021-07-21T14:00:00.000Z |
| `status` | [JsonNullable\<AssignmentStatus>](../../models/components/AssignmentStatus.md) | :heavy_minus_sign: | The status of the assignment | |
| `learningObjectType` | [JsonNullable\<LearningObjectType>](../../models/components/LearningObjectType.md) | :heavy_minus_sign: | The learning object type of the assignment | |
Expand Down
3 changes: 2 additions & 1 deletion docs/models/components/Completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
| ~~`contentId`~~ | *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 content ID associated with this completion | 16873-ENG-VIDEO-1 |
| ~~`remoteContentId`~~ | *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/>Provider's unique identifier of the content associated with the completion | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
| ~~`courseId`~~ | *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 course ID associated with this completion | 16873-ENG-COURSE-1 |
| ~~`remoteCourseId`~~ | *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/>Provider's unique identifier of the course associated with the completion | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
| ~~`remoteCourseId`~~ | *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/>Provider's unique identifier of the course associated with the completion | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
| `score` | [JsonNullable\<CompletionScore>](../../models/components/CompletionScore.md) | :heavy_minus_sign: | The score associated with this completion | {<br/>"percentage": 87,<br/>"raw_value": "87 / 100"<br/>} |
11 changes: 11 additions & 0 deletions docs/models/components/CompletionScore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CompletionScore

The score associated with this completion


## Fields

| Field | Type | Required | Description | Example |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `percentage` | *JsonNullable\<Double>* | :heavy_minus_sign: | The score percentage | 87.5 |
| `rawValue` | *JsonNullable\<String>* | :heavy_minus_sign: | The raw string score value | 87 |
Loading