Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.468.6
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 15, 2025
1 parent 48a167c commit c1a1581
Show file tree
Hide file tree
Showing 25 changed files with 817 additions and 170 deletions.
49 changes: 28 additions & 21 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: 42b2f02d9a957fd022003d721821201e
docChecksum: 4e5d6bf648df8a38de388af5e97cd1a7
docVersion: 0.0.1
speakeasyVersion: 1.465.0
generationVersion: 2.486.6
releaseVersion: 2.13.0
configChecksum: 439e6ab1fab1704e107a800109d342cd
speakeasyVersion: 1.468.6
generationVersion: 2.493.13
releaseVersion: 2.13.1
configChecksum: 9c6d423eb477a3d92f9fc19469533440
repoURL: https://github.com/hathora/cloud-sdk-java.git
repoSubDirectory: .
published: true
Expand All @@ -30,7 +30,6 @@ features:
unions: 0.0.6
generatedFiles:
- .gitattributes
- CONTRIBUTING.md
- USAGE.md
- build.gradle
- docs/models/errors/ApiError.md
Expand Down Expand Up @@ -384,6 +383,7 @@ generatedFiles:
- docs/models/shared/RescindUserInvite.md
- docs/models/shared/Room.md
- docs/models/shared/RoomAllocation.md
- docs/models/shared/RoomAllocationData.md
- docs/models/shared/RoomConnectionData.md
- docs/models/shared/RoomReadyStatus.md
- docs/models/shared/RoomStatus.md
Expand Down Expand Up @@ -936,6 +936,7 @@ generatedFiles:
- src/main/java/dev/hathora/cloud_sdk/models/shared/RescindUserInvite.java
- src/main/java/dev/hathora/cloud_sdk/models/shared/Room.java
- src/main/java/dev/hathora/cloud_sdk/models/shared/RoomAllocation.java
- src/main/java/dev/hathora/cloud_sdk/models/shared/RoomAllocationData.java
- src/main/java/dev/hathora/cloud_sdk/models/shared/RoomConnectionData.java
- src/main/java/dev/hathora/cloud_sdk/models/shared/RoomReadyStatus.java
- src/main/java/dev/hathora/cloud_sdk/models/shared/RoomStatus.java
Expand Down Expand Up @@ -1002,10 +1003,10 @@ examples:
CreateAppV1Deprecated:
speakeasy-default-create-app-v1-deprecated:
requestBody:
application/json: {"appName": "minecraft"}
application/json: {"appName": "minecraft", "authConfiguration": {}}
responses:
"201":
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "createdAt": "2023-02-17T14:23:22.535Z", "createdBy": "[email protected]", "deletedAt": "2022-04-02T22:47:49.404Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "authConfiguration": {}, "createdAt": "2023-02-17T14:23:22.535Z", "createdBy": "[email protected]", "deletedAt": "2022-04-02T22:47:49.404Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
"401":
application/json: {"message": "<value>"}
DeleteAppV1Deprecated:
Expand All @@ -1023,7 +1024,7 @@ examples:
appId: "app-af469a92-5b45-4565-b3c4-b79878de67d2"
responses:
"200":
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "createdAt": "2022-07-24T20:16:34.762Z", "createdBy": "[email protected]", "deletedAt": "2024-04-08T13:25:03.801Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "authConfiguration": {}, "createdAt": "2022-07-24T20:16:34.762Z", "createdBy": "[email protected]", "deletedAt": "2024-04-08T13:25:03.801Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
"401":
application/json: {"message": "<value>"}
GetAppsV1Deprecated:
Expand All @@ -1039,10 +1040,10 @@ examples:
path:
appId: "app-af469a92-5b45-4565-b3c4-b79878de67d2"
requestBody:
application/json: {"appName": "minecraft"}
application/json: {"appName": "minecraft", "authConfiguration": {}}
responses:
"200":
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "createdAt": "2022-12-19T03:26:23.125Z", "createdBy": "[email protected]", "deletedAt": "2023-06-24T16:26:05.711Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "authConfiguration": {}, "createdAt": "2022-12-19T03:26:23.125Z", "createdBy": "[email protected]", "deletedAt": "2023-06-24T16:26:05.711Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
"401":
application/json: {"message": "<value>"}
CreateApp:
Expand All @@ -1051,10 +1052,10 @@ examples:
query:
orgId: "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"
requestBody:
application/json: {"appName": "minecraft"}
application/json: {"appName": "minecraft", "authConfiguration": {}}
responses:
"201":
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "createdAt": "2024-03-25T14:27:17.124Z", "createdBy": "[email protected]", "deletedAt": "2022-12-21T05:01:10.685Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "authConfiguration": {}, "createdAt": "2024-03-25T14:27:17.124Z", "createdBy": "[email protected]", "deletedAt": "2022-12-21T05:01:10.685Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
"401":
application/json: {"message": "<value>"}
DeleteApp:
Expand All @@ -1072,7 +1073,7 @@ examples:
appId: "app-af469a92-5b45-4565-b3c4-b79878de67d2"
responses:
"200":
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "createdAt": "2023-02-18T07:51:03.251Z", "createdBy": "[email protected]", "deletedAt": "2023-09-09T14:12:49.427Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "authConfiguration": {}, "createdAt": "2023-02-18T07:51:03.251Z", "createdBy": "[email protected]", "deletedAt": "2023-09-09T14:12:49.427Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
"401":
application/json: {"message": "<value>"}
GetApps:
Expand All @@ -1091,10 +1092,10 @@ examples:
path:
appId: "app-af469a92-5b45-4565-b3c4-b79878de67d2"
requestBody:
application/json: {"appName": "minecraft"}
application/json: {"appName": "minecraft", "authConfiguration": {}}
responses:
"200":
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "createdAt": "2022-08-09T16:09:30.566Z", "createdBy": "[email protected]", "deletedAt": "2022-06-04T01:44:27.157Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
application/json: {"appId": "app-af469a92-5b45-4565-b3c4-b79878de67d2", "appName": "minecraft", "appSecret": "secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39", "authConfiguration": {}, "createdAt": "2022-08-09T16:09:30.566Z", "createdBy": "[email protected]", "deletedAt": "2022-06-04T01:44:27.157Z", "deletedBy": "[email protected]", "orgId": "org-6f706e83-0ec1-437a-9a46-7d4281eb2f39"}
"401":
application/json: {"message": "<value>"}
LoginAnonymous:
Expand Down Expand Up @@ -1320,10 +1321,13 @@ examples:
path:
buildId: 1
appId: "app-af469a92-5b45-4565-b3c4-b79878de67d2"
requestBody:
multipart/form-data: {}
responses:
"400":
application/json: {"message": "<value>"}
"200": {}
"200":
application/octet-stream: "x-file: example.file"
CreateBuild:
speakeasy-default-create-build:
parameters:
Expand Down Expand Up @@ -1380,7 +1384,8 @@ examples:
responses:
"400":
application/json: {"message": "<value>"}
"200": {}
"200":
application/octet-stream: "x-file: example.file"
CreateDeploymentV1Deprecated:
speakeasy-default-create-deployment-v1-deprecated:
parameters:
Expand Down Expand Up @@ -1705,7 +1710,8 @@ examples:
responses:
"400":
application/json: {"message": "<value>"}
"200": {}
"200":
application/octet-stream: "x-file: example.file"
GetLogsForApp:
speakeasy-default-get-logs-for-app:
parameters:
Expand Down Expand Up @@ -1740,7 +1746,8 @@ examples:
responses:
"400":
application/json: {"message": "<value>"}
"200": {}
"200":
application/octet-stream: "x-file: example.file"
SendVerificationEmail:
speakeasy-default-send-verification-email:
requestBody:
Expand Down Expand Up @@ -2014,7 +2021,7 @@ examples:
appId: "app-af469a92-5b45-4565-b3c4-b79878de67d2"
responses:
"200":
application/json: {"host": "functional-bran.org", "port": "963.07", "roomId": "2swovpy1fnunu", "status": "active", "transportType": "udp"}
application/json: {"host": "functional-bran.org", "port": 963.07, "roomId": "2swovpy1fnunu", "status": "active", "transportType": "udp"}
"400":
application/json: {"message": "<value>"}
GetInactiveRoomsForProcessDeprecated:
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.465.0
speakeasyVersion: 1.468.6
sources:
java-source:
sourceNamespace: java-source
sourceRevisionDigest: sha256:41ac8939fc7a1a5a6e938dd99c360bac2cb95a987aabbb356943de6d66e0912a
sourceBlobDigest: sha256:46ad59e03eb03392e0c897c123ed61adc2d9b22c09952ffe527e4ee3c110632e
sourceRevisionDigest: sha256:8637e8caf0bcb0f1128f202849f6b61761b5c9980d18cb77bf6d8c2c5b7d60d2
sourceBlobDigest: sha256:0a75c4ea5159b6dd0d815330508a44ddc774265735768cf4849b2ebc345e47c9
tags:
- latest
- speakeasy-sdk-regen-1736294866
- speakeasy-sdk-regen-1736899644
- 0.0.1
targets:
hathora-java:
source: java-source
sourceNamespace: java-source
sourceRevisionDigest: sha256:41ac8939fc7a1a5a6e938dd99c360bac2cb95a987aabbb356943de6d66e0912a
sourceBlobDigest: sha256:46ad59e03eb03392e0c897c123ed61adc2d9b22c09952ffe527e4ee3c110632e
sourceRevisionDigest: sha256:8637e8caf0bcb0f1128f202849f6b61761b5c9980d18cb77bf6d8c2c5b7d60d2
sourceBlobDigest: sha256:0a75c4ea5159b6dd0d815330508a44ddc774265735768cf4849b2ebc345e47c9
codeSamplesNamespace: code-samples-java-hathora-java
codeSamplesRevisionDigest: sha256:99adf7dcd87d4b3d7e4d7589624865a6c13899a353d73501be8eadca42f25aac
codeSamplesRevisionDigest: sha256:6b48d902bad7a5ceb636bac48bbeea3ef9f2c1a6cd06fd6855cdd930d8112d84
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 @@ -36,15 +36,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'dev.hathora:cloud-sdk:2.13.0'
implementation 'dev.hathora:cloud-sdk:2.13.1'
```

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

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

## 2025-01-15 00:07:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.468.6 (2.493.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v2.13.1] .
### Releases
- [Maven Central v2.13.1] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/2.13.1 - .
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.13.0"
version = "2.13.1"

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

from components.java

Expand Down
Loading

0 comments on commit c1a1581

Please sign in to comment.