@sylphx/contract 0.5.0 → 0.6.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 (142) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/endpoint.d.ts +3 -1
  3. package/dist/endpoint.d.ts.map +1 -1
  4. package/dist/endpoints/admin-audit.d.ts +2 -2
  5. package/dist/endpoints/admin-audit.js +2 -2
  6. package/dist/endpoints/admin-bootstrap.js +3 -3
  7. package/dist/endpoints/admin-branch-databases.d.ts +1 -1
  8. package/dist/endpoints/admin-branch-databases.js +2 -2
  9. package/dist/endpoints/admin-envs-spec.d.ts +27 -0
  10. package/dist/endpoints/admin-envs-spec.d.ts.map +1 -0
  11. package/dist/endpoints/admin-envs-spec.js +25 -0
  12. package/dist/endpoints/admin-projects.d.ts +1 -1
  13. package/dist/endpoints/admin-rate-limits.d.ts +1 -1
  14. package/dist/endpoints/admin-rate-limits.js +3 -3
  15. package/dist/endpoints/admin-secrets.d.ts +3 -3
  16. package/dist/endpoints/admin-secrets.js +1 -1
  17. package/dist/endpoints/admin-services.d.ts +3 -3
  18. package/dist/endpoints/admin-services.d.ts.map +1 -1
  19. package/dist/endpoints/admin-services.js +4 -5
  20. package/dist/endpoints/branch-databases.d.ts +13 -7
  21. package/dist/endpoints/branch-databases.d.ts.map +1 -1
  22. package/dist/endpoints/branch-databases.js +3 -3
  23. package/dist/endpoints/databases.d.ts +100 -164
  24. package/dist/endpoints/databases.d.ts.map +1 -1
  25. package/dist/endpoints/databases.js +8 -35
  26. package/dist/endpoints/deployments.d.ts +1 -3
  27. package/dist/endpoints/deployments.d.ts.map +1 -1
  28. package/dist/endpoints/deployments.js +1 -1
  29. package/dist/endpoints/environments.d.ts +11 -42
  30. package/dist/endpoints/environments.d.ts.map +1 -1
  31. package/dist/endpoints/image-opt.d.ts +5 -13
  32. package/dist/endpoints/image-opt.d.ts.map +1 -1
  33. package/dist/endpoints/image-opt.js +6 -18
  34. package/dist/endpoints/kv-admin.d.ts +1 -2
  35. package/dist/endpoints/kv-admin.d.ts.map +1 -1
  36. package/dist/endpoints/kv-admin.js +1 -1
  37. package/dist/endpoints/kv.d.ts +19 -13
  38. package/dist/endpoints/kv.d.ts.map +1 -1
  39. package/dist/endpoints/kv.js +9 -9
  40. package/dist/endpoints/notifications.d.ts +7 -0
  41. package/dist/endpoints/notifications.d.ts.map +1 -1
  42. package/dist/endpoints/organizations.d.ts +8 -6
  43. package/dist/endpoints/organizations.d.ts.map +1 -1
  44. package/dist/endpoints/project-manifest.d.ts +196 -84
  45. package/dist/endpoints/project-manifest.d.ts.map +1 -1
  46. package/dist/endpoints/projects.d.ts +0 -8
  47. package/dist/endpoints/projects.d.ts.map +1 -1
  48. package/dist/endpoints/realtime-admin.d.ts +0 -1
  49. package/dist/endpoints/realtime-admin.d.ts.map +1 -1
  50. package/dist/endpoints/realtime-admin.js +1 -1
  51. package/dist/endpoints/regions.d.ts +2 -4
  52. package/dist/endpoints/regions.d.ts.map +1 -1
  53. package/dist/endpoints/regions.js +2 -2
  54. package/dist/endpoints/storage.d.ts +18 -0
  55. package/dist/endpoints/storage.d.ts.map +1 -1
  56. package/dist/endpoints/storage.js +11 -1
  57. package/dist/endpoints/tasks.d.ts +2 -6
  58. package/dist/endpoints/tasks.d.ts.map +1 -1
  59. package/dist/hono-app.d.ts +2 -2
  60. package/dist/hono-app.js +2 -2
  61. package/dist/index.d.ts +403 -350
  62. package/dist/index.d.ts.map +1 -1
  63. package/dist/index.js +4 -0
  64. package/dist/schemas/_primitives.d.ts +14 -0
  65. package/dist/schemas/_primitives.d.ts.map +1 -1
  66. package/dist/schemas/_primitives.js +16 -0
  67. package/dist/schemas/admin-audit.d.ts +4 -4
  68. package/dist/schemas/admin-audit.js +3 -3
  69. package/dist/schemas/admin-bootstrap.d.ts +1 -1
  70. package/dist/schemas/admin-bootstrap.js +1 -1
  71. package/dist/schemas/admin-builds.d.ts +1 -1
  72. package/dist/schemas/admin-builds.js +1 -1
  73. package/dist/schemas/admin-envs-spec.d.ts +49 -0
  74. package/dist/schemas/admin-envs-spec.d.ts.map +1 -0
  75. package/dist/schemas/admin-envs-spec.js +58 -0
  76. package/dist/schemas/admin-projects.d.ts +2 -2
  77. package/dist/schemas/admin-projects.js +1 -1
  78. package/dist/schemas/admin-rate-limits.d.ts +2 -2
  79. package/dist/schemas/admin-rate-limits.js +2 -2
  80. package/dist/schemas/admin-secrets.d.ts +14 -14
  81. package/dist/schemas/admin-secrets.d.ts.map +1 -1
  82. package/dist/schemas/admin-secrets.js +10 -10
  83. package/dist/schemas/admin-services.d.ts +18 -22
  84. package/dist/schemas/admin-services.d.ts.map +1 -1
  85. package/dist/schemas/admin-services.js +15 -19
  86. package/dist/schemas/auth.d.ts +1 -0
  87. package/dist/schemas/auth.d.ts.map +1 -1
  88. package/dist/schemas/auth.js +1 -0
  89. package/dist/schemas/branch-database.d.ts +25 -18
  90. package/dist/schemas/branch-database.d.ts.map +1 -1
  91. package/dist/schemas/branch-database.js +15 -14
  92. package/dist/schemas/database.d.ts +13 -19
  93. package/dist/schemas/database.d.ts.map +1 -1
  94. package/dist/schemas/database.js +7 -19
  95. package/dist/schemas/deployment.d.ts +5 -7
  96. package/dist/schemas/deployment.d.ts.map +1 -1
  97. package/dist/schemas/deployment.js +6 -6
  98. package/dist/schemas/environment.d.ts +17 -31
  99. package/dist/schemas/environment.d.ts.map +1 -1
  100. package/dist/schemas/environment.js +11 -16
  101. package/dist/schemas/ids.d.ts +4 -0
  102. package/dist/schemas/ids.d.ts.map +1 -1
  103. package/dist/schemas/ids.js +2 -0
  104. package/dist/schemas/image-opt.d.ts +10 -11
  105. package/dist/schemas/image-opt.d.ts.map +1 -1
  106. package/dist/schemas/image-opt.js +11 -12
  107. package/dist/schemas/kv-admin.d.ts +1 -2
  108. package/dist/schemas/kv-admin.d.ts.map +1 -1
  109. package/dist/schemas/kv-admin.js +1 -2
  110. package/dist/schemas/kv.d.ts +12 -4
  111. package/dist/schemas/kv.d.ts.map +1 -1
  112. package/dist/schemas/kv.js +17 -5
  113. package/dist/schemas/notifications.d.ts +11 -0
  114. package/dist/schemas/notifications.d.ts.map +1 -1
  115. package/dist/schemas/notifications.js +11 -0
  116. package/dist/schemas/organization.d.ts +8 -6
  117. package/dist/schemas/organization.d.ts.map +1 -1
  118. package/dist/schemas/organization.js +11 -6
  119. package/dist/schemas/project-manifest.d.ts +384 -174
  120. package/dist/schemas/project-manifest.d.ts.map +1 -1
  121. package/dist/schemas/project-manifest.js +127 -50
  122. package/dist/schemas/project.d.ts +0 -6
  123. package/dist/schemas/project.d.ts.map +1 -1
  124. package/dist/schemas/project.js +0 -2
  125. package/dist/schemas/realtime-admin.d.ts +0 -1
  126. package/dist/schemas/realtime-admin.d.ts.map +1 -1
  127. package/dist/schemas/realtime-admin.js +0 -1
  128. package/dist/schemas/realtime.d.ts +2 -2
  129. package/dist/schemas/realtime.js +2 -2
  130. package/dist/schemas/region.d.ts +3 -21
  131. package/dist/schemas/region.d.ts.map +1 -1
  132. package/dist/schemas/region.js +2 -11
  133. package/dist/schemas/resources.d.ts +213 -164
  134. package/dist/schemas/resources.d.ts.map +1 -1
  135. package/dist/schemas/resources.js +87 -105
  136. package/dist/schemas/storage.d.ts +30 -1
  137. package/dist/schemas/storage.d.ts.map +1 -1
  138. package/dist/schemas/storage.js +20 -1
  139. package/dist/schemas/tasks.d.ts +3 -8
  140. package/dist/schemas/tasks.d.ts.map +1 -1
  141. package/dist/schemas/tasks.js +1 -4
  142. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -26,6 +26,7 @@ export { adminBuildsEndpoints } from './endpoints/admin-builds.js';
26
26
  export { adminConfigEndpoints } from './endpoints/admin-config.js';
27
27
  export { adminConsentEndpoints } from './endpoints/admin-consent.js';
28
28
  export { adminEnvServicesEndpoints } from './endpoints/admin-env-services.js';
29
+ export { adminEnvsSpecEndpoints } from './endpoints/admin-envs-spec.js';
29
30
  export { adminImpersonationEndpoints } from './endpoints/admin-impersonation.js';
30
31
  export { adminInvitationsEndpoints } from './endpoints/admin-invitations.js';
31
32
  export { adminJwtKeysEndpoints } from './endpoints/admin-jwt-keys.js';
@@ -115,6 +116,7 @@ export * from './schemas/admin-broadcasts.js';
115
116
  export * from './schemas/admin-config.js';
116
117
  export * from './schemas/admin-consent.js';
117
118
  export * from './schemas/admin-env-services.js';
119
+ export * from './schemas/admin-envs-spec.js';
118
120
  export * from './schemas/admin-impersonation.js';
119
121
  export * from './schemas/admin-invitations.js';
120
122
  export * from './schemas/admin-jwt-keys.js';
@@ -926,7 +928,7 @@ export declare const endpoints: {
926
928
  latencyP95: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
927
929
  cpuUsage: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
928
930
  memoryUsage: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
929
- podCount: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
931
+ instanceCount: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
930
932
  }>, undefined>;
931
933
  readonly obsMetricsRange: import("./endpoint.js").Endpoint<"GET", "/operator/audit/projects/:id/obs/metrics/range", import("effect/Schema").Struct<{
932
934
  id: typeof import("effect/Schema").String;
@@ -1797,6 +1799,27 @@ export declare const endpoints: {
1797
1799
  reused: typeof import("effect/Schema").Boolean;
1798
1800
  }>, undefined>;
1799
1801
  };
1802
+ readonly adminEnvsSpec: {
1803
+ readonly patch: import("./endpoint.js").Endpoint<"PATCH", "/operator/envs/:envId/spec", import("effect/Schema").Struct<{
1804
+ envId: import("effect/Schema").filter<typeof import("effect/Schema").String>;
1805
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").filter<import("effect/Schema").Struct<{
1806
+ runtimeClassName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
1807
+ defaultSandboxImage: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
1808
+ defaultSecurityContext: import("effect/Schema").optional<import("effect/Schema").Struct<{
1809
+ runAsNonRoot: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
1810
+ allowPrivilegeEscalation: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
1811
+ privileged: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
1812
+ }>>;
1813
+ defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
1814
+ reason: import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
1815
+ }>>, import("effect/Schema").Struct<{
1816
+ envId: import("effect/Schema").filter<typeof import("effect/Schema").String>;
1817
+ runtimeClassName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
1818
+ defaultSandboxImage: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
1819
+ defaultSecurityContext: import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
1820
+ defaultHealthAgentMode: import("effect/Schema").NullOr<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
1821
+ }>, undefined>;
1822
+ };
1800
1823
  readonly adminConsent: {
1801
1824
  readonly listTypes: import("./endpoint.js").Endpoint<"GET", "/operator/consent/projects/:projectId/consent-types", import("effect/Schema").Struct<{
1802
1825
  projectId: typeof import("effect/Schema").String;
@@ -2514,7 +2537,7 @@ export declare const endpoints: {
2514
2537
  role: typeof import("effect/Schema").String;
2515
2538
  resourceId: typeof import("effect/Schema").String;
2516
2539
  status: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2517
- clusterName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2540
+ backendName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2518
2541
  }>>, undefined>;
2519
2542
  };
2520
2543
  readonly adminProjectUsers: {
@@ -2834,7 +2857,7 @@ export declare const endpoints: {
2834
2857
  ageDays: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
2835
2858
  cadenceDays: typeof import("effect/Schema").Number;
2836
2859
  overdue: typeof import("effect/Schema").Boolean;
2837
- clusterSecretRef: typeof import("effect/Schema").String;
2860
+ rotationTarget: typeof import("effect/Schema").String;
2838
2861
  }>>;
2839
2862
  }>, undefined>;
2840
2863
  readonly rotate: import("./endpoint.js").Endpoint<"POST", "/operator/secrets/rotate", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
@@ -2849,7 +2872,7 @@ export declare const endpoints: {
2849
2872
  ageDays: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
2850
2873
  cadenceDays: typeof import("effect/Schema").Number;
2851
2874
  overdue: typeof import("effect/Schema").Boolean;
2852
- clusterSecretRef: typeof import("effect/Schema").String;
2875
+ rotationTarget: typeof import("effect/Schema").String;
2853
2876
  }>;
2854
2877
  auditLogId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2855
2878
  message: typeof import("effect/Schema").String;
@@ -2859,11 +2882,11 @@ export declare const endpoints: {
2859
2882
  readonly imageStatus: import("./endpoint.js").Endpoint<"GET", "/operator/services/image-status", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
2860
2883
  services: import("effect/Schema").Array$<import("effect/Schema").Struct<{
2861
2884
  name: typeof import("effect/Schema").String;
2862
- dbRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2863
- k8sRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2885
+ controlRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2886
+ runtimeRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2864
2887
  driftMinutes: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
2865
2888
  inSync: typeof import("effect/Schema").Boolean;
2866
- dbUpdatedAt: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2889
+ controlUpdatedAt: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2867
2890
  }>>;
2868
2891
  checkedAt: typeof import("effect/Schema").String;
2869
2892
  }>, undefined>;
@@ -4492,8 +4515,10 @@ export declare const endpoints: {
4492
4515
  projectId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">;
4493
4516
  envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
4494
4517
  sourceDbId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ResourceId">;
4495
- cnpgClusterName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
4496
- connectionString: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
4518
+ connection: import("effect/Schema").Struct<{
4519
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
4520
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4521
+ }>;
4497
4522
  dataMode: import("effect/Schema").Literal<["none", "last-1d", "last-7d", "all"]>;
4498
4523
  status: import("effect/Schema").Literal<["provisioning", "ready", "destroying", "destroyed", "degraded"]>;
4499
4524
  createdAt: typeof import("effect/Schema").String;
@@ -4511,8 +4536,10 @@ export declare const endpoints: {
4511
4536
  projectId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">;
4512
4537
  envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
4513
4538
  sourceDbId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ResourceId">;
4514
- cnpgClusterName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
4515
- connectionString: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
4539
+ connection: import("effect/Schema").Struct<{
4540
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
4541
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4542
+ }>;
4516
4543
  dataMode: import("effect/Schema").Literal<["none", "last-1d", "last-7d", "all"]>;
4517
4544
  status: import("effect/Schema").Literal<["provisioning", "ready", "destroying", "destroyed", "degraded"]>;
4518
4545
  createdAt: typeof import("effect/Schema").String;
@@ -4528,8 +4555,10 @@ export declare const endpoints: {
4528
4555
  projectId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">;
4529
4556
  envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
4530
4557
  sourceDbId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ResourceId">;
4531
- cnpgClusterName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
4532
- connectionString: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
4558
+ connection: import("effect/Schema").Struct<{
4559
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
4560
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4561
+ }>;
4533
4562
  dataMode: import("effect/Schema").Literal<["none", "last-1d", "last-7d", "all"]>;
4534
4563
  status: import("effect/Schema").Literal<["provisioning", "ready", "destroying", "destroyed", "degraded"]>;
4535
4564
  createdAt: typeof import("effect/Schema").String;
@@ -4830,7 +4859,6 @@ export declare const endpoints: {
4830
4859
  }>, import("effect/Schema").Struct<{
4831
4860
  restored: typeof import("effect/Schema").Boolean;
4832
4861
  resourceId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4833
- clusterName: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4834
4862
  targetTime: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4835
4863
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4836
4864
  }>, undefined>;
@@ -4841,7 +4869,6 @@ export declare const endpoints: {
4841
4869
  }>, import("effect/Schema").Struct<{
4842
4870
  restored: typeof import("effect/Schema").Boolean;
4843
4871
  resourceId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4844
- clusterName: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4845
4872
  targetTime: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4846
4873
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4847
4874
  }>, undefined>;
@@ -4859,25 +4886,21 @@ export declare const endpoints: {
4859
4886
  slug: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4860
4887
  status: typeof import("effect/Schema").String;
4861
4888
  kind: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4862
- tier: typeof import("effect/Schema").String;
4863
- host: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4864
- directHost: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4865
- port: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4866
- publicPort: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
4867
- dbUser: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4868
- dbName: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4869
- connectionString: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4889
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
4890
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
4891
+ host: typeof import("effect/Schema").String;
4892
+ port: typeof import("effect/Schema").Number;
4893
+ protocol: typeof import("effect/Schema").String;
4894
+ }>>>;
4895
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
4896
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
4897
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4898
+ }>>>;
4870
4899
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4871
4900
  env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4872
- engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4873
- instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4874
- clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4875
4901
  branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4876
- provider: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4877
4902
  backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4878
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4879
4903
  bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4880
- config: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
4881
4904
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4882
4905
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4883
4906
  }>, undefined>;
@@ -4893,116 +4916,82 @@ export declare const endpoints: {
4893
4916
  name: typeof import("effect/Schema").String;
4894
4917
  slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4895
4918
  kind: import("effect/Schema").optional<import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>>;
4896
- provider: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4897
- tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4919
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
4898
4920
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4899
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4900
4921
  bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4901
- host: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4902
- directHost: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4903
- port: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4904
- publicPort: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
4905
- publicHost: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4906
- dbUser: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4907
- dbName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4908
- cacheUser: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4909
- keyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4910
- connectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4911
- maskedConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4912
- publicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4913
- maskedPublicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4922
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
4923
+ host: typeof import("effect/Schema").String;
4924
+ port: typeof import("effect/Schema").Number;
4925
+ protocol: typeof import("effect/Schema").String;
4926
+ }>>>;
4927
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
4928
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
4929
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4930
+ }>>>;
4914
4931
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4915
4932
  env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4916
- engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4917
- instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4918
- clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4919
4933
  branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4920
4934
  backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4921
- bucket: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4922
- endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4923
- region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4924
- prefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4925
- publicUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4926
- accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
4927
- hostPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4935
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
4928
4936
  mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4929
4937
  sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
4930
- memoryGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4931
- nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4932
- apiKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4933
4938
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4934
- provisioningError: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4935
- conditions: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>>;
4936
- config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
4937
4939
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4938
4940
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4939
4941
  }>>;
4940
4942
  }>, undefined>;
4941
- readonly create: import("./endpoint.js").Endpoint<"POST", "/resources", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
4943
+ readonly create: import("./endpoint.js").Endpoint<"POST", "/resources", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Union<[import("effect/Schema").Struct<{
4942
4944
  name: typeof import("effect/Schema").String;
4943
- kind: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
4944
- provider: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4945
- tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4945
+ kind: import("effect/Schema").Literal<["database"]>;
4946
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
4946
4947
  env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4947
4948
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4948
- maxMemoryMb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4949
- nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4950
- bucket: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4951
- endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4952
- region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4953
- accessKeyEncrypted: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4954
- secretKeyEncrypted: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4955
- accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
4956
- sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
4957
- mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4958
- config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
4959
4949
  }>, import("effect/Schema").Struct<{
4950
+ name: typeof import("effect/Schema").String;
4951
+ kind: import("effect/Schema").Literal<["kv"]>;
4952
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
4953
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4954
+ }>, import("effect/Schema").Struct<{
4955
+ name: typeof import("effect/Schema").String;
4956
+ kind: import("effect/Schema").Literal<["blob"]>;
4957
+ }>, import("effect/Schema").Struct<{
4958
+ name: typeof import("effect/Schema").String;
4959
+ kind: import("effect/Schema").Literal<["search"]>;
4960
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
4961
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4962
+ }>, import("effect/Schema").Struct<{
4963
+ name: typeof import("effect/Schema").String;
4964
+ kind: import("effect/Schema").Literal<["volume"]>;
4965
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
4966
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
4967
+ sizeGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4968
+ mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4969
+ }>]>, import("effect/Schema").Struct<{
4960
4970
  id: typeof import("effect/Schema").String;
4961
4971
  orgId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4962
4972
  name: typeof import("effect/Schema").String;
4963
4973
  slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4964
4974
  kind: import("effect/Schema").optional<import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>>;
4965
- provider: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4966
- tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4975
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
4967
4976
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4968
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4969
4977
  bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4970
- host: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4971
- directHost: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4972
- port: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4973
- publicPort: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
4974
- publicHost: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4975
- dbUser: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4976
- dbName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4977
- cacheUser: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4978
- keyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4979
- connectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4980
- maskedConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4981
- publicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4982
- maskedPublicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4978
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
4979
+ host: typeof import("effect/Schema").String;
4980
+ port: typeof import("effect/Schema").Number;
4981
+ protocol: typeof import("effect/Schema").String;
4982
+ }>>>;
4983
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
4984
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
4985
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4986
+ }>>>;
4983
4987
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4984
4988
  env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4985
- engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4986
- instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4987
- clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4988
4989
  branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4989
4990
  backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4990
- bucket: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4991
- endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4992
- region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4993
- prefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4994
- publicUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4995
- accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
4996
- hostPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4991
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
4997
4992
  mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4998
4993
  sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
4999
- memoryGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5000
- nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5001
- apiKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5002
4994
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5003
- provisioningError: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5004
- conditions: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>>;
5005
- config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
5006
4995
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5007
4996
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5008
4997
  }>, {
@@ -5016,99 +5005,75 @@ export declare const endpoints: {
5016
5005
  name: typeof import("effect/Schema").String;
5017
5006
  slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5018
5007
  kind: import("effect/Schema").optional<import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>>;
5019
- provider: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5020
- tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5008
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
5021
5009
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5022
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5023
5010
  bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5024
- host: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5025
- directHost: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5026
- port: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5027
- publicPort: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
5028
- publicHost: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5029
- dbUser: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5030
- dbName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5031
- cacheUser: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5032
- keyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5033
- connectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5034
- maskedConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5035
- publicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5036
- maskedPublicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5011
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5012
+ host: typeof import("effect/Schema").String;
5013
+ port: typeof import("effect/Schema").Number;
5014
+ protocol: typeof import("effect/Schema").String;
5015
+ }>>>;
5016
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5017
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
5018
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5019
+ }>>>;
5037
5020
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5038
5021
  env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5039
- engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5040
- instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5041
- clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5042
5022
  branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5043
5023
  backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5044
- bucket: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5045
- endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5046
- region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5047
- prefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5048
- publicUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5049
- accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
5050
- hostPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5024
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
5051
5025
  mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5052
5026
  sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
5053
- memoryGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5054
- nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5055
- apiKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5056
5027
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5057
- provisioningError: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5058
- conditions: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>>;
5059
- config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
5060
5028
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5061
5029
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5062
5030
  }>, undefined>;
5063
5031
  readonly update: import("./endpoint.js").Endpoint<"PATCH", "/resources/:id", import("effect/Schema").Struct<{
5064
5032
  id: typeof import("effect/Schema").String;
5065
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>, import("effect/Schema").Struct<{
5033
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Union<[import("effect/Schema").Struct<{
5034
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5035
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5036
+ backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5037
+ }>, import("effect/Schema").Struct<{
5038
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5039
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5040
+ backupEnabled: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
5041
+ backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5042
+ }>, import("effect/Schema").Struct<{
5043
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5044
+ }>, import("effect/Schema").Struct<{
5045
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5046
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5047
+ }>, import("effect/Schema").Struct<{
5048
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5049
+ sizeGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5050
+ mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5051
+ }>]>, import("effect/Schema").Struct<{
5066
5052
  id: typeof import("effect/Schema").String;
5067
5053
  orgId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5068
5054
  name: typeof import("effect/Schema").String;
5069
5055
  slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5070
5056
  kind: import("effect/Schema").optional<import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>>;
5071
- provider: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5072
- tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5057
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
5073
5058
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5074
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5075
5059
  bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5076
- host: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5077
- directHost: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5078
- port: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5079
- publicPort: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
5080
- publicHost: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5081
- dbUser: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5082
- dbName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5083
- cacheUser: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5084
- keyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5085
- connectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5086
- maskedConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5087
- publicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5088
- maskedPublicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5060
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5061
+ host: typeof import("effect/Schema").String;
5062
+ port: typeof import("effect/Schema").Number;
5063
+ protocol: typeof import("effect/Schema").String;
5064
+ }>>>;
5065
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5066
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
5067
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5068
+ }>>>;
5089
5069
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5090
5070
  env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5091
- engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5092
- instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5093
- clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5094
5071
  branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5095
5072
  backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5096
- bucket: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5097
- endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5098
- region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5099
- prefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5100
- publicUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5101
- accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
5102
- hostPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5073
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
5103
5074
  mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5104
5075
  sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
5105
- memoryGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5106
- nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5107
- apiKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5108
5076
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5109
- provisioningError: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5110
- conditions: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>>;
5111
- config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
5112
5077
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5113
5078
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5114
5079
  }>, undefined>;
@@ -5129,7 +5094,7 @@ export declare const endpoints: {
5129
5094
  projectEnvironmentId: typeof import("effect/Schema").String;
5130
5095
  resourceType: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
5131
5096
  resourceId: typeof import("effect/Schema").String;
5132
- role: import("effect/Schema").Literal<["primary", "replica", "analytics", "backup", "session"]>;
5097
+ role: import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>;
5133
5098
  createdAt: typeof import("effect/Schema").String;
5134
5099
  envName: typeof import("effect/Schema").String;
5135
5100
  projectName: typeof import("effect/Schema").String;
@@ -5140,13 +5105,13 @@ export declare const endpoints: {
5140
5105
  id: typeof import("effect/Schema").String;
5141
5106
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
5142
5107
  projectEnvironmentId: typeof import("effect/Schema").String;
5143
- role: import("effect/Schema").optional<import("effect/Schema").Literal<["primary", "replica", "analytics", "backup", "session"]>>;
5108
+ role: import("effect/Schema").optional<import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>>;
5144
5109
  }>, import("effect/Schema").Struct<{
5145
5110
  id: typeof import("effect/Schema").String;
5146
5111
  projectEnvironmentId: typeof import("effect/Schema").String;
5147
5112
  resourceType: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
5148
5113
  resourceId: typeof import("effect/Schema").String;
5149
- role: import("effect/Schema").Literal<["primary", "replica", "analytics", "backup", "session"]>;
5114
+ role: import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>;
5150
5115
  createdAt: typeof import("effect/Schema").String;
5151
5116
  envName: typeof import("effect/Schema").String;
5152
5117
  projectName: typeof import("effect/Schema").String;
@@ -5162,7 +5127,7 @@ export declare const endpoints: {
5162
5127
  projectEnvironmentId: typeof import("effect/Schema").String;
5163
5128
  resourceType: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
5164
5129
  resourceId: typeof import("effect/Schema").String;
5165
- role: import("effect/Schema").Literal<["primary", "replica", "analytics", "backup", "session"]>;
5130
+ role: import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>;
5166
5131
  createdAt: typeof import("effect/Schema").String;
5167
5132
  envName: typeof import("effect/Schema").String;
5168
5133
  projectName: typeof import("effect/Schema").String;
@@ -5245,7 +5210,6 @@ export declare const endpoints: {
5245
5210
  projectId: import("effect/Schema").optional<import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">>;
5246
5211
  envId: import("effect/Schema").optional<import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">>;
5247
5212
  envType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5248
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5249
5213
  status: typeof import("effect/Schema").String;
5250
5214
  environment: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5251
5215
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
@@ -5319,7 +5283,7 @@ export declare const endpoints: {
5319
5283
  readonly envScopedRollbackByCommit: import("./endpoint.js").Endpoint<"POST", "/deployments/projects/:envId/rollback", import("effect/Schema").Struct<{
5320
5284
  envId: typeof import("effect/Schema").String;
5321
5285
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
5322
- commitSha: typeof import("effect/Schema").String;
5286
+ commitSha: import("effect/Schema").filter<typeof import("effect/Schema").String>;
5323
5287
  }>, import("effect/Schema").Struct<{
5324
5288
  deploymentId: typeof import("effect/Schema").String;
5325
5289
  message: typeof import("effect/Schema").String;
@@ -5470,7 +5434,6 @@ export declare const endpoints: {
5470
5434
  deployments: import("effect/Schema").Array$<import("effect/Schema").Struct<{
5471
5435
  id: typeof import("effect/Schema").String;
5472
5436
  imageDigest: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
5473
- imageRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
5474
5437
  status: import("effect/Schema").Literal<["queued", "running", "building", "success", "failed", "cancelled"]>;
5475
5438
  triggeredBy: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
5476
5439
  triggerSource: import("effect/Schema").Literal<["build", "promote", "rollback", "manual", "unknown"]>;
@@ -6454,9 +6417,6 @@ export declare const endpoints: {
6454
6417
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6455
6418
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6456
6419
  url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6457
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6458
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6459
- defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
6460
6420
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6461
6421
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6462
6422
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6507,9 +6467,6 @@ export declare const endpoints: {
6507
6467
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6508
6468
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6509
6469
  url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6510
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6511
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6512
- defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
6513
6470
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6514
6471
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6515
6472
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6539,14 +6496,6 @@ export declare const endpoints: {
6539
6496
  defaultFromName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6540
6497
  publicNetworking: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6541
6498
  protection: import("effect/Schema").optional<import("effect/Schema").Literal<["open", "login-required"]>>;
6542
- runtimeClassName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6543
- defaultSandboxImage: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6544
- defaultSecurityContext: import("effect/Schema").optional<import("effect/Schema").Struct<{
6545
- runAsNonRoot: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6546
- allowPrivilegeEscalation: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6547
- privileged: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6548
- }>>;
6549
- defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
6550
6499
  settings: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
6551
6500
  }>, import("effect/Schema").Struct<{
6552
6501
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
@@ -6568,9 +6517,6 @@ export declare const endpoints: {
6568
6517
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6569
6518
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6570
6519
  url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6571
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6572
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6573
- defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
6574
6520
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6575
6521
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6576
6522
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6585,8 +6531,8 @@ export declare const endpoints: {
6585
6531
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
6586
6532
  force: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6587
6533
  }>, import("effect/Schema").Struct<{
6534
+ environmentId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
6588
6535
  envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
6589
- namespace: typeof import("effect/Schema").String;
6590
6536
  status: typeof import("effect/Schema").String;
6591
6537
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6592
6538
  }>, undefined>;
@@ -6628,9 +6574,6 @@ export declare const endpoints: {
6628
6574
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6629
6575
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6630
6576
  url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6631
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6632
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6633
- defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
6634
6577
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6635
6578
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6636
6579
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6659,9 +6602,6 @@ export declare const endpoints: {
6659
6602
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6660
6603
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6661
6604
  url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6662
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6663
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6664
- defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
6665
6605
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6666
6606
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6667
6607
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6711,9 +6651,6 @@ export declare const endpoints: {
6711
6651
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6712
6652
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6713
6653
  url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6714
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6715
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6716
- defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
6717
6654
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6718
6655
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6719
6656
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6742,14 +6679,6 @@ export declare const endpoints: {
6742
6679
  defaultFromName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6743
6680
  publicNetworking: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6744
6681
  protection: import("effect/Schema").optional<import("effect/Schema").Literal<["open", "login-required"]>>;
6745
- runtimeClassName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6746
- defaultSandboxImage: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6747
- defaultSecurityContext: import("effect/Schema").optional<import("effect/Schema").Struct<{
6748
- runAsNonRoot: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6749
- allowPrivilegeEscalation: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6750
- privileged: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6751
- }>>;
6752
- defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
6753
6682
  settings: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
6754
6683
  }>, import("effect/Schema").Struct<{
6755
6684
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
@@ -6771,9 +6700,6 @@ export declare const endpoints: {
6771
6700
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6772
6701
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6773
6702
  url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6774
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6775
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6776
- defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
6777
6703
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6778
6704
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6779
6705
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6873,15 +6799,21 @@ export declare const endpoints: {
6873
6799
  level: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6874
6800
  limit: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6875
6801
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
6802
+ object: import("effect/Schema").Literal<["list"]>;
6876
6803
  envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
6877
- logs: import("effect/Schema").Array$<import("effect/Schema").Struct<{
6804
+ data: import("effect/Schema").Array$<import("effect/Schema").Struct<{
6805
+ id: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6806
+ sequence: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
6878
6807
  timestamp: typeof import("effect/Schema").String;
6879
6808
  level: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6880
- message: typeof import("effect/Schema").String;
6881
- podName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6882
- containerName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6809
+ message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6810
+ content: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6811
+ metadata: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Unknown>>;
6812
+ traceId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6883
6813
  source: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6884
6814
  }>>;
6815
+ deploymentId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6816
+ deploymentStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6885
6817
  nextCursor: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6886
6818
  }>, undefined>;
6887
6819
  };
@@ -7567,63 +7499,61 @@ export declare const endpoints: {
7567
7499
  params: typeof import("effect/Schema").String;
7568
7500
  expiresIn: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
7569
7501
  }>, undefined>;
7570
- readonly forward: import("./endpoint.js").Endpoint<"GET", "/img/:signature/:params/:url", import("effect/Schema").Struct<{
7571
- signature: typeof import("effect/Schema").String;
7572
- params: typeof import("effect/Schema").String;
7573
- url: typeof import("effect/Schema").String;
7574
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7575
- pending: typeof import("effect/Schema").Boolean;
7576
- message: typeof import("effect/Schema").String;
7577
- }>, undefined>;
7578
7502
  };
7579
7503
  readonly kv: {
7580
- readonly set: import("./endpoint.js").Endpoint<"POST", "/sdk/kv/set", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7504
+ readonly set: import("./endpoint.js").Endpoint<"POST", "/kv", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7581
7505
  key: typeof import("effect/Schema").String;
7582
7506
  value: typeof import("effect/Schema").Unknown;
7583
7507
  ex: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
7508
+ px: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
7509
+ exat: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
7510
+ pxat: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
7584
7511
  nx: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
7585
7512
  xx: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
7586
7513
  }>, import("effect/Schema").Struct<{
7587
- ok: typeof import("effect/Schema").Boolean;
7514
+ success: typeof import("effect/Schema").Boolean;
7515
+ created: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
7588
7516
  }>, undefined>;
7589
- readonly get: import("./endpoint.js").Endpoint<"GET", "/sdk/kv/get/:key", import("effect/Schema").Struct<{
7517
+ readonly get: import("./endpoint.js").Endpoint<"GET", "/kv/:key", import("effect/Schema").Struct<{
7590
7518
  key: typeof import("effect/Schema").String;
7591
7519
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7592
7520
  value: import("effect/Schema").NullOr<typeof import("effect/Schema").Unknown>;
7521
+ ttl: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
7593
7522
  }>, undefined>;
7594
- readonly delete: import("./endpoint.js").Endpoint<"DELETE", "/sdk/kv/delete/:key", import("effect/Schema").Struct<{
7523
+ readonly delete: import("./endpoint.js").Endpoint<"DELETE", "/kv/:key", import("effect/Schema").Struct<{
7595
7524
  key: typeof import("effect/Schema").String;
7596
7525
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7597
7526
  deleted: typeof import("effect/Schema").Number;
7598
7527
  }>, undefined>;
7599
- readonly exists: import("./endpoint.js").Endpoint<"GET", "/sdk/kv/exists/:key", import("effect/Schema").Struct<{
7528
+ readonly exists: import("./endpoint.js").Endpoint<"GET", "/kv/exists/:key", import("effect/Schema").Struct<{
7600
7529
  key: typeof import("effect/Schema").String;
7601
7530
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7602
7531
  exists: typeof import("effect/Schema").Boolean;
7603
7532
  }>, undefined>;
7604
- readonly incr: import("./endpoint.js").Endpoint<"POST", "/sdk/kv/incr", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7533
+ readonly incr: import("./endpoint.js").Endpoint<"POST", "/kv/incr", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7605
7534
  key: typeof import("effect/Schema").String;
7606
7535
  by: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
7607
7536
  }>, import("effect/Schema").Struct<{
7608
7537
  value: typeof import("effect/Schema").Number;
7609
7538
  }>, undefined>;
7610
- readonly expire: import("./endpoint.js").Endpoint<"POST", "/sdk/kv/expire", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7539
+ readonly expire: import("./endpoint.js").Endpoint<"POST", "/kv/expire", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7611
7540
  key: typeof import("effect/Schema").String;
7612
7541
  seconds: typeof import("effect/Schema").Number;
7613
7542
  }>, import("effect/Schema").Struct<{
7614
- ok: typeof import("effect/Schema").Boolean;
7543
+ success: typeof import("effect/Schema").Boolean;
7544
+ created: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
7615
7545
  }>, undefined>;
7616
- readonly rateLimit: import("./endpoint.js").Endpoint<"POST", "/sdk/kv/ratelimit", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7617
- identifier: typeof import("effect/Schema").String;
7546
+ readonly rateLimit: import("./endpoint.js").Endpoint<"POST", "/kv/ratelimit", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7547
+ key: typeof import("effect/Schema").String;
7618
7548
  limit: typeof import("effect/Schema").Number;
7619
- window: typeof import("effect/Schema").Number;
7549
+ window: typeof import("effect/Schema").String;
7620
7550
  }>, import("effect/Schema").Struct<{
7621
7551
  success: typeof import("effect/Schema").Boolean;
7622
7552
  limit: typeof import("effect/Schema").Number;
7623
7553
  remaining: typeof import("effect/Schema").Number;
7624
7554
  reset: typeof import("effect/Schema").Number;
7625
7555
  }>, undefined>;
7626
- readonly scan: import("./endpoint.js").Endpoint<"GET", "/sdk/kv/scan", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7556
+ readonly scan: import("./endpoint.js").Endpoint<"GET", "/kv/scan", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7627
7557
  pattern: import("effect/Schema").optional<typeof import("effect/Schema").String>;
7628
7558
  cursor: import("effect/Schema").optional<typeof import("effect/Schema").String>;
7629
7559
  count: import("effect/Schema").optional<typeof import("effect/Schema").String>;
@@ -7638,7 +7568,6 @@ export declare const endpoints: {
7638
7568
  projectId: typeof import("effect/Schema").String;
7639
7569
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7640
7570
  available: typeof import("effect/Schema").Boolean;
7641
- provider: typeof import("effect/Schema").String;
7642
7571
  }>, undefined>;
7643
7572
  readonly list: import("./endpoint.js").Endpoint<"GET", "/kv", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7644
7573
  projectId: typeof import("effect/Schema").String;
@@ -8326,6 +8255,13 @@ export declare const endpoints: {
8326
8255
  status: import("effect/Schema").optional<import("effect/Schema").Literal<["delivered", "queued", "failed"]>>;
8327
8256
  messageId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
8328
8257
  reason: import("effect/Schema").optional<typeof import("effect/Schema").String>;
8258
+ sent: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
8259
+ failed: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
8260
+ platforms: import("effect/Schema").optional<import("effect/Schema").Struct<{
8261
+ web: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
8262
+ ios: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
8263
+ android: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
8264
+ }>>;
8329
8265
  sentTo: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
8330
8266
  expired: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
8331
8267
  }>, undefined>;
@@ -8892,8 +8828,10 @@ export declare const endpoints: {
8892
8828
  projectCount: typeof import("effect/Schema").Number;
8893
8829
  }>, undefined>;
8894
8830
  readonly create: import("./endpoint.js").Endpoint<"POST", "/orgs", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
8895
- name: typeof import("effect/Schema").String;
8896
- slug: typeof import("effect/Schema").String;
8831
+ name: import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
8832
+ slug: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
8833
+ email: import("effect/Schema").optional<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
8834
+ metadata: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
8897
8835
  }>, import("effect/Schema").Struct<{
8898
8836
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "OrgId">;
8899
8837
  slug: typeof import("effect/Schema").String;
@@ -8909,10 +8847,10 @@ export declare const endpoints: {
8909
8847
  readonly update: import("./endpoint.js").Endpoint<"PATCH", "/orgs/:orgId", import("effect/Schema").Struct<{
8910
8848
  orgId: typeof import("effect/Schema").String;
8911
8849
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
8912
- name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
8913
- slug: import("effect/Schema").optional<typeof import("effect/Schema").String>;
8914
- email: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
8915
- billingEmail: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
8850
+ name: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
8851
+ slug: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
8852
+ email: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
8853
+ billingEmail: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
8916
8854
  logoUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
8917
8855
  }>, import("effect/Schema").Struct<{
8918
8856
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "OrgId">;
@@ -9811,8 +9749,6 @@ export declare const endpoints: {
9811
9749
  isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
9812
9750
  publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9813
9751
  secretKeyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9814
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9815
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9816
9752
  githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9817
9753
  githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9818
9754
  customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
@@ -9858,8 +9794,6 @@ export declare const endpoints: {
9858
9794
  isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
9859
9795
  publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9860
9796
  secretKeyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9861
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9862
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9863
9797
  githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9864
9798
  githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9865
9799
  customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
@@ -9898,8 +9832,6 @@ export declare const endpoints: {
9898
9832
  isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
9899
9833
  publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9900
9834
  secretKeyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9901
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9902
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9903
9835
  githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9904
9836
  githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9905
9837
  customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
@@ -9943,8 +9875,6 @@ export declare const endpoints: {
9943
9875
  isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
9944
9876
  publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9945
9877
  secretKeyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9946
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9947
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9948
9878
  githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9949
9879
  githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9950
9880
  customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
@@ -9976,7 +9906,9 @@ export declare const endpoints: {
9976
9906
  }>;
9977
9907
  build: import("effect/Schema").optional<import("effect/Schema").Struct<{
9978
9908
  buildpack: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "ruby", "node", "python", "static", "dockerfile"]>>;
9909
+ strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "buildpack", "dockerfile", "nixpacks"]>>;
9979
9910
  dockerfile: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9911
+ context: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9980
9912
  docker_context: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9981
9913
  build_command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9982
9914
  ignore: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
@@ -9990,22 +9922,45 @@ export declare const endpoints: {
9990
9922
  strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["rolling", "blue-green", "immediate"]>>;
9991
9923
  graceful_shutdown: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
9992
9924
  }>>;
9993
- services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Struct<{
9925
+ services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").Struct<{
9994
9926
  name: import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
9995
9927
  type: import("effect/Schema").Literal<["web", "worker", "cron", "function"]>;
9928
+ build: import("effect/Schema").optional<import("effect/Schema").Struct<{
9929
+ strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "buildpack", "dockerfile", "nixpacks"]>>;
9930
+ dockerfile: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9931
+ context: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9932
+ docker_context: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9933
+ build_command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9934
+ }>>;
9935
+ health: import("effect/Schema").optional<import("effect/Schema").Struct<{
9936
+ mode: import("effect/Schema").optional<import("effect/Schema").Literal<["http", "tcp", "command"]>>;
9937
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9938
+ command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9939
+ }>>;
9996
9940
  command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9997
9941
  port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
9998
- internal_port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
9999
- replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
9942
+ instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10000
9943
  instance_type: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
10001
9944
  cron_schedule: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10002
9945
  regions: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
10003
9946
  scale_to_zero: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
10004
9947
  idle_timeout_seconds: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10005
- min_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
9948
+ min_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
9949
+ max_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10006
9950
  env: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
10007
9951
  resources: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>>;
10008
- }>>>;
9952
+ watch_paths: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
9953
+ }>>>>;
9954
+ database: import("effect/Schema").optional<import("effect/Schema").Struct<{
9955
+ migrations: import("effect/Schema").optional<import("effect/Schema").Struct<{
9956
+ engine: import("effect/Schema").Literal<["atlas", "drizzle", "prisma", "alembic", "flyway", "goose", "sqlx", "custom"]>;
9957
+ dir: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9958
+ image: import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
9959
+ command: import("effect/Schema").filter<typeof import("effect/Schema").String>;
9960
+ timeout: import("effect/Schema").optional<typeof import("effect/Schema").String>;
9961
+ destructive_policy: import("effect/Schema").optional<import("effect/Schema").Literal<["require-approval", "allow"]>>;
9962
+ }>>;
9963
+ }>>;
10009
9964
  env: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, import("effect/Schema").Union<[import("effect/Schema").Struct<{
10010
9965
  value: typeof import("effect/Schema").String;
10011
9966
  }>, import("effect/Schema").Struct<{
@@ -10036,15 +9991,15 @@ export declare const endpoints: {
10036
9991
  readonly port?: number | undefined;
10037
9992
  readonly env?: readonly string[] | undefined;
10038
9993
  readonly resources?: readonly string[] | undefined;
10039
- readonly replicas?: number | undefined;
9994
+ readonly instances?: number | undefined;
9995
+ readonly max_instances?: number | undefined;
10040
9996
  readonly command?: string | undefined;
10041
- readonly internal_port?: number | undefined;
10042
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
9997
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10043
9998
  readonly cron_schedule?: string | undefined;
10044
9999
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10045
10000
  readonly scale_to_zero?: boolean | undefined;
10046
10001
  readonly idle_timeout_seconds?: number | undefined;
10047
- readonly min_replicas?: number | undefined;
10002
+ readonly min_instances?: number | undefined;
10048
10003
  }[] | undefined;
10049
10004
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10050
10005
  readonly env?: {
@@ -10058,6 +10013,8 @@ export declare const endpoints: {
10058
10013
  };
10059
10014
  } | undefined;
10060
10015
  readonly build?: {
10016
+ readonly context?: string | undefined;
10017
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10061
10018
  readonly dockerfile?: string | undefined;
10062
10019
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10063
10020
  readonly docker_context?: string | undefined;
@@ -10088,15 +10045,15 @@ export declare const endpoints: {
10088
10045
  readonly port?: number | undefined;
10089
10046
  readonly env?: readonly string[] | undefined;
10090
10047
  readonly resources?: readonly string[] | undefined;
10091
- readonly replicas?: number | undefined;
10048
+ readonly instances?: number | undefined;
10049
+ readonly max_instances?: number | undefined;
10092
10050
  readonly command?: string | undefined;
10093
- readonly internal_port?: number | undefined;
10094
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10051
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10095
10052
  readonly cron_schedule?: string | undefined;
10096
10053
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10097
10054
  readonly scale_to_zero?: boolean | undefined;
10098
10055
  readonly idle_timeout_seconds?: number | undefined;
10099
- readonly min_replicas?: number | undefined;
10056
+ readonly min_instances?: number | undefined;
10100
10057
  }[] | undefined;
10101
10058
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10102
10059
  readonly env?: {
@@ -10110,6 +10067,8 @@ export declare const endpoints: {
10110
10067
  };
10111
10068
  } | undefined;
10112
10069
  readonly build?: {
10070
+ readonly context?: string | undefined;
10071
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10113
10072
  readonly dockerfile?: string | undefined;
10114
10073
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10115
10074
  readonly docker_context?: string | undefined;
@@ -10140,15 +10099,15 @@ export declare const endpoints: {
10140
10099
  readonly port?: number | undefined;
10141
10100
  readonly env?: readonly string[] | undefined;
10142
10101
  readonly resources?: readonly string[] | undefined;
10143
- readonly replicas?: number | undefined;
10102
+ readonly instances?: number | undefined;
10103
+ readonly max_instances?: number | undefined;
10144
10104
  readonly command?: string | undefined;
10145
- readonly internal_port?: number | undefined;
10146
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10105
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10147
10106
  readonly cron_schedule?: string | undefined;
10148
10107
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10149
10108
  readonly scale_to_zero?: boolean | undefined;
10150
10109
  readonly idle_timeout_seconds?: number | undefined;
10151
- readonly min_replicas?: number | undefined;
10110
+ readonly min_instances?: number | undefined;
10152
10111
  }[] | undefined;
10153
10112
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10154
10113
  readonly env?: {
@@ -10162,6 +10121,8 @@ export declare const endpoints: {
10162
10121
  };
10163
10122
  } | undefined;
10164
10123
  readonly build?: {
10124
+ readonly context?: string | undefined;
10125
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10165
10126
  readonly dockerfile?: string | undefined;
10166
10127
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10167
10128
  readonly docker_context?: string | undefined;
@@ -10192,15 +10153,15 @@ export declare const endpoints: {
10192
10153
  readonly port?: number | undefined;
10193
10154
  readonly env?: readonly string[] | undefined;
10194
10155
  readonly resources?: readonly string[] | undefined;
10195
- readonly replicas?: number | undefined;
10156
+ readonly instances?: number | undefined;
10157
+ readonly max_instances?: number | undefined;
10196
10158
  readonly command?: string | undefined;
10197
- readonly internal_port?: number | undefined;
10198
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10159
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10199
10160
  readonly cron_schedule?: string | undefined;
10200
10161
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10201
10162
  readonly scale_to_zero?: boolean | undefined;
10202
10163
  readonly idle_timeout_seconds?: number | undefined;
10203
- readonly min_replicas?: number | undefined;
10164
+ readonly min_instances?: number | undefined;
10204
10165
  }[] | undefined;
10205
10166
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10206
10167
  readonly env?: {
@@ -10214,6 +10175,8 @@ export declare const endpoints: {
10214
10175
  };
10215
10176
  } | undefined;
10216
10177
  readonly build?: {
10178
+ readonly context?: string | undefined;
10179
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10217
10180
  readonly dockerfile?: string | undefined;
10218
10181
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10219
10182
  readonly docker_context?: string | undefined;
@@ -10245,15 +10208,15 @@ export declare const endpoints: {
10245
10208
  readonly port?: number | undefined;
10246
10209
  readonly env?: readonly string[] | undefined;
10247
10210
  readonly resources?: readonly string[] | undefined;
10248
- readonly replicas?: number | undefined;
10211
+ readonly instances?: number | undefined;
10212
+ readonly max_instances?: number | undefined;
10249
10213
  readonly command?: string | undefined;
10250
- readonly internal_port?: number | undefined;
10251
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10214
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10252
10215
  readonly cron_schedule?: string | undefined;
10253
10216
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10254
10217
  readonly scale_to_zero?: boolean | undefined;
10255
10218
  readonly idle_timeout_seconds?: number | undefined;
10256
- readonly min_replicas?: number | undefined;
10219
+ readonly min_instances?: number | undefined;
10257
10220
  }[] | undefined;
10258
10221
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10259
10222
  readonly env?: {
@@ -10267,6 +10230,8 @@ export declare const endpoints: {
10267
10230
  };
10268
10231
  } | undefined;
10269
10232
  readonly build?: {
10233
+ readonly context?: string | undefined;
10234
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10270
10235
  readonly dockerfile?: string | undefined;
10271
10236
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10272
10237
  readonly docker_context?: string | undefined;
@@ -10297,15 +10262,15 @@ export declare const endpoints: {
10297
10262
  readonly port?: number | undefined;
10298
10263
  readonly env?: readonly string[] | undefined;
10299
10264
  readonly resources?: readonly string[] | undefined;
10300
- readonly replicas?: number | undefined;
10265
+ readonly instances?: number | undefined;
10266
+ readonly max_instances?: number | undefined;
10301
10267
  readonly command?: string | undefined;
10302
- readonly internal_port?: number | undefined;
10303
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10268
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10304
10269
  readonly cron_schedule?: string | undefined;
10305
10270
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10306
10271
  readonly scale_to_zero?: boolean | undefined;
10307
10272
  readonly idle_timeout_seconds?: number | undefined;
10308
- readonly min_replicas?: number | undefined;
10273
+ readonly min_instances?: number | undefined;
10309
10274
  }[] | undefined;
10310
10275
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10311
10276
  readonly env?: {
@@ -10319,6 +10284,8 @@ export declare const endpoints: {
10319
10284
  };
10320
10285
  } | undefined;
10321
10286
  readonly build?: {
10287
+ readonly context?: string | undefined;
10288
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10322
10289
  readonly dockerfile?: string | undefined;
10323
10290
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10324
10291
  readonly docker_context?: string | undefined;
@@ -10349,15 +10316,15 @@ export declare const endpoints: {
10349
10316
  readonly port?: number | undefined;
10350
10317
  readonly env?: readonly string[] | undefined;
10351
10318
  readonly resources?: readonly string[] | undefined;
10352
- readonly replicas?: number | undefined;
10319
+ readonly instances?: number | undefined;
10320
+ readonly max_instances?: number | undefined;
10353
10321
  readonly command?: string | undefined;
10354
- readonly internal_port?: number | undefined;
10355
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10322
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10356
10323
  readonly cron_schedule?: string | undefined;
10357
10324
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10358
10325
  readonly scale_to_zero?: boolean | undefined;
10359
10326
  readonly idle_timeout_seconds?: number | undefined;
10360
- readonly min_replicas?: number | undefined;
10327
+ readonly min_instances?: number | undefined;
10361
10328
  }[] | undefined;
10362
10329
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10363
10330
  readonly env?: {
@@ -10371,6 +10338,8 @@ export declare const endpoints: {
10371
10338
  };
10372
10339
  } | undefined;
10373
10340
  readonly build?: {
10341
+ readonly context?: string | undefined;
10342
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10374
10343
  readonly dockerfile?: string | undefined;
10375
10344
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10376
10345
  readonly docker_context?: string | undefined;
@@ -10401,15 +10370,15 @@ export declare const endpoints: {
10401
10370
  readonly port?: number | undefined;
10402
10371
  readonly env?: readonly string[] | undefined;
10403
10372
  readonly resources?: readonly string[] | undefined;
10404
- readonly replicas?: number | undefined;
10373
+ readonly instances?: number | undefined;
10374
+ readonly max_instances?: number | undefined;
10405
10375
  readonly command?: string | undefined;
10406
- readonly internal_port?: number | undefined;
10407
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10376
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10408
10377
  readonly cron_schedule?: string | undefined;
10409
10378
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10410
10379
  readonly scale_to_zero?: boolean | undefined;
10411
10380
  readonly idle_timeout_seconds?: number | undefined;
10412
- readonly min_replicas?: number | undefined;
10381
+ readonly min_instances?: number | undefined;
10413
10382
  }[] | undefined;
10414
10383
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10415
10384
  readonly env?: {
@@ -10423,6 +10392,8 @@ export declare const endpoints: {
10423
10392
  };
10424
10393
  } | undefined;
10425
10394
  readonly build?: {
10395
+ readonly context?: string | undefined;
10396
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10426
10397
  readonly dockerfile?: string | undefined;
10427
10398
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10428
10399
  readonly docker_context?: string | undefined;
@@ -10443,17 +10414,32 @@ export declare const endpoints: {
10443
10414
  resources: import("effect/Schema").optional<import("effect/Schema").Struct<{
10444
10415
  database: import("effect/Schema").optional<import("effect/Schema").Struct<{
10445
10416
  engine: import("effect/Schema").optional<import("effect/Schema").Literal<["postgres"]>>;
10446
- tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl"]>;
10417
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10447
10418
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10448
10419
  version: import("effect/Schema").optional<import("effect/Schema").Literal<["15", "16", "17"]>>;
10449
- replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10420
+ read_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10450
10421
  branch_on_preview: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
10451
10422
  }>>;
10423
+ kv: import("effect/Schema").optional<import("effect/Schema").Struct<{
10424
+ engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
10425
+ exact: true;
10426
+ }>;
10427
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10428
+ storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10429
+ }>>;
10452
10430
  search: import("effect/Schema").optional<import("effect/Schema").Struct<{
10453
- engine: import("effect/Schema").optional<import("effect/Schema").Literal<["typesense"]>>;
10454
- tier: import("effect/Schema").Literal<["micro", "standard"]>;
10431
+ engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
10432
+ exact: true;
10433
+ }>;
10434
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10435
+ storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10436
+ }>>;
10437
+ volume: import("effect/Schema").optional<import("effect/Schema").Struct<{
10438
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10455
10439
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10456
- nodes: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10440
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
10441
+ mount_path: import("effect/Schema").optional<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
10442
+ role: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
10457
10443
  }>>;
10458
10444
  }>>;
10459
10445
  ci: import("effect/Schema").optional<import("effect/Schema").Struct<{
@@ -10481,7 +10467,9 @@ export declare const endpoints: {
10481
10467
  }>;
10482
10468
  build: import("effect/Schema").optional<import("effect/Schema").Struct<{
10483
10469
  buildpack: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "ruby", "node", "python", "static", "dockerfile"]>>;
10470
+ strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "buildpack", "dockerfile", "nixpacks"]>>;
10484
10471
  dockerfile: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10472
+ context: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10485
10473
  docker_context: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10486
10474
  build_command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10487
10475
  ignore: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
@@ -10495,22 +10483,45 @@ export declare const endpoints: {
10495
10483
  strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["rolling", "blue-green", "immediate"]>>;
10496
10484
  graceful_shutdown: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10497
10485
  }>>;
10498
- services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Struct<{
10486
+ services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").Struct<{
10499
10487
  name: import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
10500
10488
  type: import("effect/Schema").Literal<["web", "worker", "cron", "function"]>;
10489
+ build: import("effect/Schema").optional<import("effect/Schema").Struct<{
10490
+ strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "buildpack", "dockerfile", "nixpacks"]>>;
10491
+ dockerfile: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10492
+ context: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10493
+ docker_context: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10494
+ build_command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10495
+ }>>;
10496
+ health: import("effect/Schema").optional<import("effect/Schema").Struct<{
10497
+ mode: import("effect/Schema").optional<import("effect/Schema").Literal<["http", "tcp", "command"]>>;
10498
+ path: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10499
+ command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10500
+ }>>;
10501
10501
  command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10502
10502
  port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10503
- internal_port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10504
- replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10503
+ instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10505
10504
  instance_type: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
10506
10505
  cron_schedule: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10507
10506
  regions: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
10508
10507
  scale_to_zero: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
10509
10508
  idle_timeout_seconds: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10510
- min_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10509
+ min_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10510
+ max_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10511
10511
  env: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
10512
10512
  resources: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>>;
10513
- }>>>;
10513
+ watch_paths: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
10514
+ }>>>>;
10515
+ database: import("effect/Schema").optional<import("effect/Schema").Struct<{
10516
+ migrations: import("effect/Schema").optional<import("effect/Schema").Struct<{
10517
+ engine: import("effect/Schema").Literal<["atlas", "drizzle", "prisma", "alembic", "flyway", "goose", "sqlx", "custom"]>;
10518
+ dir: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10519
+ image: import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
10520
+ command: import("effect/Schema").filter<typeof import("effect/Schema").String>;
10521
+ timeout: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10522
+ destructive_policy: import("effect/Schema").optional<import("effect/Schema").Literal<["require-approval", "allow"]>>;
10523
+ }>>;
10524
+ }>>;
10514
10525
  env: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, import("effect/Schema").Union<[import("effect/Schema").Struct<{
10515
10526
  value: typeof import("effect/Schema").String;
10516
10527
  }>, import("effect/Schema").Struct<{
@@ -10541,15 +10552,15 @@ export declare const endpoints: {
10541
10552
  readonly port?: number | undefined;
10542
10553
  readonly env?: readonly string[] | undefined;
10543
10554
  readonly resources?: readonly string[] | undefined;
10544
- readonly replicas?: number | undefined;
10555
+ readonly instances?: number | undefined;
10556
+ readonly max_instances?: number | undefined;
10545
10557
  readonly command?: string | undefined;
10546
- readonly internal_port?: number | undefined;
10547
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10558
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10548
10559
  readonly cron_schedule?: string | undefined;
10549
10560
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10550
10561
  readonly scale_to_zero?: boolean | undefined;
10551
10562
  readonly idle_timeout_seconds?: number | undefined;
10552
- readonly min_replicas?: number | undefined;
10563
+ readonly min_instances?: number | undefined;
10553
10564
  }[] | undefined;
10554
10565
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10555
10566
  readonly env?: {
@@ -10563,6 +10574,8 @@ export declare const endpoints: {
10563
10574
  };
10564
10575
  } | undefined;
10565
10576
  readonly build?: {
10577
+ readonly context?: string | undefined;
10578
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10566
10579
  readonly dockerfile?: string | undefined;
10567
10580
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10568
10581
  readonly docker_context?: string | undefined;
@@ -10593,15 +10606,15 @@ export declare const endpoints: {
10593
10606
  readonly port?: number | undefined;
10594
10607
  readonly env?: readonly string[] | undefined;
10595
10608
  readonly resources?: readonly string[] | undefined;
10596
- readonly replicas?: number | undefined;
10609
+ readonly instances?: number | undefined;
10610
+ readonly max_instances?: number | undefined;
10597
10611
  readonly command?: string | undefined;
10598
- readonly internal_port?: number | undefined;
10599
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10612
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10600
10613
  readonly cron_schedule?: string | undefined;
10601
10614
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10602
10615
  readonly scale_to_zero?: boolean | undefined;
10603
10616
  readonly idle_timeout_seconds?: number | undefined;
10604
- readonly min_replicas?: number | undefined;
10617
+ readonly min_instances?: number | undefined;
10605
10618
  }[] | undefined;
10606
10619
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10607
10620
  readonly env?: {
@@ -10615,6 +10628,8 @@ export declare const endpoints: {
10615
10628
  };
10616
10629
  } | undefined;
10617
10630
  readonly build?: {
10631
+ readonly context?: string | undefined;
10632
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10618
10633
  readonly dockerfile?: string | undefined;
10619
10634
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10620
10635
  readonly docker_context?: string | undefined;
@@ -10645,15 +10660,15 @@ export declare const endpoints: {
10645
10660
  readonly port?: number | undefined;
10646
10661
  readonly env?: readonly string[] | undefined;
10647
10662
  readonly resources?: readonly string[] | undefined;
10648
- readonly replicas?: number | undefined;
10663
+ readonly instances?: number | undefined;
10664
+ readonly max_instances?: number | undefined;
10649
10665
  readonly command?: string | undefined;
10650
- readonly internal_port?: number | undefined;
10651
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10666
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10652
10667
  readonly cron_schedule?: string | undefined;
10653
10668
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10654
10669
  readonly scale_to_zero?: boolean | undefined;
10655
10670
  readonly idle_timeout_seconds?: number | undefined;
10656
- readonly min_replicas?: number | undefined;
10671
+ readonly min_instances?: number | undefined;
10657
10672
  }[] | undefined;
10658
10673
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10659
10674
  readonly env?: {
@@ -10667,6 +10682,8 @@ export declare const endpoints: {
10667
10682
  };
10668
10683
  } | undefined;
10669
10684
  readonly build?: {
10685
+ readonly context?: string | undefined;
10686
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10670
10687
  readonly dockerfile?: string | undefined;
10671
10688
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10672
10689
  readonly docker_context?: string | undefined;
@@ -10697,15 +10714,15 @@ export declare const endpoints: {
10697
10714
  readonly port?: number | undefined;
10698
10715
  readonly env?: readonly string[] | undefined;
10699
10716
  readonly resources?: readonly string[] | undefined;
10700
- readonly replicas?: number | undefined;
10717
+ readonly instances?: number | undefined;
10718
+ readonly max_instances?: number | undefined;
10701
10719
  readonly command?: string | undefined;
10702
- readonly internal_port?: number | undefined;
10703
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10720
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10704
10721
  readonly cron_schedule?: string | undefined;
10705
10722
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10706
10723
  readonly scale_to_zero?: boolean | undefined;
10707
10724
  readonly idle_timeout_seconds?: number | undefined;
10708
- readonly min_replicas?: number | undefined;
10725
+ readonly min_instances?: number | undefined;
10709
10726
  }[] | undefined;
10710
10727
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10711
10728
  readonly env?: {
@@ -10719,6 +10736,8 @@ export declare const endpoints: {
10719
10736
  };
10720
10737
  } | undefined;
10721
10738
  readonly build?: {
10739
+ readonly context?: string | undefined;
10740
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10722
10741
  readonly dockerfile?: string | undefined;
10723
10742
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10724
10743
  readonly docker_context?: string | undefined;
@@ -10750,15 +10769,15 @@ export declare const endpoints: {
10750
10769
  readonly port?: number | undefined;
10751
10770
  readonly env?: readonly string[] | undefined;
10752
10771
  readonly resources?: readonly string[] | undefined;
10753
- readonly replicas?: number | undefined;
10772
+ readonly instances?: number | undefined;
10773
+ readonly max_instances?: number | undefined;
10754
10774
  readonly command?: string | undefined;
10755
- readonly internal_port?: number | undefined;
10756
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10775
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10757
10776
  readonly cron_schedule?: string | undefined;
10758
10777
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10759
10778
  readonly scale_to_zero?: boolean | undefined;
10760
10779
  readonly idle_timeout_seconds?: number | undefined;
10761
- readonly min_replicas?: number | undefined;
10780
+ readonly min_instances?: number | undefined;
10762
10781
  }[] | undefined;
10763
10782
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10764
10783
  readonly env?: {
@@ -10772,6 +10791,8 @@ export declare const endpoints: {
10772
10791
  };
10773
10792
  } | undefined;
10774
10793
  readonly build?: {
10794
+ readonly context?: string | undefined;
10795
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10775
10796
  readonly dockerfile?: string | undefined;
10776
10797
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10777
10798
  readonly docker_context?: string | undefined;
@@ -10802,15 +10823,15 @@ export declare const endpoints: {
10802
10823
  readonly port?: number | undefined;
10803
10824
  readonly env?: readonly string[] | undefined;
10804
10825
  readonly resources?: readonly string[] | undefined;
10805
- readonly replicas?: number | undefined;
10826
+ readonly instances?: number | undefined;
10827
+ readonly max_instances?: number | undefined;
10806
10828
  readonly command?: string | undefined;
10807
- readonly internal_port?: number | undefined;
10808
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10829
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10809
10830
  readonly cron_schedule?: string | undefined;
10810
10831
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10811
10832
  readonly scale_to_zero?: boolean | undefined;
10812
10833
  readonly idle_timeout_seconds?: number | undefined;
10813
- readonly min_replicas?: number | undefined;
10834
+ readonly min_instances?: number | undefined;
10814
10835
  }[] | undefined;
10815
10836
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10816
10837
  readonly env?: {
@@ -10824,6 +10845,8 @@ export declare const endpoints: {
10824
10845
  };
10825
10846
  } | undefined;
10826
10847
  readonly build?: {
10848
+ readonly context?: string | undefined;
10849
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10827
10850
  readonly dockerfile?: string | undefined;
10828
10851
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10829
10852
  readonly docker_context?: string | undefined;
@@ -10854,15 +10877,15 @@ export declare const endpoints: {
10854
10877
  readonly port?: number | undefined;
10855
10878
  readonly env?: readonly string[] | undefined;
10856
10879
  readonly resources?: readonly string[] | undefined;
10857
- readonly replicas?: number | undefined;
10880
+ readonly instances?: number | undefined;
10881
+ readonly max_instances?: number | undefined;
10858
10882
  readonly command?: string | undefined;
10859
- readonly internal_port?: number | undefined;
10860
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10883
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10861
10884
  readonly cron_schedule?: string | undefined;
10862
10885
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10863
10886
  readonly scale_to_zero?: boolean | undefined;
10864
10887
  readonly idle_timeout_seconds?: number | undefined;
10865
- readonly min_replicas?: number | undefined;
10888
+ readonly min_instances?: number | undefined;
10866
10889
  }[] | undefined;
10867
10890
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10868
10891
  readonly env?: {
@@ -10876,6 +10899,8 @@ export declare const endpoints: {
10876
10899
  };
10877
10900
  } | undefined;
10878
10901
  readonly build?: {
10902
+ readonly context?: string | undefined;
10903
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10879
10904
  readonly dockerfile?: string | undefined;
10880
10905
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10881
10906
  readonly docker_context?: string | undefined;
@@ -10906,15 +10931,15 @@ export declare const endpoints: {
10906
10931
  readonly port?: number | undefined;
10907
10932
  readonly env?: readonly string[] | undefined;
10908
10933
  readonly resources?: readonly string[] | undefined;
10909
- readonly replicas?: number | undefined;
10934
+ readonly instances?: number | undefined;
10935
+ readonly max_instances?: number | undefined;
10910
10936
  readonly command?: string | undefined;
10911
- readonly internal_port?: number | undefined;
10912
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10937
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
10913
10938
  readonly cron_schedule?: string | undefined;
10914
10939
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10915
10940
  readonly scale_to_zero?: boolean | undefined;
10916
10941
  readonly idle_timeout_seconds?: number | undefined;
10917
- readonly min_replicas?: number | undefined;
10942
+ readonly min_instances?: number | undefined;
10918
10943
  }[] | undefined;
10919
10944
  readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10920
10945
  readonly env?: {
@@ -10928,6 +10953,8 @@ export declare const endpoints: {
10928
10953
  };
10929
10954
  } | undefined;
10930
10955
  readonly build?: {
10956
+ readonly context?: string | undefined;
10957
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10931
10958
  readonly dockerfile?: string | undefined;
10932
10959
  readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10933
10960
  readonly docker_context?: string | undefined;
@@ -10948,17 +10975,32 @@ export declare const endpoints: {
10948
10975
  resources: import("effect/Schema").optional<import("effect/Schema").Struct<{
10949
10976
  database: import("effect/Schema").optional<import("effect/Schema").Struct<{
10950
10977
  engine: import("effect/Schema").optional<import("effect/Schema").Literal<["postgres"]>>;
10951
- tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl"]>;
10978
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10952
10979
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10953
10980
  version: import("effect/Schema").optional<import("effect/Schema").Literal<["15", "16", "17"]>>;
10954
- replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10981
+ read_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10955
10982
  branch_on_preview: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
10956
10983
  }>>;
10984
+ kv: import("effect/Schema").optional<import("effect/Schema").Struct<{
10985
+ engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
10986
+ exact: true;
10987
+ }>;
10988
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10989
+ storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10990
+ }>>;
10957
10991
  search: import("effect/Schema").optional<import("effect/Schema").Struct<{
10958
- engine: import("effect/Schema").optional<import("effect/Schema").Literal<["typesense"]>>;
10959
- tier: import("effect/Schema").Literal<["micro", "standard"]>;
10992
+ engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
10993
+ exact: true;
10994
+ }>;
10995
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10960
10996
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10961
- nodes: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10997
+ }>>;
10998
+ volume: import("effect/Schema").optional<import("effect/Schema").Struct<{
10999
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
11000
+ storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
11001
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
11002
+ mount_path: import("effect/Schema").optional<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
11003
+ role: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
10962
11004
  }>>;
10963
11005
  }>>;
10964
11006
  ci: import("effect/Schema").optional<import("effect/Schema").Struct<{
@@ -11073,7 +11115,6 @@ export declare const endpoints: {
11073
11115
  projectId: typeof import("effect/Schema").String;
11074
11116
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
11075
11117
  available: typeof import("effect/Schema").Boolean;
11076
- provider: typeof import("effect/Schema").String;
11077
11118
  }>, undefined>;
11078
11119
  readonly listChannels: import("./endpoint.js").Endpoint<"GET", "/realtime/channels", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
11079
11120
  projectId: typeof import("effect/Schema").String;
@@ -11231,11 +11272,9 @@ export declare const endpoints: {
11231
11272
  id: typeof import("effect/Schema").String;
11232
11273
  slug: typeof import("effect/Schema").String;
11233
11274
  name: typeof import("effect/Schema").String;
11234
- clusterEndpoint: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
11235
11275
  status: import("effect/Schema").Literal<["coming-soon", "active", "decommissioned"]>;
11236
11276
  locationLat: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
11237
11277
  locationLng: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
11238
- gatewayIpRange: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
11239
11278
  createdAt: typeof import("effect/Schema").String;
11240
11279
  }>>;
11241
11280
  }>, undefined>;
@@ -12415,6 +12454,24 @@ export declare const endpoints: {
12415
12454
  id: import("effect/Schema").brand<typeof import("effect/Schema").String, "FileId">;
12416
12455
  isDeleted: import("effect/Schema").Literal<[true]>;
12417
12456
  }>, undefined>;
12457
+ readonly takedownFile: import("./endpoint.js").Endpoint<"POST", "/storage/files/:fileId:takedown", import("effect/Schema").Struct<{
12458
+ fileId: typeof import("effect/Schema").String;
12459
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
12460
+ reason: import("effect/Schema").Literal<["dmca", "malware", "abuse", "legal"]>;
12461
+ noticeId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
12462
+ source: import("effect/Schema").optional<typeof import("effect/Schema").String>;
12463
+ description: import("effect/Schema").optional<typeof import("effect/Schema").String>;
12464
+ }>, import("effect/Schema").Struct<{
12465
+ id: import("effect/Schema").brand<typeof import("effect/Schema").String, "FileId">;
12466
+ isDeleted: import("effect/Schema").Literal<[true]>;
12467
+ takedown: import("effect/Schema").Struct<{
12468
+ reason: import("effect/Schema").Literal<["dmca", "malware", "abuse", "legal"]>;
12469
+ noticeId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12470
+ source: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12471
+ description: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12472
+ actedAt: typeof import("effect/Schema").DateFromString;
12473
+ }>;
12474
+ }>, undefined>;
12418
12475
  readonly restoreFile: import("./endpoint.js").Endpoint<"POST", "/storage/files/:fileId:restore", import("effect/Schema").Struct<{
12419
12476
  fileId: typeof import("effect/Schema").String;
12420
12477
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
@@ -12620,7 +12677,6 @@ export declare const endpoints: {
12620
12677
  projectId: typeof import("effect/Schema").String;
12621
12678
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
12622
12679
  available: typeof import("effect/Schema").Boolean;
12623
- provider: typeof import("effect/Schema").String;
12624
12680
  }>, undefined>;
12625
12681
  readonly list: import("./endpoint.js").Endpoint<"GET", "/tasks", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
12626
12682
  projectId: typeof import("effect/Schema").String;
@@ -12631,6 +12687,7 @@ export declare const endpoints: {
12631
12687
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
12632
12688
  jobs: import("effect/Schema").Array$<import("effect/Schema").Struct<{
12633
12689
  id: typeof import("effect/Schema").String;
12690
+ scheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12634
12691
  name: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12635
12692
  type: import("effect/Schema").Literal<["one-time", "cron"]>;
12636
12693
  status: import("effect/Schema").Literal<["pending", "queued", "running", "completed", "failed", "scheduled", "paused", "cancelled", "deleted"]>;
@@ -12646,8 +12703,6 @@ export declare const endpoints: {
12646
12703
  retries: typeof import("effect/Schema").Number;
12647
12704
  maxRetries: typeof import("effect/Schema").Number;
12648
12705
  lastError: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12649
- qstashMessageId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12650
- qstashScheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12651
12706
  createdAt: typeof import("effect/Schema").String;
12652
12707
  }>>;
12653
12708
  total: typeof import("effect/Schema").Number;
@@ -12661,6 +12716,7 @@ export declare const endpoints: {
12661
12716
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
12662
12717
  job: import("effect/Schema").Struct<{
12663
12718
  id: typeof import("effect/Schema").String;
12719
+ scheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12664
12720
  name: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12665
12721
  type: import("effect/Schema").Literal<["one-time", "cron"]>;
12666
12722
  status: import("effect/Schema").Literal<["pending", "queued", "running", "completed", "failed", "scheduled", "paused", "cancelled", "deleted"]>;
@@ -12676,8 +12732,6 @@ export declare const endpoints: {
12676
12732
  retries: typeof import("effect/Schema").Number;
12677
12733
  maxRetries: typeof import("effect/Schema").Number;
12678
12734
  lastError: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12679
- qstashMessageId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12680
- qstashScheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12681
12735
  createdAt: typeof import("effect/Schema").String;
12682
12736
  }>;
12683
12737
  }>, undefined>;
@@ -12696,7 +12750,6 @@ export declare const endpoints: {
12696
12750
  timeout: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
12697
12751
  }>, import("effect/Schema").Struct<{
12698
12752
  jobId: typeof import("effect/Schema").String;
12699
- messageId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
12700
12753
  scheduledFor: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12701
12754
  }>, {
12702
12755
  status: 201;