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
10 changes: 5 additions & 5 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: caad6e276b21c15b5bbc5d1deb7468e0
docChecksum: b766d9ca887b04899e77f724c613fe8d
docVersion: 10.21.15
speakeasyVersion: 1.657.0
generationVersion: 2.755.0
releaseVersion: 0.27.4
configChecksum: 6abdc01f9f98aa7f2bc5396ec3a59dd9
speakeasyVersion: 1.658.1
generationVersion: 2.755.6
releaseVersion: 0.27.5
configChecksum: e2f05ef22e75b8d862157dcf19f7cbad
repoURL: https://github.com/apideck-libraries/sdk-java.git
published: true
features:
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.4
version: 0.27.5
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.657.0
speakeasyVersion: 1.658.1
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:d56eab2650626d4abab74c59a9964241c1f95f78f061746a1204c8d53d66287e
sourceBlobDigest: sha256:ff72a34209666eb1481ab777e05f0c210531ad35dad504b6d22941181568fe70
sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
tags:
- latest
- speakeasy-sdk-regen-1763146667
- speakeasy-sdk-regen-1763370094
- 10.21.15
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:d56eab2650626d4abab74c59a9964241c1f95f78f061746a1204c8d53d66287e
sourceBlobDigest: sha256:ff72a34209666eb1481ab777e05f0c210531ad35dad504b6d22941181568fe70
sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:5f024c6205c94539a271b32946e6f1cbde67642ea95618db2c7125bbe54981ef
codeSamplesRevisionDigest: sha256:bcde32594b110df047efd030813f7532d4430033cf3564d23ca163bc8a013f25
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.4'
implementation 'com.apideck:unify:0.27.5'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.27.4</version>
<version>0.27.5</version>
</dependency>
```

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

## 2025-11-17 09:01:09
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.658.1 (2.755.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.27.5] .
### Releases
- [Maven Central v0.27.5] https://central.sonatype.com/artifact/com.apideck/unify/0.27.5 - .
1 change: 1 addition & 0 deletions docs/models/components/InvoiceStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Invoice status
| `AUTHORISED` | authorised |
| `PARTIALLY_PAID` | partially_paid |
| `PAID` | paid |
| `UNPAID` | unpaid |
| `VOID` | void |
| `CREDIT` | credit |
| `DELETED` | deleted |
Expand Down
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.4
version=0.27.5
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.4";
public static final String GEN_VERSION = "2.755.0";
public static final String SDK_VERSION = "0.27.5";
public static final String GEN_VERSION = "2.755.6";
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public enum InvoiceStatus {
AUTHORISED("authorised"),
PARTIALLY_PAID("partially_paid"),
PAID("paid"),
UNPAID("unpaid"),
VOID("void"),
CREDIT("credit"),
DELETED("deleted"),
Expand Down