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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
68 changes: 37 additions & 31 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.14.2
version: 0.14.3
additionalDependencies: []
additionalPlugins: []
artifactID: stackone-client-java
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.634.2
speakeasyVersion: 1.636.3
sources:
StackOne-OAS:
sourceNamespace: stackone-oas
sourceRevisionDigest: sha256:e1580ce09bf5e899f4390a42b4afc931ab40fe728ca61e7b31d3c2523102603d
sourceBlobDigest: sha256:2c76908f287ff7c58e75e928e972442223947d47b0e1d4e29d5567fee8cec610
sourceRevisionDigest: sha256:d7fd910c2d17c56e99b772a5b8cbcf60188396393096d7fd816fe5626f6ff91d
sourceBlobDigest: sha256:a2b6f32eff36f507ffdb54b05281fae6d0687a1746c84df4c3bb716c047f4e48
tags:
- latest
- speakeasy-sdk-regen-1759536374
- speakeasy-sdk-regen-1759881963
- 1.0.0
targets:
stackone:
source: StackOne-OAS
sourceNamespace: stackone-oas
sourceRevisionDigest: sha256:e1580ce09bf5e899f4390a42b4afc931ab40fe728ca61e7b31d3c2523102603d
sourceBlobDigest: sha256:2c76908f287ff7c58e75e928e972442223947d47b0e1d4e29d5567fee8cec610
sourceRevisionDigest: sha256:d7fd910c2d17c56e99b772a5b8cbcf60188396393096d7fd816fe5626f6ff91d
sourceBlobDigest: sha256:a2b6f32eff36f507ffdb54b05281fae6d0687a1746c84df4c3bb716c047f4e48
codeSamplesNamespace: stack-one-oas-java-code-samples
codeSamplesRevisionDigest: sha256:8ae91b86088c5009d16d4e8d85785591f95f64228a976f97cb39c9d724e0f340
codeSamplesRevisionDigest: sha256:e243e6e2fe78b31dee03cf2a1c53f4d32a8a7f0be300f01478016e00def633f1
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.stackone:stackone-client-java:0.14.2'
implementation 'com.stackone:stackone-client-java:0.14.3'
```

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

Expand Down Expand Up @@ -505,7 +505,6 @@ public class Application {
* [webhookScreeningResult](docs/sdks/screening/README.md#webhookscreeningresult) - Webhook Screening Result
* [createScreeningOrder](docs/sdks/screening/README.md#createscreeningorder) - Create Screening Order


### [ticketing()](docs/sdks/ticketing/README.md)

* [listTickets](docs/sdks/ticketing/README.md#listtickets) - List Tickets
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,14 @@ Based on:
### Generated
- [java v0.14.2] .
### Releases
- [Maven Central v0.14.2] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.14.2 - .
- [Maven Central v0.14.2] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.14.2 - .

## 2025-10-16 00:05:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.14.3] .
### Releases
- [Maven Central v0.14.3] https://central.sonatype.com/artifact/com.stackone/stackone-client-java/0.14.3 - .
63 changes: 33 additions & 30 deletions docs/models/components/Application.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/models/components/ApplicationApplicationStage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ApplicationApplicationStage


## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `id` | *JsonNullable\<String>* | :heavy_minus_sign: | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
| `remoteId` | *JsonNullable\<String>* | :heavy_minus_sign: | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
| `unifiedCustomFields` | Map\<String, *Object*> | :heavy_minus_sign: | Custom Unified Fields configured in your StackOne project | {<br/>"my_project_custom_field_1": "REF-1236",<br/>"my_project_custom_field_2": "some other value"<br/>} |
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | Application Stage name | Review |
| `order` | *JsonNullable\<Double>* | :heavy_minus_sign: | Application Stage order | 1 |
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Application Stage created date | 2021-01-01T01:01:01.000Z |
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | Application Stage updated date | 2021-01-01T01:01:01.000Z |
10 changes: 5 additions & 5 deletions docs/models/components/ApplicationChangesDataModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `interviewStageId` | *JsonNullable\<String>* | :heavy_minus_sign: | Unique identifier of the interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
| `rejectedReasonIds` | List\<*String*> | :heavy_minus_sign: | Unique identifiers of the rejection reasons | [<br/>"f223d7f6-908b-48f0-9237-b201c307f609"<br/>] |
| `applicationStatus` | [JsonNullable\<ApplicationChangesDataModelApplicationStatus>](../../models/components/ApplicationChangesDataModelApplicationStatus.md) | :heavy_minus_sign: | N/A | |
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ~~`interviewStageId`~~ | *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/>Unique identifier of the interview stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
| `rejectedReasonIds` | List\<*String*> | :heavy_minus_sign: | Unique identifiers of the rejection reasons | [<br/>"f223d7f6-908b-48f0-9237-b201c307f609"<br/>] |
| `applicationStatus` | [JsonNullable\<ApplicationChangesDataModelApplicationStatus>](../../models/components/ApplicationChangesDataModelApplicationStatus.md) | :heavy_minus_sign: | N/A | |
4 changes: 3 additions & 1 deletion docs/models/components/ApplicationInterviewStage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ApplicationInterviewStage
# ~~ApplicationInterviewStage~~

> :warning: **DEPRECATED**: This will be removed in a future release, please migrate away from it as soon as possible.


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# AssignmentLearningObjectTypeSourceValue

The original learning object type from the provider before normalization.

2 changes: 2 additions & 0 deletions docs/models/components/AssignmentLearningObjectTypeValue.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AssignmentLearningObjectTypeValue

The StackOne unified learning object type.


## Values

Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/AssignmentResult1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ The result of the assignment

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `value` | [JsonNullable\<AssignmentResultValue>](../../models/components/AssignmentResultValue.md) | :heavy_minus_sign: | N/A |
| `sourceValue` | [JsonNullable\<AssignmentResultSourceValue>](../../models/components/AssignmentResultSourceValue.md) | :heavy_minus_sign: | N/A |
| `value` | [JsonNullable\<AssignmentResultValue>](../../models/components/AssignmentResultValue.md) | :heavy_minus_sign: | The StackOne unified result status. |
| `sourceValue` | [JsonNullable\<AssignmentResultSourceValue>](../../models/components/AssignmentResultSourceValue.md) | :heavy_minus_sign: | The original result status from the provider before normalization. |
2 changes: 2 additions & 0 deletions docs/models/components/AssignmentResultSourceValue.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# AssignmentResultSourceValue

The original result status from the provider before normalization.

2 changes: 2 additions & 0 deletions docs/models/components/AssignmentResultValue.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AssignmentResultValue

The StackOne unified result status.


## Values

Expand Down
2 changes: 2 additions & 0 deletions docs/models/components/AssignmentSourceValue.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# AssignmentSourceValue

The original status value from the provider before normalization.

Loading