Skip to content

Commit 10c00fd

Browse files
authored
Merge pull request #60 from apideck-libraries/speakeasy-sdk-regen-1755697885
chore: 🐝 Update SDK - Generate 0.19.4
2 parents c89a27b + 9b7fa8c commit 10c00fd

10 files changed

Lines changed: 47 additions & 30 deletions

File tree

.speakeasy/gen.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
33
management:
4-
docChecksum: adbe8651971e100ed9d43a08042577ad
5-
docVersion: 10.20.8
4+
docChecksum: c2033f5fd8c53756c6569f4d0088bb52
5+
docVersion: 10.20.9
66
speakeasyVersion: 1.606.0
77
generationVersion: 2.686.7
8-
releaseVersion: 0.19.3
9-
configChecksum: f497919a0900fbb3d388c92b4f2d613f
8+
releaseVersion: 0.19.4
9+
configChecksum: 3dde29befed385c5584be443c85d2e80
1010
repoURL: https://github.com/apideck-libraries/sdk-java.git
1111
published: true
1212
features:
@@ -18813,4 +18813,3 @@ examples:
1881318813
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
1881418814
examplesVersion: 1.0.2
1881518815
generatedTests: {}
18816-
releaseNotes: "## SDK Changes Detected:\n* `apideck.accounting.subsidiaries.list()`: `response.data.[].currencies` **Added**\n* `apideck.accounting.subsidiaries.create()`: \n * `request.subsidiary.currencies` **Added**\n* `apideck.accounting.subsidiaries.get()`: `response.data.currencies` **Added**\n* `apideck.accounting.subsidiaries.update()`: \n * `request.subsidiary.currencies` **Added**\n"

.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.19.3
24+
version: 0.19.4
2525
additionalDependencies: []
2626
additionalPlugins: []
2727
artifactID: unify

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.606.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:390b869b35f76350131bc42c97e343bfb536e7d4d36b1e2f8c3379f0726fc635
6-
sourceBlobDigest: sha256:07a9aeb8981573d89e3387801270c5e220d9c2b23cae22a8acbc33d9c4ddb2e8
5+
sourceRevisionDigest: sha256:e5ea8fba027b99de9c624bb61f7c266a58508bdac626f8d1fc4fdeb4d8bc9b84
6+
sourceBlobDigest: sha256:efccea70bb1bc64ecd028b571a9be6c779c1035d26bb927ea98e1053faa39b3d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755168719
10-
- 10.20.8
9+
- speakeasy-sdk-regen-1755697885
10+
- 10.20.9
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:390b869b35f76350131bc42c97e343bfb536e7d4d36b1e2f8c3379f0726fc635
16-
sourceBlobDigest: sha256:07a9aeb8981573d89e3387801270c5e220d9c2b23cae22a8acbc33d9c4ddb2e8
15+
sourceRevisionDigest: sha256:e5ea8fba027b99de9c624bb61f7c266a58508bdac626f8d1fc4fdeb4d8bc9b84
16+
sourceBlobDigest: sha256:efccea70bb1bc64ecd028b571a9be6c779c1035d26bb927ea98e1053faa39b3d
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:0c782c264db56076c8c05849028e4bc1859b3db7f8d45a0a17e68a668ead0068
18+
codeSamplesRevisionDigest: sha256:a58f811b679fd8e2116e6af183b0bddd68bd2f9abdf6f7c9e5649a5f210e5124
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
@@ -48,15 +48,15 @@ The samples below show how a published SDK artifact is used:
4848

4949
Gradle:
5050
```groovy
51-
implementation 'com.apideck:unify:0.19.3'
51+
implementation 'com.apideck:unify:0.19.4'
5252
```
5353

5454
Maven:
5555
```xml
5656
<dependency>
5757
<groupId>com.apideck</groupId>
5858
<artifactId>unify</artifactId>
59-
<version>0.19.3</version>
59+
<version>0.19.4</version>
6060
</dependency>
6161
```
6262

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,14 @@ Based on:
428428
### Generated
429429
- [java v0.19.3] .
430430
### Releases
431-
- [Maven Central v0.19.3] https://central.sonatype.com/artifact/com.apideck/unify/0.19.3 - .
431+
- [Maven Central v0.19.3] https://central.sonatype.com/artifact/com.apideck/unify/0.19.3 - .
432+
433+
## 2025-08-21 06:09:37
434+
### Changes
435+
Based on:
436+
- OpenAPI Doc
437+
- Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
438+
### Generated
439+
- [java v0.19.4] .
440+
### Releases
441+
- [Maven Central v0.19.4] https://central.sonatype.com/artifact/com.apideck/unify/0.19.4 - .

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.apideck"
107107
artifactId = "unify"
108-
version = "0.19.3"
108+
version = "0.19.4"
109109

110110
from components.java
111111

docs/models/components/JobStatus.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ The status of the job.
55

66
## Values
77

8-
| Name | Value |
9-
| ----------- | ----------- |
10-
| `DRAFT` | draft |
11-
| `INTERNAL` | internal |
12-
| `PUBLISHED` | published |
13-
| `COMPLETED` | completed |
14-
| `PLACED` | placed |
15-
| `ON_HOLD` | on-hold |
16-
| `PRIVATE` | private |
8+
| Name | Value |
9+
| ---------------------- | ---------------------- |
10+
| `DRAFT` | draft |
11+
| `INTERNAL` | internal |
12+
| `PUBLISHED` | published |
13+
| `COMPLETED` | completed |
14+
| `PLACED` | placed |
15+
| `ON_HOLD` | on-hold |
16+
| `PRIVATE` | private |
17+
| `ACCEPTING_CANDIDATES` | accepting_candidates |
18+
| `OPEN` | open |
19+
| `CLOSED` | closed |
20+
| `ARCHIVED` | archived |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
groupId=com.apideck
22
artifactId=unify
3-
version=0.19.3
3+
version=0.19.4

src/main/java/com/apideck/unify/SDKConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
public class SDKConfiguration {
1818

1919
private static final String LANGUAGE = "java";
20-
public static final String OPENAPI_DOC_VERSION = "10.20.8";
21-
public static final String SDK_VERSION = "0.19.3";
20+
public static final String OPENAPI_DOC_VERSION = "10.20.9";
21+
public static final String SDK_VERSION = "0.19.4";
2222
public static final String GEN_VERSION = "2.686.7";
2323
private static final String BASE_PACKAGE = "com.apideck.unify";
2424
public static final String USER_AGENT =

src/main/java/com/apideck/unify/models/components/JobStatus.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ public enum JobStatus {
2020
COMPLETED("completed"),
2121
PLACED("placed"),
2222
ON_HOLD("on-hold"),
23-
PRIVATE("private");
23+
PRIVATE("private"),
24+
ACCEPTING_CANDIDATES("accepting_candidates"),
25+
OPEN("open"),
26+
CLOSED("closed"),
27+
ARCHIVED("archived");
2428

2529
@JsonValue
2630
private final String value;

0 commit comments

Comments
 (0)