Skip to content

Commit

Permalink
Merge pull request #49 from hathora/speakeasy-sdk-regen-1729097132
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 2.10.2
  • Loading branch information
gwprice115 authored Oct 16, 2024
2 parents 28d274c + 44f9fe0 commit 2469b06
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 15 deletions.
9 changes: 6 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 1b06df09-5141-4b14-b0b7-5415dbf16cfb
management:
docChecksum: fa904454ed510a65df81ad72c427e3c0
docVersion: 0.0.1
speakeasyVersion: 1.418.2
speakeasyVersion: 1.418.4
generationVersion: 2.438.3
releaseVersion: 2.10.1
configChecksum: ccacef80d0460a397395355923862fd2
releaseVersion: 2.10.2
configChecksum: b8551f3b07c36326a01eb9a1519d2f8c
repoURL: https://github.com/hathora/cloud-sdk-typescript.git
installationURL: https://github.com/hathora/cloud-sdk-typescript
published: true
Expand Down Expand Up @@ -1961,6 +1961,7 @@ examples:
responses:
"401":
application/json: {"message": "<value>"}
"200": {}
GetMetricsDeprecated:
speakeasy-default-get-metrics-deprecated:
parameters:
Expand All @@ -1971,6 +1972,7 @@ examples:
responses:
"401":
application/json: {"message": "<value>"}
"200": {}
GetFleetMetrics:
speakeasy-default-get-fleet-metrics:
parameters:
Expand All @@ -1982,3 +1984,4 @@ examples:
responses:
"404":
application/json: {"message": "<value>"}
"200": {}
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.418.2
speakeasyVersion: 1.418.4
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:e9f32f18f826452927424a6276adbbb5f69c968a8296d0ce869fe1bbc4786973
sourceRevisionDigest: sha256:34a86c118debb560c05d0102488a95ffd9e87bbf2eeaa09d5ca3734927653c03
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
hathora-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:e9f32f18f826452927424a6276adbbb5f69c968a8296d0ce869fe1bbc4786973
sourceRevisionDigest: sha256:34a86c118debb560c05d0102488a95ffd9e87bbf2eeaa09d5ca3734927653c03
sourceBlobDigest: sha256:6cfbc7a083687d34b73b414094de5fdfbbc82c68369795dc78804246b7eeff08
codeSamplesNamespace: code-samples-typescript-hathora-typescript
codeSamplesRevisionDigest: sha256:176d82c63506635c244948b8de0cb2e7cb15f2fe3190e78556eebc417d0df6fa
codeSamplesRevisionDigest: sha256:d92d30a220fc6ee84b26ef38c7bff5813867bdb4d944727038348b3afecbd08f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,4 +640,14 @@ Based on:
### Generated
- [typescript v2.10.1] .
### Releases
- [NPM v2.10.1] https://www.npmjs.com/package/@hathora/cloud-sdk-typescript/v/2.10.1 - .
- [NPM v2.10.1] https://www.npmjs.com/package/@hathora/cloud-sdk-typescript/v/2.10.1 - .

## 2024-10-16 16:45:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.418.4 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v2.10.2] .
### Releases
- [NPM v2.10.2] https://www.npmjs.com/package/@hathora/cloud-sdk-typescript/v/2.10.2 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ management:
generationVersion: 2.188.3
speakeasyVersion: 1.120.0
typescript:
version: 2.10.1
version: 2.10.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@hathora/cloud-sdk-typescript",
"version": "2.10.1",
"version": "2.10.2",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hathora/cloud-sdk-typescript",
"version": "2.10.1",
"version": "2.10.2",
"author": "Hathora",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.1",
sdkVersion: "2.10.1",
sdkVersion: "2.10.2",
genVersion: "2.438.3",
userAgent:
"speakeasy-sdk/typescript 2.10.1 2.438.3 0.0.1 @hathora/cloud-sdk-typescript",
"speakeasy-sdk/typescript 2.10.2 2.438.3 0.0.1 @hathora/cloud-sdk-typescript",
} as const;

0 comments on commit 2469b06

Please sign in to comment.