Skip to content

Commit 00aa463

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.550.0
1 parent e38d69b commit 00aa463

File tree

10 files changed

+49
-28
lines changed

10 files changed

+49
-28
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 1b06df09-5141-4b14-b0b7-5415dbf16cfb
33
management:
4-
docChecksum: 134e0d0c62e7249cbd9ef31066e1d438
4+
docChecksum: 2f671cc880aa8a44f89be704777c5dc2
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.548.4
7-
generationVersion: 2.605.6
8-
releaseVersion: 2.19.5
9-
configChecksum: 71e8fae015a2c7ed5bf8eb0a3b83abb4
6+
speakeasyVersion: 1.550.0
7+
generationVersion: 2.610.0
8+
releaseVersion: 2.19.6
9+
configChecksum: 61fd3f114b034b9d4963fbc43fd6d61d
1010
repoURL: https://github.com/hathora/cloud-sdk-typescript.git
1111
installationURL: https://github.com/hathora/cloud-sdk-typescript
1212
published: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.548.4
1+
speakeasyVersion: 1.550.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:be83c78198f6acc1cf0fef1f6762b1873d903ccfe8e79919f561775e601aea1d
6-
sourceBlobDigest: sha256:59bcadff7a68128bedeb34285f6e2f08283f6222a02b32c9e1c7c2adc047397a
5+
sourceRevisionDigest: sha256:0e2f48f91328d8fd067cb73847e05d3f551ce8cde57d04a41292d800ab867a80
6+
sourceBlobDigest: sha256:842bc47b563de8dfccb9cd344a9adbb1599a5b394c692e3afd30aad7f869e9e9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747873046
9+
- speakeasy-sdk-regen-1747959454
1010
- 0.0.1
1111
targets:
1212
hathora-typescript:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:be83c78198f6acc1cf0fef1f6762b1873d903ccfe8e79919f561775e601aea1d
16-
sourceBlobDigest: sha256:59bcadff7a68128bedeb34285f6e2f08283f6222a02b32c9e1c7c2adc047397a
15+
sourceRevisionDigest: sha256:0e2f48f91328d8fd067cb73847e05d3f551ce8cde57d04a41292d800ab867a80
16+
sourceBlobDigest: sha256:842bc47b563de8dfccb9cd344a9adbb1599a5b394c692e3afd30aad7f869e9e9
1717
codeSamplesNamespace: code-samples-typescript-hathora-typescript
18-
codeSamplesRevisionDigest: sha256:3cd2a5575dfe3ebfa66c318d5e58c0198a8474af8c5c7aa576c8f75ac694f9dc
18+
codeSamplesRevisionDigest: sha256:df82cedf448728fdf83c3d24b29b476badc4b92aa8f379b9fd6093b2456ce7a1
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,4 +1020,14 @@ Based on:
10201020
### Generated
10211021
- [typescript v2.19.5] .
10221022
### Releases
1023-
- [NPM v2.19.5] https://www.npmjs.com/package/@hathora/cloud-sdk-typescript/v/2.19.5 - .
1023+
- [NPM v2.19.5] https://www.npmjs.com/package/@hathora/cloud-sdk-typescript/v/2.19.5 - .
1024+
1025+
## 2025-05-23 00:17:17
1026+
### Changes
1027+
Based on:
1028+
- OpenAPI Doc
1029+
- Speakeasy CLI 1.550.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1030+
### Generated
1031+
- [typescript v2.19.6] .
1032+
### Releases
1033+
- [NPM v2.19.6] https://www.npmjs.com/package/@hathora/cloud-sdk-typescript/v/2.19.6 - .

docs/models/components/organization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ let value: Organization = {
2020

2121
| Field | Type | Required | Description | Example |
2222
| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
23+
| `maxProcessConnections` | *number* | :heavy_minus_sign: | The maximum number of inbound connections that can be made to a process<br/>If undefined, the default is 1024 connections | |
2324
| `logRetentionPeriodHours` | *number* | :heavy_minus_sign: | The retention period for process logs in hours<br/>If undefined, the default is 72h | |
2425
| `podMaxLifespanHrs` | *number* | :heavy_minus_sign: | The maximum lifespan in hours of a pod. | |
2526
| `monthlyProcessVcpuHoursLimit` | *number* | :heavy_minus_sign: | The maximum number of monthly process vcpu hours that can be run by the organization<br/>If undefined, the organization has no limit. | |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ management:
2222
generationVersion: 2.188.3
2323
speakeasyVersion: 1.120.0
2424
typescript:
25-
version: 2.19.5
25+
version: 2.19.6
2626
additionalDependencies:
2727
dependencies: {}
2828
devDependencies: {}

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@hathora/cloud-sdk-typescript",
5-
"version": "2.19.5",
5+
"version": "2.19.6",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hathora/cloud-sdk-typescript",
3-
"version": "2.19.5",
3+
"version": "2.19.6",
44
"author": "Hathora",
55
"main": "./index.js",
66
"sideEffects": false,
@@ -22,7 +22,7 @@
2222
"globals": "^15.14.0",
2323
"typescript": "^5.4.5",
2424
"typescript-eslint": "^8.22.0",
25-
"zod": ">=3.23.4 <3.25.0"
25+
"zod": "^3.25.17"
2626
},
2727
"dependencies": {
2828

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6565
export const SDK_METADATA = {
6666
language: "typescript",
6767
openapiDocVersion: "0.0.1",
68-
sdkVersion: "2.19.5",
69-
genVersion: "2.605.6",
68+
sdkVersion: "2.19.6",
69+
genVersion: "2.610.0",
7070
userAgent:
71-
"speakeasy-sdk/typescript 2.19.5 2.605.6 0.0.1 @hathora/cloud-sdk-typescript",
71+
"speakeasy-sdk/typescript 2.19.6 2.610.0 0.0.1 @hathora/cloud-sdk-typescript",
7272
} as const;

src/models/components/organization.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
99
import { Scope, Scope$inboundSchema, Scope$outboundSchema } from "./scope.js";
1010

1111
export type Organization = {
12+
/**
13+
* The maximum number of inbound connections that can be made to a process
14+
*
15+
* @remarks
16+
* If undefined, the default is 1024 connections
17+
*/
18+
maxProcessConnections?: number | undefined;
1219
/**
1320
* The retention period for process logs in hours
1421
*
@@ -64,7 +71,8 @@ export const Organization$inboundSchema: z.ZodType<
6471
z.ZodTypeDef,
6572
unknown
6673
> = z.object({
67-
logRetentionPeriodHours: z.number().optional(),
74+
maxProcessConnections: z.number().optional(),
75+
logRetentionPeriodHours: z.number().int().optional(),
6876
podMaxLifespanHrs: z.number().optional(),
6977
monthlyProcessVcpuHoursLimit: z.number().optional(),
7078
concurrentProcessVcpusLimit: z.number().optional(),
@@ -79,6 +87,7 @@ export const Organization$inboundSchema: z.ZodType<
7987

8088
/** @internal */
8189
export type Organization$Outbound = {
90+
maxProcessConnections?: number | undefined;
8291
logRetentionPeriodHours?: number | undefined;
8392
podMaxLifespanHrs?: number | undefined;
8493
monthlyProcessVcpuHoursLimit?: number | undefined;
@@ -98,7 +107,8 @@ export const Organization$outboundSchema: z.ZodType<
98107
z.ZodTypeDef,
99108
Organization
100109
> = z.object({
101-
logRetentionPeriodHours: z.number().optional(),
110+
maxProcessConnections: z.number().optional(),
111+
logRetentionPeriodHours: z.number().int().optional(),
102112
podMaxLifespanHrs: z.number().optional(),
103113
monthlyProcessVcpuHoursLimit: z.number().optional(),
104114
concurrentProcessVcpusLimit: z.number().optional(),

0 commit comments

Comments
 (0)