Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.423.5
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 31, 2024
1 parent ea4244e commit 1ce137f
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 811 deletions.
18 changes: 5 additions & 13 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 1b06df09-5141-4b14-b0b7-5415dbf16cfb
management:
docChecksum: f979120c4d53a579602f5709907e5abe
docChecksum: 83ae53941fd703d9ce4034ec1d57c1e8
docVersion: 0.0.1
speakeasyVersion: 1.423.2
generationVersion: 2.442.11
releaseVersion: 2.10.8
configChecksum: 314d84c6ef245de518a91c53b2f4fce5
speakeasyVersion: 1.423.5
generationVersion: 2.445.1
releaseVersion: 2.10.9
configChecksum: 0c1446ea5603afbd91bb798ecce16dbb
repoURL: https://github.com/hathora/cloud-sdk-typescript.git
installationURL: https://github.com/hathora/cloud-sdk-typescript
published: true
Expand Down Expand Up @@ -289,10 +289,6 @@ generatedFiles:
- docs/models/operations/getlobbyinfobyshortcoderequest.md
- docs/models/operations/getlobbyinfoglobals.md
- docs/models/operations/getlobbyinforequest.md
- docs/models/operations/getlogsforappglobals.md
- docs/models/operations/getlogsforapprequest.md
- docs/models/operations/getlogsfordeploymentglobals.md
- docs/models/operations/getlogsfordeploymentrequest.md
- docs/models/operations/getlogsforprocessglobals.md
- docs/models/operations/getlogsforprocessrequest.md
- docs/models/operations/getmetricsdeprecatedglobals.md
Expand Down Expand Up @@ -463,8 +459,6 @@ generatedFiles:
- src/funcs/lobbiesV3GetLobbyInfoByShortCode.ts
- src/funcs/lobbiesV3ListActivePublicLobbies.ts
- src/funcs/logsV1DownloadLogForProcess.ts
- src/funcs/logsV1GetLogsForApp.ts
- src/funcs/logsV1GetLogsForDeployment.ts
- src/funcs/logsV1GetLogsForProcess.ts
- src/funcs/managementV1SendVerificationEmail.ts
- src/funcs/metricsV1GetMetricsDeprecated.ts
Expand Down Expand Up @@ -689,8 +683,6 @@ generatedFiles:
- src/models/operations/getlobbyinfo.ts
- src/models/operations/getlobbyinfobyroomid.ts
- src/models/operations/getlobbyinfobyshortcode.ts
- src/models/operations/getlogsforapp.ts
- src/models/operations/getlogsfordeployment.ts
- src/models/operations/getlogsforprocess.ts
- src/models/operations/getmetricsdeprecated.ts
- src/models/operations/getorgmembers.ts
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.423.2
speakeasyVersion: 1.423.5
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:93f16c59c46b705485c6ca3b7b41cb5929cc476219b4d5c5cd3c701cb6afb479
sourceBlobDigest: sha256:48b89363b168180bb89e43d72cb65fa14cea1278973f0eab5284d64c4be416ad
sourceRevisionDigest: sha256:7b17585a296d8bcf4895f1d24e46387db47594390bc9cf2e6b8d1debcdda5060
sourceBlobDigest: sha256:0e16ce9aaa07e858d7c86259cef36b8abf8e4a92edce30c9c7f89dd4dd23f638
tags:
- latest
- main
targets:
hathora-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:93f16c59c46b705485c6ca3b7b41cb5929cc476219b4d5c5cd3c701cb6afb479
sourceBlobDigest: sha256:48b89363b168180bb89e43d72cb65fa14cea1278973f0eab5284d64c4be416ad
sourceRevisionDigest: sha256:7b17585a296d8bcf4895f1d24e46387db47594390bc9cf2e6b8d1debcdda5060
sourceBlobDigest: sha256:0e16ce9aaa07e858d7c86259cef36b8abf8e4a92edce30c9c7f89dd4dd23f638
codeSamplesNamespace: code-samples-typescript-hathora-typescript
codeSamplesRevisionDigest: sha256:adfd263081057136b57979877dabca43921971b955cbf239de9b54f85db581f4
codeSamplesRevisionDigest: sha256:a04681eac56ed5af947516a86cb00bd53689f0bb53c63152f1ba917bd301c706
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,8 @@ Deleting a build that is actively build used by an app's deployment will cause f

### [logsV1](docs/sdks/logsv1/README.md)

* [~~getLogsForApp~~](docs/sdks/logsv1/README.md#getlogsforapp) - Returns a stream of logs for an [application](https://hathora.dev/docs/concepts/hathora-entities#application) using `appId`. :warning: **Deprecated**
* [getLogsForProcess](docs/sdks/logsv1/README.md#getlogsforprocess) - Returns a stream of logs for a [process](https://hathora.dev/docs/concepts/hathora-entities#process) using `appId` and `processId`.
* [downloadLogForProcess](docs/sdks/logsv1/README.md#downloadlogforprocess) - Download entire log file for a stopped process.
* [~~getLogsForDeployment~~](docs/sdks/logsv1/README.md#getlogsfordeployment) - Returns a stream of logs for a [deployment](https://hathora.dev/docs/concepts/hathora-entities#deployment) using `appId` and `deploymentId`. :warning: **Deprecated**

### [managementV1](docs/sdks/managementv1/README.md)

Expand Down Expand Up @@ -669,8 +667,6 @@ Deleting a build that is actively build used by an app's deployment will cause f
- ~~[`lobbiesV2GetLobbyInfo`](docs/sdks/lobbiesv2/README.md#getlobbyinfo)~~ - Get details for a lobby. :warning: **Deprecated**
- ~~[`lobbiesV2ListActivePublicLobbiesDeprecatedV2`](docs/sdks/lobbiesv2/README.md#listactivepubliclobbiesdeprecatedv2)~~ - Get all active lobbies for a an [application](https://hathora.dev/docs/concepts/hathora-entities#application). Filter by optionally passing in a `region`. Use this endpoint to display all public lobbies that a player can join in the game client. :warning: **Deprecated**
- ~~[`lobbiesV2SetLobbyState`](docs/sdks/lobbiesv2/README.md#setlobbystate)~~ - Set the state of a lobby. State is intended to be set by the server and must be smaller than 1MB. Use this endpoint to store match data like live player count to enforce max number of clients or persist end-game data (i.e. winner or final scores). :warning: **Deprecated**
- ~~[`logsV1GetLogsForApp`](docs/sdks/logsv1/README.md#getlogsforapp)~~ - Returns a stream of logs for an [application](https://hathora.dev/docs/concepts/hathora-entities#application) using `appId`. :warning: **Deprecated**
- ~~[`logsV1GetLogsForDeployment`](docs/sdks/logsv1/README.md#getlogsfordeployment)~~ - Returns a stream of logs for a [deployment](https://hathora.dev/docs/concepts/hathora-entities#deployment) using `appId` and `deploymentId`. :warning: **Deprecated**
- ~~[`metricsV1GetMetricsDeprecated`](docs/sdks/metricsv1/README.md#getmetricsdeprecated)~~ - Get metrics for a [process](https://hathora.dev/docs/concepts/hathora-entities#process) using `appId` and `processId`. :warning: **Deprecated**
- ~~[`processesV1GetProcessInfoDeprecated`](docs/sdks/processesv1/README.md#getprocessinfodeprecated)~~ - Get details for a [process](https://hathora.dev/docs/concepts/hathora-entities#process). :warning: **Deprecated**
- ~~[`processesV1GetRunningProcesses`](docs/sdks/processesv1/README.md#getrunningprocesses)~~ - Retrieve 10 most recently started [process](https://hathora.dev/docs/concepts/hathora-entities#process) objects for an [application](https://hathora.dev/docs/concepts/hathora-entities#application). Filter the array by optionally passing in a `region`. :warning: **Deprecated**
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,4 +710,14 @@ Based on:
### Generated
- [typescript v2.10.8] .
### Releases
- [NPM v2.10.8] https://www.npmjs.com/package/@hathora/cloud-sdk-typescript/v/2.10.8 - .
- [NPM v2.10.8] https://www.npmjs.com/package/@hathora/cloud-sdk-typescript/v/2.10.8 - .

## 2024-10-31 00:15:17
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.423.5 (2.445.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v2.10.9] .
### Releases
- [NPM v2.10.9] https://www.npmjs.com/package/@hathora/cloud-sdk-typescript/v/2.10.9 - .
15 changes: 0 additions & 15 deletions docs/models/operations/getlogsforappglobals.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/models/operations/getlogsforapprequest.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/models/operations/getlogsfordeploymentglobals.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/models/operations/getlogsfordeploymentrequest.md

This file was deleted.

Loading

0 comments on commit 1ce137f

Please sign in to comment.