Skip to content

Commit c595e88

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.27.6 (#79)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.658.2 * 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 980f066 commit c595e88

File tree

7 files changed

+29
-19
lines changed

7 files changed

+29
-19
lines changed

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

Lines changed: 5 additions & 5 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: b766d9ca887b04899e77f724c613fe8d
4+
docChecksum: 4d3762f1431f5a9416d23130ae5bddef
55
docVersion: 10.21.15
6-
speakeasyVersion: 1.658.1
7-
generationVersion: 2.755.6
8-
releaseVersion: 0.27.5
9-
configChecksum: e2f05ef22e75b8d862157dcf19f7cbad
6+
speakeasyVersion: 1.658.2
7+
generationVersion: 2.755.9
8+
releaseVersion: 0.27.6
9+
configChecksum: 222168d62574e76fde931b16441bb719
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.5
28+
version: 0.27.6
2929
additionalDependencies: []
3030
additionalPlugins: []
3131
artifactID: unify

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.658.1
1+
speakeasyVersion: 1.658.2
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
6-
sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
5+
sourceRevisionDigest: sha256:38731f59ebe557d903d2922559804cbd1fc1708d59db53f824e018b9fdf9975b
6+
sourceBlobDigest: sha256:cd8d4014fea095312cdfd23c454c99a2db4465ddcfcb7123b65095b6da53d2d9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763370094
9+
- speakeasy-sdk-regen-1763537230
1010
- 10.21.15
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
16-
sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
15+
sourceRevisionDigest: sha256:38731f59ebe557d903d2922559804cbd1fc1708d59db53f824e018b9fdf9975b
16+
sourceBlobDigest: sha256:cd8d4014fea095312cdfd23c454c99a2db4465ddcfcb7123b65095b6da53d2d9
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:bcde32594b110df047efd030813f7532d4430033cf3564d23ca163bc8a013f25
18+
codeSamplesRevisionDigest: sha256:c440332349144fc109ccc3411ae9090ee8cee42d9e519370f2715068950f8d25
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.5'
53+
implementation 'com.apideck:unify:0.27.6'
5454
```
5555

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

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,4 +608,14 @@ Based on:
608608
### Generated
609609
- [java v0.27.5] .
610610
### Releases
611-
- [Maven Central v0.27.5] https://central.sonatype.com/artifact/com.apideck/unify/0.27.5 - .
611+
- [Maven Central v0.27.5] https://central.sonatype.com/artifact/com.apideck/unify/0.27.5 - .
612+
613+
## 2025-11-19 07:26:45
614+
### Changes
615+
Based on:
616+
- OpenAPI Doc
617+
- Speakeasy CLI 1.658.2 (2.755.9) https://github.com/speakeasy-api/speakeasy
618+
### Generated
619+
- [java v0.27.6] .
620+
### Releases
621+
- [Maven Central v0.27.6] https://central.sonatype.com/artifact/com.apideck/unify/0.27.6 - .

β€Ž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.5
3+
version=0.27.6
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
@@ -21,8 +21,8 @@ public class SDKConfiguration {
2121

2222
private static final String LANGUAGE = "java";
2323
public static final String OPENAPI_DOC_VERSION = "10.21.15";
24-
public static final String SDK_VERSION = "0.27.5";
25-
public static final String GEN_VERSION = "2.755.6";
24+
public static final String SDK_VERSION = "0.27.6";
25+
public static final String GEN_VERSION = "2.755.9";
2626
private static final String BASE_PACKAGE = "com.apideck.unify";
2727
public static final String USER_AGENT =
2828
String.format("speakeasy-sdk/%s %s %s %s %s",

0 commit comments

Comments
Β (0)