Skip to content

Commit a31f77f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.0
1 parent 3cd0e15 commit a31f77f

File tree

27 files changed

+103
-131
lines changed

27 files changed

+103
-131
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88
*.bat text eol=crlf
99

1010
# This allows generated code to be indexed correctly
11-
*.java linguist-generated=false
12-
11+
*.java linguist-generated=false

.speakeasy/gen.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
lockVersion: 2.0.0
22
id: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
33
management:
4-
docChecksum: d3da5e5be9a629a2aefa58cb328f8ac5
4+
docChecksum: 2c90156aaf74783c9422552eb6ddbc45
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.528.1
7-
generationVersion: 2.565.1
8-
releaseVersion: 3.0.2
9-
configChecksum: e6c75af22d43aca377575174746f6a3e
6+
speakeasyVersion: 1.531.0
7+
generationVersion: 2.568.2
8+
releaseVersion: 3.0.3
9+
configChecksum: 5ef273af0ffb216558fef80b039b212b
1010
repoURL: https://github.com/hathora/cloud-sdk-java.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
java:
1515
additionalDependencies: 0.1.0
1616
constsAndDefaults: 0.1.1
17-
core: 3.36.1
17+
core: 3.36.3
1818
deprecations: 2.81.1
1919
downloadStreams: 0.1.1
2020
flattening: 2.81.1
@@ -2372,5 +2372,5 @@ examples:
23722372
application/json: false
23732373
"401":
23742374
application/json: {"message": "<value>"}
2375-
examplesVersion: 1.0.0
2375+
examplesVersion: 1.0.1
23762376
generatedTests: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.528.1
1+
speakeasyVersion: 1.531.0
22
sources:
33
java-source:
44
sourceNamespace: java-source
5-
sourceRevisionDigest: sha256:9bde159e55a31816ddec6aa9284e60594ccc364e27d9e96caef26fc9e07f3ce3
6-
sourceBlobDigest: sha256:c5256fe73545ad8d69545eee87deba7595f1b0cf369c6e06a71f694676348702
5+
sourceRevisionDigest: sha256:fc21ef983b5059e77edce1fcc0c8f1cb65e4efc14a6b7f5cc381a84e75f3fa90
6+
sourceBlobDigest: sha256:d4b045de49cf680ea999494c5404fff4e9396b6d4a7e0d9eed69d2a34f74e068
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743638894
9+
- speakeasy-sdk-regen-1744157311
1010
- 0.0.1
1111
targets:
1212
hathora-java:
1313
source: java-source
1414
sourceNamespace: java-source
15-
sourceRevisionDigest: sha256:9bde159e55a31816ddec6aa9284e60594ccc364e27d9e96caef26fc9e07f3ce3
16-
sourceBlobDigest: sha256:c5256fe73545ad8d69545eee87deba7595f1b0cf369c6e06a71f694676348702
15+
sourceRevisionDigest: sha256:fc21ef983b5059e77edce1fcc0c8f1cb65e4efc14a6b7f5cc381a84e75f3fa90
16+
sourceBlobDigest: sha256:d4b045de49cf680ea999494c5404fff4e9396b6d4a7e0d9eed69d2a34f74e068
1717
codeSamplesNamespace: code-samples-java-hathora-java
18-
codeSamplesRevisionDigest: sha256:4abcd87bac931a97c8b84f070fd4e2153db8705a11703e3b8ae1f0d2cc386fbe
18+
codeSamplesRevisionDigest: sha256:9ed5a848894c225a38c08742048b9055dce28d92d5ddbe3a49c81cc02628d96f
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 8 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.0.2'
39+
implementation 'dev.hathora:cloud-sdk:3.0.3'
4040
```
4141

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

@@ -95,7 +95,6 @@ public class Application {
9595
.authConfiguration(AuthConfiguration.builder()
9696
.build())
9797
.build())
98-
.orgId("org-6f706e83-0ec1-437a-9a46-7d4281eb2f39")
9998
.call();
10099

101100
if (res.application().isPresent()) {
@@ -355,7 +354,6 @@ public class Application {
355354
.authConfiguration(AuthConfiguration.builder()
356355
.build())
357356
.build())
358-
.orgId("org-6f706e83-0ec1-437a-9a46-7d4281eb2f39")
359357
.call();
360358

361359
if (res.application().isPresent()) {
@@ -408,7 +406,6 @@ public class Application {
408406
.authConfiguration(AuthConfiguration.builder()
409407
.build())
410408
.build())
411-
.orgId("org-6f706e83-0ec1-437a-9a46-7d4281eb2f39")
412409
.call();
413410

414411
if (res.application().isPresent()) {
@@ -461,7 +458,6 @@ public class Application {
461458
.authConfiguration(AuthConfiguration.builder()
462459
.build())
463460
.build())
464-
.orgId("org-6f706e83-0ec1-437a-9a46-7d4281eb2f39")
465461
.call();
466462

467463
if (res.application().isPresent()) {
@@ -502,7 +498,6 @@ public class Application {
502498
.authConfiguration(AuthConfiguration.builder()
503499
.build())
504500
.build())
505-
.orgId("org-6f706e83-0ec1-437a-9a46-7d4281eb2f39")
506501
.call();
507502

508503
if (res.application().isPresent()) {
@@ -552,7 +547,6 @@ public class Application {
552547
.authConfiguration(AuthConfiguration.builder()
553548
.build())
554549
.build())
555-
.orgId("org-6f706e83-0ec1-437a-9a46-7d4281eb2f39")
556550
.call();
557551

558552
if (res.application().isPresent()) {

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,4 +1039,14 @@ Based on:
10391039
### Generated
10401040
- [java v3.0.2] .
10411041
### Releases
1042-
- [Maven Central v3.0.2] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.0.2 - .
1042+
- [Maven Central v3.0.2] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.0.2 - .
1043+
1044+
## 2025-04-09 00:08:14
1045+
### Changes
1046+
Based on:
1047+
- OpenAPI Doc
1048+
- Speakeasy CLI 1.531.0 (2.568.2) https://github.com/speakeasy-api/speakeasy
1049+
### Generated
1050+
- [java v3.0.3] .
1051+
### Releases
1052+
- [Maven Central v3.0.3] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.0.3 - .

USAGE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public class Application {
2626
.authConfiguration(AuthConfiguration.builder()
2727
.build())
2828
.build())
29-
.orgId("org-6f706e83-0ec1-437a-9a46-7d4281eb2f39")
3029
.call();
3130

3231
if (res.application().isPresent()) {

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.0.2"
106+
version = "3.0.3"
107107

108108
from components.java
109109

0 commit comments

Comments
 (0)