File tree 9 files changed +34
-20
lines changed
src/main/java/com/apideck/unify
9 files changed +34
-20
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
3
3
management:
4
- docChecksum: f812b6f711e92ce366600fb1586396db
4
+ docChecksum: 24ee021b8c6b1a7ac6c853c46911e9dc
5
5
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
10
10
repoURL: https://github.com/apideck-libraries/sdk-java.git
11
11
published: true
12
12
features:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ generation:
13
13
oAuth2ClientCredentialsEnabled : true
14
14
oAuth2PasswordEnabled : true
15
15
java :
16
- version : 0.6.1
16
+ version : 0.6.2
17
17
additionalDependencies : []
18
18
additionalPlugins : []
19
19
artifactID : unify
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.469.12
1
+ speakeasyVersion: 1.476.1
2
2
sources:
3
3
Apideck-OAS:
4
4
sourceNamespace: apideck-oas
5
- sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
6
- sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
5
+ sourceRevisionDigest: sha256:265896a502e3a551d05e51d3ff6f9d405c20eaf1942907c1f0f0c883dfd84161
6
+ sourceBlobDigest: sha256:a9eaeacfa478ad29772635149ef38740590b26658e5b90accd01f14f88e951cf
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1737468483
9
+ - speakeasy-sdk-regen-1737545338
10
10
- 10.10.0
11
11
targets:
12
12
apideck:
13
13
source: Apideck-OAS
14
14
sourceNamespace: apideck-oas
15
- sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
16
- sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
15
+ sourceRevisionDigest: sha256:265896a502e3a551d05e51d3ff6f9d405c20eaf1942907c1f0f0c883dfd84161
16
+ sourceBlobDigest: sha256:a9eaeacfa478ad29772635149ef38740590b26658e5b90accd01f14f88e951cf
17
17
codeSamplesNamespace: apideck-oas-java-code-samples
18
- codeSamplesRevisionDigest: sha256:9cece4180217cc16bc69b18b24d12dcd44f5c5542ec1dad1538cc57b4fc9cf71
18
+ codeSamplesRevisionDigest: sha256:8ec1b92f86c4003f4a1b5a7d45d1fa535f12b68b9622395da4d5a12c24b6dd1d
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ The samples below show how a published SDK artifact is used:
47
47
48
48
Gradle:
49
49
``` groovy
50
- implementation 'com.apideck:unify:0.6.1 '
50
+ implementation 'com.apideck:unify:0.6.2 '
51
51
```
52
52
53
53
Maven:
54
54
``` xml
55
55
<dependency >
56
56
<groupId >com.apideck</groupId >
57
57
<artifactId >unify</artifactId >
58
- <version >0.6.1 </version >
58
+ <version >0.6.2 </version >
59
59
</dependency >
60
60
```
61
61
Original file line number Diff line number Diff line change @@ -128,4 +128,14 @@ Based on:
128
128
### Generated
129
129
- [ java v0.6.1] .
130
130
### 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 - .
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
63
63
}
64
64
65
65
group = " com.apideck"
66
- version = " 0.6.1 "
66
+ version = " 0.6.2 "
67
67
68
68
sourcesJar {
69
69
archiveBaseName = " unify"
@@ -101,7 +101,7 @@ publishing {
101
101
maven(MavenPublication ) {
102
102
groupId = ' com.apideck'
103
103
artifactId = ' unify'
104
- version = ' 0.6.1 '
104
+ version = ' 0.6.2 '
105
105
106
106
from components. java
107
107
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ Status of payment
7
7
8
8
| Name | Value |
9
9
| ------------ | ------------ |
10
+ | ` DRAFT ` | draft |
10
11
| ` AUTHORISED ` | authorised |
12
+ | ` REJECTED ` | rejected |
11
13
| ` PAID ` | paid |
12
14
| ` VOIDED ` | voided |
13
15
| ` DELETED ` | deleted |
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ public String resolvedServerUrl() {
33
33
public int serverIdx = 0 ;
34
34
private static final String LANGUAGE = "java" ;
35
35
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 " ;
38
38
private static final String BASE_PACKAGE = "com.apideck.unify" ;
39
39
public static final String USER_AGENT =
40
40
String .format ("speakeasy-sdk/%s %s %s %s %s" ,
Original file line number Diff line number Diff line change 13
13
* PaymentStatus - Status of payment
14
14
*/
15
15
public enum PaymentStatus {
16
+ DRAFT ("draft" ),
16
17
AUTHORISED ("authorised" ),
18
+ REJECTED ("rejected" ),
17
19
PAID ("paid" ),
18
20
VOIDED ("voided" ),
19
21
DELETED ("deleted" );
You can’t perform that action at this time.
0 commit comments