Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.434.6
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 8, 2024
1 parent a5c9131 commit c71684f
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 20 deletions.
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 7b361cb9-7960-4aa9-aefb-1d3ff2bbe54b
management:
docChecksum: 35379ef2a587c306c931c0c2e615a982
docChecksum: bfa4946b490fdca2f1007eca2c488a3f
docVersion: 0.0.1
speakeasyVersion: 1.425.3
generationVersion: 2.446.5
releaseVersion: 2.10.13
configChecksum: 600746fdd823bccec1bd5f68e2921caf
speakeasyVersion: 1.434.6
generationVersion: 2.452.0
releaseVersion: 2.10.14
configChecksum: f334376e7fa44bf241d4294fba7b13d4
repoURL: https://github.com/hathora/cloud-sdk-java.git
repoSubDirectory: .
published: true
Expand All @@ -26,7 +26,7 @@ features:
methodSecurity: 2.82.1
nullables: 0.1.0
sdkHooks: 0.1.0
unions: 0.0.5
unions: 0.0.6
generatedFiles:
- .gitattributes
- CONTRIBUTING.md
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.425.3
speakeasyVersion: 1.434.6
sources:
java-source:
sourceNamespace: java-source
sourceRevisionDigest: sha256:2f8cc7efb1274fc281a09970ff9765cdd966912af532e7d47d1333fc7a1eb98e
sourceBlobDigest: sha256:501b059979280d869a3e1a524597bfca46dc28e18023e63cad0fdf1ba1061442
sourceRevisionDigest: sha256:357acfbd27e09e9494d9c305264d5af9aeffeaf10dadff9630b787ea7a4eabf7
sourceBlobDigest: sha256:0a0a4f688111af52e19ad94595b5a7affd98fae905a1f77743b94a9f0f91b59f
tags:
- latest
- main
targets:
hathora-java:
source: java-source
sourceNamespace: java-source
sourceRevisionDigest: sha256:2f8cc7efb1274fc281a09970ff9765cdd966912af532e7d47d1333fc7a1eb98e
sourceBlobDigest: sha256:501b059979280d869a3e1a524597bfca46dc28e18023e63cad0fdf1ba1061442
sourceRevisionDigest: sha256:357acfbd27e09e9494d9c305264d5af9aeffeaf10dadff9630b787ea7a4eabf7
sourceBlobDigest: sha256:0a0a4f688111af52e19ad94595b5a7affd98fae905a1f77743b94a9f0f91b59f
codeSamplesNamespace: code-samples-java-hathora-java
codeSamplesRevisionDigest: sha256:4b028411c9b1da917908a28d0ce5215bac95581d6b06df01fd2fcf8798bef35f
codeSamplesRevisionDigest: sha256:eb35ee3aa0b0c87983254ffc9ff55e7a6b1ad1c05ef20f05e0397e920b3586b9
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'dev.hathora:cloud-sdk:2.10.13'
implementation 'dev.hathora:cloud-sdk:2.10.14'
```

Maven:
```xml
<dependency>
<groupId>dev.hathora</groupId>
<artifactId>cloud-sdk</artifactId>
<version>2.10.13</version>
<version>2.10.14</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,4 +829,14 @@ Based on:
### Generated
- [java v2.10.13] .
### Releases
- [Maven Central v2.10.13] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.13 - .
- [Maven Central v2.10.13] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.13 - .

## 2024-11-08 00:07:12
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.434.6 (2.452.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v2.10.14] .
### Releases
- [Maven Central v2.10.14] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.10.14 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}

group = "dev.hathora"
version = "2.10.13"
version = "2.10.14"

sourcesJar {
archiveBaseName = "cloud-sdk"
Expand Down Expand Up @@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dev.hathora'
artifactId = 'cloud-sdk'
version = '2.10.13'
version = '2.10.14'

from components.java

Expand Down
3 changes: 2 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ generation:
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
baseServerURL: ""
flattenGlobalSecurity: true
java:
version: 2.10.13
version: 2.10.14
additionalDependencies:
- testImplementation:org.junit.jupiter:junit-jupiter-api:5.8.1
- testRuntimeOnly:org.junit.jupiter:junit-jupiter-engine:5.8.1
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/dev/hathora/cloud_sdk/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "0.0.1";
public static final String SDK_VERSION = "2.10.13";
public static final String GEN_VERSION = "2.446.5";
public static final String SDK_VERSION = "2.10.14";
public static final String GEN_VERSION = "2.452.0";
private static final String BASE_PACKAGE = "dev.hathora.cloud_sdk";
public static final String USER_AGENT =
String.format("speakeasy-sdk/%s %s %s %s %s",
Expand Down

0 comments on commit c71684f

Please sign in to comment.