Skip to content

Commit 115915c

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.1
1 parent 9582638 commit 115915c

File tree

9 files changed

+34
-20
lines changed

9 files changed

+34
-20
lines changed

.speakeasy/gen.lock

+5-5
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: f812b6f711e92ce366600fb1586396db
4+
docChecksum: 24ee021b8c6b1a7ac6c853c46911e9dc
55
docVersion: 10.10.0
6-
speakeasyVersion: 1.469.12
7-
generationVersion: 2.493.34
8-
releaseVersion: 0.6.1
9-
configChecksum: 5f4f7518fc63077793181e4d8250e9eb
6+
speakeasyVersion: 1.476.1
7+
generationVersion: 2.495.1
8+
releaseVersion: 0.6.2
9+
configChecksum: 49489b8a0bb1e616ae81e24970f7d1a3
1010
repoURL: https://github.com/apideck-libraries/sdk-java.git
1111
published: true
1212
features:

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: true
1515
java:
16-
version: 0.6.1
16+
version: 0.6.2
1717
additionalDependencies: []
1818
additionalPlugins: []
1919
artifactID: unify

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.469.12
1+
speakeasyVersion: 1.476.1
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
6-
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
5+
sourceRevisionDigest: sha256:265896a502e3a551d05e51d3ff6f9d405c20eaf1942907c1f0f0c883dfd84161
6+
sourceBlobDigest: sha256:a9eaeacfa478ad29772635149ef38740590b26658e5b90accd01f14f88e951cf
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737468483
9+
- speakeasy-sdk-regen-1737545338
1010
- 10.10.0
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
16-
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
15+
sourceRevisionDigest: sha256:265896a502e3a551d05e51d3ff6f9d405c20eaf1942907c1f0f0c883dfd84161
16+
sourceBlobDigest: sha256:a9eaeacfa478ad29772635149ef38740590b26658e5b90accd01f14f88e951cf
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:9cece4180217cc16bc69b18b24d12dcd44f5c5542ec1dad1538cc57b4fc9cf71
18+
codeSamplesRevisionDigest: sha256:8ec1b92f86c4003f4a1b5a7d45d1fa535f12b68b9622395da4d5a12c24b6dd1d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ The samples below show how a published SDK artifact is used:
4747

4848
Gradle:
4949
```groovy
50-
implementation 'com.apideck:unify:0.6.1'
50+
implementation 'com.apideck:unify:0.6.2'
5151
```
5252

5353
Maven:
5454
```xml
5555
<dependency>
5656
<groupId>com.apideck</groupId>
5757
<artifactId>unify</artifactId>
58-
<version>0.6.1</version>
58+
<version>0.6.2</version>
5959
</dependency>
6060
```
6161

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [java v0.6.1] .
130130
### Releases
131-
- [Maven Central v0.6.1] https://central.sonatype.com/artifact/com.apideck/unify/0.6.1 - .
131+
- [Maven Central v0.6.1] https://central.sonatype.com/artifact/com.apideck/unify/0.6.1 - .
132+
133+
## 2025-01-27 00:11:30
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.476.1 (2.495.1) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [java v0.6.2] .
140+
### Releases
141+
- [Maven Central v0.6.2] https://central.sonatype.com/artifact/com.apideck/unify/0.6.2 - .

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "com.apideck"
66-
version = "0.6.1"
66+
version = "0.6.2"
6767

6868
sourcesJar {
6969
archiveBaseName = "unify"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'com.apideck'
103103
artifactId = 'unify'
104-
version = '0.6.1'
104+
version = '0.6.2'
105105

106106
from components.java
107107

docs/models/components/PaymentStatus.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Status of payment
77

88
| Name | Value |
99
| ------------ | ------------ |
10+
| `DRAFT` | draft |
1011
| `AUTHORISED` | authorised |
12+
| `REJECTED` | rejected |
1113
| `PAID` | paid |
1214
| `VOIDED` | voided |
1315
| `DELETED` | deleted |

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public String resolvedServerUrl() {
3333
public int serverIdx = 0;
3434
private static final String LANGUAGE = "java";
3535
public static final String OPENAPI_DOC_VERSION = "10.10.0";
36-
public static final String SDK_VERSION = "0.6.1";
37-
public static final String GEN_VERSION = "2.493.34";
36+
public static final String SDK_VERSION = "0.6.2";
37+
public static final String GEN_VERSION = "2.495.1";
3838
private static final String BASE_PACKAGE = "com.apideck.unify";
3939
public static final String USER_AGENT =
4040
String.format("speakeasy-sdk/%s %s %s %s %s",

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

+2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
* PaymentStatus - Status of payment
1414
*/
1515
public enum PaymentStatus {
16+
DRAFT("draft"),
1617
AUTHORISED("authorised"),
18+
REJECTED("rejected"),
1719
PAID("paid"),
1820
VOIDED("voided"),
1921
DELETED("deleted");

0 commit comments

Comments
 (0)