File tree 10 files changed +95
-24
lines changed
src/main/java/com/apideck/unify
10 files changed +95
-24
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: 13486f94ef25269598baa453dce0c0bf
5
- docVersion: 10.13.0
6
- speakeasyVersion: 1.521.1
7
- generationVersion: 2.558.5
8
- releaseVersion: 0.10.0
9
- configChecksum: ef3b447162f6cba1211e9ebee324faba
4
+ docChecksum: 50c59ad34f7f7af1fb5a0cba0e4c9c70
5
+ docVersion: 10.12.4
6
+ speakeasyVersion: 1.523.0
7
+ generationVersion: 2.559.0
8
+ releaseVersion: 0.10.1
9
+ configChecksum: c632a3e69f8ddcf58c4807c80e337f04
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 @@ -15,7 +15,7 @@ generation:
15
15
oAuth2ClientCredentialsEnabled : true
16
16
oAuth2PasswordEnabled : true
17
17
java :
18
- version : 0.10.0
18
+ version : 0.10.1
19
19
additionalDependencies : []
20
20
additionalPlugins : []
21
21
artifactID : unify
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.521.1
1
+ speakeasyVersion: 1.523.0
2
2
sources:
3
3
Apideck-OAS:
4
4
sourceNamespace: apideck-oas
5
- sourceRevisionDigest: sha256:8f27a3c52a1acd1c79e6a89eb0926a706a42b3fcac5dc30407a51424a819c6a2
6
- sourceBlobDigest: sha256:d4d5b03510bc956447c174208074a861273d592fb338b007137000bc18a51f13
5
+ sourceRevisionDigest: sha256:97c362053eab68d9fa0c41ec2d48474e727a10b864cf2d7aeb50753988b170e2
6
+ sourceBlobDigest: sha256:53708e30587d09cdcd934b6c7bf237861ff24b79984d14715567cda1bfe57379
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1741788466
10
- - 10.13.0
9
+ - speakeasy-sdk-regen-1742817091
10
+ - 10.12.4
11
11
targets:
12
12
apideck:
13
13
source: Apideck-OAS
14
14
sourceNamespace: apideck-oas
15
- sourceRevisionDigest: sha256:8f27a3c52a1acd1c79e6a89eb0926a706a42b3fcac5dc30407a51424a819c6a2
16
- sourceBlobDigest: sha256:d4d5b03510bc956447c174208074a861273d592fb338b007137000bc18a51f13
15
+ sourceRevisionDigest: sha256:97c362053eab68d9fa0c41ec2d48474e727a10b864cf2d7aeb50753988b170e2
16
+ sourceBlobDigest: sha256:53708e30587d09cdcd934b6c7bf237861ff24b79984d14715567cda1bfe57379
17
17
codeSamplesNamespace: apideck-oas-java-code-samples
18
- codeSamplesRevisionDigest: sha256:8bcef47ae3a816577d7548fb4f37055ed7a9d275c91f36a259c3050a631b5001
18
+ codeSamplesRevisionDigest: sha256:87c3aadf5ab26e85d43684858cc474b2d1f82736f09c7047dca2f2149f9c72e0
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.10.0 '
50
+ implementation 'com.apideck:unify:0.10.1 '
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.10.0 </version >
58
+ <version >0.10.1 </version >
59
59
</dependency >
60
60
```
61
61
Original file line number Diff line number Diff line change @@ -218,4 +218,14 @@ Based on:
218
218
### Generated
219
219
- [ java v0.10.0] .
220
220
### Releases
221
- - [ Maven Central v0.10.0] https://central.sonatype.com/artifact/com.apideck/unify/0.10.0 - .
221
+ - [ Maven Central v0.10.0] https://central.sonatype.com/artifact/com.apideck/unify/0.10.0 - .
222
+
223
+ ## 2025-03-24 17:23:59
224
+ ### Changes
225
+ Based on:
226
+ - OpenAPI Doc
227
+ - Speakeasy CLI 1.523.0 (2.559.0) https://github.com/speakeasy-api/speakeasy
228
+ ### Generated
229
+ - [ java v0.10.1] .
230
+ ### Releases
231
+ - [ Maven Central v0.10.1] https://central.sonatype.com/artifact/com.apideck/unify/0.10.1 - .
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ publishing {
103
103
// https://github.com/gradle/gradle/issues/18619
104
104
groupId = " com.apideck"
105
105
artifactId = " unify"
106
- version = " 0.10.0 "
106
+ version = " 0.10.1 "
107
107
108
108
from components. java
109
109
Original file line number Diff line number Diff line change 6
6
| Field | Type | Required | Description | Example |
7
7
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8
8
| `id` | *JsonNullable\<String>* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
9
+ | `downstreamId` | *JsonNullable\<String>* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 |
9
10
| `firstName` | *JsonNullable\<String>* | :heavy_minus_sign: | The first name of the person. | Elon |
10
11
| `lastName` | *JsonNullable\<String>* | :heavy_minus_sign: | The last name of the person. | Musk |
11
12
| `middleName` | *JsonNullable\<String>* | :heavy_minus_sign: | Middle name of the person. | D. |
Original file line number Diff line number Diff line change 1
1
groupId =com.apideck
2
2
artifactId =unify
3
- version =0.10.0
3
+ version =0.10.1
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ public String resolvedServerUrl() {
32
32
}
33
33
public int serverIdx = 0 ;
34
34
private static final String LANGUAGE = "java" ;
35
- public static final String OPENAPI_DOC_VERSION = "10.13.0 " ;
36
- public static final String SDK_VERSION = "0.10.0 " ;
37
- public static final String GEN_VERSION = "2.558.5 " ;
35
+ public static final String OPENAPI_DOC_VERSION = "10.12.4 " ;
36
+ public static final String SDK_VERSION = "0.10.1 " ;
37
+ public static final String GEN_VERSION = "2.559.0 " ;
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" ,
You can’t perform that action at this time.
0 commit comments