@lessly/sdk-app 24.0.0 → 26.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.d.cts +1 -1
  4. package/dist/brain/index.d.ts +1 -1
  5. package/dist/{client.gen-MqVL6l3Y.d.cts → client.gen-TmObHd8p.d.cts} +41 -50
  6. package/dist/{client.gen-MqVL6l3Y.d.ts → client.gen-TmObHd8p.d.ts} +41 -50
  7. package/dist/consent/index.d.cts +1 -1
  8. package/dist/consent/index.d.ts +1 -1
  9. package/dist/deployment/index.cjs +5 -0
  10. package/dist/deployment/index.cjs.map +1 -1
  11. package/dist/deployment/index.d.cts +6 -2
  12. package/dist/deployment/index.d.ts +6 -2
  13. package/dist/deployment/index.js +5 -1
  14. package/dist/deployment/index.js.map +1 -1
  15. package/dist/index.cjs +18 -29
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +18 -29
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/organization/index.d.cts +1 -1
  24. package/dist/organization/index.d.ts +1 -1
  25. package/dist/realtime/index.cjs +5 -15
  26. package/dist/realtime/index.cjs.map +1 -1
  27. package/dist/realtime/index.d.cts +6 -14
  28. package/dist/realtime/index.d.ts +6 -14
  29. package/dist/realtime/index.js +5 -13
  30. package/dist/realtime/index.js.map +1 -1
  31. package/dist/tracking/index.d.cts +1 -1
  32. package/dist/tracking/index.d.ts +1 -1
  33. package/dist/users/index.d.cts +1 -1
  34. package/dist/users/index.d.ts +1 -1
  35. package/dist/waitlist/index.d.cts +1 -1
  36. package/dist/waitlist/index.d.ts +1 -1
  37. package/package.json +2 -2
  38. package/src/gen/bindings.gen.ts +18 -29
  39. package/src/gen/client.gen.ts +10 -11
  40. package/src/gen/deployment/index.ts +1 -1
  41. package/src/gen/deployment/queryOptions.gen.ts +7 -0
  42. package/src/gen/realtime/index.ts +1 -1
  43. package/src/gen/realtime/queryOptions.gen.ts +7 -19
  44. package/src/gen/types.gen.ts +40 -51
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, li as WaitlistConfigGetInput, lj as WaitlistConfigGetOutput, lk as WaitlistConfigUpsertInput, ll as WaitlistConfigUpsertOutput, lm as WaitlistEmbedGetInput, ln as WaitlistEmbedGetOutput, lo as WaitlistInvitesSendInput, lp as WaitlistInvitesSendOutput, lq as WaitlistSignupsEraseInput, lr as WaitlistSignupsEraseOutput, ls as WaitlistSignupsFunnelInput, lt as WaitlistSignupsFunnelOutput, lu as WaitlistSignupsListInput, lv as WaitlistSignupsListOutput } from '../client.gen-MqVL6l3Y.js';
1
+ import { G as GeneratedClient, lg as WaitlistConfigGetInput, lh as WaitlistConfigGetOutput, li as WaitlistConfigUpsertInput, lj as WaitlistConfigUpsertOutput, lk as WaitlistEmbedGetInput, ll as WaitlistEmbedGetOutput, lm as WaitlistInvitesSendInput, ln as WaitlistInvitesSendOutput, lo as WaitlistSignupsEraseInput, lp as WaitlistSignupsEraseOutput, lq as WaitlistSignupsFunnelInput, lr as WaitlistSignupsFunnelOutput, ls as WaitlistSignupsListInput, lt as WaitlistSignupsListOutput } from '../client.gen-TmObHd8p.js';
2
2
 
3
3
  declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
4
4
  queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "24.0.0",
3
+ "version": "26.0.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -91,5 +91,5 @@
91
91
  "require": "./dist/waitlist/index.cjs"
92
92
  }
93
93
  },
94
- "sdkContentHash": "sha256:db30e453a486e38180528641fa6fc4e5dcbc2514177e591ce203f4629c4f0923"
94
+ "sdkContentHash": "sha256:e6f7b949e8873defb74032e0182cd63ccff1564e3b112b758596593e46513c49"
95
95
  }
@@ -2286,6 +2286,10 @@ export const bindings: BindingsMap = {
2286
2286
  "in": "body",
2287
2287
  "name": "idleMinutes"
2288
2288
  },
2289
+ {
2290
+ "in": "body",
2291
+ "name": "buildMachineType"
2292
+ },
2289
2293
  {
2290
2294
  "in": "path",
2291
2295
  "name": "id"
@@ -2352,6 +2356,13 @@ export const bindings: BindingsMap = {
2352
2356
  "readOnly": false
2353
2357
  }
2354
2358
  },
2359
+ "suspension": {
2360
+ "get": {
2361
+ "method": "GET",
2362
+ "path": "/deployment/product/suspension",
2363
+ "readOnly": true
2364
+ }
2365
+ },
2355
2366
  "variable": {
2356
2367
  "list": {
2357
2368
  "method": "GET",
@@ -4379,35 +4390,6 @@ export const bindings: BindingsMap = {
4379
4390
  }
4380
4391
  },
4381
4392
  "realtime": {
4382
- "apikey": {
4383
- "create": {
4384
- "method": "POST",
4385
- "params": [
4386
- {
4387
- "in": "body",
4388
- "name": "name"
4389
- }
4390
- ],
4391
- "path": "/realtime/api-keys",
4392
- "readOnly": false
4393
- },
4394
- "list": {
4395
- "method": "GET",
4396
- "path": "/realtime/api-keys",
4397
- "readOnly": true
4398
- },
4399
- "revoke": {
4400
- "method": "DELETE",
4401
- "params": [
4402
- {
4403
- "in": "path",
4404
- "name": "id"
4405
- }
4406
- ],
4407
- "path": "/realtime/api-keys/:id",
4408
- "readOnly": false
4409
- }
4410
- },
4411
4393
  "archive": {
4412
4394
  "export": {
4413
4395
  "method": "POST",
@@ -4758,6 +4740,13 @@ export const bindings: BindingsMap = {
4758
4740
  "readOnly": false
4759
4741
  }
4760
4742
  },
4743
+ "public-access": {
4744
+ "status": {
4745
+ "method": "GET",
4746
+ "path": "/realtime/public-access/status",
4747
+ "readOnly": true
4748
+ }
4749
+ },
4761
4750
  "status": {
4762
4751
  "get": {
4763
4752
  "method": "GET",
@@ -290,6 +290,8 @@ import type {
290
290
  DeploymentSshKeyListOutput,
291
291
  DeploymentSshKeyRegisterInput,
292
292
  DeploymentSshKeyRegisterOutput,
293
+ DeploymentSuspensionGetInput,
294
+ DeploymentSuspensionGetOutput,
293
295
  DeploymentVariableListEnvInput,
294
296
  DeploymentVariableListEnvOutput,
295
297
  DeploymentVariableListInput,
@@ -556,12 +558,6 @@ import type {
556
558
  OrganizationSecurityMfaEnableOutput,
557
559
  OrganizationSelectInput,
558
560
  OrganizationSelectOutput,
559
- RealtimeApikeyCreateInput,
560
- RealtimeApikeyCreateOutput,
561
- RealtimeApikeyListInput,
562
- RealtimeApikeyListOutput,
563
- RealtimeApikeyRevokeInput,
564
- RealtimeApikeyRevokeOutput,
565
561
  RealtimeArchiveExportInput,
566
562
  RealtimeArchiveExportOutput,
567
563
  RealtimeArchiveExportStatusInput,
@@ -598,6 +594,8 @@ import type {
598
594
  RealtimePresenceStatsOutput,
599
595
  RealtimePresenceUpdateInput,
600
596
  RealtimePresenceUpdateOutput,
597
+ RealtimePublicAccessStatusInput,
598
+ RealtimePublicAccessStatusOutput,
601
599
  RealtimeStatusGetInput,
602
600
  RealtimeStatusGetOutput,
603
601
  RealtimeTokensCreateInput,
@@ -1067,6 +1065,9 @@ export interface GeneratedClient {
1067
1065
  list(input: DeploymentSshKeyListInput): Promise<DeploymentSshKeyListOutput>;
1068
1066
  register(input: DeploymentSshKeyRegisterInput): Promise<DeploymentSshKeyRegisterOutput>;
1069
1067
  };
1068
+ suspension: {
1069
+ get(input: DeploymentSuspensionGetInput): Promise<DeploymentSuspensionGetOutput>;
1070
+ };
1070
1071
  variable: {
1071
1072
  list(input: DeploymentVariableListInput): Promise<DeploymentVariableListOutput>;
1072
1073
  set(input: DeploymentVariableSetInput): Promise<DeploymentVariableSetOutput>;
@@ -1290,11 +1291,6 @@ export interface GeneratedClient {
1290
1291
  };
1291
1292
  };
1292
1293
  realtime: {
1293
- apikey: {
1294
- create(input: RealtimeApikeyCreateInput): Promise<RealtimeApikeyCreateOutput>;
1295
- list(input: RealtimeApikeyListInput): Promise<RealtimeApikeyListOutput>;
1296
- revoke(input: RealtimeApikeyRevokeInput): Promise<RealtimeApikeyRevokeOutput>;
1297
- };
1298
1294
  archive: {
1299
1295
  export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
1300
1296
  get(input: RealtimeArchiveGetInput): Promise<RealtimeArchiveGetOutput>;
@@ -1327,6 +1323,9 @@ export interface GeneratedClient {
1327
1323
  stats(input: RealtimePresenceStatsInput): Promise<RealtimePresenceStatsOutput>;
1328
1324
  update(input: RealtimePresenceUpdateInput): Promise<RealtimePresenceUpdateOutput>;
1329
1325
  };
1326
+ 'public-access': {
1327
+ status(input: RealtimePublicAccessStatusInput): Promise<RealtimePublicAccessStatusOutput>;
1328
+ };
1330
1329
  status: {
1331
1330
  get(input: RealtimeStatusGetInput): Promise<RealtimeStatusGetOutput>;
1332
1331
  };
@@ -1,3 +1,3 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  export * from './queryOptions.gen';
3
- export type { DeploymentAlertCreateInput, DeploymentAlertCreateOutput, DeploymentAlertDeleteInput, DeploymentAlertDeleteOutput, DeploymentAlertEventsListInput, DeploymentAlertEventsListOutput, DeploymentAlertListInput, DeploymentAlertListOutput, DeploymentAlertUpdateInput, DeploymentAlertUpdateOutput, DeploymentAnalyticsQueryInput, DeploymentAnalyticsQueryOutput, DeploymentAuditListInput, DeploymentAuditListOutput, DeploymentBuildGetInput, DeploymentBuildGetOutput, DeploymentBuildListInput, DeploymentBuildListOutput, DeploymentBuildLogsInput, DeploymentBuildLogsOutput, DeploymentCanvasGetInput, DeploymentCanvasGetOutput, DeploymentCanvasMoveNodeInput, DeploymentCanvasMoveNodeOutput, DeploymentCloudSqlBackfillLogFlagsInput, DeploymentCloudSqlBackfillLogFlagsOutput, DeploymentCloudSqlDatabaseAttachInput, DeploymentCloudSqlDatabaseAttachOutput, DeploymentCloudSqlDatabaseCreateInput, DeploymentCloudSqlDatabaseCreateOutput, DeploymentCloudSqlDatabaseDeleteInput, DeploymentCloudSqlDatabaseDeleteOutput, DeploymentCloudSqlDatabaseDetachInput, DeploymentCloudSqlDatabaseDetachOutput, DeploymentCloudSqlDatabaseGetInput, DeploymentCloudSqlDatabaseGetOutput, DeploymentCloudSqlDatabaseListInput, DeploymentCloudSqlDatabaseListOutput, DeploymentCloudSqlInstanceBackupInput, DeploymentCloudSqlInstanceBackupListInput, DeploymentCloudSqlInstanceBackupListOutput, DeploymentCloudSqlInstanceBackupOutput, DeploymentCloudSqlInstanceCreateInput, DeploymentCloudSqlInstanceCreateOutput, DeploymentCloudSqlInstanceDeleteInput, DeploymentCloudSqlInstanceDeleteOutput, DeploymentCloudSqlInstanceGetInput, DeploymentCloudSqlInstanceGetOutput, DeploymentCloudSqlInstanceListInput, DeploymentCloudSqlInstanceListOutput, DeploymentCloudSqlInstanceResizeInput, DeploymentCloudSqlInstanceResizeOutput, DeploymentCloudSqlInstanceRestoreInput, DeploymentCloudSqlInstanceRestoreOutput, DeploymentCloudSqlLogsInput, DeploymentCloudSqlLogsOutput, DeploymentDeploymentCancelInput, DeploymentDeploymentCancelOutput, DeploymentDeploymentGetInput, DeploymentDeploymentGetOutput, DeploymentDeploymentListInput, DeploymentDeploymentListOutput, DeploymentDomainAddInput, DeploymentDomainAddOutput, DeploymentDomainAllowedListInput, DeploymentDomainAllowedListOutput, DeploymentDomainGetInput, DeploymentDomainGetOutput, DeploymentDomainListByServiceInput, DeploymentDomainListByServiceOutput, DeploymentDomainListInput, DeploymentDomainListOutput, DeploymentDomainRedirectWwwInput, DeploymentDomainRedirectWwwOutput, DeploymentDomainRemoveInput, DeploymentDomainRemoveOutput, DeploymentDomainRoutesAddInput, DeploymentDomainRoutesAddOutput, DeploymentDomainRoutesListInput, DeploymentDomainRoutesListOutput, DeploymentDomainRoutesRemoveInput, DeploymentDomainRoutesRemoveOutput, DeploymentDomainRoutesUpdateInput, DeploymentDomainRoutesUpdateOutput, DeploymentDomainVerifyInput, DeploymentDomainVerifyOutput, DeploymentEnvironmentCreateInput, DeploymentEnvironmentCreateOutput, DeploymentEnvironmentDeleteInput, DeploymentEnvironmentDeleteOutput, DeploymentEnvironmentForkInput, DeploymentEnvironmentForkOutput, DeploymentEnvironmentGetInput, DeploymentEnvironmentGetOutput, DeploymentEnvironmentListInput, DeploymentEnvironmentListOutput, DeploymentEnvironmentReconcileInput, DeploymentEnvironmentReconcileOutput, DeploymentEnvironmentUpdateInput, DeploymentEnvironmentUpdateOutput, DeploymentEventsListByEnvironmentInput, DeploymentEventsListByEnvironmentOutput, DeploymentEventsListByServiceInput, DeploymentEventsListByServiceOutput, DeploymentManagedServiceBackupInput, DeploymentManagedServiceBackupListInput, DeploymentManagedServiceBackupListOutput, DeploymentManagedServiceBackupOutput, DeploymentManagedServiceConnectInfoInput, DeploymentManagedServiceConnectInfoOutput, DeploymentManagedServiceDeleteInput, DeploymentManagedServiceDeleteOutput, DeploymentManagedServiceGetInput, DeploymentManagedServiceGetOutput, DeploymentManagedServiceListInput, DeploymentManagedServiceListOutput, DeploymentManagedServiceLogsInput, DeploymentManagedServiceLogsOutput, DeploymentManagedServiceProvisionInput, DeploymentManagedServiceProvisionOutput, DeploymentManagedServiceReconcileInput, DeploymentManagedServiceReconcileOutput, DeploymentManagedServiceResizeInput, DeploymentManagedServiceResizeOutput, DeploymentManagedServiceRestoreInput, DeploymentManagedServiceRestoreOutput, DeploymentManagedServiceStartInput, DeploymentManagedServiceStartOutput, DeploymentManagedServiceStopInput, DeploymentManagedServiceStopOutput, DeploymentManagedServiceTypesInput, DeploymentManagedServiceTypesOutput, DeploymentMetricsGetInput, DeploymentMetricsGetOutput, DeploymentPreviewEnvironmentCreateInput, DeploymentPreviewEnvironmentCreateOutput, DeploymentPreviewEnvironmentDeleteInput, DeploymentPreviewEnvironmentDeleteOutput, DeploymentPreviewEnvironmentListInput, DeploymentPreviewEnvironmentListOutput, DeploymentPreviewPolicyGetInput, DeploymentPreviewPolicyGetOutput, DeploymentPreviewPolicySetInput, DeploymentPreviewPolicySetOutput, DeploymentServiceCreateInput, DeploymentServiceCreateOutput, DeploymentServiceDeleteInput, DeploymentServiceDeleteOutput, DeploymentServiceExecInput, DeploymentServiceExecOutput, DeploymentServiceGetInput, DeploymentServiceGetOutput, DeploymentServiceListInput, DeploymentServiceListOutput, DeploymentServiceLogsInput, DeploymentServiceLogsOutput, DeploymentServiceRedeployInput, DeploymentServiceRedeployOutput, DeploymentServiceRestartInput, DeploymentServiceRestartOutput, DeploymentServiceRollbackInput, DeploymentServiceRollbackOutput, DeploymentServiceScaleInput, DeploymentServiceScaleOutput, DeploymentServiceUpdateInput, DeploymentServiceUpdateOutput, DeploymentServiceWakeInput, DeploymentServiceWakeOutput, DeploymentSshCommandInput, DeploymentSshCommandOutput, DeploymentSshKeyDeleteInput, DeploymentSshKeyDeleteOutput, DeploymentSshKeyListInput, DeploymentSshKeyListOutput, DeploymentSshKeyRegisterInput, DeploymentSshKeyRegisterOutput, DeploymentVariableListEnvInput, DeploymentVariableListEnvOutput, DeploymentVariableListInput, DeploymentVariableListOutput, DeploymentVariableListProductInput, DeploymentVariableListProductOutput, DeploymentVariableSetEnvInput, DeploymentVariableSetEnvOutput, DeploymentVariableSetInput, DeploymentVariableSetOutput, DeploymentVariableSetProductInput, DeploymentVariableSetProductOutput, DeploymentVariableUnsetEnvInput, DeploymentVariableUnsetEnvOutput, DeploymentVariableUnsetInput, DeploymentVariableUnsetOutput, DeploymentVariableUnsetProductInput, DeploymentVariableUnsetProductOutput, DeploymentVcsBranchListInput, DeploymentVcsBranchListOutput, DeploymentVcsConnectionListInput, DeploymentVcsConnectionListOutput, DeploymentVcsRepoListInput, DeploymentVcsRepoListOutput, DeploymentVolumeCreateInput, DeploymentVolumeCreateOutput, DeploymentVolumeDeleteInput, DeploymentVolumeDeleteOutput, DeploymentVolumeDetachInput, DeploymentVolumeDetachOutput, DeploymentVolumeGetInput, DeploymentVolumeGetOutput, DeploymentVolumeListInput, DeploymentVolumeListOutput, DeploymentVolumeResizeInput, DeploymentVolumeResizeOutput } from '../types.gen';
3
+ export type { DeploymentAlertCreateInput, DeploymentAlertCreateOutput, DeploymentAlertDeleteInput, DeploymentAlertDeleteOutput, DeploymentAlertEventsListInput, DeploymentAlertEventsListOutput, DeploymentAlertListInput, DeploymentAlertListOutput, DeploymentAlertUpdateInput, DeploymentAlertUpdateOutput, DeploymentAnalyticsQueryInput, DeploymentAnalyticsQueryOutput, DeploymentAuditListInput, DeploymentAuditListOutput, DeploymentBuildGetInput, DeploymentBuildGetOutput, DeploymentBuildListInput, DeploymentBuildListOutput, DeploymentBuildLogsInput, DeploymentBuildLogsOutput, DeploymentCanvasGetInput, DeploymentCanvasGetOutput, DeploymentCanvasMoveNodeInput, DeploymentCanvasMoveNodeOutput, DeploymentCloudSqlBackfillLogFlagsInput, DeploymentCloudSqlBackfillLogFlagsOutput, DeploymentCloudSqlDatabaseAttachInput, DeploymentCloudSqlDatabaseAttachOutput, DeploymentCloudSqlDatabaseCreateInput, DeploymentCloudSqlDatabaseCreateOutput, DeploymentCloudSqlDatabaseDeleteInput, DeploymentCloudSqlDatabaseDeleteOutput, DeploymentCloudSqlDatabaseDetachInput, DeploymentCloudSqlDatabaseDetachOutput, DeploymentCloudSqlDatabaseGetInput, DeploymentCloudSqlDatabaseGetOutput, DeploymentCloudSqlDatabaseListInput, DeploymentCloudSqlDatabaseListOutput, DeploymentCloudSqlInstanceBackupInput, DeploymentCloudSqlInstanceBackupListInput, DeploymentCloudSqlInstanceBackupListOutput, DeploymentCloudSqlInstanceBackupOutput, DeploymentCloudSqlInstanceCreateInput, DeploymentCloudSqlInstanceCreateOutput, DeploymentCloudSqlInstanceDeleteInput, DeploymentCloudSqlInstanceDeleteOutput, DeploymentCloudSqlInstanceGetInput, DeploymentCloudSqlInstanceGetOutput, DeploymentCloudSqlInstanceListInput, DeploymentCloudSqlInstanceListOutput, DeploymentCloudSqlInstanceResizeInput, DeploymentCloudSqlInstanceResizeOutput, DeploymentCloudSqlInstanceRestoreInput, DeploymentCloudSqlInstanceRestoreOutput, DeploymentCloudSqlLogsInput, DeploymentCloudSqlLogsOutput, DeploymentDeploymentCancelInput, DeploymentDeploymentCancelOutput, DeploymentDeploymentGetInput, DeploymentDeploymentGetOutput, DeploymentDeploymentListInput, DeploymentDeploymentListOutput, DeploymentDomainAddInput, DeploymentDomainAddOutput, DeploymentDomainAllowedListInput, DeploymentDomainAllowedListOutput, DeploymentDomainGetInput, DeploymentDomainGetOutput, DeploymentDomainListByServiceInput, DeploymentDomainListByServiceOutput, DeploymentDomainListInput, DeploymentDomainListOutput, DeploymentDomainRedirectWwwInput, DeploymentDomainRedirectWwwOutput, DeploymentDomainRemoveInput, DeploymentDomainRemoveOutput, DeploymentDomainRoutesAddInput, DeploymentDomainRoutesAddOutput, DeploymentDomainRoutesListInput, DeploymentDomainRoutesListOutput, DeploymentDomainRoutesRemoveInput, DeploymentDomainRoutesRemoveOutput, DeploymentDomainRoutesUpdateInput, DeploymentDomainRoutesUpdateOutput, DeploymentDomainVerifyInput, DeploymentDomainVerifyOutput, DeploymentEnvironmentCreateInput, DeploymentEnvironmentCreateOutput, DeploymentEnvironmentDeleteInput, DeploymentEnvironmentDeleteOutput, DeploymentEnvironmentForkInput, DeploymentEnvironmentForkOutput, DeploymentEnvironmentGetInput, DeploymentEnvironmentGetOutput, DeploymentEnvironmentListInput, DeploymentEnvironmentListOutput, DeploymentEnvironmentReconcileInput, DeploymentEnvironmentReconcileOutput, DeploymentEnvironmentUpdateInput, DeploymentEnvironmentUpdateOutput, DeploymentEventsListByEnvironmentInput, DeploymentEventsListByEnvironmentOutput, DeploymentEventsListByServiceInput, DeploymentEventsListByServiceOutput, DeploymentManagedServiceBackupInput, DeploymentManagedServiceBackupListInput, DeploymentManagedServiceBackupListOutput, DeploymentManagedServiceBackupOutput, DeploymentManagedServiceConnectInfoInput, DeploymentManagedServiceConnectInfoOutput, DeploymentManagedServiceDeleteInput, DeploymentManagedServiceDeleteOutput, DeploymentManagedServiceGetInput, DeploymentManagedServiceGetOutput, DeploymentManagedServiceListInput, DeploymentManagedServiceListOutput, DeploymentManagedServiceLogsInput, DeploymentManagedServiceLogsOutput, DeploymentManagedServiceProvisionInput, DeploymentManagedServiceProvisionOutput, DeploymentManagedServiceReconcileInput, DeploymentManagedServiceReconcileOutput, DeploymentManagedServiceResizeInput, DeploymentManagedServiceResizeOutput, DeploymentManagedServiceRestoreInput, DeploymentManagedServiceRestoreOutput, DeploymentManagedServiceStartInput, DeploymentManagedServiceStartOutput, DeploymentManagedServiceStopInput, DeploymentManagedServiceStopOutput, DeploymentManagedServiceTypesInput, DeploymentManagedServiceTypesOutput, DeploymentMetricsGetInput, DeploymentMetricsGetOutput, DeploymentPreviewEnvironmentCreateInput, DeploymentPreviewEnvironmentCreateOutput, DeploymentPreviewEnvironmentDeleteInput, DeploymentPreviewEnvironmentDeleteOutput, DeploymentPreviewEnvironmentListInput, DeploymentPreviewEnvironmentListOutput, DeploymentPreviewPolicyGetInput, DeploymentPreviewPolicyGetOutput, DeploymentPreviewPolicySetInput, DeploymentPreviewPolicySetOutput, DeploymentServiceCreateInput, DeploymentServiceCreateOutput, DeploymentServiceDeleteInput, DeploymentServiceDeleteOutput, DeploymentServiceExecInput, DeploymentServiceExecOutput, DeploymentServiceGetInput, DeploymentServiceGetOutput, DeploymentServiceListInput, DeploymentServiceListOutput, DeploymentServiceLogsInput, DeploymentServiceLogsOutput, DeploymentServiceRedeployInput, DeploymentServiceRedeployOutput, DeploymentServiceRestartInput, DeploymentServiceRestartOutput, DeploymentServiceRollbackInput, DeploymentServiceRollbackOutput, DeploymentServiceScaleInput, DeploymentServiceScaleOutput, DeploymentServiceUpdateInput, DeploymentServiceUpdateOutput, DeploymentServiceWakeInput, DeploymentServiceWakeOutput, DeploymentSshCommandInput, DeploymentSshCommandOutput, DeploymentSshKeyDeleteInput, DeploymentSshKeyDeleteOutput, DeploymentSshKeyListInput, DeploymentSshKeyListOutput, DeploymentSshKeyRegisterInput, DeploymentSshKeyRegisterOutput, DeploymentSuspensionGetInput, DeploymentSuspensionGetOutput, DeploymentVariableListEnvInput, DeploymentVariableListEnvOutput, DeploymentVariableListInput, DeploymentVariableListOutput, DeploymentVariableListProductInput, DeploymentVariableListProductOutput, DeploymentVariableSetEnvInput, DeploymentVariableSetEnvOutput, DeploymentVariableSetInput, DeploymentVariableSetOutput, DeploymentVariableSetProductInput, DeploymentVariableSetProductOutput, DeploymentVariableUnsetEnvInput, DeploymentVariableUnsetEnvOutput, DeploymentVariableUnsetInput, DeploymentVariableUnsetOutput, DeploymentVariableUnsetProductInput, DeploymentVariableUnsetProductOutput, DeploymentVcsBranchListInput, DeploymentVcsBranchListOutput, DeploymentVcsConnectionListInput, DeploymentVcsConnectionListOutput, DeploymentVcsRepoListInput, DeploymentVcsRepoListOutput, DeploymentVolumeCreateInput, DeploymentVolumeCreateOutput, DeploymentVolumeDeleteInput, DeploymentVolumeDeleteOutput, DeploymentVolumeDetachInput, DeploymentVolumeDetachOutput, DeploymentVolumeGetInput, DeploymentVolumeGetOutput, DeploymentVolumeListInput, DeploymentVolumeListOutput, DeploymentVolumeResizeInput, DeploymentVolumeResizeOutput } from '../types.gen';
@@ -128,6 +128,8 @@ import type {
128
128
  DeploymentSshKeyListInput,
129
129
  DeploymentSshKeyListOutput,
130
130
  DeploymentSshKeyRegisterInput,
131
+ DeploymentSuspensionGetInput,
132
+ DeploymentSuspensionGetOutput,
131
133
  DeploymentVariableListEnvInput,
132
134
  DeploymentVariableListEnvOutput,
133
135
  DeploymentVariableListInput,
@@ -596,6 +598,11 @@ export const deploymentSshKeyRegisterMutationOptions = (sdk: GeneratedClient) =>
596
598
  mutationFn: (input: DeploymentSshKeyRegisterInput) => sdk['deployment']['ssh-key']['register'](input),
597
599
  });
598
600
 
601
+ export const deploymentSuspensionGetQueryOptions = (sdk: GeneratedClient, input: DeploymentSuspensionGetInput) => ({
602
+ queryKey: ['deployment', 'suspension', 'get', input] as const,
603
+ queryFn: () => sdk['deployment']['suspension']['get'](input),
604
+ });
605
+
599
606
  export const deploymentVariableListQueryOptions = (sdk: GeneratedClient, input: DeploymentVariableListInput) => ({
600
607
  queryKey: ['deployment', 'variable', 'list', input] as const,
601
608
  queryFn: () => sdk['deployment']['variable']['list'](input),
@@ -1,3 +1,3 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  export * from './queryOptions.gen';
3
- export type { RealtimeApikeyCreateInput, RealtimeApikeyCreateOutput, RealtimeApikeyListInput, RealtimeApikeyListOutput, RealtimeApikeyRevokeInput, RealtimeApikeyRevokeOutput, RealtimeArchiveExportInput, RealtimeArchiveExportOutput, RealtimeArchiveExportStatusInput, RealtimeArchiveExportStatusOutput, RealtimeArchiveGetInput, RealtimeArchiveGetOutput, RealtimeGrantCreateInput, RealtimeGrantCreateOutput, RealtimeGrantListInput, RealtimeGrantListOutput, RealtimeGrantRevokeInput, RealtimeGrantRevokeOutput, RealtimeHistoryGetInput, RealtimeHistoryGetOutput, RealtimeMessagesPublishInput, RealtimeMessagesPublishOutput, RealtimeNamespaceCreateInput, RealtimeNamespaceCreateOutput, RealtimeNamespaceDeleteInput, RealtimeNamespaceDeleteOutput, RealtimeNamespaceGetInput, RealtimeNamespaceGetOutput, RealtimeNamespaceListInput, RealtimeNamespaceListOutput, RealtimeNamespaceUpdateInput, RealtimeNamespaceUpdateOutput, RealtimePresenceEnterInput, RealtimePresenceEnterOutput, RealtimePresenceGetInput, RealtimePresenceGetOutput, RealtimePresenceLeaveInput, RealtimePresenceLeaveOutput, RealtimePresenceStatsInput, RealtimePresenceStatsOutput, RealtimePresenceUpdateInput, RealtimePresenceUpdateOutput, RealtimeStatusGetInput, RealtimeStatusGetOutput, RealtimeTokensCreateInput, RealtimeTokensCreateOutput, RealtimeWebhookCreateInput, RealtimeWebhookCreateOutput, RealtimeWebhookDeleteInput, RealtimeWebhookDeleteOutput, RealtimeWebhookDeliveriesListInput, RealtimeWebhookDeliveriesListOutput, RealtimeWebhookGetInput, RealtimeWebhookGetOutput, RealtimeWebhookListInput, RealtimeWebhookListOutput, RealtimeWebhookSecretRotateInput, RealtimeWebhookSecretRotateOutput, RealtimeWebhookUpdateInput, RealtimeWebhookUpdateOutput } from '../types.gen';
3
+ export type { RealtimeArchiveExportInput, RealtimeArchiveExportOutput, RealtimeArchiveExportStatusInput, RealtimeArchiveExportStatusOutput, RealtimeArchiveGetInput, RealtimeArchiveGetOutput, RealtimeGrantCreateInput, RealtimeGrantCreateOutput, RealtimeGrantListInput, RealtimeGrantListOutput, RealtimeGrantRevokeInput, RealtimeGrantRevokeOutput, RealtimeHistoryGetInput, RealtimeHistoryGetOutput, RealtimeMessagesPublishInput, RealtimeMessagesPublishOutput, RealtimeNamespaceCreateInput, RealtimeNamespaceCreateOutput, RealtimeNamespaceDeleteInput, RealtimeNamespaceDeleteOutput, RealtimeNamespaceGetInput, RealtimeNamespaceGetOutput, RealtimeNamespaceListInput, RealtimeNamespaceListOutput, RealtimeNamespaceUpdateInput, RealtimeNamespaceUpdateOutput, RealtimePresenceEnterInput, RealtimePresenceEnterOutput, RealtimePresenceGetInput, RealtimePresenceGetOutput, RealtimePresenceLeaveInput, RealtimePresenceLeaveOutput, RealtimePresenceStatsInput, RealtimePresenceStatsOutput, RealtimePresenceUpdateInput, RealtimePresenceUpdateOutput, RealtimePublicAccessStatusInput, RealtimePublicAccessStatusOutput, RealtimeStatusGetInput, RealtimeStatusGetOutput, RealtimeTokensCreateInput, RealtimeTokensCreateOutput, RealtimeWebhookCreateInput, RealtimeWebhookCreateOutput, RealtimeWebhookDeleteInput, RealtimeWebhookDeleteOutput, RealtimeWebhookDeliveriesListInput, RealtimeWebhookDeliveriesListOutput, RealtimeWebhookGetInput, RealtimeWebhookGetOutput, RealtimeWebhookListInput, RealtimeWebhookListOutput, RealtimeWebhookSecretRotateInput, RealtimeWebhookSecretRotateOutput, RealtimeWebhookUpdateInput, RealtimeWebhookUpdateOutput } from '../types.gen';
@@ -1,10 +1,6 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  import type { GeneratedClient } from '../client.gen';
3
3
  import type {
4
- RealtimeApikeyCreateInput,
5
- RealtimeApikeyListInput,
6
- RealtimeApikeyListOutput,
7
- RealtimeApikeyRevokeInput,
8
4
  RealtimeArchiveExportInput,
9
5
  RealtimeArchiveExportStatusInput,
10
6
  RealtimeArchiveExportStatusOutput,
@@ -31,6 +27,8 @@ import type {
31
27
  RealtimePresenceStatsInput,
32
28
  RealtimePresenceStatsOutput,
33
29
  RealtimePresenceUpdateInput,
30
+ RealtimePublicAccessStatusInput,
31
+ RealtimePublicAccessStatusOutput,
34
32
  RealtimeStatusGetInput,
35
33
  RealtimeStatusGetOutput,
36
34
  RealtimeTokensCreateInput,
@@ -46,21 +44,6 @@ import type {
46
44
  RealtimeWebhookUpdateInput,
47
45
  } from '../types.gen';
48
46
 
49
- export const realtimeApikeyCreateMutationOptions = (sdk: GeneratedClient) => ({
50
- mutationKey: ['realtime', 'apikey', 'create'],
51
- mutationFn: (input: RealtimeApikeyCreateInput) => sdk['realtime']['apikey']['create'](input),
52
- });
53
-
54
- export const realtimeApikeyListQueryOptions = (sdk: GeneratedClient, input: RealtimeApikeyListInput) => ({
55
- queryKey: ['realtime', 'apikey', 'list', input] as const,
56
- queryFn: () => sdk['realtime']['apikey']['list'](input),
57
- });
58
-
59
- export const realtimeApikeyRevokeMutationOptions = (sdk: GeneratedClient) => ({
60
- mutationKey: ['realtime', 'apikey', 'revoke'],
61
- mutationFn: (input: RealtimeApikeyRevokeInput) => sdk['realtime']['apikey']['revoke'](input),
62
- });
63
-
64
47
  export const realtimeArchiveExportMutationOptions = (sdk: GeneratedClient) => ({
65
48
  mutationKey: ['realtime', 'archive', 'export'],
66
49
  mutationFn: (input: RealtimeArchiveExportInput) => sdk['realtime']['archive']['export'](input),
@@ -151,6 +134,11 @@ export const realtimePresenceUpdateMutationOptions = (sdk: GeneratedClient) => (
151
134
  mutationFn: (input: RealtimePresenceUpdateInput) => sdk['realtime']['presence']['update'](input),
152
135
  });
153
136
 
137
+ export const realtimePublicAccessStatusQueryOptions = (sdk: GeneratedClient, input: RealtimePublicAccessStatusInput) => ({
138
+ queryKey: ['realtime', 'public-access', 'status', input] as const,
139
+ queryFn: () => sdk['realtime']['public-access']['status'](input),
140
+ });
141
+
154
142
  export const realtimeStatusGetQueryOptions = (sdk: GeneratedClient, input: RealtimeStatusGetInput) => ({
155
143
  queryKey: ['realtime', 'status', 'get', input] as const,
156
144
  queryFn: () => sdk['realtime']['status']['get'](input),
@@ -1764,6 +1764,8 @@ idleMinutes: number
1764
1764
  scaleToZero: boolean
1765
1765
  containerPort: number
1766
1766
  environmentId: string
1767
+ buildMachineType?: (string | null)
1768
+ suspendedByBilling?: boolean
1767
1769
  lastReplicasRunning: number
1768
1770
  scaleToZeroEligibility?: {
1769
1771
  reasons: string[]
@@ -2719,7 +2721,7 @@ baseEnvironmentId: (string | null)
2719
2721
  }
2720
2722
 
2721
2723
  export interface DeploymentEventsListByEnvironmentInput {
2722
- type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed")
2724
+ type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored")
2723
2725
  limit?: number
2724
2726
  since?: string
2725
2727
  until?: string
@@ -2728,7 +2730,7 @@ environmentId: string
2728
2730
 
2729
2731
  export type DeploymentEventsListByEnvironmentOutput = {
2730
2732
  id: string
2731
- type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed")
2733
+ type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored")
2732
2734
  payload: {
2733
2735
  [k: string]: unknown
2734
2736
  }
@@ -2741,7 +2743,7 @@ environmentId: (string | null)
2741
2743
  }[]
2742
2744
 
2743
2745
  export interface DeploymentEventsListByServiceInput {
2744
- type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed")
2746
+ type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored")
2745
2747
  limit?: number
2746
2748
  since?: string
2747
2749
  until?: string
@@ -2751,7 +2753,7 @@ deploymentId?: string
2751
2753
 
2752
2754
  export type DeploymentEventsListByServiceOutput = {
2753
2755
  id: string
2754
- type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed")
2756
+ type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored")
2755
2757
  payload: {
2756
2758
  [k: string]: unknown
2757
2759
  }
@@ -3315,6 +3317,8 @@ idleMinutes: number
3315
3317
  scaleToZero: boolean
3316
3318
  containerPort: number
3317
3319
  environmentId: string
3320
+ buildMachineType?: (string | null)
3321
+ suspendedByBilling?: boolean
3318
3322
  lastReplicasRunning: number
3319
3323
  scaleToZeroEligibility?: {
3320
3324
  reasons: string[]
@@ -3418,6 +3422,8 @@ idleMinutes: number
3418
3422
  scaleToZero: boolean
3419
3423
  containerPort: number
3420
3424
  environmentId: string
3425
+ buildMachineType?: (string | null)
3426
+ suspendedByBilling?: boolean
3421
3427
  lastReplicasRunning: number
3422
3428
  scaleToZeroEligibility?: {
3423
3429
  reasons: string[]
@@ -3488,6 +3494,8 @@ idleMinutes: number
3488
3494
  scaleToZero: boolean
3489
3495
  containerPort: number
3490
3496
  environmentId: string
3497
+ buildMachineType?: (string | null)
3498
+ suspendedByBilling?: boolean
3491
3499
  lastReplicasRunning: number
3492
3500
  scaleToZeroEligibility?: {
3493
3501
  reasons: string[]
@@ -3635,6 +3643,8 @@ idleMinutes: number
3635
3643
  scaleToZero: boolean
3636
3644
  containerPort: number
3637
3645
  environmentId: string
3646
+ buildMachineType?: (string | null)
3647
+ suspendedByBilling?: boolean
3638
3648
  lastReplicasRunning: number
3639
3649
  scaleToZeroEligibility?: {
3640
3650
  reasons: string[]
@@ -3695,6 +3705,7 @@ memory?: string
3695
3705
  idleMinutes?: number
3696
3706
  scaleToZero?: boolean
3697
3707
  containerPort?: number
3708
+ buildMachineType?: (("E2_MEDIUM" | "E2_HIGHCPU_8") | null)
3698
3709
  }
3699
3710
  export interface DeploymentServiceUpdateInputReadiness {
3700
3711
  path: string
@@ -3756,6 +3767,8 @@ idleMinutes: number
3756
3767
  scaleToZero: boolean
3757
3768
  containerPort: number
3758
3769
  environmentId: string
3770
+ buildMachineType?: (string | null)
3771
+ suspendedByBilling?: boolean
3759
3772
  lastReplicasRunning: number
3760
3773
  scaleToZeroEligibility?: {
3761
3774
  reasons: string[]
@@ -3837,6 +3850,18 @@ ownerIdentityId: string
3837
3850
  fingerprintSha256: string
3838
3851
  }
3839
3852
 
3853
+ export interface DeploymentSuspensionGetInput {
3854
+
3855
+ }
3856
+
3857
+ export interface DeploymentSuspensionGetOutput {
3858
+ stage: (("warned" | "production_grace" | "stopped" | "cleared") | null)
3859
+ reason: (string | null)
3860
+ changedAt: (string | null)
3861
+ graceDeadline: (string | null)
3862
+ enforcementEnabled: boolean
3863
+ }
3864
+
3840
3865
  export interface DeploymentVariableListInput {
3841
3866
  serviceId: string
3842
3867
  }
@@ -13566,53 +13591,6 @@ name: string
13566
13591
  activeProductId: (string | null)
13567
13592
  }
13568
13593
 
13569
- export interface RealtimeApikeyCreateInput {
13570
- /**
13571
- * Human-readable label for the key, e.g. "production backend"
13572
- */
13573
- name: string
13574
- }
13575
-
13576
- export interface RealtimeApikeyCreateOutput {
13577
- /**
13578
- * The full rtk_ secret. Shown once — it cannot be retrieved again.
13579
- */
13580
- key: string
13581
- apiKey: {
13582
- id: string
13583
- name: string
13584
- prefix: string
13585
- createdAt: string
13586
- revokedAt: (string | null)
13587
- }
13588
- }
13589
-
13590
- export interface RealtimeApikeyListInput {
13591
-
13592
- }
13593
-
13594
- export interface RealtimeApikeyListOutput {
13595
- keys: {
13596
- id: string
13597
- name: string
13598
- prefix: string
13599
- createdAt: string
13600
- revokedAt: (string | null)
13601
- }[]
13602
- }
13603
-
13604
- export interface RealtimeApikeyRevokeInput {
13605
- /**
13606
- * Api key id to revoke
13607
- */
13608
- id: string
13609
- }
13610
-
13611
- export interface RealtimeApikeyRevokeOutput {
13612
- id: string
13613
- revokedAt: string
13614
- }
13615
-
13616
13594
  export interface RealtimeArchiveExportInput {
13617
13595
  /**
13618
13596
  * Only entries with ts <= to_ts (epoch ms)
@@ -14261,6 +14239,17 @@ connections: number
14261
14239
  channel: string
14262
14240
  }
14263
14241
 
14242
+ export interface RealtimePublicAccessStatusInput {
14243
+
14244
+ }
14245
+
14246
+ export interface RealtimePublicAccessStatusOutput {
14247
+ /**
14248
+ * Whether this product has created a public key yet (an onboarding hint, not a gate)
14249
+ */
14250
+ exists: boolean
14251
+ }
14252
+
14264
14253
  export interface RealtimeStatusGetInput {
14265
14254
 
14266
14255
  }