Skip to content

Commit 9a89e20

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.550.0
1 parent 61589b1 commit 9a89e20

File tree

12 files changed

+36
-26
lines changed

12 files changed

+36
-26
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: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
33
management:
4-
docChecksum: 2f671cc880aa8a44f89be704777c5dc2
4+
docChecksum: 0e7dd32640341faad744619051bbb3fe
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.549.1
7-
generationVersion: 2.607.1
8-
releaseVersion: 3.1.7
9-
configChecksum: 18130113bce57877f148963765cc361c
6+
speakeasyVersion: 1.550.0
7+
generationVersion: 2.610.0
8+
releaseVersion: 3.1.8
9+
configChecksum: 457ac388416071695477191c4fdd5c49
1010
repoURL: https://github.com/hathora/cloud-sdk-java.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.549.1
1+
speakeasyVersion: 1.550.0
22
sources:
33
java-source:
44
sourceNamespace: java-source
5-
sourceRevisionDigest: sha256:77d215d834cdb2e044fd446c67bf8ed2cd03f469c3dd0f426c72a708f09231a4
6-
sourceBlobDigest: sha256:842bc47b563de8dfccb9cd344a9adbb1599a5b394c692e3afd30aad7f869e9e9
5+
sourceRevisionDigest: sha256:4bd02cba38dd0924a2c36f7ab9e3192e9217f662f1f1dfb6f448d3292f6baf8d
6+
sourceBlobDigest: sha256:cf474b64da154302d2fd12b2f60c31bad84ceb2d89aa94b74ce02722532ca75e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747944349
9+
- speakeasy-sdk-regen-1748020810
1010
- 0.0.1
1111
targets:
1212
hathora-java:
1313
source: java-source
1414
sourceNamespace: java-source
15-
sourceRevisionDigest: sha256:77d215d834cdb2e044fd446c67bf8ed2cd03f469c3dd0f426c72a708f09231a4
16-
sourceBlobDigest: sha256:842bc47b563de8dfccb9cd344a9adbb1599a5b394c692e3afd30aad7f869e9e9
15+
sourceRevisionDigest: sha256:4bd02cba38dd0924a2c36f7ab9e3192e9217f662f1f1dfb6f448d3292f6baf8d
16+
sourceBlobDigest: sha256:cf474b64da154302d2fd12b2f60c31bad84ceb2d89aa94b74ce02722532ca75e
1717
codeSamplesNamespace: code-samples-java-hathora-java
18-
codeSamplesRevisionDigest: sha256:3280c00ef97996498753c68696930e6e058c24d4fde4a3b79b7244e4d173c329
18+
codeSamplesRevisionDigest: sha256:d478fe81787478bf73b590be33027a998e64c3fc4a527a46ea264d82bd74be80
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
@@ -36,15 +36,15 @@ The samples below show how a published SDK artifact is used:
3636

3737
Gradle:
3838
```groovy
39-
implementation 'dev.hathora:cloud-sdk:3.1.7'
39+
implementation 'dev.hathora:cloud-sdk:3.1.8'
4040
```
4141

4242
Maven:
4343
```xml
4444
<dependency>
4545
<groupId>dev.hathora</groupId>
4646
<artifactId>cloud-sdk</artifactId>
47-
<version>3.1.7</version>
47+
<version>3.1.8</version>
4848
</dependency>
4949
```
5050

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,4 +1129,14 @@ Based on:
11291129
### Generated
11301130
- [java v3.1.7] .
11311131
### Releases
1132-
- [Maven Central v3.1.7] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.1.7 - .
1132+
- [Maven Central v3.1.7] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.1.7 - .
1133+
1134+
## 2025-05-23 17:19:52
1135+
### Changes
1136+
Based on:
1137+
- OpenAPI Doc
1138+
- Speakeasy CLI 1.550.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1139+
### Generated
1140+
- [java v3.1.8] .
1141+
### Releases
1142+
- [Maven Central v3.1.8] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.1.8 - .

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing {
103103
// https://github.com/gradle/gradle/issues/18619
104104
groupId = "dev.hathora"
105105
artifactId = "cloud-sdk"
106-
version = "3.1.7"
106+
version = "3.1.8"
107107

108108
from components.java
109109

docs/sdks/appsv1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public class Application {
127127

128128
| Error Type | Status Code | Content Type |
129129
| ---------------------- | ---------------------- | ---------------------- |
130-
| models/errors/ApiError | 401, 404, 429 | application/json |
130+
| models/errors/ApiError | 401, 404, 422, 429 | application/json |
131131
| models/errors/ApiError | 500 | application/json |
132132
| models/errors/SDKError | 4XX, 5XX | \*/\* |
133133

docs/sdks/appsv2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public class Application {
125125

126126
| Error Type | Status Code | Content Type |
127127
| ---------------------- | ---------------------- | ---------------------- |
128-
| models/errors/ApiError | 401, 404, 429 | application/json |
128+
| models/errors/ApiError | 401, 404, 422, 429 | application/json |
129129
| models/errors/ApiError | 500 | application/json |
130130
| models/errors/SDKError | 4XX, 5XX | \*/\* |
131131

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
baseServerURL: ""
1616
flattenGlobalSecurity: true
1717
java:
18-
version: 3.1.7
18+
version: 3.1.8
1919
additionalDependencies:
2020
- testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.1
2121
- testRuntimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
groupId=dev.hathora
22
artifactId=cloud-sdk
3-
version=3.1.7
3+
version=3.1.8

src/main/java/dev/hathora/cloud_sdk/AppsV1.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public DeleteAppV1DeprecatedResponse deleteAppV1Deprecated(
306306
HttpResponse<InputStream> _httpRes;
307307
try {
308308
_httpRes = _client.send(_r);
309-
if (Utils.statusCodeMatches(_httpRes.statusCode(), "401", "404", "429", "4XX", "500", "5XX")) {
309+
if (Utils.statusCodeMatches(_httpRes.statusCode(), "401", "404", "422", "429", "4XX", "500", "5XX")) {
310310
_httpRes = sdkConfiguration.hooks()
311311
.afterError(
312312
new AfterErrorContextImpl(
@@ -354,7 +354,7 @@ public DeleteAppV1DeprecatedResponse deleteAppV1Deprecated(
354354
// no content
355355
return _res;
356356
}
357-
if (Utils.statusCodeMatches(_httpRes.statusCode(), "401", "404", "429")) {
357+
if (Utils.statusCodeMatches(_httpRes.statusCode(), "401", "404", "422", "429")) {
358358
if (Utils.contentTypeMatches(_contentType, "application/json")) {
359359
ApiError _out = Utils.mapper().readValue(
360360
Utils.toUtf8AndClose(_httpRes.body()),

0 commit comments

Comments
 (0)