Skip to content

Commit ea0e814

Browse files
authored
Merge pull request #36 from apideck-libraries/speakeasy-sdk-regen-1742817091
chore: 🐝 Update SDK - Generate 0.10.1
2 parents 920c378 + 3388989 commit ea0e814

File tree

10 files changed

+95
-24
lines changed

10 files changed

+95
-24
lines changed

.speakeasy/gen.lock

+6-6
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: 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
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
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: true
1717
java:
18-
version: 0.10.0
18+
version: 0.10.1
1919
additionalDependencies: []
2020
additionalPlugins: []
2121
artifactID: unify

.speakeasy/workflow.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.521.1
1+
speakeasyVersion: 1.523.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:8f27a3c52a1acd1c79e6a89eb0926a706a42b3fcac5dc30407a51424a819c6a2
6-
sourceBlobDigest: sha256:d4d5b03510bc956447c174208074a861273d592fb338b007137000bc18a51f13
5+
sourceRevisionDigest: sha256:97c362053eab68d9fa0c41ec2d48474e727a10b864cf2d7aeb50753988b170e2
6+
sourceBlobDigest: sha256:53708e30587d09cdcd934b6c7bf237861ff24b79984d14715567cda1bfe57379
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1741788466
10-
- 10.13.0
9+
- speakeasy-sdk-regen-1742817091
10+
- 10.12.4
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:8f27a3c52a1acd1c79e6a89eb0926a706a42b3fcac5dc30407a51424a819c6a2
16-
sourceBlobDigest: sha256:d4d5b03510bc956447c174208074a861273d592fb338b007137000bc18a51f13
15+
sourceRevisionDigest: sha256:97c362053eab68d9fa0c41ec2d48474e727a10b864cf2d7aeb50753988b170e2
16+
sourceBlobDigest: sha256:53708e30587d09cdcd934b6c7bf237861ff24b79984d14715567cda1bfe57379
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:8bcef47ae3a816577d7548fb4f37055ed7a9d275c91f36a259c3050a631b5001
18+
codeSamplesRevisionDigest: sha256:87c3aadf5ab26e85d43684858cc474b2d1f82736f09c7047dca2f2149f9c72e0
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.10.0'
50+
implementation 'com.apideck:unify:0.10.1'
5151
```
5252

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

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,14 @@ Based on:
218218
### Generated
219219
- [java v0.10.0] .
220220
### 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 - .

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing {
103103
// https://github.com/gradle/gradle/issues/18619
104104
groupId = "com.apideck"
105105
artifactId = "unify"
106-
version = "0.10.0"
106+
version = "0.10.1"
107107

108108
from components.java
109109

docs/models/components/Employee.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
| Field | Type | Required | Description | Example |
77
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `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 |
910
| `firstName` | *JsonNullable\<String>* | :heavy_minus_sign: | The first name of the person. | Elon |
1011
| `lastName` | *JsonNullable\<String>* | :heavy_minus_sign: | The last name of the person. | Musk |
1112
| `middleName` | *JsonNullable\<String>* | :heavy_minus_sign: | Middle name of the person. | D. |

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
groupId=com.apideck
22
artifactId=unify
3-
version=0.10.0
3+
version=0.10.1

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public String resolvedServerUrl() {
3232
}
3333
public int serverIdx = 0;
3434
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";
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",

0 commit comments

Comments
 (0)