@sylphx/contract 0.5.1 → 0.7.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 (168) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/README.md +1 -1
  3. package/dist/compute.d.ts +33 -0
  4. package/dist/compute.d.ts.map +1 -0
  5. package/dist/compute.js +119 -0
  6. package/dist/endpoint.d.ts +3 -1
  7. package/dist/endpoint.d.ts.map +1 -1
  8. package/dist/endpoints/admin-audit.d.ts +2 -2
  9. package/dist/endpoints/admin-audit.js +2 -2
  10. package/dist/endpoints/admin-bootstrap.js +3 -3
  11. package/dist/endpoints/admin-branch-databases.d.ts +1 -1
  12. package/dist/endpoints/admin-branch-databases.js +2 -2
  13. package/dist/endpoints/admin-config.d.ts +3 -0
  14. package/dist/endpoints/admin-config.d.ts.map +1 -1
  15. package/dist/endpoints/admin-config.js +9 -1
  16. package/dist/endpoints/admin-envs-spec.d.ts +27 -0
  17. package/dist/endpoints/admin-envs-spec.d.ts.map +1 -0
  18. package/dist/endpoints/admin-envs-spec.js +25 -0
  19. package/dist/endpoints/admin-projects.d.ts +1 -1
  20. package/dist/endpoints/admin-rate-limits.d.ts +1 -1
  21. package/dist/endpoints/admin-rate-limits.js +3 -3
  22. package/dist/endpoints/admin-secrets.d.ts +3 -3
  23. package/dist/endpoints/admin-secrets.js +1 -1
  24. package/dist/endpoints/admin-services.d.ts +3 -3
  25. package/dist/endpoints/admin-services.d.ts.map +1 -1
  26. package/dist/endpoints/admin-services.js +4 -5
  27. package/dist/endpoints/ai-admin.d.ts +134 -5
  28. package/dist/endpoints/ai-admin.d.ts.map +1 -1
  29. package/dist/endpoints/analytics-admin.d.ts +141 -6
  30. package/dist/endpoints/analytics-admin.d.ts.map +1 -1
  31. package/dist/endpoints/analytics-admin.js +7 -7
  32. package/dist/endpoints/auth.d.ts +26 -8
  33. package/dist/endpoints/auth.d.ts.map +1 -1
  34. package/dist/endpoints/auth.js +5 -5
  35. package/dist/endpoints/branch-databases.d.ts +13 -7
  36. package/dist/endpoints/branch-databases.d.ts.map +1 -1
  37. package/dist/endpoints/branch-databases.js +3 -3
  38. package/dist/endpoints/databases.d.ts +100 -164
  39. package/dist/endpoints/databases.d.ts.map +1 -1
  40. package/dist/endpoints/databases.js +8 -35
  41. package/dist/endpoints/deployments.d.ts +1 -3
  42. package/dist/endpoints/deployments.d.ts.map +1 -1
  43. package/dist/endpoints/deployments.js +1 -1
  44. package/dist/endpoints/domains.d.ts +7 -1
  45. package/dist/endpoints/domains.d.ts.map +1 -1
  46. package/dist/endpoints/email-admin.d.ts +1 -0
  47. package/dist/endpoints/email-admin.d.ts.map +1 -1
  48. package/dist/endpoints/environments.d.ts +11 -42
  49. package/dist/endpoints/environments.d.ts.map +1 -1
  50. package/dist/endpoints/flags-admin.d.ts +8 -0
  51. package/dist/endpoints/flags-admin.d.ts.map +1 -1
  52. package/dist/endpoints/image-opt.d.ts +5 -13
  53. package/dist/endpoints/image-opt.d.ts.map +1 -1
  54. package/dist/endpoints/image-opt.js +6 -18
  55. package/dist/endpoints/kv-admin.d.ts +0 -1
  56. package/dist/endpoints/kv-admin.d.ts.map +1 -1
  57. package/dist/endpoints/notifications-admin.d.ts +4 -4
  58. package/dist/endpoints/organizations.d.ts +8 -6
  59. package/dist/endpoints/organizations.d.ts.map +1 -1
  60. package/dist/endpoints/project-manifest.d.ts +362 -354
  61. package/dist/endpoints/project-manifest.d.ts.map +1 -1
  62. package/dist/endpoints/projects.d.ts +0 -8
  63. package/dist/endpoints/projects.d.ts.map +1 -1
  64. package/dist/endpoints/realtime-admin.d.ts +0 -1
  65. package/dist/endpoints/realtime-admin.d.ts.map +1 -1
  66. package/dist/endpoints/realtime-admin.js +1 -1
  67. package/dist/endpoints/regions.d.ts +2 -4
  68. package/dist/endpoints/regions.d.ts.map +1 -1
  69. package/dist/endpoints/regions.js +2 -2
  70. package/dist/endpoints/tasks.d.ts +2 -6
  71. package/dist/endpoints/tasks.d.ts.map +1 -1
  72. package/dist/hono-app.d.ts +3 -3
  73. package/dist/hono-app.js +2 -2
  74. package/dist/index.d.ts +852 -632
  75. package/dist/index.d.ts.map +1 -1
  76. package/dist/index.js +7 -0
  77. package/dist/schemas/_primitives.d.ts +14 -0
  78. package/dist/schemas/_primitives.d.ts.map +1 -1
  79. package/dist/schemas/_primitives.js +16 -0
  80. package/dist/schemas/admin-audit.d.ts +4 -4
  81. package/dist/schemas/admin-audit.js +3 -3
  82. package/dist/schemas/admin-bootstrap.d.ts +1 -1
  83. package/dist/schemas/admin-bootstrap.js +1 -1
  84. package/dist/schemas/admin-builds.d.ts +1 -1
  85. package/dist/schemas/admin-builds.js +1 -1
  86. package/dist/schemas/admin-config.d.ts +4 -0
  87. package/dist/schemas/admin-config.d.ts.map +1 -1
  88. package/dist/schemas/admin-config.js +3 -0
  89. package/dist/schemas/admin-envs-spec.d.ts +49 -0
  90. package/dist/schemas/admin-envs-spec.d.ts.map +1 -0
  91. package/dist/schemas/admin-envs-spec.js +58 -0
  92. package/dist/schemas/admin-projects.d.ts +2 -2
  93. package/dist/schemas/admin-projects.js +1 -1
  94. package/dist/schemas/admin-rate-limits.d.ts +2 -2
  95. package/dist/schemas/admin-rate-limits.js +2 -2
  96. package/dist/schemas/admin-secrets.d.ts +14 -14
  97. package/dist/schemas/admin-secrets.d.ts.map +1 -1
  98. package/dist/schemas/admin-secrets.js +10 -10
  99. package/dist/schemas/admin-services.d.ts +18 -22
  100. package/dist/schemas/admin-services.d.ts.map +1 -1
  101. package/dist/schemas/admin-services.js +15 -19
  102. package/dist/schemas/ai-admin.d.ts +137 -8
  103. package/dist/schemas/ai-admin.d.ts.map +1 -1
  104. package/dist/schemas/ai-admin.js +119 -13
  105. package/dist/schemas/analytics-admin.d.ts +164 -7
  106. package/dist/schemas/analytics-admin.d.ts.map +1 -1
  107. package/dist/schemas/analytics-admin.js +104 -3
  108. package/dist/schemas/auth.d.ts +2 -1
  109. package/dist/schemas/auth.d.ts.map +1 -1
  110. package/dist/schemas/auth.js +2 -1
  111. package/dist/schemas/branch-database.d.ts +25 -18
  112. package/dist/schemas/branch-database.d.ts.map +1 -1
  113. package/dist/schemas/branch-database.js +15 -14
  114. package/dist/schemas/database.d.ts +13 -19
  115. package/dist/schemas/database.d.ts.map +1 -1
  116. package/dist/schemas/database.js +7 -19
  117. package/dist/schemas/deployment.d.ts +5 -7
  118. package/dist/schemas/deployment.d.ts.map +1 -1
  119. package/dist/schemas/deployment.js +6 -6
  120. package/dist/schemas/domain.d.ts +3 -1
  121. package/dist/schemas/domain.d.ts.map +1 -1
  122. package/dist/schemas/domain.js +2 -1
  123. package/dist/schemas/email-admin.d.ts +1 -0
  124. package/dist/schemas/email-admin.d.ts.map +1 -1
  125. package/dist/schemas/email-admin.js +1 -0
  126. package/dist/schemas/environment.d.ts +17 -31
  127. package/dist/schemas/environment.d.ts.map +1 -1
  128. package/dist/schemas/environment.js +11 -16
  129. package/dist/schemas/flags-admin.d.ts +13 -0
  130. package/dist/schemas/flags-admin.d.ts.map +1 -1
  131. package/dist/schemas/flags-admin.js +6 -0
  132. package/dist/schemas/ids.d.ts +4 -0
  133. package/dist/schemas/ids.d.ts.map +1 -1
  134. package/dist/schemas/ids.js +2 -0
  135. package/dist/schemas/image-opt.d.ts +10 -11
  136. package/dist/schemas/image-opt.d.ts.map +1 -1
  137. package/dist/schemas/image-opt.js +11 -12
  138. package/dist/schemas/kv-admin.d.ts +0 -1
  139. package/dist/schemas/kv-admin.d.ts.map +1 -1
  140. package/dist/schemas/kv-admin.js +0 -1
  141. package/dist/schemas/notifications-admin.d.ts +6 -6
  142. package/dist/schemas/notifications-admin.js +1 -1
  143. package/dist/schemas/organization.d.ts +8 -6
  144. package/dist/schemas/organization.d.ts.map +1 -1
  145. package/dist/schemas/organization.js +11 -6
  146. package/dist/schemas/project-manifest.d.ts +458 -455
  147. package/dist/schemas/project-manifest.d.ts.map +1 -1
  148. package/dist/schemas/project-manifest.js +66 -56
  149. package/dist/schemas/project.d.ts +0 -6
  150. package/dist/schemas/project.d.ts.map +1 -1
  151. package/dist/schemas/project.js +0 -2
  152. package/dist/schemas/realtime-admin.d.ts +0 -1
  153. package/dist/schemas/realtime-admin.d.ts.map +1 -1
  154. package/dist/schemas/realtime-admin.js +0 -1
  155. package/dist/schemas/realtime.d.ts +2 -2
  156. package/dist/schemas/realtime.js +2 -2
  157. package/dist/schemas/region.d.ts +3 -21
  158. package/dist/schemas/region.d.ts.map +1 -1
  159. package/dist/schemas/region.js +2 -11
  160. package/dist/schemas/resources.d.ts +213 -164
  161. package/dist/schemas/resources.d.ts.map +1 -1
  162. package/dist/schemas/resources.js +87 -105
  163. package/dist/schemas/storage.d.ts +1 -1
  164. package/dist/schemas/storage.js +1 -1
  165. package/dist/schemas/tasks.d.ts +3 -8
  166. package/dist/schemas/tasks.d.ts.map +1 -1
  167. package/dist/schemas/tasks.js +1 -4
  168. package/package.json +5 -1
package/dist/index.d.ts CHANGED
@@ -13,6 +13,7 @@
13
13
  *
14
14
  * See ADR-084 for the full rationale.
15
15
  */
16
+ export * from './compute.js';
16
17
  export * from './endpoint.js';
17
18
  export { adminAiPlaygroundEndpoints } from './endpoints/admin-ai-playground.js';
18
19
  export { adminAnomaliesEndpoints } from './endpoints/admin-anomalies.js';
@@ -26,6 +27,7 @@ export { adminBuildsEndpoints } from './endpoints/admin-builds.js';
26
27
  export { adminConfigEndpoints } from './endpoints/admin-config.js';
27
28
  export { adminConsentEndpoints } from './endpoints/admin-consent.js';
28
29
  export { adminEnvServicesEndpoints } from './endpoints/admin-env-services.js';
30
+ export { adminEnvsSpecEndpoints } from './endpoints/admin-envs-spec.js';
29
31
  export { adminImpersonationEndpoints } from './endpoints/admin-impersonation.js';
30
32
  export { adminInvitationsEndpoints } from './endpoints/admin-invitations.js';
31
33
  export { adminJwtKeysEndpoints } from './endpoints/admin-jwt-keys.js';
@@ -112,9 +114,11 @@ export * from './schemas/admin-audit.js';
112
114
  export * from './schemas/admin-billing.js';
113
115
  export * from './schemas/admin-branch-databases.js';
114
116
  export * from './schemas/admin-broadcasts.js';
117
+ export * from './schemas/admin-builds.js';
115
118
  export * from './schemas/admin-config.js';
116
119
  export * from './schemas/admin-consent.js';
117
120
  export * from './schemas/admin-env-services.js';
121
+ export * from './schemas/admin-envs-spec.js';
118
122
  export * from './schemas/admin-impersonation.js';
119
123
  export * from './schemas/admin-invitations.js';
120
124
  export * from './schemas/admin-jwt-keys.js';
@@ -926,7 +930,7 @@ export declare const endpoints: {
926
930
  latencyP95: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
927
931
  cpuUsage: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
928
932
  memoryUsage: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
929
- podCount: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
933
+ instanceCount: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
930
934
  }>, undefined>;
931
935
  readonly obsMetricsRange: import("./endpoint.js").Endpoint<"GET", "/operator/audit/projects/:id/obs/metrics/range", import("effect/Schema").Struct<{
932
936
  id: typeof import("effect/Schema").String;
@@ -1778,6 +1782,9 @@ export declare const endpoints: {
1778
1782
  filename: typeof import("effect/Schema").String;
1779
1783
  count: typeof import("effect/Schema").Number;
1780
1784
  }>, undefined>;
1785
+ readonly getOAuthProviders: import("./endpoint.js").Endpoint<"GET", "/operator/config/oauth-providers", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
1786
+ enabledProviders: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
1787
+ }>, undefined>;
1781
1788
  readonly notificationsOverview: import("./endpoint.js").Endpoint<"GET", "/operator/config/notifications/overview", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
1782
1789
  readonly referralsOverview: import("./endpoint.js").Endpoint<"GET", "/operator/config/referrals/overview", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
1783
1790
  readonly flagsOverview: import("./endpoint.js").Endpoint<"GET", "/operator/config/flags/overview", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
@@ -1797,6 +1804,27 @@ export declare const endpoints: {
1797
1804
  reused: typeof import("effect/Schema").Boolean;
1798
1805
  }>, undefined>;
1799
1806
  };
1807
+ readonly adminEnvsSpec: {
1808
+ readonly patch: import("./endpoint.js").Endpoint<"PATCH", "/operator/envs/:envId/spec", import("effect/Schema").Struct<{
1809
+ envId: import("effect/Schema").filter<typeof import("effect/Schema").String>;
1810
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").filter<import("effect/Schema").Struct<{
1811
+ runtimeClassName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
1812
+ defaultSandboxImage: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
1813
+ defaultSecurityContext: import("effect/Schema").optional<import("effect/Schema").Struct<{
1814
+ runAsNonRoot: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
1815
+ allowPrivilegeEscalation: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
1816
+ privileged: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
1817
+ }>>;
1818
+ defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
1819
+ reason: import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
1820
+ }>>, import("effect/Schema").Struct<{
1821
+ envId: import("effect/Schema").filter<typeof import("effect/Schema").String>;
1822
+ runtimeClassName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
1823
+ defaultSandboxImage: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
1824
+ defaultSecurityContext: import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
1825
+ defaultHealthAgentMode: import("effect/Schema").NullOr<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
1826
+ }>, undefined>;
1827
+ };
1800
1828
  readonly adminConsent: {
1801
1829
  readonly listTypes: import("./endpoint.js").Endpoint<"GET", "/operator/consent/projects/:projectId/consent-types", import("effect/Schema").Struct<{
1802
1830
  projectId: typeof import("effect/Schema").String;
@@ -2514,7 +2542,7 @@ export declare const endpoints: {
2514
2542
  role: typeof import("effect/Schema").String;
2515
2543
  resourceId: typeof import("effect/Schema").String;
2516
2544
  status: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2517
- clusterName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2545
+ backendName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2518
2546
  }>>, undefined>;
2519
2547
  };
2520
2548
  readonly adminProjectUsers: {
@@ -2834,7 +2862,7 @@ export declare const endpoints: {
2834
2862
  ageDays: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
2835
2863
  cadenceDays: typeof import("effect/Schema").Number;
2836
2864
  overdue: typeof import("effect/Schema").Boolean;
2837
- clusterSecretRef: typeof import("effect/Schema").String;
2865
+ rotationTarget: typeof import("effect/Schema").String;
2838
2866
  }>>;
2839
2867
  }>, undefined>;
2840
2868
  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 +2877,7 @@ export declare const endpoints: {
2849
2877
  ageDays: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
2850
2878
  cadenceDays: typeof import("effect/Schema").Number;
2851
2879
  overdue: typeof import("effect/Schema").Boolean;
2852
- clusterSecretRef: typeof import("effect/Schema").String;
2880
+ rotationTarget: typeof import("effect/Schema").String;
2853
2881
  }>;
2854
2882
  auditLogId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2855
2883
  message: typeof import("effect/Schema").String;
@@ -2859,11 +2887,11 @@ export declare const endpoints: {
2859
2887
  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
2888
  services: import("effect/Schema").Array$<import("effect/Schema").Struct<{
2861
2889
  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>;
2890
+ controlRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2891
+ runtimeRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2864
2892
  driftMinutes: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
2865
2893
  inSync: typeof import("effect/Schema").Boolean;
2866
- dbUpdatedAt: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2894
+ controlUpdatedAt: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
2867
2895
  }>>;
2868
2896
  checkedAt: typeof import("effect/Schema").String;
2869
2897
  }>, undefined>;
@@ -3391,11 +3419,43 @@ export declare const endpoints: {
3391
3419
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3392
3420
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3393
3421
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3422
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3423
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3394
3424
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3395
3425
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3426
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3396
3427
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3428
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3397
3429
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3398
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3430
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3431
+ app: import("effect/Schema").Struct<{
3432
+ id: typeof import("effect/Schema").String;
3433
+ name: typeof import("effect/Schema").String;
3434
+ slug: typeof import("effect/Schema").String;
3435
+ }>;
3436
+ period: import("effect/Schema").Literal<["day", "week", "month"]>;
3437
+ current: import("effect/Schema").Struct<{
3438
+ events: typeof import("effect/Schema").Number;
3439
+ users: typeof import("effect/Schema").Number;
3440
+ pageviews: typeof import("effect/Schema").Number;
3441
+ signups: typeof import("effect/Schema").Number;
3442
+ }>;
3443
+ growth: import("effect/Schema").Struct<{
3444
+ events: typeof import("effect/Schema").Number;
3445
+ users: typeof import("effect/Schema").Number;
3446
+ }>;
3447
+ topEvents: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3448
+ event: typeof import("effect/Schema").String;
3449
+ count: typeof import("effect/Schema").Number;
3450
+ }>>;
3451
+ apiByService: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3452
+ service: typeof import("effect/Schema").String;
3453
+ requests: typeof import("effect/Schema").Number;
3454
+ successful: typeof import("effect/Schema").Number;
3455
+ successRate: typeof import("effect/Schema").Number;
3456
+ avgLatencyMs: typeof import("effect/Schema").Number;
3457
+ }>>;
3458
+ }>, undefined>;
3399
3459
  readonly getEvents: import("./endpoint.js").Endpoint<"GET", "/analytics/projects/:id/events", import("effect/Schema").Struct<{
3400
3460
  id: typeof import("effect/Schema").String;
3401
3461
  }>, import("effect/Schema").Struct<{
@@ -3407,11 +3467,26 @@ export declare const endpoints: {
3407
3467
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3408
3468
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3409
3469
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3470
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3471
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3410
3472
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3411
3473
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3474
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3412
3475
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3476
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3413
3477
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3414
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3478
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3479
+ events: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3480
+ id: typeof import("effect/Schema").String;
3481
+ event: typeof import("effect/Schema").String;
3482
+ type: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
3483
+ properties: import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
3484
+ userId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
3485
+ anonymousId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
3486
+ timestamp: typeof import("effect/Schema").String;
3487
+ }>>;
3488
+ total: typeof import("effect/Schema").Number;
3489
+ }>, undefined>;
3415
3490
  readonly getApiUsage: import("./endpoint.js").Endpoint<"GET", "/analytics/projects/:id/api-usage", import("effect/Schema").Struct<{
3416
3491
  id: typeof import("effect/Schema").String;
3417
3492
  }>, import("effect/Schema").Struct<{
@@ -3423,11 +3498,29 @@ export declare const endpoints: {
3423
3498
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3424
3499
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3425
3500
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3501
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3502
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3426
3503
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3427
3504
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3505
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3428
3506
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3507
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3429
3508
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3430
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3509
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3510
+ period: import("effect/Schema").Literal<["day", "week", "month"]>;
3511
+ groupBy: import("effect/Schema").Literal<["service", "endpoint"]>;
3512
+ data: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3513
+ service: typeof import("effect/Schema").String;
3514
+ requests: typeof import("effect/Schema").Number;
3515
+ successful: typeof import("effect/Schema").Number;
3516
+ failed: typeof import("effect/Schema").Number;
3517
+ successRate: typeof import("effect/Schema").Number;
3518
+ latency: import("effect/Schema").Struct<{
3519
+ avgMs: typeof import("effect/Schema").Number;
3520
+ p95Ms: typeof import("effect/Schema").Number;
3521
+ }>;
3522
+ }>>;
3523
+ }>, undefined>;
3431
3524
  readonly getApiUsageHistory: import("./endpoint.js").Endpoint<"GET", "/analytics/projects/:id/api-usage/history", import("effect/Schema").Struct<{
3432
3525
  id: typeof import("effect/Schema").String;
3433
3526
  }>, import("effect/Schema").Struct<{
@@ -3439,11 +3532,27 @@ export declare const endpoints: {
3439
3532
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3440
3533
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3441
3534
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3535
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3536
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3442
3537
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3443
3538
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3539
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3444
3540
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3541
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3445
3542
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3446
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3543
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3544
+ period: import("effect/Schema").Literal<["day", "week", "month"]>;
3545
+ interval: import("effect/Schema").Literal<["hour", "day"]>;
3546
+ service: typeof import("effect/Schema").String;
3547
+ data: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3548
+ timestamp: typeof import("effect/Schema").String;
3549
+ requests: typeof import("effect/Schema").Number;
3550
+ successful: typeof import("effect/Schema").Number;
3551
+ failed: typeof import("effect/Schema").Number;
3552
+ successRate: typeof import("effect/Schema").Number;
3553
+ avgLatencyMs: typeof import("effect/Schema").Number;
3554
+ }>>;
3555
+ }>, undefined>;
3447
3556
  readonly getApiErrors: import("./endpoint.js").Endpoint<"GET", "/analytics/projects/:id/api-errors", import("effect/Schema").Struct<{
3448
3557
  id: typeof import("effect/Schema").String;
3449
3558
  }>, import("effect/Schema").Struct<{
@@ -3455,11 +3564,25 @@ export declare const endpoints: {
3455
3564
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3456
3565
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3457
3566
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3567
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3568
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3458
3569
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3459
3570
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3571
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3460
3572
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3573
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3461
3574
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3462
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3575
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Array$<import("effect/Schema").Struct<{
3576
+ id: typeof import("effect/Schema").String;
3577
+ service: typeof import("effect/Schema").String;
3578
+ endpoint: typeof import("effect/Schema").String;
3579
+ error: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
3580
+ statusCode: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
3581
+ latencyMs: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
3582
+ userAgent: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
3583
+ timestamp: typeof import("effect/Schema").String;
3584
+ metadata: import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
3585
+ }>>, undefined>;
3463
3586
  readonly getFunnel: import("./endpoint.js").Endpoint<"GET", "/analytics/projects/:id/funnel", import("effect/Schema").Struct<{
3464
3587
  id: typeof import("effect/Schema").String;
3465
3588
  }>, import("effect/Schema").Struct<{
@@ -3471,11 +3594,23 @@ export declare const endpoints: {
3471
3594
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3472
3595
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3473
3596
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3597
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3598
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3474
3599
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3475
3600
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3601
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3476
3602
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3603
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3477
3604
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3478
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3605
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3606
+ steps: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3607
+ count: typeof import("effect/Schema").Number;
3608
+ conversionRate: typeof import("effect/Schema").Number;
3609
+ overallRate: typeof import("effect/Schema").Number;
3610
+ dropoff: typeof import("effect/Schema").Number;
3611
+ }>>;
3612
+ overallConversion: typeof import("effect/Schema").Number;
3613
+ }>, undefined>;
3479
3614
  readonly exportJson: import("./endpoint.js").Endpoint<"GET", "/analytics/projects/:id/export/json", import("effect/Schema").Struct<{
3480
3615
  id: typeof import("effect/Schema").String;
3481
3616
  }>, import("effect/Schema").Struct<{
@@ -3487,9 +3622,13 @@ export declare const endpoints: {
3487
3622
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3488
3623
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3489
3624
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3625
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3626
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3490
3627
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3491
3628
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3629
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3492
3630
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3631
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3493
3632
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3494
3633
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3495
3634
  exportedAt: typeof import("effect/Schema").String;
@@ -3519,9 +3658,13 @@ export declare const endpoints: {
3519
3658
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3520
3659
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3521
3660
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3661
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3662
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3522
3663
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3523
3664
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3665
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3524
3666
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3667
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3525
3668
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3526
3669
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3527
3670
  csv: typeof import("effect/Schema").String;
@@ -3539,9 +3682,13 @@ export declare const endpoints: {
3539
3682
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3540
3683
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3541
3684
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3685
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3686
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3542
3687
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3543
3688
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3689
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3544
3690
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3691
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3545
3692
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3546
3693
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3547
3694
  readonly getVitalsStats: import("./endpoint.js").Endpoint<"GET", "/analytics/projects/:id/vitals-stats", import("effect/Schema").Struct<{
@@ -3555,9 +3702,13 @@ export declare const endpoints: {
3555
3702
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3556
3703
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3557
3704
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3705
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3706
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3558
3707
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3559
3708
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3709
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3560
3710
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3711
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3561
3712
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3562
3713
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3563
3714
  readonly listCohorts: import("./endpoint.js").Endpoint<"GET", "/analytics/projects/:projectId/cohorts", import("effect/Schema").Struct<{
@@ -3571,9 +3722,13 @@ export declare const endpoints: {
3571
3722
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3572
3723
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3573
3724
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3725
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3726
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3574
3727
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3575
3728
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3729
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3576
3730
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3731
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3577
3732
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3578
3733
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3579
3734
  cohorts: import("effect/Schema").Array$<import("effect/Schema").Struct<{
@@ -3697,9 +3852,13 @@ export declare const endpoints: {
3697
3852
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3698
3853
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3699
3854
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3855
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3856
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3700
3857
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3701
3858
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3859
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3702
3860
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3861
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3703
3862
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3704
3863
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3705
3864
  readonly getDestinationStats: import("./endpoint.js").Endpoint<"GET", "/analytics/projects/:projectId/destinations/stats", import("effect/Schema").Struct<{
@@ -3713,9 +3872,13 @@ export declare const endpoints: {
3713
3872
  offset: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3714
3873
  interval: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3715
3874
  event: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3875
+ events: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3876
+ groupBy: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3716
3877
  page: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3717
3878
  search: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3879
+ service: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3718
3880
  userId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3881
+ userIds: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3719
3882
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3720
3883
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3721
3884
  readonly retryDestinationLog: import("./endpoint.js").Endpoint<"POST", "/analytics/projects/:projectId/destinations/logs/:logId/retry", import("effect/Schema").Struct<{
@@ -3730,23 +3893,152 @@ export declare const endpoints: {
3730
3893
  readonly aiAdmin: {
3731
3894
  readonly getOverview: import("./endpoint.js").Endpoint<"GET", "/ai/overview", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3732
3895
  period: import("effect/Schema").optional<import("effect/Schema").Literal<["day", "week", "month"]>>;
3733
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3896
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3897
+ period: import("effect/Schema").Literal<["day", "week", "month"]>;
3898
+ totals: import("effect/Schema").Struct<{
3899
+ requests: typeof import("effect/Schema").Number;
3900
+ tokens: typeof import("effect/Schema").Number;
3901
+ cost: import("effect/Schema").Struct<{
3902
+ microdollars: typeof import("effect/Schema").Number;
3903
+ formatted: typeof import("effect/Schema").String;
3904
+ }>;
3905
+ avgLatencyMs: typeof import("effect/Schema").Number;
3906
+ successRate: typeof import("effect/Schema").Number;
3907
+ }>;
3908
+ byProject: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3909
+ projectId: typeof import("effect/Schema").String;
3910
+ projectName: typeof import("effect/Schema").String;
3911
+ requests: typeof import("effect/Schema").Number;
3912
+ inputTokens: typeof import("effect/Schema").Number;
3913
+ outputTokens: typeof import("effect/Schema").Number;
3914
+ cost: import("effect/Schema").Struct<{
3915
+ microdollars: typeof import("effect/Schema").Number;
3916
+ formatted: typeof import("effect/Schema").String;
3917
+ }>;
3918
+ successRate: typeof import("effect/Schema").Number;
3919
+ }>>;
3920
+ byModel: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3921
+ model: typeof import("effect/Schema").String;
3922
+ requests: typeof import("effect/Schema").Number;
3923
+ tokens: typeof import("effect/Schema").Number;
3924
+ cost: import("effect/Schema").Struct<{
3925
+ microdollars: typeof import("effect/Schema").Number;
3926
+ formatted: typeof import("effect/Schema").String;
3927
+ }>;
3928
+ }>>;
3929
+ byProvider: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3930
+ provider: typeof import("effect/Schema").String;
3931
+ requests: typeof import("effect/Schema").Number;
3932
+ tokens: typeof import("effect/Schema").Number;
3933
+ cost: import("effect/Schema").Struct<{
3934
+ microdollars: typeof import("effect/Schema").Number;
3935
+ formatted: typeof import("effect/Schema").String;
3936
+ }>;
3937
+ }>>;
3938
+ }>, undefined>;
3734
3939
  readonly getProjectUsage: import("./endpoint.js").Endpoint<"GET", "/ai/projects/:projectId/usage", import("effect/Schema").Struct<{
3735
3940
  projectId: typeof import("effect/Schema").String;
3736
3941
  }>, import("effect/Schema").Struct<{
3737
3942
  period: import("effect/Schema").optional<import("effect/Schema").Literal<["day", "week", "month"]>>;
3738
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3943
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3944
+ app: import("effect/Schema").Struct<{
3945
+ id: typeof import("effect/Schema").String;
3946
+ name: typeof import("effect/Schema").String;
3947
+ slug: typeof import("effect/Schema").String;
3948
+ }>;
3949
+ period: import("effect/Schema").Literal<["day", "week", "month"]>;
3950
+ stats: import("effect/Schema").Struct<{
3951
+ requests: typeof import("effect/Schema").Number;
3952
+ inputTokens: typeof import("effect/Schema").Number;
3953
+ outputTokens: typeof import("effect/Schema").Number;
3954
+ cost: import("effect/Schema").Struct<{
3955
+ microdollars: typeof import("effect/Schema").Number;
3956
+ formatted: typeof import("effect/Schema").String;
3957
+ }>;
3958
+ latency: import("effect/Schema").Struct<{
3959
+ avgMs: typeof import("effect/Schema").Number;
3960
+ p95Ms: typeof import("effect/Schema").Number;
3961
+ }>;
3962
+ successRate: typeof import("effect/Schema").Number;
3963
+ }>;
3964
+ byModel: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3965
+ model: typeof import("effect/Schema").String;
3966
+ requests: typeof import("effect/Schema").Number;
3967
+ tokens: typeof import("effect/Schema").Number;
3968
+ cost: import("effect/Schema").Struct<{
3969
+ microdollars: typeof import("effect/Schema").Number;
3970
+ formatted: typeof import("effect/Schema").String;
3971
+ }>;
3972
+ }>>;
3973
+ byType: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3974
+ type: typeof import("effect/Schema").String;
3975
+ requests: typeof import("effect/Schema").Number;
3976
+ tokens: typeof import("effect/Schema").Number;
3977
+ }>>;
3978
+ recentErrors: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3979
+ id: typeof import("effect/Schema").String;
3980
+ model: typeof import("effect/Schema").String;
3981
+ type: typeof import("effect/Schema").String;
3982
+ error: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
3983
+ code: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
3984
+ timestamp: typeof import("effect/Schema").String;
3985
+ }>>;
3986
+ }>, undefined>;
3739
3987
  readonly getCostTrends: import("./endpoint.js").Endpoint<"GET", "/ai/trends", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3740
3988
  period: import("effect/Schema").optional<import("effect/Schema").Literal<["day", "week", "month"]>>;
3741
3989
  interval: import("effect/Schema").optional<import("effect/Schema").Literal<["hour", "day"]>>;
3742
3990
  projectId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3743
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
3991
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3992
+ period: import("effect/Schema").Literal<["day", "week", "month"]>;
3993
+ interval: import("effect/Schema").Literal<["hour", "day"]>;
3994
+ data: import("effect/Schema").Array$<import("effect/Schema").Struct<{
3995
+ timestamp: typeof import("effect/Schema").String;
3996
+ requests: typeof import("effect/Schema").Number;
3997
+ tokens: typeof import("effect/Schema").Number;
3998
+ cost: import("effect/Schema").Struct<{
3999
+ microdollars: typeof import("effect/Schema").Number;
4000
+ formatted: typeof import("effect/Schema").String;
4001
+ }>;
4002
+ avgLatencyMs: typeof import("effect/Schema").Number;
4003
+ }>>;
4004
+ }>, undefined>;
3744
4005
  readonly getProjectConfig: import("./endpoint.js").Endpoint<"GET", "/ai/projects/:projectId/config", import("effect/Schema").Struct<{
3745
4006
  projectId: typeof import("effect/Schema").String;
3746
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, typeof import("effect/Schema").Unknown, undefined>;
4007
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
4008
+ app: import("effect/Schema").Struct<{
4009
+ id: typeof import("effect/Schema").String;
4010
+ name: typeof import("effect/Schema").String;
4011
+ slug: typeof import("effect/Schema").String;
4012
+ }>;
4013
+ config: import("effect/Schema").Struct<{
4014
+ defaultMaxTokens: typeof import("effect/Schema").Number;
4015
+ defaultTemperature: typeof import("effect/Schema").Number;
4016
+ enableCaching: typeof import("effect/Schema").Boolean;
4017
+ allowedModels: import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
4018
+ blockedModels: import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
4019
+ }>;
4020
+ rateLimits: import("effect/Schema").Array$<import("effect/Schema").Struct<{
4021
+ id: typeof import("effect/Schema").String;
4022
+ modelPattern: typeof import("effect/Schema").String;
4023
+ requestsPerMinute: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
4024
+ requestsPerDay: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
4025
+ tokensPerMinute: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
4026
+ tokensPerDay: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
4027
+ costPerDayMicrodollars: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
4028
+ isActive: typeof import("effect/Schema").Boolean;
4029
+ }>>;
4030
+ }>, undefined>;
3747
4031
  readonly updateProjectConfig: import("./endpoint.js").Endpoint<"PATCH", "/ai/projects/:projectId/config", import("effect/Schema").Struct<{
3748
4032
  projectId: typeof import("effect/Schema").String;
3749
- }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>, typeof import("effect/Schema").Unknown, undefined>;
4033
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
4034
+ defaultMaxTokens: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4035
+ defaultTemperature: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4036
+ enableCaching: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
4037
+ allowedModels: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
4038
+ blockedModels: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
4039
+ }>, import("effect/Schema").Struct<{
4040
+ success: typeof import("effect/Schema").Boolean;
4041
+ }>, undefined>;
3750
4042
  };
3751
4043
  readonly audit: {
3752
4044
  readonly query: import("./endpoint.js").Endpoint<"GET", "/audit/query", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
@@ -3819,22 +4111,40 @@ export declare const endpoints: {
3819
4111
  readonly signIn: import("./endpoint.js").Endpoint<"POST", "/auth/login", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3820
4112
  email: typeof import("effect/Schema").String;
3821
4113
  password: typeof import("effect/Schema").String;
4114
+ }>, import("effect/Schema").Union<[import("effect/Schema").Struct<{
4115
+ requiresTwoFactor: import("effect/Schema").Literal<[true]>;
4116
+ userId: typeof import("effect/Schema").String;
4117
+ email: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3822
4118
  }>, import("effect/Schema").Struct<{
3823
- requiresTwoFactor: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
3824
- userId: import("effect/Schema").optional<import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "UserId">>;
3825
- accessToken: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4119
+ requiresTwoFactor: import("effect/Schema").optional<import("effect/Schema").Literal<[false]>>;
4120
+ accessToken: typeof import("effect/Schema").String;
3826
4121
  refreshToken: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3827
- tokenType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3828
4122
  expiresIn: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
3829
- }>, undefined>;
4123
+ user: import("effect/Schema").optional<import("effect/Schema").Struct<{
4124
+ id: typeof import("effect/Schema").String;
4125
+ email: typeof import("effect/Schema").String;
4126
+ name: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
4127
+ image: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4128
+ emailVerified: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
4129
+ role: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4130
+ createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4131
+ }>>;
4132
+ }>]>, undefined>;
3830
4133
  readonly signUp: import("./endpoint.js").Endpoint<"POST", "/auth/register", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3831
4134
  email: typeof import("effect/Schema").String;
3832
4135
  password: typeof import("effect/Schema").String;
3833
4136
  name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4137
+ metadata: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
4138
+ invitationToken: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4139
+ captchaToken: import("effect/Schema").optional<typeof import("effect/Schema").String>;
3834
4140
  }>, import("effect/Schema").Struct<{
3835
- userId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "UserId">;
3836
- email: typeof import("effect/Schema").String;
3837
- emailVerified: typeof import("effect/Schema").Boolean;
4141
+ requiresVerification: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
4142
+ message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4143
+ user: import("effect/Schema").Struct<{
4144
+ id: typeof import("effect/Schema").String;
4145
+ email: typeof import("effect/Schema").String;
4146
+ name: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
4147
+ }>;
3838
4148
  }>, undefined>;
3839
4149
  readonly resendEmailVerification: import("./endpoint.js").Endpoint<"POST", "/auth/resend-verification", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
3840
4150
  email: import("effect/Schema").filter<typeof import("effect/Schema").String>;
@@ -4492,8 +4802,10 @@ export declare const endpoints: {
4492
4802
  projectId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">;
4493
4803
  envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
4494
4804
  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>;
4805
+ connection: import("effect/Schema").Struct<{
4806
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
4807
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4808
+ }>;
4497
4809
  dataMode: import("effect/Schema").Literal<["none", "last-1d", "last-7d", "all"]>;
4498
4810
  status: import("effect/Schema").Literal<["provisioning", "ready", "destroying", "destroyed", "degraded"]>;
4499
4811
  createdAt: typeof import("effect/Schema").String;
@@ -4511,8 +4823,10 @@ export declare const endpoints: {
4511
4823
  projectId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">;
4512
4824
  envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
4513
4825
  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>;
4826
+ connection: import("effect/Schema").Struct<{
4827
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
4828
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4829
+ }>;
4516
4830
  dataMode: import("effect/Schema").Literal<["none", "last-1d", "last-7d", "all"]>;
4517
4831
  status: import("effect/Schema").Literal<["provisioning", "ready", "destroying", "destroyed", "degraded"]>;
4518
4832
  createdAt: typeof import("effect/Schema").String;
@@ -4528,8 +4842,10 @@ export declare const endpoints: {
4528
4842
  projectId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">;
4529
4843
  envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
4530
4844
  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>;
4845
+ connection: import("effect/Schema").Struct<{
4846
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
4847
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4848
+ }>;
4533
4849
  dataMode: import("effect/Schema").Literal<["none", "last-1d", "last-7d", "all"]>;
4534
4850
  status: import("effect/Schema").Literal<["provisioning", "ready", "destroying", "destroyed", "degraded"]>;
4535
4851
  createdAt: typeof import("effect/Schema").String;
@@ -4830,7 +5146,6 @@ export declare const endpoints: {
4830
5146
  }>, import("effect/Schema").Struct<{
4831
5147
  restored: typeof import("effect/Schema").Boolean;
4832
5148
  resourceId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4833
- clusterName: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4834
5149
  targetTime: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4835
5150
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4836
5151
  }>, undefined>;
@@ -4841,7 +5156,6 @@ export declare const endpoints: {
4841
5156
  }>, import("effect/Schema").Struct<{
4842
5157
  restored: typeof import("effect/Schema").Boolean;
4843
5158
  resourceId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4844
- clusterName: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4845
5159
  targetTime: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4846
5160
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4847
5161
  }>, undefined>;
@@ -4859,25 +5173,21 @@ export declare const endpoints: {
4859
5173
  slug: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4860
5174
  status: typeof import("effect/Schema").String;
4861
5175
  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: typeof import("effect/Schema").String;
4868
- dbName: typeof import("effect/Schema").String;
4869
- connectionString: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5176
+ tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
5177
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5178
+ host: typeof import("effect/Schema").String;
5179
+ port: typeof import("effect/Schema").Number;
5180
+ protocol: typeof import("effect/Schema").String;
5181
+ }>>>;
5182
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5183
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
5184
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5185
+ }>>>;
4870
5186
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4871
5187
  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
5188
  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
5189
  backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4878
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4879
5190
  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
5191
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4882
5192
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4883
5193
  }>, undefined>;
@@ -4893,116 +5203,82 @@ export declare const endpoints: {
4893
5203
  name: typeof import("effect/Schema").String;
4894
5204
  slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4895
5205
  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>;
5206
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
4898
5207
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4899
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4900
5208
  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>>;
5209
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5210
+ host: typeof import("effect/Schema").String;
5211
+ port: typeof import("effect/Schema").Number;
5212
+ protocol: typeof import("effect/Schema").String;
5213
+ }>>>;
5214
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5215
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
5216
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5217
+ }>>>;
4914
5218
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4915
5219
  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
5220
  branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4920
5221
  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>>;
5222
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
4928
5223
  mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4929
5224
  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
5225
  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
5226
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4938
5227
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4939
5228
  }>>;
4940
5229
  }>, 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<{
5230
+ 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
5231
  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>;
5232
+ kind: import("effect/Schema").Literal<["database"]>;
5233
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
4946
5234
  env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4947
5235
  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
5236
  }>, import("effect/Schema").Struct<{
5237
+ name: typeof import("effect/Schema").String;
5238
+ kind: import("effect/Schema").Literal<["kv"]>;
5239
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
5240
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5241
+ }>, import("effect/Schema").Struct<{
5242
+ name: typeof import("effect/Schema").String;
5243
+ kind: import("effect/Schema").Literal<["blob"]>;
5244
+ }>, import("effect/Schema").Struct<{
5245
+ name: typeof import("effect/Schema").String;
5246
+ kind: import("effect/Schema").Literal<["search"]>;
5247
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
5248
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5249
+ }>, import("effect/Schema").Struct<{
5250
+ name: typeof import("effect/Schema").String;
5251
+ kind: import("effect/Schema").Literal<["volume"]>;
5252
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
5253
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
5254
+ sizeGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5255
+ mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5256
+ }>]>, import("effect/Schema").Struct<{
4960
5257
  id: typeof import("effect/Schema").String;
4961
5258
  orgId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4962
5259
  name: typeof import("effect/Schema").String;
4963
5260
  slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4964
5261
  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>;
5262
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
4967
5263
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4968
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
4969
5264
  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>>;
5265
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5266
+ host: typeof import("effect/Schema").String;
5267
+ port: typeof import("effect/Schema").Number;
5268
+ protocol: typeof import("effect/Schema").String;
5269
+ }>>>;
5270
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5271
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
5272
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5273
+ }>>>;
4983
5274
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
4984
5275
  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
5276
  branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4989
5277
  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>>;
5278
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
4997
5279
  mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
4998
5280
  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
5281
  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
5282
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5007
5283
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5008
5284
  }>, {
@@ -5016,99 +5292,75 @@ export declare const endpoints: {
5016
5292
  name: typeof import("effect/Schema").String;
5017
5293
  slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5018
5294
  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>;
5295
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
5021
5296
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5022
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5023
5297
  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>>;
5298
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5299
+ host: typeof import("effect/Schema").String;
5300
+ port: typeof import("effect/Schema").Number;
5301
+ protocol: typeof import("effect/Schema").String;
5302
+ }>>>;
5303
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5304
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
5305
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5306
+ }>>>;
5037
5307
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5038
5308
  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
5309
  branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5043
5310
  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>>;
5311
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
5051
5312
  mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5052
5313
  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
5314
  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
5315
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5061
5316
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5062
5317
  }>, undefined>;
5063
5318
  readonly update: import("./endpoint.js").Endpoint<"PATCH", "/resources/:id", import("effect/Schema").Struct<{
5064
5319
  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<{
5320
+ }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Union<[import("effect/Schema").Struct<{
5321
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5322
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5323
+ backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5324
+ }>, import("effect/Schema").Struct<{
5325
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5326
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5327
+ backupEnabled: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
5328
+ backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5329
+ }>, import("effect/Schema").Struct<{
5330
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5331
+ }>, import("effect/Schema").Struct<{
5332
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5333
+ storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5334
+ }>, import("effect/Schema").Struct<{
5335
+ name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5336
+ sizeGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5337
+ mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5338
+ }>]>, import("effect/Schema").Struct<{
5066
5339
  id: typeof import("effect/Schema").String;
5067
5340
  orgId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5068
5341
  name: typeof import("effect/Schema").String;
5069
5342
  slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5070
5343
  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>;
5344
+ tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
5073
5345
  status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5074
- reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5075
5346
  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>>;
5347
+ endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5348
+ host: typeof import("effect/Schema").String;
5349
+ port: typeof import("effect/Schema").Number;
5350
+ protocol: typeof import("effect/Schema").String;
5351
+ }>>>;
5352
+ connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
5353
+ env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
5354
+ maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5355
+ }>>>;
5089
5356
  storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
5090
5357
  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
5358
  branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5095
5359
  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>>;
5360
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
5103
5361
  mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
5104
5362
  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
5363
  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
5364
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5113
5365
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5114
5366
  }>, undefined>;
@@ -5129,7 +5381,7 @@ export declare const endpoints: {
5129
5381
  projectEnvironmentId: typeof import("effect/Schema").String;
5130
5382
  resourceType: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
5131
5383
  resourceId: typeof import("effect/Schema").String;
5132
- role: import("effect/Schema").Literal<["primary", "replica", "analytics", "backup", "session"]>;
5384
+ role: import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>;
5133
5385
  createdAt: typeof import("effect/Schema").String;
5134
5386
  envName: typeof import("effect/Schema").String;
5135
5387
  projectName: typeof import("effect/Schema").String;
@@ -5140,13 +5392,13 @@ export declare const endpoints: {
5140
5392
  id: typeof import("effect/Schema").String;
5141
5393
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
5142
5394
  projectEnvironmentId: typeof import("effect/Schema").String;
5143
- role: import("effect/Schema").optional<import("effect/Schema").Literal<["primary", "replica", "analytics", "backup", "session"]>>;
5395
+ role: import("effect/Schema").optional<import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>>;
5144
5396
  }>, import("effect/Schema").Struct<{
5145
5397
  id: typeof import("effect/Schema").String;
5146
5398
  projectEnvironmentId: typeof import("effect/Schema").String;
5147
5399
  resourceType: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
5148
5400
  resourceId: typeof import("effect/Schema").String;
5149
- role: import("effect/Schema").Literal<["primary", "replica", "analytics", "backup", "session"]>;
5401
+ role: import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>;
5150
5402
  createdAt: typeof import("effect/Schema").String;
5151
5403
  envName: typeof import("effect/Schema").String;
5152
5404
  projectName: typeof import("effect/Schema").String;
@@ -5162,7 +5414,7 @@ export declare const endpoints: {
5162
5414
  projectEnvironmentId: typeof import("effect/Schema").String;
5163
5415
  resourceType: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
5164
5416
  resourceId: typeof import("effect/Schema").String;
5165
- role: import("effect/Schema").Literal<["primary", "replica", "analytics", "backup", "session"]>;
5417
+ role: import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>;
5166
5418
  createdAt: typeof import("effect/Schema").String;
5167
5419
  envName: typeof import("effect/Schema").String;
5168
5420
  projectName: typeof import("effect/Schema").String;
@@ -5245,7 +5497,6 @@ export declare const endpoints: {
5245
5497
  projectId: import("effect/Schema").optional<import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">>;
5246
5498
  envId: import("effect/Schema").optional<import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">>;
5247
5499
  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
5500
  status: typeof import("effect/Schema").String;
5250
5501
  environment: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5251
5502
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
@@ -5319,7 +5570,7 @@ export declare const endpoints: {
5319
5570
  readonly envScopedRollbackByCommit: import("./endpoint.js").Endpoint<"POST", "/deployments/projects/:envId/rollback", import("effect/Schema").Struct<{
5320
5571
  envId: typeof import("effect/Schema").String;
5321
5572
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
5322
- commitSha: typeof import("effect/Schema").String;
5573
+ commitSha: import("effect/Schema").filter<typeof import("effect/Schema").String>;
5323
5574
  }>, import("effect/Schema").Struct<{
5324
5575
  deploymentId: typeof import("effect/Schema").String;
5325
5576
  message: typeof import("effect/Schema").String;
@@ -5470,7 +5721,6 @@ export declare const endpoints: {
5470
5721
  deployments: import("effect/Schema").Array$<import("effect/Schema").Struct<{
5471
5722
  id: typeof import("effect/Schema").String;
5472
5723
  imageDigest: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
5473
- imageRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
5474
5724
  status: import("effect/Schema").Literal<["queued", "running", "building", "success", "failed", "cancelled"]>;
5475
5725
  triggeredBy: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
5476
5726
  triggerSource: import("effect/Schema").Literal<["build", "promote", "rollback", "manual", "unknown"]>;
@@ -5497,6 +5747,7 @@ export declare const endpoints: {
5497
5747
  hostnames: import("effect/Schema").Array$<import("effect/Schema").Struct<{
5498
5748
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "HostnameId">;
5499
5749
  domainId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "DomainId">;
5750
+ serviceId: typeof import("effect/Schema").String;
5500
5751
  hostname: typeof import("effect/Schema").String;
5501
5752
  isPrimary: typeof import("effect/Schema").Boolean;
5502
5753
  redirectTo: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
@@ -5547,6 +5798,7 @@ export declare const endpoints: {
5547
5798
  hostnames: import("effect/Schema").Array$<import("effect/Schema").Struct<{
5548
5799
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "HostnameId">;
5549
5800
  domainId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "DomainId">;
5801
+ serviceId: typeof import("effect/Schema").String;
5550
5802
  hostname: typeof import("effect/Schema").String;
5551
5803
  isPrimary: typeof import("effect/Schema").Boolean;
5552
5804
  redirectTo: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
@@ -5597,6 +5849,7 @@ export declare const endpoints: {
5597
5849
  hostnames: import("effect/Schema").Array$<import("effect/Schema").Struct<{
5598
5850
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "HostnameId">;
5599
5851
  domainId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "DomainId">;
5852
+ serviceId: typeof import("effect/Schema").String;
5600
5853
  hostname: typeof import("effect/Schema").String;
5601
5854
  isPrimary: typeof import("effect/Schema").Boolean;
5602
5855
  redirectTo: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
@@ -5650,12 +5903,13 @@ export declare const endpoints: {
5650
5903
  envType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5651
5904
  }>, import("effect/Schema").Struct<{
5652
5905
  hostname: typeof import("effect/Schema").String;
5653
- serviceId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5906
+ serviceId: import("effect/Schema").filter<typeof import("effect/Schema").String>;
5654
5907
  isPrimary: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
5655
5908
  redirectTo: import("effect/Schema").optional<typeof import("effect/Schema").String>;
5656
5909
  }>, import("effect/Schema").Struct<{
5657
5910
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "HostnameId">;
5658
5911
  domainId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "DomainId">;
5912
+ serviceId: typeof import("effect/Schema").String;
5659
5913
  hostname: typeof import("effect/Schema").String;
5660
5914
  isPrimary: typeof import("effect/Schema").Boolean;
5661
5915
  redirectTo: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
@@ -5682,6 +5936,7 @@ export declare const endpoints: {
5682
5936
  }>, import("effect/Schema").Struct<{
5683
5937
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "HostnameId">;
5684
5938
  domainId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "DomainId">;
5939
+ serviceId: typeof import("effect/Schema").String;
5685
5940
  hostname: typeof import("effect/Schema").String;
5686
5941
  isPrimary: typeof import("effect/Schema").Boolean;
5687
5942
  redirectTo: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
@@ -5711,6 +5966,7 @@ export declare const endpoints: {
5711
5966
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
5712
5967
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "HostnameId">;
5713
5968
  domainId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "DomainId">;
5969
+ serviceId: typeof import("effect/Schema").String;
5714
5970
  hostname: typeof import("effect/Schema").String;
5715
5971
  isPrimary: typeof import("effect/Schema").Boolean;
5716
5972
  redirectTo: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
@@ -6190,6 +6446,7 @@ export declare const endpoints: {
6190
6446
  id: typeof import("effect/Schema").String;
6191
6447
  }>, import("effect/Schema").Struct<{
6192
6448
  cursor: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6449
+ email: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6193
6450
  limit: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6194
6451
  reason: import("effect/Schema").optional<import("effect/Schema").Literal<["hard_bounce", "complaint", "manual"]>>;
6195
6452
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
@@ -6454,9 +6711,6 @@ export declare const endpoints: {
6454
6711
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6455
6712
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6456
6713
  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
6714
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6461
6715
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6462
6716
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6507,9 +6761,6 @@ export declare const endpoints: {
6507
6761
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6508
6762
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6509
6763
  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
6764
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6514
6765
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6515
6766
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6539,14 +6790,6 @@ export declare const endpoints: {
6539
6790
  defaultFromName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6540
6791
  publicNetworking: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6541
6792
  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
6793
  settings: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
6551
6794
  }>, import("effect/Schema").Struct<{
6552
6795
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
@@ -6568,9 +6811,6 @@ export declare const endpoints: {
6568
6811
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6569
6812
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6570
6813
  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
6814
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6575
6815
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6576
6816
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6585,8 +6825,8 @@ export declare const endpoints: {
6585
6825
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
6586
6826
  force: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6587
6827
  }>, import("effect/Schema").Struct<{
6828
+ environmentId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
6588
6829
  envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
6589
- namespace: typeof import("effect/Schema").String;
6590
6830
  status: typeof import("effect/Schema").String;
6591
6831
  message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6592
6832
  }>, undefined>;
@@ -6628,9 +6868,6 @@ export declare const endpoints: {
6628
6868
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6629
6869
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6630
6870
  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
6871
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6635
6872
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6636
6873
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6659,9 +6896,6 @@ export declare const endpoints: {
6659
6896
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6660
6897
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6661
6898
  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
6899
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6666
6900
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6667
6901
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6711,9 +6945,6 @@ export declare const endpoints: {
6711
6945
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6712
6946
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6713
6947
  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
6948
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6718
6949
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6719
6950
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6742,14 +6973,6 @@ export declare const endpoints: {
6742
6973
  defaultFromName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6743
6974
  publicNetworking: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
6744
6975
  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
6976
  settings: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
6754
6977
  }>, import("effect/Schema").Struct<{
6755
6978
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
@@ -6771,9 +6994,6 @@ export declare const endpoints: {
6771
6994
  webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6772
6995
  settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
6773
6996
  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
6997
  createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6778
6998
  updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6779
6999
  status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
@@ -6873,15 +7093,21 @@ export declare const endpoints: {
6873
7093
  level: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6874
7094
  limit: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6875
7095
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7096
+ object: import("effect/Schema").Literal<["list"]>;
6876
7097
  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<{
7098
+ data: import("effect/Schema").Array$<import("effect/Schema").Struct<{
7099
+ id: import("effect/Schema").optional<typeof import("effect/Schema").String>;
7100
+ sequence: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
6878
7101
  timestamp: typeof import("effect/Schema").String;
6879
7102
  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>>;
7103
+ message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
7104
+ content: import("effect/Schema").optional<typeof import("effect/Schema").String>;
7105
+ metadata: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Unknown>>;
7106
+ traceId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6883
7107
  source: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6884
7108
  }>>;
7109
+ deploymentId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
7110
+ deploymentStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
6885
7111
  nextCursor: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
6886
7112
  }>, undefined>;
6887
7113
  };
@@ -7492,6 +7718,10 @@ export declare const endpoints: {
7492
7718
  }>, import("effect/Schema").Struct<{
7493
7719
  success: typeof import("effect/Schema").Boolean;
7494
7720
  updated: typeof import("effect/Schema").Number;
7721
+ errors: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Struct<{
7722
+ id: typeof import("effect/Schema").String;
7723
+ error: typeof import("effect/Schema").String;
7724
+ }>>>;
7495
7725
  }>, undefined>;
7496
7726
  readonly bulkDelete: import("./endpoint.js").Endpoint<"POST", "/flags/bulk-delete", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7497
7727
  projectId: typeof import("effect/Schema").String;
@@ -7499,6 +7729,10 @@ export declare const endpoints: {
7499
7729
  }>, import("effect/Schema").Struct<{
7500
7730
  success: typeof import("effect/Schema").Boolean;
7501
7731
  deleted: typeof import("effect/Schema").Number;
7732
+ errors: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Struct<{
7733
+ id: typeof import("effect/Schema").String;
7734
+ error: typeof import("effect/Schema").String;
7735
+ }>>>;
7502
7736
  }>, undefined>;
7503
7737
  readonly getServiceData: import("./endpoint.js").Endpoint<"GET", "/flags/projects/:id", import("effect/Schema").Struct<{
7504
7738
  id: typeof import("effect/Schema").String;
@@ -7567,14 +7801,6 @@ export declare const endpoints: {
7567
7801
  params: typeof import("effect/Schema").String;
7568
7802
  expiresIn: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
7569
7803
  }>, 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
7804
  };
7579
7805
  readonly kv: {
7580
7806
  readonly set: import("./endpoint.js").Endpoint<"POST", "/kv", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
@@ -7644,7 +7870,6 @@ export declare const endpoints: {
7644
7870
  projectId: typeof import("effect/Schema").String;
7645
7871
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7646
7872
  available: typeof import("effect/Schema").Boolean;
7647
- provider: typeof import("effect/Schema").String;
7648
7873
  }>, undefined>;
7649
7874
  readonly list: import("./endpoint.js").Endpoint<"GET", "/kv", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
7650
7875
  projectId: typeof import("effect/Schema").String;
@@ -8679,7 +8904,7 @@ export declare const endpoints: {
8679
8904
  }>, undefined>;
8680
8905
  readonly sendInApp: import("./endpoint.js").Endpoint<"POST", "/notifications/in-app/send", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
8681
8906
  type: import("effect/Schema").optional<import("effect/Schema").Literal<["info", "success", "warning", "error", "promotion"]>>;
8682
- priority: import("effect/Schema").optional<import("effect/Schema").Literal<["low", "medium", "high", "urgent"]>>;
8907
+ priority: import("effect/Schema").optional<import("effect/Schema").Literal<["low", "normal", "high", "urgent"]>>;
8683
8908
  title: typeof import("effect/Schema").String;
8684
8909
  body: typeof import("effect/Schema").String;
8685
8910
  icon: import("effect/Schema").optional<typeof import("effect/Schema").String>;
@@ -8700,7 +8925,7 @@ export declare const endpoints: {
8700
8925
  }>, undefined>;
8701
8926
  readonly sendInAppBatch: import("./endpoint.js").Endpoint<"POST", "/notifications/in-app/send-batch", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
8702
8927
  type: import("effect/Schema").optional<import("effect/Schema").Literal<["info", "success", "warning", "error", "promotion"]>>;
8703
- priority: import("effect/Schema").optional<import("effect/Schema").Literal<["low", "medium", "high", "urgent"]>>;
8928
+ priority: import("effect/Schema").optional<import("effect/Schema").Literal<["low", "normal", "high", "urgent"]>>;
8704
8929
  title: typeof import("effect/Schema").String;
8705
8930
  body: typeof import("effect/Schema").String;
8706
8931
  icon: import("effect/Schema").optional<typeof import("effect/Schema").String>;
@@ -8722,7 +8947,7 @@ export declare const endpoints: {
8722
8947
  readonly broadcastInApp: import("./endpoint.js").Endpoint<"POST", "/notifications/in-app/broadcast", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
8723
8948
  projectId: typeof import("effect/Schema").String;
8724
8949
  type: import("effect/Schema").optional<import("effect/Schema").Literal<["info", "success", "warning", "error", "promotion"]>>;
8725
- priority: import("effect/Schema").optional<import("effect/Schema").Literal<["low", "medium", "high", "urgent"]>>;
8950
+ priority: import("effect/Schema").optional<import("effect/Schema").Literal<["low", "normal", "high", "urgent"]>>;
8726
8951
  title: typeof import("effect/Schema").String;
8727
8952
  body: typeof import("effect/Schema").String;
8728
8953
  icon: import("effect/Schema").optional<typeof import("effect/Schema").String>;
@@ -8747,7 +8972,7 @@ export declare const endpoints: {
8747
8972
  messages: import("effect/Schema").Array$<import("effect/Schema").Struct<{
8748
8973
  id: typeof import("effect/Schema").String;
8749
8974
  type: import("effect/Schema").Literal<["info", "success", "warning", "error", "promotion"]>;
8750
- priority: import("effect/Schema").Literal<["low", "medium", "high", "urgent"]>;
8975
+ priority: import("effect/Schema").Literal<["low", "normal", "high", "urgent"]>;
8751
8976
  title: typeof import("effect/Schema").String;
8752
8977
  body: typeof import("effect/Schema").String;
8753
8978
  icon: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
@@ -8905,8 +9130,10 @@ export declare const endpoints: {
8905
9130
  projectCount: typeof import("effect/Schema").Number;
8906
9131
  }>, undefined>;
8907
9132
  readonly create: import("./endpoint.js").Endpoint<"POST", "/orgs", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
8908
- name: typeof import("effect/Schema").String;
8909
- slug: typeof import("effect/Schema").String;
9133
+ name: import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
9134
+ slug: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
9135
+ email: import("effect/Schema").optional<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
9136
+ metadata: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
8910
9137
  }>, import("effect/Schema").Struct<{
8911
9138
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "OrgId">;
8912
9139
  slug: typeof import("effect/Schema").String;
@@ -8922,10 +9149,10 @@ export declare const endpoints: {
8922
9149
  readonly update: import("./endpoint.js").Endpoint<"PATCH", "/orgs/:orgId", import("effect/Schema").Struct<{
8923
9150
  orgId: typeof import("effect/Schema").String;
8924
9151
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
8925
- name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
8926
- slug: import("effect/Schema").optional<typeof import("effect/Schema").String>;
8927
- email: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
8928
- billingEmail: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9152
+ name: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
9153
+ slug: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
9154
+ email: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
9155
+ billingEmail: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
8929
9156
  logoUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
8930
9157
  }>, import("effect/Schema").Struct<{
8931
9158
  id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "OrgId">;
@@ -9824,8 +10051,6 @@ export declare const endpoints: {
9824
10051
  isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
9825
10052
  publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9826
10053
  secretKeyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9827
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9828
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9829
10054
  githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9830
10055
  githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9831
10056
  customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
@@ -9871,8 +10096,6 @@ export declare const endpoints: {
9871
10096
  isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
9872
10097
  publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9873
10098
  secretKeyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9874
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9875
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9876
10099
  githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9877
10100
  githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9878
10101
  customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
@@ -9911,8 +10134,6 @@ export declare const endpoints: {
9911
10134
  isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
9912
10135
  publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9913
10136
  secretKeyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9914
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9915
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9916
10137
  githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9917
10138
  githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9918
10139
  customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
@@ -9956,8 +10177,6 @@ export declare const endpoints: {
9956
10177
  isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
9957
10178
  publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9958
10179
  secretKeyPrefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9959
- deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9960
- namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9961
10180
  githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9962
10181
  githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
9963
10182
  customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
@@ -10005,7 +10224,7 @@ export declare const endpoints: {
10005
10224
  strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["rolling", "blue-green", "immediate"]>>;
10006
10225
  graceful_shutdown: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10007
10226
  }>>;
10008
- services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Struct<{
10227
+ services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").Struct<{
10009
10228
  name: import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
10010
10229
  type: import("effect/Schema").Literal<["web", "worker", "cron", "function"]>;
10011
10230
  build: import("effect/Schema").optional<import("effect/Schema").Struct<{
@@ -10021,19 +10240,20 @@ export declare const endpoints: {
10021
10240
  command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10022
10241
  }>>;
10023
10242
  command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10243
+ release_command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10024
10244
  port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10025
- internal_port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10026
- replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10245
+ instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10027
10246
  instance_type: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
10028
10247
  cron_schedule: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10029
10248
  regions: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
10030
10249
  scale_to_zero: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
10031
10250
  idle_timeout_seconds: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10032
- min_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10251
+ min_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10252
+ max_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10033
10253
  env: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
10034
10254
  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>>>>>;
10035
10255
  watch_paths: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
10036
- }>>>;
10256
+ }>>>>;
10037
10257
  database: import("effect/Schema").optional<import("effect/Schema").Struct<{
10038
10258
  migrations: import("effect/Schema").optional<import("effect/Schema").Struct<{
10039
10259
  engine: import("effect/Schema").Literal<["atlas", "drizzle", "prisma", "alembic", "flyway", "goose", "sqlx", "custom"]>;
@@ -10060,31 +10280,7 @@ export declare const endpoints: {
10060
10280
  aliases: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
10061
10281
  }>>>;
10062
10282
  environments: import("effect/Schema").optional<import("effect/Schema").SchemaClass<{
10063
- readonly development?: {
10064
- readonly domains?: readonly {
10065
- readonly service: string;
10066
- readonly hostname: string;
10067
- readonly redirect_https?: boolean | undefined;
10068
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10069
- readonly aliases?: readonly string[] | undefined;
10070
- }[] | undefined;
10071
- readonly services?: readonly {
10072
- readonly name: string;
10073
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10074
- readonly port?: number | undefined;
10075
- readonly env?: readonly string[] | undefined;
10076
- readonly resources?: readonly string[] | undefined;
10077
- readonly replicas?: number | undefined;
10078
- readonly command?: string | undefined;
10079
- readonly internal_port?: number | undefined;
10080
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10081
- readonly cron_schedule?: string | undefined;
10082
- readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10083
- readonly scale_to_zero?: boolean | undefined;
10084
- readonly idle_timeout_seconds?: number | undefined;
10085
- readonly min_replicas?: number | undefined;
10086
- }[] | undefined;
10087
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10283
+ readonly production?: {
10088
10284
  readonly env?: {
10089
10285
  readonly [x: string]: {
10090
10286
  readonly value: string;
@@ -10095,11 +10291,12 @@ export declare const endpoints: {
10095
10291
  readonly attr: string;
10096
10292
  };
10097
10293
  } | undefined;
10294
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10098
10295
  readonly build?: {
10099
- readonly context?: string | undefined;
10100
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10101
10296
  readonly dockerfile?: string | undefined;
10102
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10297
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10298
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10299
+ readonly context?: string | undefined;
10103
10300
  readonly docker_context?: string | undefined;
10104
10301
  readonly build_command?: string | undefined;
10105
10302
  readonly ignore?: readonly string[] | undefined;
@@ -10107,38 +10304,37 @@ export declare const endpoints: {
10107
10304
  readonly reproducible?: boolean | undefined;
10108
10305
  } | undefined;
10109
10306
  readonly deploy?: {
10110
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10307
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10111
10308
  readonly release_command?: string | undefined;
10112
10309
  readonly health_check_path?: string | undefined;
10113
10310
  readonly health_check_timeout?: number | undefined;
10114
10311
  readonly graceful_shutdown?: number | undefined;
10115
10312
  } | undefined;
10116
- };
10117
- readonly staging?: {
10118
- readonly domains?: readonly {
10119
- readonly service: string;
10120
- readonly hostname: string;
10121
- readonly redirect_https?: boolean | undefined;
10122
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10123
- readonly aliases?: readonly string[] | undefined;
10124
- }[] | undefined;
10125
10313
  readonly services?: readonly {
10126
- readonly name: string;
10127
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10128
10314
  readonly port?: number | undefined;
10129
10315
  readonly env?: readonly string[] | undefined;
10316
+ readonly name: string;
10130
10317
  readonly resources?: readonly string[] | undefined;
10131
- readonly replicas?: number | undefined;
10318
+ readonly max_instances?: number | undefined;
10132
10319
  readonly command?: string | undefined;
10133
- readonly internal_port?: number | undefined;
10134
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10320
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10321
+ readonly instances?: number | undefined;
10322
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10135
10323
  readonly cron_schedule?: string | undefined;
10136
10324
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10137
10325
  readonly scale_to_zero?: boolean | undefined;
10138
10326
  readonly idle_timeout_seconds?: number | undefined;
10139
- readonly min_replicas?: number | undefined;
10327
+ readonly min_instances?: number | undefined;
10140
10328
  }[] | undefined;
10141
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10329
+ readonly domains?: readonly {
10330
+ readonly hostname: string;
10331
+ readonly service: string;
10332
+ readonly redirect_https?: boolean | undefined;
10333
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10334
+ readonly aliases?: readonly string[] | undefined;
10335
+ }[] | undefined;
10336
+ };
10337
+ readonly staging?: {
10142
10338
  readonly env?: {
10143
10339
  readonly [x: string]: {
10144
10340
  readonly value: string;
@@ -10149,11 +10345,12 @@ export declare const endpoints: {
10149
10345
  readonly attr: string;
10150
10346
  };
10151
10347
  } | undefined;
10348
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10152
10349
  readonly build?: {
10153
- readonly context?: string | undefined;
10154
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10155
10350
  readonly dockerfile?: string | undefined;
10156
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10351
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10352
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10353
+ readonly context?: string | undefined;
10157
10354
  readonly docker_context?: string | undefined;
10158
10355
  readonly build_command?: string | undefined;
10159
10356
  readonly ignore?: readonly string[] | undefined;
@@ -10161,38 +10358,37 @@ export declare const endpoints: {
10161
10358
  readonly reproducible?: boolean | undefined;
10162
10359
  } | undefined;
10163
10360
  readonly deploy?: {
10164
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10361
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10165
10362
  readonly release_command?: string | undefined;
10166
10363
  readonly health_check_path?: string | undefined;
10167
10364
  readonly health_check_timeout?: number | undefined;
10168
10365
  readonly graceful_shutdown?: number | undefined;
10169
10366
  } | undefined;
10170
- };
10171
- readonly production?: {
10172
- readonly domains?: readonly {
10173
- readonly service: string;
10174
- readonly hostname: string;
10175
- readonly redirect_https?: boolean | undefined;
10176
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10177
- readonly aliases?: readonly string[] | undefined;
10178
- }[] | undefined;
10179
10367
  readonly services?: readonly {
10180
- readonly name: string;
10181
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10182
10368
  readonly port?: number | undefined;
10183
10369
  readonly env?: readonly string[] | undefined;
10370
+ readonly name: string;
10184
10371
  readonly resources?: readonly string[] | undefined;
10185
- readonly replicas?: number | undefined;
10372
+ readonly max_instances?: number | undefined;
10186
10373
  readonly command?: string | undefined;
10187
- readonly internal_port?: number | undefined;
10188
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10374
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10375
+ readonly instances?: number | undefined;
10376
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10189
10377
  readonly cron_schedule?: string | undefined;
10190
10378
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10191
10379
  readonly scale_to_zero?: boolean | undefined;
10192
10380
  readonly idle_timeout_seconds?: number | undefined;
10193
- readonly min_replicas?: number | undefined;
10381
+ readonly min_instances?: number | undefined;
10194
10382
  }[] | undefined;
10195
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10383
+ readonly domains?: readonly {
10384
+ readonly hostname: string;
10385
+ readonly service: string;
10386
+ readonly redirect_https?: boolean | undefined;
10387
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10388
+ readonly aliases?: readonly string[] | undefined;
10389
+ }[] | undefined;
10390
+ };
10391
+ readonly preview?: {
10196
10392
  readonly env?: {
10197
10393
  readonly [x: string]: {
10198
10394
  readonly value: string;
@@ -10203,11 +10399,12 @@ export declare const endpoints: {
10203
10399
  readonly attr: string;
10204
10400
  };
10205
10401
  } | undefined;
10402
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10206
10403
  readonly build?: {
10207
- readonly context?: string | undefined;
10208
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10209
10404
  readonly dockerfile?: string | undefined;
10210
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10405
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10406
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10407
+ readonly context?: string | undefined;
10211
10408
  readonly docker_context?: string | undefined;
10212
10409
  readonly build_command?: string | undefined;
10213
10410
  readonly ignore?: readonly string[] | undefined;
@@ -10215,38 +10412,37 @@ export declare const endpoints: {
10215
10412
  readonly reproducible?: boolean | undefined;
10216
10413
  } | undefined;
10217
10414
  readonly deploy?: {
10218
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10415
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10219
10416
  readonly release_command?: string | undefined;
10220
10417
  readonly health_check_path?: string | undefined;
10221
10418
  readonly health_check_timeout?: number | undefined;
10222
10419
  readonly graceful_shutdown?: number | undefined;
10223
10420
  } | undefined;
10224
- };
10225
- readonly preview?: {
10226
- readonly domains?: readonly {
10227
- readonly service: string;
10228
- readonly hostname: string;
10229
- readonly redirect_https?: boolean | undefined;
10230
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10231
- readonly aliases?: readonly string[] | undefined;
10232
- }[] | undefined;
10233
10421
  readonly services?: readonly {
10234
- readonly name: string;
10235
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10236
10422
  readonly port?: number | undefined;
10237
10423
  readonly env?: readonly string[] | undefined;
10424
+ readonly name: string;
10238
10425
  readonly resources?: readonly string[] | undefined;
10239
- readonly replicas?: number | undefined;
10426
+ readonly max_instances?: number | undefined;
10240
10427
  readonly command?: string | undefined;
10241
- readonly internal_port?: number | undefined;
10242
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10428
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10429
+ readonly instances?: number | undefined;
10430
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10243
10431
  readonly cron_schedule?: string | undefined;
10244
10432
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10245
10433
  readonly scale_to_zero?: boolean | undefined;
10246
10434
  readonly idle_timeout_seconds?: number | undefined;
10247
- readonly min_replicas?: number | undefined;
10435
+ readonly min_instances?: number | undefined;
10248
10436
  }[] | undefined;
10249
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10437
+ readonly domains?: readonly {
10438
+ readonly hostname: string;
10439
+ readonly service: string;
10440
+ readonly redirect_https?: boolean | undefined;
10441
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10442
+ readonly aliases?: readonly string[] | undefined;
10443
+ }[] | undefined;
10444
+ };
10445
+ readonly development?: {
10250
10446
  readonly env?: {
10251
10447
  readonly [x: string]: {
10252
10448
  readonly value: string;
@@ -10257,11 +10453,12 @@ export declare const endpoints: {
10257
10453
  readonly attr: string;
10258
10454
  };
10259
10455
  } | undefined;
10456
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10260
10457
  readonly build?: {
10261
- readonly context?: string | undefined;
10262
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10263
10458
  readonly dockerfile?: string | undefined;
10264
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10459
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10460
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10461
+ readonly context?: string | undefined;
10265
10462
  readonly docker_context?: string | undefined;
10266
10463
  readonly build_command?: string | undefined;
10267
10464
  readonly ignore?: readonly string[] | undefined;
@@ -10269,39 +10466,38 @@ export declare const endpoints: {
10269
10466
  readonly reproducible?: boolean | undefined;
10270
10467
  } | undefined;
10271
10468
  readonly deploy?: {
10272
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10469
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10273
10470
  readonly release_command?: string | undefined;
10274
10471
  readonly health_check_path?: string | undefined;
10275
10472
  readonly health_check_timeout?: number | undefined;
10276
10473
  readonly graceful_shutdown?: number | undefined;
10277
10474
  } | undefined;
10278
- };
10279
- }, {
10280
- readonly development?: {
10281
- readonly domains?: readonly {
10282
- readonly service: string;
10283
- readonly hostname: string;
10284
- readonly redirect_https?: boolean | undefined;
10285
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10286
- readonly aliases?: readonly string[] | undefined;
10287
- }[] | undefined;
10288
10475
  readonly services?: readonly {
10289
- readonly name: string;
10290
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10291
10476
  readonly port?: number | undefined;
10292
10477
  readonly env?: readonly string[] | undefined;
10478
+ readonly name: string;
10293
10479
  readonly resources?: readonly string[] | undefined;
10294
- readonly replicas?: number | undefined;
10480
+ readonly max_instances?: number | undefined;
10295
10481
  readonly command?: string | undefined;
10296
- readonly internal_port?: number | undefined;
10297
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10482
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10483
+ readonly instances?: number | undefined;
10484
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10298
10485
  readonly cron_schedule?: string | undefined;
10299
10486
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10300
10487
  readonly scale_to_zero?: boolean | undefined;
10301
10488
  readonly idle_timeout_seconds?: number | undefined;
10302
- readonly min_replicas?: number | undefined;
10489
+ readonly min_instances?: number | undefined;
10303
10490
  }[] | undefined;
10304
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10491
+ readonly domains?: readonly {
10492
+ readonly hostname: string;
10493
+ readonly service: string;
10494
+ readonly redirect_https?: boolean | undefined;
10495
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10496
+ readonly aliases?: readonly string[] | undefined;
10497
+ }[] | undefined;
10498
+ };
10499
+ }, {
10500
+ readonly production?: {
10305
10501
  readonly env?: {
10306
10502
  readonly [x: string]: {
10307
10503
  readonly value: string;
@@ -10312,11 +10508,12 @@ export declare const endpoints: {
10312
10508
  readonly attr: string;
10313
10509
  };
10314
10510
  } | undefined;
10511
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10315
10512
  readonly build?: {
10316
- readonly context?: string | undefined;
10317
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10318
10513
  readonly dockerfile?: string | undefined;
10319
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10514
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10515
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10516
+ readonly context?: string | undefined;
10320
10517
  readonly docker_context?: string | undefined;
10321
10518
  readonly build_command?: string | undefined;
10322
10519
  readonly ignore?: readonly string[] | undefined;
@@ -10324,38 +10521,37 @@ export declare const endpoints: {
10324
10521
  readonly reproducible?: boolean | undefined;
10325
10522
  } | undefined;
10326
10523
  readonly deploy?: {
10327
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10524
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10328
10525
  readonly release_command?: string | undefined;
10329
10526
  readonly health_check_path?: string | undefined;
10330
10527
  readonly health_check_timeout?: number | undefined;
10331
10528
  readonly graceful_shutdown?: number | undefined;
10332
10529
  } | undefined;
10333
- };
10334
- readonly staging?: {
10335
- readonly domains?: readonly {
10336
- readonly service: string;
10337
- readonly hostname: string;
10338
- readonly redirect_https?: boolean | undefined;
10339
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10340
- readonly aliases?: readonly string[] | undefined;
10341
- }[] | undefined;
10342
10530
  readonly services?: readonly {
10343
10531
  readonly name: string;
10344
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10345
10532
  readonly port?: number | undefined;
10346
10533
  readonly env?: readonly string[] | undefined;
10347
10534
  readonly resources?: readonly string[] | undefined;
10348
- readonly replicas?: number | undefined;
10535
+ readonly max_instances?: number | undefined;
10349
10536
  readonly command?: string | undefined;
10350
- readonly internal_port?: number | undefined;
10351
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10537
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10538
+ readonly instances?: number | undefined;
10539
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10352
10540
  readonly cron_schedule?: string | undefined;
10353
10541
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10354
10542
  readonly scale_to_zero?: boolean | undefined;
10355
10543
  readonly idle_timeout_seconds?: number | undefined;
10356
- readonly min_replicas?: number | undefined;
10544
+ readonly min_instances?: number | undefined;
10357
10545
  }[] | undefined;
10358
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10546
+ readonly domains?: readonly {
10547
+ readonly hostname: string;
10548
+ readonly service: string;
10549
+ readonly redirect_https?: boolean | undefined;
10550
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10551
+ readonly aliases?: readonly string[] | undefined;
10552
+ }[] | undefined;
10553
+ };
10554
+ readonly staging?: {
10359
10555
  readonly env?: {
10360
10556
  readonly [x: string]: {
10361
10557
  readonly value: string;
@@ -10366,11 +10562,12 @@ export declare const endpoints: {
10366
10562
  readonly attr: string;
10367
10563
  };
10368
10564
  } | undefined;
10565
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10369
10566
  readonly build?: {
10370
- readonly context?: string | undefined;
10371
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10372
10567
  readonly dockerfile?: string | undefined;
10373
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10568
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10569
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10570
+ readonly context?: string | undefined;
10374
10571
  readonly docker_context?: string | undefined;
10375
10572
  readonly build_command?: string | undefined;
10376
10573
  readonly ignore?: readonly string[] | undefined;
@@ -10378,38 +10575,37 @@ export declare const endpoints: {
10378
10575
  readonly reproducible?: boolean | undefined;
10379
10576
  } | undefined;
10380
10577
  readonly deploy?: {
10381
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10578
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10382
10579
  readonly release_command?: string | undefined;
10383
10580
  readonly health_check_path?: string | undefined;
10384
10581
  readonly health_check_timeout?: number | undefined;
10385
10582
  readonly graceful_shutdown?: number | undefined;
10386
10583
  } | undefined;
10387
- };
10388
- readonly production?: {
10389
- readonly domains?: readonly {
10390
- readonly service: string;
10391
- readonly hostname: string;
10392
- readonly redirect_https?: boolean | undefined;
10393
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10394
- readonly aliases?: readonly string[] | undefined;
10395
- }[] | undefined;
10396
10584
  readonly services?: readonly {
10397
10585
  readonly name: string;
10398
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10399
10586
  readonly port?: number | undefined;
10400
10587
  readonly env?: readonly string[] | undefined;
10401
10588
  readonly resources?: readonly string[] | undefined;
10402
- readonly replicas?: number | undefined;
10589
+ readonly max_instances?: number | undefined;
10403
10590
  readonly command?: string | undefined;
10404
- readonly internal_port?: number | undefined;
10405
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10591
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10592
+ readonly instances?: number | undefined;
10593
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10406
10594
  readonly cron_schedule?: string | undefined;
10407
10595
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10408
10596
  readonly scale_to_zero?: boolean | undefined;
10409
10597
  readonly idle_timeout_seconds?: number | undefined;
10410
- readonly min_replicas?: number | undefined;
10598
+ readonly min_instances?: number | undefined;
10411
10599
  }[] | undefined;
10412
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10600
+ readonly domains?: readonly {
10601
+ readonly hostname: string;
10602
+ readonly service: string;
10603
+ readonly redirect_https?: boolean | undefined;
10604
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10605
+ readonly aliases?: readonly string[] | undefined;
10606
+ }[] | undefined;
10607
+ };
10608
+ readonly preview?: {
10413
10609
  readonly env?: {
10414
10610
  readonly [x: string]: {
10415
10611
  readonly value: string;
@@ -10420,11 +10616,12 @@ export declare const endpoints: {
10420
10616
  readonly attr: string;
10421
10617
  };
10422
10618
  } | undefined;
10619
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10423
10620
  readonly build?: {
10424
- readonly context?: string | undefined;
10425
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10426
10621
  readonly dockerfile?: string | undefined;
10427
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10622
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10623
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10624
+ readonly context?: string | undefined;
10428
10625
  readonly docker_context?: string | undefined;
10429
10626
  readonly build_command?: string | undefined;
10430
10627
  readonly ignore?: readonly string[] | undefined;
@@ -10432,38 +10629,37 @@ export declare const endpoints: {
10432
10629
  readonly reproducible?: boolean | undefined;
10433
10630
  } | undefined;
10434
10631
  readonly deploy?: {
10435
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10632
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10436
10633
  readonly release_command?: string | undefined;
10437
10634
  readonly health_check_path?: string | undefined;
10438
10635
  readonly health_check_timeout?: number | undefined;
10439
10636
  readonly graceful_shutdown?: number | undefined;
10440
10637
  } | undefined;
10441
- };
10442
- readonly preview?: {
10443
- readonly domains?: readonly {
10444
- readonly service: string;
10445
- readonly hostname: string;
10446
- readonly redirect_https?: boolean | undefined;
10447
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10448
- readonly aliases?: readonly string[] | undefined;
10449
- }[] | undefined;
10450
10638
  readonly services?: readonly {
10451
10639
  readonly name: string;
10452
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10453
10640
  readonly port?: number | undefined;
10454
10641
  readonly env?: readonly string[] | undefined;
10455
10642
  readonly resources?: readonly string[] | undefined;
10456
- readonly replicas?: number | undefined;
10643
+ readonly max_instances?: number | undefined;
10457
10644
  readonly command?: string | undefined;
10458
- readonly internal_port?: number | undefined;
10459
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10645
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10646
+ readonly instances?: number | undefined;
10647
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10460
10648
  readonly cron_schedule?: string | undefined;
10461
10649
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10462
10650
  readonly scale_to_zero?: boolean | undefined;
10463
10651
  readonly idle_timeout_seconds?: number | undefined;
10464
- readonly min_replicas?: number | undefined;
10652
+ readonly min_instances?: number | undefined;
10465
10653
  }[] | undefined;
10466
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10654
+ readonly domains?: readonly {
10655
+ readonly hostname: string;
10656
+ readonly service: string;
10657
+ readonly redirect_https?: boolean | undefined;
10658
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10659
+ readonly aliases?: readonly string[] | undefined;
10660
+ }[] | undefined;
10661
+ };
10662
+ readonly development?: {
10467
10663
  readonly env?: {
10468
10664
  readonly [x: string]: {
10469
10665
  readonly value: string;
@@ -10474,11 +10670,12 @@ export declare const endpoints: {
10474
10670
  readonly attr: string;
10475
10671
  };
10476
10672
  } | undefined;
10673
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10477
10674
  readonly build?: {
10478
- readonly context?: string | undefined;
10479
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10480
10675
  readonly dockerfile?: string | undefined;
10481
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10676
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10677
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10678
+ readonly context?: string | undefined;
10482
10679
  readonly docker_context?: string | undefined;
10483
10680
  readonly build_command?: string | undefined;
10484
10681
  readonly ignore?: readonly string[] | undefined;
@@ -10486,12 +10683,35 @@ export declare const endpoints: {
10486
10683
  readonly reproducible?: boolean | undefined;
10487
10684
  } | undefined;
10488
10685
  readonly deploy?: {
10489
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10686
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10490
10687
  readonly release_command?: string | undefined;
10491
10688
  readonly health_check_path?: string | undefined;
10492
10689
  readonly health_check_timeout?: number | undefined;
10493
10690
  readonly graceful_shutdown?: number | undefined;
10494
10691
  } | undefined;
10692
+ readonly services?: readonly {
10693
+ readonly name: string;
10694
+ readonly port?: number | undefined;
10695
+ readonly env?: readonly string[] | undefined;
10696
+ readonly resources?: readonly string[] | undefined;
10697
+ readonly max_instances?: number | undefined;
10698
+ readonly command?: string | undefined;
10699
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10700
+ readonly instances?: number | undefined;
10701
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10702
+ readonly cron_schedule?: string | undefined;
10703
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10704
+ readonly scale_to_zero?: boolean | undefined;
10705
+ readonly idle_timeout_seconds?: number | undefined;
10706
+ readonly min_instances?: number | undefined;
10707
+ }[] | undefined;
10708
+ readonly domains?: readonly {
10709
+ readonly hostname: string;
10710
+ readonly service: string;
10711
+ readonly redirect_https?: boolean | undefined;
10712
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10713
+ readonly aliases?: readonly string[] | undefined;
10714
+ }[] | undefined;
10495
10715
  };
10496
10716
  }, never>>;
10497
10717
  resources: import("effect/Schema").optional<import("effect/Schema").Struct<{
@@ -10500,24 +10720,27 @@ export declare const endpoints: {
10500
10720
  tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10501
10721
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10502
10722
  version: import("effect/Schema").optional<import("effect/Schema").Literal<["15", "16", "17"]>>;
10503
- replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10723
+ read_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10504
10724
  branch_on_preview: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
10505
10725
  }>>;
10506
10726
  kv: import("effect/Schema").optional<import("effect/Schema").Struct<{
10507
- engine: import("effect/Schema").optional<import("effect/Schema").Literal<["valkey"]>>;
10727
+ engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
10728
+ exact: true;
10729
+ }>;
10508
10730
  tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10509
10731
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10510
10732
  }>>;
10511
10733
  search: import("effect/Schema").optional<import("effect/Schema").Struct<{
10512
- engine: import("effect/Schema").optional<import("effect/Schema").Literal<["typesense"]>>;
10734
+ engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
10735
+ exact: true;
10736
+ }>;
10513
10737
  tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10514
10738
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10515
- nodes: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10516
10739
  }>>;
10517
10740
  volume: import("effect/Schema").optional<import("effect/Schema").Struct<{
10518
10741
  tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
10519
10742
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10520
- access_mode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
10743
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
10521
10744
  mount_path: import("effect/Schema").optional<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
10522
10745
  role: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
10523
10746
  }>>;
@@ -10563,7 +10786,7 @@ export declare const endpoints: {
10563
10786
  strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["rolling", "blue-green", "immediate"]>>;
10564
10787
  graceful_shutdown: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10565
10788
  }>>;
10566
- services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Struct<{
10789
+ services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").Struct<{
10567
10790
  name: import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
10568
10791
  type: import("effect/Schema").Literal<["web", "worker", "cron", "function"]>;
10569
10792
  build: import("effect/Schema").optional<import("effect/Schema").Struct<{
@@ -10579,19 +10802,20 @@ export declare const endpoints: {
10579
10802
  command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10580
10803
  }>>;
10581
10804
  command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10805
+ release_command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10582
10806
  port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10583
- internal_port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10584
- replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10807
+ instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10585
10808
  instance_type: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
10586
10809
  cron_schedule: import("effect/Schema").optional<typeof import("effect/Schema").String>;
10587
10810
  regions: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
10588
10811
  scale_to_zero: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
10589
10812
  idle_timeout_seconds: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10590
- min_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10813
+ min_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10814
+ max_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
10591
10815
  env: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
10592
10816
  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>>>>>;
10593
10817
  watch_paths: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
10594
- }>>>;
10818
+ }>>>>;
10595
10819
  database: import("effect/Schema").optional<import("effect/Schema").Struct<{
10596
10820
  migrations: import("effect/Schema").optional<import("effect/Schema").Struct<{
10597
10821
  engine: import("effect/Schema").Literal<["atlas", "drizzle", "prisma", "alembic", "flyway", "goose", "sqlx", "custom"]>;
@@ -10618,31 +10842,7 @@ export declare const endpoints: {
10618
10842
  aliases: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
10619
10843
  }>>>;
10620
10844
  environments: import("effect/Schema").optional<import("effect/Schema").SchemaClass<{
10621
- readonly development?: {
10622
- readonly domains?: readonly {
10623
- readonly service: string;
10624
- readonly hostname: string;
10625
- readonly redirect_https?: boolean | undefined;
10626
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10627
- readonly aliases?: readonly string[] | undefined;
10628
- }[] | undefined;
10629
- readonly services?: readonly {
10630
- readonly name: string;
10631
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10632
- readonly port?: number | undefined;
10633
- readonly env?: readonly string[] | undefined;
10634
- readonly resources?: readonly string[] | undefined;
10635
- readonly replicas?: number | undefined;
10636
- readonly command?: string | undefined;
10637
- readonly internal_port?: number | undefined;
10638
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10639
- readonly cron_schedule?: string | undefined;
10640
- readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10641
- readonly scale_to_zero?: boolean | undefined;
10642
- readonly idle_timeout_seconds?: number | undefined;
10643
- readonly min_replicas?: number | undefined;
10644
- }[] | undefined;
10645
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10845
+ readonly production?: {
10646
10846
  readonly env?: {
10647
10847
  readonly [x: string]: {
10648
10848
  readonly value: string;
@@ -10653,11 +10853,12 @@ export declare const endpoints: {
10653
10853
  readonly attr: string;
10654
10854
  };
10655
10855
  } | undefined;
10856
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10656
10857
  readonly build?: {
10657
- readonly context?: string | undefined;
10658
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10659
10858
  readonly dockerfile?: string | undefined;
10660
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10859
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10860
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10861
+ readonly context?: string | undefined;
10661
10862
  readonly docker_context?: string | undefined;
10662
10863
  readonly build_command?: string | undefined;
10663
10864
  readonly ignore?: readonly string[] | undefined;
@@ -10665,38 +10866,37 @@ export declare const endpoints: {
10665
10866
  readonly reproducible?: boolean | undefined;
10666
10867
  } | undefined;
10667
10868
  readonly deploy?: {
10668
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10869
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10669
10870
  readonly release_command?: string | undefined;
10670
10871
  readonly health_check_path?: string | undefined;
10671
10872
  readonly health_check_timeout?: number | undefined;
10672
10873
  readonly graceful_shutdown?: number | undefined;
10673
10874
  } | undefined;
10674
- };
10675
- readonly staging?: {
10676
- readonly domains?: readonly {
10677
- readonly service: string;
10678
- readonly hostname: string;
10679
- readonly redirect_https?: boolean | undefined;
10680
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10681
- readonly aliases?: readonly string[] | undefined;
10682
- }[] | undefined;
10683
10875
  readonly services?: readonly {
10684
- readonly name: string;
10685
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10686
10876
  readonly port?: number | undefined;
10687
10877
  readonly env?: readonly string[] | undefined;
10878
+ readonly name: string;
10688
10879
  readonly resources?: readonly string[] | undefined;
10689
- readonly replicas?: number | undefined;
10880
+ readonly max_instances?: number | undefined;
10690
10881
  readonly command?: string | undefined;
10691
- readonly internal_port?: number | undefined;
10692
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10882
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10883
+ readonly instances?: number | undefined;
10884
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10693
10885
  readonly cron_schedule?: string | undefined;
10694
10886
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10695
10887
  readonly scale_to_zero?: boolean | undefined;
10696
10888
  readonly idle_timeout_seconds?: number | undefined;
10697
- readonly min_replicas?: number | undefined;
10889
+ readonly min_instances?: number | undefined;
10698
10890
  }[] | undefined;
10699
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10891
+ readonly domains?: readonly {
10892
+ readonly hostname: string;
10893
+ readonly service: string;
10894
+ readonly redirect_https?: boolean | undefined;
10895
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10896
+ readonly aliases?: readonly string[] | undefined;
10897
+ }[] | undefined;
10898
+ };
10899
+ readonly staging?: {
10700
10900
  readonly env?: {
10701
10901
  readonly [x: string]: {
10702
10902
  readonly value: string;
@@ -10707,11 +10907,12 @@ export declare const endpoints: {
10707
10907
  readonly attr: string;
10708
10908
  };
10709
10909
  } | undefined;
10910
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10710
10911
  readonly build?: {
10711
- readonly context?: string | undefined;
10712
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10713
10912
  readonly dockerfile?: string | undefined;
10714
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10913
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10914
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10915
+ readonly context?: string | undefined;
10715
10916
  readonly docker_context?: string | undefined;
10716
10917
  readonly build_command?: string | undefined;
10717
10918
  readonly ignore?: readonly string[] | undefined;
@@ -10719,38 +10920,37 @@ export declare const endpoints: {
10719
10920
  readonly reproducible?: boolean | undefined;
10720
10921
  } | undefined;
10721
10922
  readonly deploy?: {
10722
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10923
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10723
10924
  readonly release_command?: string | undefined;
10724
10925
  readonly health_check_path?: string | undefined;
10725
10926
  readonly health_check_timeout?: number | undefined;
10726
10927
  readonly graceful_shutdown?: number | undefined;
10727
10928
  } | undefined;
10728
- };
10729
- readonly production?: {
10730
- readonly domains?: readonly {
10731
- readonly service: string;
10732
- readonly hostname: string;
10733
- readonly redirect_https?: boolean | undefined;
10734
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10735
- readonly aliases?: readonly string[] | undefined;
10736
- }[] | undefined;
10737
10929
  readonly services?: readonly {
10738
- readonly name: string;
10739
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10740
10930
  readonly port?: number | undefined;
10741
10931
  readonly env?: readonly string[] | undefined;
10932
+ readonly name: string;
10742
10933
  readonly resources?: readonly string[] | undefined;
10743
- readonly replicas?: number | undefined;
10934
+ readonly max_instances?: number | undefined;
10744
10935
  readonly command?: string | undefined;
10745
- readonly internal_port?: number | undefined;
10746
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10936
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10937
+ readonly instances?: number | undefined;
10938
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10747
10939
  readonly cron_schedule?: string | undefined;
10748
10940
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10749
10941
  readonly scale_to_zero?: boolean | undefined;
10750
10942
  readonly idle_timeout_seconds?: number | undefined;
10751
- readonly min_replicas?: number | undefined;
10943
+ readonly min_instances?: number | undefined;
10752
10944
  }[] | undefined;
10753
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10945
+ readonly domains?: readonly {
10946
+ readonly hostname: string;
10947
+ readonly service: string;
10948
+ readonly redirect_https?: boolean | undefined;
10949
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
10950
+ readonly aliases?: readonly string[] | undefined;
10951
+ }[] | undefined;
10952
+ };
10953
+ readonly preview?: {
10754
10954
  readonly env?: {
10755
10955
  readonly [x: string]: {
10756
10956
  readonly value: string;
@@ -10761,11 +10961,12 @@ export declare const endpoints: {
10761
10961
  readonly attr: string;
10762
10962
  };
10763
10963
  } | undefined;
10964
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10764
10965
  readonly build?: {
10765
- readonly context?: string | undefined;
10766
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10767
10966
  readonly dockerfile?: string | undefined;
10768
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
10967
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
10968
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10969
+ readonly context?: string | undefined;
10769
10970
  readonly docker_context?: string | undefined;
10770
10971
  readonly build_command?: string | undefined;
10771
10972
  readonly ignore?: readonly string[] | undefined;
@@ -10773,38 +10974,37 @@ export declare const endpoints: {
10773
10974
  readonly reproducible?: boolean | undefined;
10774
10975
  } | undefined;
10775
10976
  readonly deploy?: {
10776
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
10977
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10777
10978
  readonly release_command?: string | undefined;
10778
10979
  readonly health_check_path?: string | undefined;
10779
10980
  readonly health_check_timeout?: number | undefined;
10780
10981
  readonly graceful_shutdown?: number | undefined;
10781
10982
  } | undefined;
10782
- };
10783
- readonly preview?: {
10784
- readonly domains?: readonly {
10785
- readonly service: string;
10786
- readonly hostname: string;
10787
- readonly redirect_https?: boolean | undefined;
10788
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10789
- readonly aliases?: readonly string[] | undefined;
10790
- }[] | undefined;
10791
10983
  readonly services?: readonly {
10792
- readonly name: string;
10793
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10794
10984
  readonly port?: number | undefined;
10795
10985
  readonly env?: readonly string[] | undefined;
10986
+ readonly name: string;
10796
10987
  readonly resources?: readonly string[] | undefined;
10797
- readonly replicas?: number | undefined;
10988
+ readonly max_instances?: number | undefined;
10798
10989
  readonly command?: string | undefined;
10799
- readonly internal_port?: number | undefined;
10800
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
10990
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
10991
+ readonly instances?: number | undefined;
10992
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10801
10993
  readonly cron_schedule?: string | undefined;
10802
10994
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10803
10995
  readonly scale_to_zero?: boolean | undefined;
10804
10996
  readonly idle_timeout_seconds?: number | undefined;
10805
- readonly min_replicas?: number | undefined;
10997
+ readonly min_instances?: number | undefined;
10806
10998
  }[] | undefined;
10807
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10999
+ readonly domains?: readonly {
11000
+ readonly hostname: string;
11001
+ readonly service: string;
11002
+ readonly redirect_https?: boolean | undefined;
11003
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
11004
+ readonly aliases?: readonly string[] | undefined;
11005
+ }[] | undefined;
11006
+ };
11007
+ readonly development?: {
10808
11008
  readonly env?: {
10809
11009
  readonly [x: string]: {
10810
11010
  readonly value: string;
@@ -10815,11 +11015,12 @@ export declare const endpoints: {
10815
11015
  readonly attr: string;
10816
11016
  };
10817
11017
  } | undefined;
11018
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10818
11019
  readonly build?: {
10819
- readonly context?: string | undefined;
10820
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10821
11020
  readonly dockerfile?: string | undefined;
10822
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
11021
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
11022
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
11023
+ readonly context?: string | undefined;
10823
11024
  readonly docker_context?: string | undefined;
10824
11025
  readonly build_command?: string | undefined;
10825
11026
  readonly ignore?: readonly string[] | undefined;
@@ -10827,39 +11028,38 @@ export declare const endpoints: {
10827
11028
  readonly reproducible?: boolean | undefined;
10828
11029
  } | undefined;
10829
11030
  readonly deploy?: {
10830
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
11031
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10831
11032
  readonly release_command?: string | undefined;
10832
11033
  readonly health_check_path?: string | undefined;
10833
11034
  readonly health_check_timeout?: number | undefined;
10834
11035
  readonly graceful_shutdown?: number | undefined;
10835
11036
  } | undefined;
10836
- };
10837
- }, {
10838
- readonly development?: {
10839
- readonly domains?: readonly {
10840
- readonly service: string;
10841
- readonly hostname: string;
10842
- readonly redirect_https?: boolean | undefined;
10843
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10844
- readonly aliases?: readonly string[] | undefined;
10845
- }[] | undefined;
10846
11037
  readonly services?: readonly {
10847
- readonly name: string;
10848
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10849
11038
  readonly port?: number | undefined;
10850
11039
  readonly env?: readonly string[] | undefined;
11040
+ readonly name: string;
10851
11041
  readonly resources?: readonly string[] | undefined;
10852
- readonly replicas?: number | undefined;
11042
+ readonly max_instances?: number | undefined;
10853
11043
  readonly command?: string | undefined;
10854
- readonly internal_port?: number | undefined;
10855
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
11044
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
11045
+ readonly instances?: number | undefined;
11046
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10856
11047
  readonly cron_schedule?: string | undefined;
10857
11048
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10858
11049
  readonly scale_to_zero?: boolean | undefined;
10859
11050
  readonly idle_timeout_seconds?: number | undefined;
10860
- readonly min_replicas?: number | undefined;
11051
+ readonly min_instances?: number | undefined;
10861
11052
  }[] | undefined;
10862
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
11053
+ readonly domains?: readonly {
11054
+ readonly hostname: string;
11055
+ readonly service: string;
11056
+ readonly redirect_https?: boolean | undefined;
11057
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
11058
+ readonly aliases?: readonly string[] | undefined;
11059
+ }[] | undefined;
11060
+ };
11061
+ }, {
11062
+ readonly production?: {
10863
11063
  readonly env?: {
10864
11064
  readonly [x: string]: {
10865
11065
  readonly value: string;
@@ -10870,11 +11070,12 @@ export declare const endpoints: {
10870
11070
  readonly attr: string;
10871
11071
  };
10872
11072
  } | undefined;
11073
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10873
11074
  readonly build?: {
10874
- readonly context?: string | undefined;
10875
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10876
11075
  readonly dockerfile?: string | undefined;
10877
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
11076
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
11077
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
11078
+ readonly context?: string | undefined;
10878
11079
  readonly docker_context?: string | undefined;
10879
11080
  readonly build_command?: string | undefined;
10880
11081
  readonly ignore?: readonly string[] | undefined;
@@ -10882,38 +11083,37 @@ export declare const endpoints: {
10882
11083
  readonly reproducible?: boolean | undefined;
10883
11084
  } | undefined;
10884
11085
  readonly deploy?: {
10885
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
11086
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10886
11087
  readonly release_command?: string | undefined;
10887
11088
  readonly health_check_path?: string | undefined;
10888
11089
  readonly health_check_timeout?: number | undefined;
10889
11090
  readonly graceful_shutdown?: number | undefined;
10890
11091
  } | undefined;
10891
- };
10892
- readonly staging?: {
10893
- readonly domains?: readonly {
10894
- readonly service: string;
10895
- readonly hostname: string;
10896
- readonly redirect_https?: boolean | undefined;
10897
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10898
- readonly aliases?: readonly string[] | undefined;
10899
- }[] | undefined;
10900
11092
  readonly services?: readonly {
10901
11093
  readonly name: string;
10902
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10903
11094
  readonly port?: number | undefined;
10904
11095
  readonly env?: readonly string[] | undefined;
10905
11096
  readonly resources?: readonly string[] | undefined;
10906
- readonly replicas?: number | undefined;
11097
+ readonly max_instances?: number | undefined;
10907
11098
  readonly command?: string | undefined;
10908
- readonly internal_port?: number | undefined;
10909
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
11099
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
11100
+ readonly instances?: number | undefined;
11101
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10910
11102
  readonly cron_schedule?: string | undefined;
10911
11103
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10912
11104
  readonly scale_to_zero?: boolean | undefined;
10913
11105
  readonly idle_timeout_seconds?: number | undefined;
10914
- readonly min_replicas?: number | undefined;
11106
+ readonly min_instances?: number | undefined;
10915
11107
  }[] | undefined;
10916
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
11108
+ readonly domains?: readonly {
11109
+ readonly hostname: string;
11110
+ readonly service: string;
11111
+ readonly redirect_https?: boolean | undefined;
11112
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
11113
+ readonly aliases?: readonly string[] | undefined;
11114
+ }[] | undefined;
11115
+ };
11116
+ readonly staging?: {
10917
11117
  readonly env?: {
10918
11118
  readonly [x: string]: {
10919
11119
  readonly value: string;
@@ -10924,11 +11124,12 @@ export declare const endpoints: {
10924
11124
  readonly attr: string;
10925
11125
  };
10926
11126
  } | undefined;
11127
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10927
11128
  readonly build?: {
10928
- readonly context?: string | undefined;
10929
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10930
11129
  readonly dockerfile?: string | undefined;
10931
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
11130
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
11131
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
11132
+ readonly context?: string | undefined;
10932
11133
  readonly docker_context?: string | undefined;
10933
11134
  readonly build_command?: string | undefined;
10934
11135
  readonly ignore?: readonly string[] | undefined;
@@ -10936,38 +11137,37 @@ export declare const endpoints: {
10936
11137
  readonly reproducible?: boolean | undefined;
10937
11138
  } | undefined;
10938
11139
  readonly deploy?: {
10939
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
11140
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10940
11141
  readonly release_command?: string | undefined;
10941
11142
  readonly health_check_path?: string | undefined;
10942
11143
  readonly health_check_timeout?: number | undefined;
10943
11144
  readonly graceful_shutdown?: number | undefined;
10944
11145
  } | undefined;
10945
- };
10946
- readonly production?: {
10947
- readonly domains?: readonly {
10948
- readonly service: string;
10949
- readonly hostname: string;
10950
- readonly redirect_https?: boolean | undefined;
10951
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
10952
- readonly aliases?: readonly string[] | undefined;
10953
- }[] | undefined;
10954
11146
  readonly services?: readonly {
10955
11147
  readonly name: string;
10956
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
10957
11148
  readonly port?: number | undefined;
10958
11149
  readonly env?: readonly string[] | undefined;
10959
11150
  readonly resources?: readonly string[] | undefined;
10960
- readonly replicas?: number | undefined;
11151
+ readonly max_instances?: number | undefined;
10961
11152
  readonly command?: string | undefined;
10962
- readonly internal_port?: number | undefined;
10963
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
11153
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
11154
+ readonly instances?: number | undefined;
11155
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
10964
11156
  readonly cron_schedule?: string | undefined;
10965
11157
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
10966
11158
  readonly scale_to_zero?: boolean | undefined;
10967
11159
  readonly idle_timeout_seconds?: number | undefined;
10968
- readonly min_replicas?: number | undefined;
11160
+ readonly min_instances?: number | undefined;
10969
11161
  }[] | undefined;
10970
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
11162
+ readonly domains?: readonly {
11163
+ readonly hostname: string;
11164
+ readonly service: string;
11165
+ readonly redirect_https?: boolean | undefined;
11166
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
11167
+ readonly aliases?: readonly string[] | undefined;
11168
+ }[] | undefined;
11169
+ };
11170
+ readonly preview?: {
10971
11171
  readonly env?: {
10972
11172
  readonly [x: string]: {
10973
11173
  readonly value: string;
@@ -10978,11 +11178,12 @@ export declare const endpoints: {
10978
11178
  readonly attr: string;
10979
11179
  };
10980
11180
  } | undefined;
11181
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
10981
11182
  readonly build?: {
10982
- readonly context?: string | undefined;
10983
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
10984
11183
  readonly dockerfile?: string | undefined;
10985
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
11184
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
11185
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
11186
+ readonly context?: string | undefined;
10986
11187
  readonly docker_context?: string | undefined;
10987
11188
  readonly build_command?: string | undefined;
10988
11189
  readonly ignore?: readonly string[] | undefined;
@@ -10990,38 +11191,37 @@ export declare const endpoints: {
10990
11191
  readonly reproducible?: boolean | undefined;
10991
11192
  } | undefined;
10992
11193
  readonly deploy?: {
10993
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
11194
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
10994
11195
  readonly release_command?: string | undefined;
10995
11196
  readonly health_check_path?: string | undefined;
10996
11197
  readonly health_check_timeout?: number | undefined;
10997
11198
  readonly graceful_shutdown?: number | undefined;
10998
11199
  } | undefined;
10999
- };
11000
- readonly preview?: {
11001
- readonly domains?: readonly {
11002
- readonly service: string;
11003
- readonly hostname: string;
11004
- readonly redirect_https?: boolean | undefined;
11005
- readonly www_redirect?: "none" | "apex" | "www" | undefined;
11006
- readonly aliases?: readonly string[] | undefined;
11007
- }[] | undefined;
11008
11200
  readonly services?: readonly {
11009
11201
  readonly name: string;
11010
- readonly type?: "function" | "cron" | "web" | "worker" | undefined;
11011
11202
  readonly port?: number | undefined;
11012
11203
  readonly env?: readonly string[] | undefined;
11013
11204
  readonly resources?: readonly string[] | undefined;
11014
- readonly replicas?: number | undefined;
11205
+ readonly max_instances?: number | undefined;
11015
11206
  readonly command?: string | undefined;
11016
- readonly internal_port?: number | undefined;
11017
- readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
11207
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
11208
+ readonly instances?: number | undefined;
11209
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
11018
11210
  readonly cron_schedule?: string | undefined;
11019
11211
  readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
11020
11212
  readonly scale_to_zero?: boolean | undefined;
11021
11213
  readonly idle_timeout_seconds?: number | undefined;
11022
- readonly min_replicas?: number | undefined;
11214
+ readonly min_instances?: number | undefined;
11023
11215
  }[] | undefined;
11024
- readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
11216
+ readonly domains?: readonly {
11217
+ readonly hostname: string;
11218
+ readonly service: string;
11219
+ readonly redirect_https?: boolean | undefined;
11220
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
11221
+ readonly aliases?: readonly string[] | undefined;
11222
+ }[] | undefined;
11223
+ };
11224
+ readonly development?: {
11025
11225
  readonly env?: {
11026
11226
  readonly [x: string]: {
11027
11227
  readonly value: string;
@@ -11032,11 +11232,12 @@ export declare const endpoints: {
11032
11232
  readonly attr: string;
11033
11233
  };
11034
11234
  } | undefined;
11235
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
11035
11236
  readonly build?: {
11036
- readonly context?: string | undefined;
11037
- readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
11038
11237
  readonly dockerfile?: string | undefined;
11039
- readonly buildpack?: "auto" | "static" | "ruby" | "node" | "python" | "dockerfile" | undefined;
11238
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
11239
+ readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
11240
+ readonly context?: string | undefined;
11040
11241
  readonly docker_context?: string | undefined;
11041
11242
  readonly build_command?: string | undefined;
11042
11243
  readonly ignore?: readonly string[] | undefined;
@@ -11044,12 +11245,35 @@ export declare const endpoints: {
11044
11245
  readonly reproducible?: boolean | undefined;
11045
11246
  } | undefined;
11046
11247
  readonly deploy?: {
11047
- readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
11248
+ readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
11048
11249
  readonly release_command?: string | undefined;
11049
11250
  readonly health_check_path?: string | undefined;
11050
11251
  readonly health_check_timeout?: number | undefined;
11051
11252
  readonly graceful_shutdown?: number | undefined;
11052
11253
  } | undefined;
11254
+ readonly services?: readonly {
11255
+ readonly name: string;
11256
+ readonly port?: number | undefined;
11257
+ readonly env?: readonly string[] | undefined;
11258
+ readonly resources?: readonly string[] | undefined;
11259
+ readonly max_instances?: number | undefined;
11260
+ readonly command?: string | undefined;
11261
+ readonly type?: "function" | "web" | "worker" | "cron" | undefined;
11262
+ readonly instances?: number | undefined;
11263
+ readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
11264
+ readonly cron_schedule?: string | undefined;
11265
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
11266
+ readonly scale_to_zero?: boolean | undefined;
11267
+ readonly idle_timeout_seconds?: number | undefined;
11268
+ readonly min_instances?: number | undefined;
11269
+ }[] | undefined;
11270
+ readonly domains?: readonly {
11271
+ readonly hostname: string;
11272
+ readonly service: string;
11273
+ readonly redirect_https?: boolean | undefined;
11274
+ readonly www_redirect?: "apex" | "www" | "none" | undefined;
11275
+ readonly aliases?: readonly string[] | undefined;
11276
+ }[] | undefined;
11053
11277
  };
11054
11278
  }, never>>;
11055
11279
  resources: import("effect/Schema").optional<import("effect/Schema").Struct<{
@@ -11058,24 +11282,27 @@ export declare const endpoints: {
11058
11282
  tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
11059
11283
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
11060
11284
  version: import("effect/Schema").optional<import("effect/Schema").Literal<["15", "16", "17"]>>;
11061
- replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
11285
+ read_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
11062
11286
  branch_on_preview: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
11063
11287
  }>>;
11064
11288
  kv: import("effect/Schema").optional<import("effect/Schema").Struct<{
11065
- engine: import("effect/Schema").optional<import("effect/Schema").Literal<["valkey"]>>;
11289
+ engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
11290
+ exact: true;
11291
+ }>;
11066
11292
  tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
11067
11293
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
11068
11294
  }>>;
11069
11295
  search: import("effect/Schema").optional<import("effect/Schema").Struct<{
11070
- engine: import("effect/Schema").optional<import("effect/Schema").Literal<["typesense"]>>;
11296
+ engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
11297
+ exact: true;
11298
+ }>;
11071
11299
  tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
11072
11300
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
11073
- nodes: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
11074
11301
  }>>;
11075
11302
  volume: import("effect/Schema").optional<import("effect/Schema").Struct<{
11076
11303
  tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
11077
11304
  storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
11078
- access_mode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
11305
+ sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
11079
11306
  mount_path: import("effect/Schema").optional<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
11080
11307
  role: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
11081
11308
  }>>;
@@ -11192,7 +11419,6 @@ export declare const endpoints: {
11192
11419
  projectId: typeof import("effect/Schema").String;
11193
11420
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
11194
11421
  available: typeof import("effect/Schema").Boolean;
11195
- provider: typeof import("effect/Schema").String;
11196
11422
  }>, undefined>;
11197
11423
  readonly listChannels: import("./endpoint.js").Endpoint<"GET", "/realtime/channels", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
11198
11424
  projectId: typeof import("effect/Schema").String;
@@ -11350,11 +11576,9 @@ export declare const endpoints: {
11350
11576
  id: typeof import("effect/Schema").String;
11351
11577
  slug: typeof import("effect/Schema").String;
11352
11578
  name: typeof import("effect/Schema").String;
11353
- clusterEndpoint: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
11354
11579
  status: import("effect/Schema").Literal<["coming-soon", "active", "decommissioned"]>;
11355
11580
  locationLat: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
11356
11581
  locationLng: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
11357
- gatewayIpRange: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
11358
11582
  createdAt: typeof import("effect/Schema").String;
11359
11583
  }>>;
11360
11584
  }>, undefined>;
@@ -12757,7 +12981,6 @@ export declare const endpoints: {
12757
12981
  projectId: typeof import("effect/Schema").String;
12758
12982
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
12759
12983
  available: typeof import("effect/Schema").Boolean;
12760
- provider: typeof import("effect/Schema").String;
12761
12984
  }>, undefined>;
12762
12985
  readonly list: import("./endpoint.js").Endpoint<"GET", "/tasks", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
12763
12986
  projectId: typeof import("effect/Schema").String;
@@ -12768,6 +12991,7 @@ export declare const endpoints: {
12768
12991
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
12769
12992
  jobs: import("effect/Schema").Array$<import("effect/Schema").Struct<{
12770
12993
  id: typeof import("effect/Schema").String;
12994
+ scheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12771
12995
  name: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12772
12996
  type: import("effect/Schema").Literal<["one-time", "cron"]>;
12773
12997
  status: import("effect/Schema").Literal<["pending", "queued", "running", "completed", "failed", "scheduled", "paused", "cancelled", "deleted"]>;
@@ -12783,8 +13007,6 @@ export declare const endpoints: {
12783
13007
  retries: typeof import("effect/Schema").Number;
12784
13008
  maxRetries: typeof import("effect/Schema").Number;
12785
13009
  lastError: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12786
- qstashMessageId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12787
- qstashScheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12788
13010
  createdAt: typeof import("effect/Schema").String;
12789
13011
  }>>;
12790
13012
  total: typeof import("effect/Schema").Number;
@@ -12798,6 +13020,7 @@ export declare const endpoints: {
12798
13020
  }>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
12799
13021
  job: import("effect/Schema").Struct<{
12800
13022
  id: typeof import("effect/Schema").String;
13023
+ scheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12801
13024
  name: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12802
13025
  type: import("effect/Schema").Literal<["one-time", "cron"]>;
12803
13026
  status: import("effect/Schema").Literal<["pending", "queued", "running", "completed", "failed", "scheduled", "paused", "cancelled", "deleted"]>;
@@ -12813,8 +13036,6 @@ export declare const endpoints: {
12813
13036
  retries: typeof import("effect/Schema").Number;
12814
13037
  maxRetries: typeof import("effect/Schema").Number;
12815
13038
  lastError: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12816
- qstashMessageId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12817
- qstashScheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12818
13039
  createdAt: typeof import("effect/Schema").String;
12819
13040
  }>;
12820
13041
  }>, undefined>;
@@ -12833,7 +13054,6 @@ export declare const endpoints: {
12833
13054
  timeout: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
12834
13055
  }>, import("effect/Schema").Struct<{
12835
13056
  jobId: typeof import("effect/Schema").String;
12836
- messageId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
12837
13057
  scheduledFor: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
12838
13058
  }>, {
12839
13059
  status: 201;