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
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
management:
docChecksum: db29eaf7f3b64d56236d11d01eac1adc
docChecksum: ecd482039e1c45a66d454e3ee702eac5
docVersion: 10.21.15
speakeasyVersion: 1.653.0
generationVersion: 2.748.0
releaseVersion: 0.27.2
configChecksum: 58d0e5b0caea1735fc1c5cc0595925e5
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.27.3
configChecksum: f3b951205534cfd975b848fa010bd88f
repoURL: https://github.com/apideck-libraries/sdk-java.git
published: true
features:
Expand All @@ -15,7 +15,7 @@ features:
additionalDependencies: 0.1.0
additionalProperties: 0.0.1
constsAndDefaults: 0.1.1
core: 3.55.1
core: 3.55.2
deprecations: 2.81.1
downloadStreams: 0.1.1
errors: 1.0.0
Expand Down
2 changes: 1 addition & 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.27.2
version: 0.27.3
additionalDependencies: []
additionalPlugins: []
artifactID: unify
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.653.0
speakeasyVersion: 1.656.1
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:79f883de80a35608a5a7c7e807bb074866960e910ba3b2c37a546e84e32bd225
sourceBlobDigest: sha256:2caafd5ec9d50cdf80fadee0bab6eb2122f31dcab9479f87a378fcf4f6131eaf
sourceRevisionDigest: sha256:ce289c2fb9beaebef7aadd72398653dfd46f3797e4ebf34f7a1e902876050f61
sourceBlobDigest: sha256:561a7ad1de4091baf9a1a59a69c1117050b31133ff92a01da9bf0df2b2bc40aa
tags:
- latest
- speakeasy-sdk-regen-1762874476
- speakeasy-sdk-regen-1763020786
- 10.21.15
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:79f883de80a35608a5a7c7e807bb074866960e910ba3b2c37a546e84e32bd225
sourceBlobDigest: sha256:2caafd5ec9d50cdf80fadee0bab6eb2122f31dcab9479f87a378fcf4f6131eaf
sourceRevisionDigest: sha256:ce289c2fb9beaebef7aadd72398653dfd46f3797e4ebf34f7a1e902876050f61
sourceBlobDigest: sha256:561a7ad1de4091baf9a1a59a69c1117050b31133ff92a01da9bf0df2b2bc40aa
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:7134c7efc21b207fe4ecfc0cec244d89caf4a0f450f0695468d52e833858a3a3
codeSamplesRevisionDigest: sha256:280a1e3b5ac6a8da2c366090ba1e9485c57b373b6f190750a9f7bbc6a3e023fd
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 @@ -50,15 +50,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.apideck:unify:0.27.2'
implementation 'com.apideck:unify:0.27.3'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.27.2</version>
<version>0.27.3</version>
</dependency>
```

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

## 2025-11-13 07:59:19
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.27.3] .
### Releases
- [Maven Central v0.27.3] https://central.sonatype.com/artifact/com.apideck/unify/0.27.3 - .
2 changes: 2 additions & 0 deletions docs/models/components/Health.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Operational health status of the connection

| Name | Value |
| ------------------ | ------------------ |
| `REVOKED` | revoked |
| `MISSING_SETTINGS` | missing_settings |
| `NEEDS_CONSENT` | needs_consent |
| `NEEDS_AUTH` | needs_auth |
| `PENDING_REFRESH` | pending_refresh |
| `OK` | ok |
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groupId=com.apideck
artifactId=unify
version=0.27.2
version=0.27.3
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g
4 changes: 2 additions & 2 deletions src/main/java/com/apideck/unify/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public class SDKConfiguration {

private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "10.21.15";
public static final String SDK_VERSION = "0.27.2";
public static final String GEN_VERSION = "2.748.0";
public static final String SDK_VERSION = "0.27.3";
public static final String GEN_VERSION = "2.753.1";
private static final String BASE_PACKAGE = "com.apideck.unify";
public static final String USER_AGENT =
String.format("speakeasy-sdk/%s %s %s %s %s",
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/apideck/unify/models/components/Health.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
* <p>Operational health status of the connection
*/
public enum Health {
REVOKED("revoked"),
MISSING_SETTINGS("missing_settings"),
NEEDS_CONSENT("needs_consent"),
NEEDS_AUTH("needs_auth"),
PENDING_REFRESH("pending_refresh"),
OK("ok");
Expand Down