Skip to content

Commit 8b9d433

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.27.8 (#81)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.660.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 4062189 commit 8b9d433

File tree

7 files changed

+28
-18
lines changed

7 files changed

+28
-18
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 4 additions & 4 deletions
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: fec8c2730e982bf83c3099723c55988d
5-
docVersion: 10.21.16
4+
docChecksum: 32980ab2e16f23834a021f4a0220f18a
5+
docVersion: 10.21.17
66
speakeasyVersion: 1.660.0
77
generationVersion: 2.760.2
8-
releaseVersion: 0.27.7
9-
configChecksum: e91115f5d020b72fcda97e832283d71c
8+
releaseVersion: 0.27.8
9+
configChecksum: 1f65afec567b61163e7f2cf3b065062e
1010
repoURL: https://github.com/apideck-libraries/sdk-java.git
1111
published: true
1212
features:

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
java:
28-
version: 0.27.7
28+
version: 0.27.8
2929
additionalDependencies: []
3030
additionalPlugins: []
3131
artifactID: unify

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.660.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:85d0d06301e39146f69bd1c0253a1ca571e16ad9dfb1a38813e8070d58803fc8
6-
sourceBlobDigest: sha256:129482fb20633945aba7ec1c30007ea42ccab0819670f2708ad73ddaf642322a
5+
sourceRevisionDigest: sha256:de306d872a1c680564d7ffaca595bf65ca646d4451327091bfc15653cbe5f8d7
6+
sourceBlobDigest: sha256:5ec5d4ac95acd9164fc9a23aeed2a0a045c66059261d98c186f59d559d9d743c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763971802
10-
- 10.21.16
9+
- speakeasy-sdk-regen-1764064770
10+
- 10.21.17
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:85d0d06301e39146f69bd1c0253a1ca571e16ad9dfb1a38813e8070d58803fc8
16-
sourceBlobDigest: sha256:129482fb20633945aba7ec1c30007ea42ccab0819670f2708ad73ddaf642322a
15+
sourceRevisionDigest: sha256:de306d872a1c680564d7ffaca595bf65ca646d4451327091bfc15653cbe5f8d7
16+
sourceBlobDigest: sha256:5ec5d4ac95acd9164fc9a23aeed2a0a045c66059261d98c186f59d559d9d743c
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:44b6bcee4438a411e12563c6961350b0d9bceee632e86a14ce91d2dd140efe20
18+
codeSamplesRevisionDigest: sha256:d5cee4709a43897fbc3a56eb02d120dbb2c030a5c906dca4c02a724f0e6e9d45
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ The samples below show how a published SDK artifact is used:
5050

5151
Gradle:
5252
```groovy
53-
implementation 'com.apideck:unify:0.27.7'
53+
implementation 'com.apideck:unify:0.27.8'
5454
```
5555

5656
Maven:
5757
```xml
5858
<dependency>
5959
<groupId>com.apideck</groupId>
6060
<artifactId>unify</artifactId>
61-
<version>0.27.7</version>
61+
<version>0.27.8</version>
6262
</dependency>
6363
```
6464

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,4 +628,14 @@ Based on:
628628
### Generated
629629
- [java v0.27.7] .
630630
### Releases
631-
- [Maven Central v0.27.7] https://central.sonatype.com/artifact/com.apideck/unify/0.27.7 - .
631+
- [Maven Central v0.27.7] https://central.sonatype.com/artifact/com.apideck/unify/0.27.7 - .
632+
633+
## 2025-11-25 09:59:02
634+
### Changes
635+
Based on:
636+
- OpenAPI Doc
637+
- Speakeasy CLI 1.660.0 (2.760.2) https://github.com/speakeasy-api/speakeasy
638+
### Generated
639+
- [java v0.27.8] .
640+
### Releases
641+
- [Maven Central v0.27.8] https://central.sonatype.com/artifact/com.apideck/unify/0.27.8 - .

β€Žgradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
groupId=com.apideck
22
artifactId=unify
3-
version=0.27.7
3+
version=0.27.8
44
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g

β€Žsrc/main/java/com/apideck/unify/SDKConfiguration.javaβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
public class SDKConfiguration {
2121

2222
private static final String LANGUAGE = "java";
23-
public static final String OPENAPI_DOC_VERSION = "10.21.16";
24-
public static final String SDK_VERSION = "0.27.7";
23+
public static final String OPENAPI_DOC_VERSION = "10.21.17";
24+
public static final String SDK_VERSION = "0.27.8";
2525
public static final String GEN_VERSION = "2.760.2";
2626
private static final String BASE_PACKAGE = "com.apideck.unify";
2727
public static final String USER_AGENT =

0 commit comments

Comments
Β (0)