@sylphx/contract 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/endpoint.d.ts +3 -1
- package/dist/endpoint.d.ts.map +1 -1
- package/dist/endpoints/admin-audit.d.ts +2 -2
- package/dist/endpoints/admin-audit.js +2 -2
- package/dist/endpoints/admin-bootstrap.js +3 -3
- package/dist/endpoints/admin-branch-databases.d.ts +1 -1
- package/dist/endpoints/admin-branch-databases.js +2 -2
- package/dist/endpoints/admin-envs-spec.d.ts +27 -0
- package/dist/endpoints/admin-envs-spec.d.ts.map +1 -0
- package/dist/endpoints/admin-envs-spec.js +25 -0
- package/dist/endpoints/admin-projects.d.ts +1 -1
- package/dist/endpoints/admin-rate-limits.d.ts +1 -1
- package/dist/endpoints/admin-rate-limits.js +3 -3
- package/dist/endpoints/admin-secrets.d.ts +3 -3
- package/dist/endpoints/admin-secrets.js +1 -1
- package/dist/endpoints/admin-services.d.ts +3 -3
- package/dist/endpoints/admin-services.d.ts.map +1 -1
- package/dist/endpoints/admin-services.js +4 -5
- package/dist/endpoints/branch-databases.d.ts +13 -7
- package/dist/endpoints/branch-databases.d.ts.map +1 -1
- package/dist/endpoints/branch-databases.js +3 -3
- package/dist/endpoints/databases.d.ts +100 -164
- package/dist/endpoints/databases.d.ts.map +1 -1
- package/dist/endpoints/databases.js +8 -35
- package/dist/endpoints/deployments.d.ts +1 -3
- package/dist/endpoints/deployments.d.ts.map +1 -1
- package/dist/endpoints/deployments.js +1 -1
- package/dist/endpoints/environments.d.ts +11 -42
- package/dist/endpoints/environments.d.ts.map +1 -1
- package/dist/endpoints/image-opt.d.ts +5 -13
- package/dist/endpoints/image-opt.d.ts.map +1 -1
- package/dist/endpoints/image-opt.js +6 -18
- package/dist/endpoints/kv-admin.d.ts +0 -1
- package/dist/endpoints/kv-admin.d.ts.map +1 -1
- package/dist/endpoints/organizations.d.ts +8 -6
- package/dist/endpoints/organizations.d.ts.map +1 -1
- package/dist/endpoints/project-manifest.d.ts +90 -84
- package/dist/endpoints/project-manifest.d.ts.map +1 -1
- package/dist/endpoints/projects.d.ts +0 -8
- package/dist/endpoints/projects.d.ts.map +1 -1
- package/dist/endpoints/realtime-admin.d.ts +0 -1
- package/dist/endpoints/realtime-admin.d.ts.map +1 -1
- package/dist/endpoints/realtime-admin.js +1 -1
- package/dist/endpoints/regions.d.ts +2 -4
- package/dist/endpoints/regions.d.ts.map +1 -1
- package/dist/endpoints/regions.js +2 -2
- package/dist/endpoints/tasks.d.ts +2 -6
- package/dist/endpoints/tasks.d.ts.map +1 -1
- package/dist/hono-app.d.ts +2 -2
- package/dist/hono-app.js +2 -2
- package/dist/index.d.ts +254 -338
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/schemas/_primitives.d.ts +14 -0
- package/dist/schemas/_primitives.d.ts.map +1 -1
- package/dist/schemas/_primitives.js +16 -0
- package/dist/schemas/admin-audit.d.ts +4 -4
- package/dist/schemas/admin-audit.js +3 -3
- package/dist/schemas/admin-bootstrap.d.ts +1 -1
- package/dist/schemas/admin-bootstrap.js +1 -1
- package/dist/schemas/admin-builds.d.ts +1 -1
- package/dist/schemas/admin-builds.js +1 -1
- package/dist/schemas/admin-envs-spec.d.ts +49 -0
- package/dist/schemas/admin-envs-spec.d.ts.map +1 -0
- package/dist/schemas/admin-envs-spec.js +58 -0
- package/dist/schemas/admin-projects.d.ts +2 -2
- package/dist/schemas/admin-projects.js +1 -1
- package/dist/schemas/admin-rate-limits.d.ts +2 -2
- package/dist/schemas/admin-rate-limits.js +2 -2
- package/dist/schemas/admin-secrets.d.ts +14 -14
- package/dist/schemas/admin-secrets.d.ts.map +1 -1
- package/dist/schemas/admin-secrets.js +10 -10
- package/dist/schemas/admin-services.d.ts +18 -22
- package/dist/schemas/admin-services.d.ts.map +1 -1
- package/dist/schemas/admin-services.js +15 -19
- package/dist/schemas/branch-database.d.ts +25 -18
- package/dist/schemas/branch-database.d.ts.map +1 -1
- package/dist/schemas/branch-database.js +15 -14
- package/dist/schemas/database.d.ts +13 -19
- package/dist/schemas/database.d.ts.map +1 -1
- package/dist/schemas/database.js +7 -19
- package/dist/schemas/deployment.d.ts +5 -7
- package/dist/schemas/deployment.d.ts.map +1 -1
- package/dist/schemas/deployment.js +6 -6
- package/dist/schemas/environment.d.ts +17 -31
- package/dist/schemas/environment.d.ts.map +1 -1
- package/dist/schemas/environment.js +11 -16
- package/dist/schemas/ids.d.ts +4 -0
- package/dist/schemas/ids.d.ts.map +1 -1
- package/dist/schemas/ids.js +2 -0
- package/dist/schemas/image-opt.d.ts +10 -11
- package/dist/schemas/image-opt.d.ts.map +1 -1
- package/dist/schemas/image-opt.js +11 -12
- package/dist/schemas/kv-admin.d.ts +0 -1
- package/dist/schemas/kv-admin.d.ts.map +1 -1
- package/dist/schemas/kv-admin.js +0 -1
- package/dist/schemas/organization.d.ts +8 -6
- package/dist/schemas/organization.d.ts.map +1 -1
- package/dist/schemas/organization.js +11 -6
- package/dist/schemas/project-manifest.d.ts +180 -187
- package/dist/schemas/project-manifest.d.ts.map +1 -1
- package/dist/schemas/project-manifest.js +62 -57
- package/dist/schemas/project.d.ts +0 -6
- package/dist/schemas/project.d.ts.map +1 -1
- package/dist/schemas/project.js +0 -2
- package/dist/schemas/realtime-admin.d.ts +0 -1
- package/dist/schemas/realtime-admin.d.ts.map +1 -1
- package/dist/schemas/realtime-admin.js +0 -1
- package/dist/schemas/realtime.d.ts +2 -2
- package/dist/schemas/realtime.js +2 -2
- package/dist/schemas/region.d.ts +3 -21
- package/dist/schemas/region.d.ts.map +1 -1
- package/dist/schemas/region.js +2 -11
- package/dist/schemas/resources.d.ts +213 -164
- package/dist/schemas/resources.d.ts.map +1 -1
- package/dist/schemas/resources.js +87 -105
- package/dist/schemas/storage.d.ts +1 -1
- package/dist/schemas/storage.js +1 -1
- package/dist/schemas/tasks.d.ts +3 -8
- package/dist/schemas/tasks.d.ts.map +1 -1
- package/dist/schemas/tasks.js +1 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export { adminBuildsEndpoints } from './endpoints/admin-builds.js';
|
|
|
26
26
|
export { adminConfigEndpoints } from './endpoints/admin-config.js';
|
|
27
27
|
export { adminConsentEndpoints } from './endpoints/admin-consent.js';
|
|
28
28
|
export { adminEnvServicesEndpoints } from './endpoints/admin-env-services.js';
|
|
29
|
+
export { adminEnvsSpecEndpoints } from './endpoints/admin-envs-spec.js';
|
|
29
30
|
export { adminImpersonationEndpoints } from './endpoints/admin-impersonation.js';
|
|
30
31
|
export { adminInvitationsEndpoints } from './endpoints/admin-invitations.js';
|
|
31
32
|
export { adminJwtKeysEndpoints } from './endpoints/admin-jwt-keys.js';
|
|
@@ -115,6 +116,7 @@ export * from './schemas/admin-broadcasts.js';
|
|
|
115
116
|
export * from './schemas/admin-config.js';
|
|
116
117
|
export * from './schemas/admin-consent.js';
|
|
117
118
|
export * from './schemas/admin-env-services.js';
|
|
119
|
+
export * from './schemas/admin-envs-spec.js';
|
|
118
120
|
export * from './schemas/admin-impersonation.js';
|
|
119
121
|
export * from './schemas/admin-invitations.js';
|
|
120
122
|
export * from './schemas/admin-jwt-keys.js';
|
|
@@ -926,7 +928,7 @@ export declare const endpoints: {
|
|
|
926
928
|
latencyP95: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
|
|
927
929
|
cpuUsage: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
|
|
928
930
|
memoryUsage: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
|
|
929
|
-
|
|
931
|
+
instanceCount: import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>;
|
|
930
932
|
}>, undefined>;
|
|
931
933
|
readonly obsMetricsRange: import("./endpoint.js").Endpoint<"GET", "/operator/audit/projects/:id/obs/metrics/range", import("effect/Schema").Struct<{
|
|
932
934
|
id: typeof import("effect/Schema").String;
|
|
@@ -1797,6 +1799,27 @@ export declare const endpoints: {
|
|
|
1797
1799
|
reused: typeof import("effect/Schema").Boolean;
|
|
1798
1800
|
}>, undefined>;
|
|
1799
1801
|
};
|
|
1802
|
+
readonly adminEnvsSpec: {
|
|
1803
|
+
readonly patch: import("./endpoint.js").Endpoint<"PATCH", "/operator/envs/:envId/spec", import("effect/Schema").Struct<{
|
|
1804
|
+
envId: import("effect/Schema").filter<typeof import("effect/Schema").String>;
|
|
1805
|
+
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").filter<import("effect/Schema").Struct<{
|
|
1806
|
+
runtimeClassName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
1807
|
+
defaultSandboxImage: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
|
|
1808
|
+
defaultSecurityContext: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
1809
|
+
runAsNonRoot: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
1810
|
+
allowPrivilegeEscalation: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
1811
|
+
privileged: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
1812
|
+
}>>;
|
|
1813
|
+
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
1814
|
+
reason: import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
|
|
1815
|
+
}>>, import("effect/Schema").Struct<{
|
|
1816
|
+
envId: import("effect/Schema").filter<typeof import("effect/Schema").String>;
|
|
1817
|
+
runtimeClassName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
1818
|
+
defaultSandboxImage: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
1819
|
+
defaultSecurityContext: import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
|
|
1820
|
+
defaultHealthAgentMode: import("effect/Schema").NullOr<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
1821
|
+
}>, undefined>;
|
|
1822
|
+
};
|
|
1800
1823
|
readonly adminConsent: {
|
|
1801
1824
|
readonly listTypes: import("./endpoint.js").Endpoint<"GET", "/operator/consent/projects/:projectId/consent-types", import("effect/Schema").Struct<{
|
|
1802
1825
|
projectId: typeof import("effect/Schema").String;
|
|
@@ -2514,7 +2537,7 @@ export declare const endpoints: {
|
|
|
2514
2537
|
role: typeof import("effect/Schema").String;
|
|
2515
2538
|
resourceId: typeof import("effect/Schema").String;
|
|
2516
2539
|
status: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
2517
|
-
|
|
2540
|
+
backendName: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
2518
2541
|
}>>, undefined>;
|
|
2519
2542
|
};
|
|
2520
2543
|
readonly adminProjectUsers: {
|
|
@@ -2834,7 +2857,7 @@ export declare const endpoints: {
|
|
|
2834
2857
|
ageDays: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
|
|
2835
2858
|
cadenceDays: typeof import("effect/Schema").Number;
|
|
2836
2859
|
overdue: typeof import("effect/Schema").Boolean;
|
|
2837
|
-
|
|
2860
|
+
rotationTarget: typeof import("effect/Schema").String;
|
|
2838
2861
|
}>>;
|
|
2839
2862
|
}>, undefined>;
|
|
2840
2863
|
readonly rotate: import("./endpoint.js").Endpoint<"POST", "/operator/secrets/rotate", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
@@ -2849,7 +2872,7 @@ export declare const endpoints: {
|
|
|
2849
2872
|
ageDays: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
|
|
2850
2873
|
cadenceDays: typeof import("effect/Schema").Number;
|
|
2851
2874
|
overdue: typeof import("effect/Schema").Boolean;
|
|
2852
|
-
|
|
2875
|
+
rotationTarget: typeof import("effect/Schema").String;
|
|
2853
2876
|
}>;
|
|
2854
2877
|
auditLogId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
2855
2878
|
message: typeof import("effect/Schema").String;
|
|
@@ -2859,11 +2882,11 @@ export declare const endpoints: {
|
|
|
2859
2882
|
readonly imageStatus: import("./endpoint.js").Endpoint<"GET", "/operator/services/image-status", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
2860
2883
|
services: import("effect/Schema").Array$<import("effect/Schema").Struct<{
|
|
2861
2884
|
name: typeof import("effect/Schema").String;
|
|
2862
|
-
|
|
2863
|
-
|
|
2885
|
+
controlRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
2886
|
+
runtimeRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
2864
2887
|
driftMinutes: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
|
|
2865
2888
|
inSync: typeof import("effect/Schema").Boolean;
|
|
2866
|
-
|
|
2889
|
+
controlUpdatedAt: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
2867
2890
|
}>>;
|
|
2868
2891
|
checkedAt: typeof import("effect/Schema").String;
|
|
2869
2892
|
}>, undefined>;
|
|
@@ -4492,8 +4515,10 @@ export declare const endpoints: {
|
|
|
4492
4515
|
projectId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">;
|
|
4493
4516
|
envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
|
|
4494
4517
|
sourceDbId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ResourceId">;
|
|
4495
|
-
|
|
4496
|
-
|
|
4518
|
+
connection: import("effect/Schema").Struct<{
|
|
4519
|
+
env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
|
|
4520
|
+
maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4521
|
+
}>;
|
|
4497
4522
|
dataMode: import("effect/Schema").Literal<["none", "last-1d", "last-7d", "all"]>;
|
|
4498
4523
|
status: import("effect/Schema").Literal<["provisioning", "ready", "destroying", "destroyed", "degraded"]>;
|
|
4499
4524
|
createdAt: typeof import("effect/Schema").String;
|
|
@@ -4511,8 +4536,10 @@ export declare const endpoints: {
|
|
|
4511
4536
|
projectId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">;
|
|
4512
4537
|
envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
|
|
4513
4538
|
sourceDbId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ResourceId">;
|
|
4514
|
-
|
|
4515
|
-
|
|
4539
|
+
connection: import("effect/Schema").Struct<{
|
|
4540
|
+
env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
|
|
4541
|
+
maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4542
|
+
}>;
|
|
4516
4543
|
dataMode: import("effect/Schema").Literal<["none", "last-1d", "last-7d", "all"]>;
|
|
4517
4544
|
status: import("effect/Schema").Literal<["provisioning", "ready", "destroying", "destroyed", "degraded"]>;
|
|
4518
4545
|
createdAt: typeof import("effect/Schema").String;
|
|
@@ -4528,8 +4555,10 @@ export declare const endpoints: {
|
|
|
4528
4555
|
projectId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">;
|
|
4529
4556
|
envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
|
|
4530
4557
|
sourceDbId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ResourceId">;
|
|
4531
|
-
|
|
4532
|
-
|
|
4558
|
+
connection: import("effect/Schema").Struct<{
|
|
4559
|
+
env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
|
|
4560
|
+
maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4561
|
+
}>;
|
|
4533
4562
|
dataMode: import("effect/Schema").Literal<["none", "last-1d", "last-7d", "all"]>;
|
|
4534
4563
|
status: import("effect/Schema").Literal<["provisioning", "ready", "destroying", "destroyed", "degraded"]>;
|
|
4535
4564
|
createdAt: typeof import("effect/Schema").String;
|
|
@@ -4830,7 +4859,6 @@ export declare const endpoints: {
|
|
|
4830
4859
|
}>, import("effect/Schema").Struct<{
|
|
4831
4860
|
restored: typeof import("effect/Schema").Boolean;
|
|
4832
4861
|
resourceId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4833
|
-
clusterName: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4834
4862
|
targetTime: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4835
4863
|
message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4836
4864
|
}>, undefined>;
|
|
@@ -4841,7 +4869,6 @@ export declare const endpoints: {
|
|
|
4841
4869
|
}>, import("effect/Schema").Struct<{
|
|
4842
4870
|
restored: typeof import("effect/Schema").Boolean;
|
|
4843
4871
|
resourceId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4844
|
-
clusterName: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4845
4872
|
targetTime: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4846
4873
|
message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4847
4874
|
}>, undefined>;
|
|
@@ -4859,25 +4886,21 @@ export declare const endpoints: {
|
|
|
4859
4886
|
slug: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4860
4887
|
status: typeof import("effect/Schema").String;
|
|
4861
4888
|
kind: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4862
|
-
tier:
|
|
4863
|
-
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
|
|
4889
|
+
tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
4890
|
+
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
4891
|
+
host: typeof import("effect/Schema").String;
|
|
4892
|
+
port: typeof import("effect/Schema").Number;
|
|
4893
|
+
protocol: typeof import("effect/Schema").String;
|
|
4894
|
+
}>>>;
|
|
4895
|
+
connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
4896
|
+
env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
|
|
4897
|
+
maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4898
|
+
}>>>;
|
|
4870
4899
|
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4871
4900
|
env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4872
|
-
engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4873
|
-
instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4874
|
-
clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4875
4901
|
branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4876
|
-
provider: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4877
4902
|
backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4878
|
-
reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4879
4903
|
bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4880
|
-
config: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
|
|
4881
4904
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4882
4905
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4883
4906
|
}>, undefined>;
|
|
@@ -4893,116 +4916,82 @@ export declare const endpoints: {
|
|
|
4893
4916
|
name: typeof import("effect/Schema").String;
|
|
4894
4917
|
slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4895
4918
|
kind: import("effect/Schema").optional<import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>>;
|
|
4896
|
-
|
|
4897
|
-
tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4919
|
+
tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
4898
4920
|
status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4899
|
-
reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4900
4921
|
bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
connectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4911
|
-
maskedConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4912
|
-
publicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4913
|
-
maskedPublicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4922
|
+
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
4923
|
+
host: typeof import("effect/Schema").String;
|
|
4924
|
+
port: typeof import("effect/Schema").Number;
|
|
4925
|
+
protocol: typeof import("effect/Schema").String;
|
|
4926
|
+
}>>>;
|
|
4927
|
+
connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
4928
|
+
env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
|
|
4929
|
+
maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4930
|
+
}>>>;
|
|
4914
4931
|
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4915
4932
|
env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4916
|
-
engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4917
|
-
instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4918
|
-
clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4919
4933
|
branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4920
4934
|
backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4921
|
-
|
|
4922
|
-
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4923
|
-
region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4924
|
-
prefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4925
|
-
publicUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4926
|
-
accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
|
|
4927
|
-
hostPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4935
|
+
sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
|
|
4928
4936
|
mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4929
4937
|
sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
|
|
4930
|
-
memoryGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4931
|
-
nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4932
|
-
apiKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4933
4938
|
message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4934
|
-
provisioningError: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4935
|
-
conditions: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>>;
|
|
4936
|
-
config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
|
|
4937
4939
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4938
4940
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4939
4941
|
}>>;
|
|
4940
4942
|
}>, undefined>;
|
|
4941
|
-
readonly create: import("./endpoint.js").Endpoint<"POST", "/resources", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
4943
|
+
readonly create: import("./endpoint.js").Endpoint<"POST", "/resources", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Union<[import("effect/Schema").Struct<{
|
|
4942
4944
|
name: typeof import("effect/Schema").String;
|
|
4943
|
-
kind: import("effect/Schema").Literal<["database"
|
|
4944
|
-
|
|
4945
|
-
tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4945
|
+
kind: import("effect/Schema").Literal<["database"]>;
|
|
4946
|
+
tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
4946
4947
|
env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4947
4948
|
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4948
|
-
maxMemoryMb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4949
|
-
nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4950
|
-
bucket: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4951
|
-
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4952
|
-
region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4953
|
-
accessKeyEncrypted: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4954
|
-
secretKeyEncrypted: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4955
|
-
accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
|
|
4956
|
-
sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
|
|
4957
|
-
mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4958
|
-
config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
|
|
4959
4949
|
}>, import("effect/Schema").Struct<{
|
|
4950
|
+
name: typeof import("effect/Schema").String;
|
|
4951
|
+
kind: import("effect/Schema").Literal<["kv"]>;
|
|
4952
|
+
tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
4953
|
+
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4954
|
+
}>, import("effect/Schema").Struct<{
|
|
4955
|
+
name: typeof import("effect/Schema").String;
|
|
4956
|
+
kind: import("effect/Schema").Literal<["blob"]>;
|
|
4957
|
+
}>, import("effect/Schema").Struct<{
|
|
4958
|
+
name: typeof import("effect/Schema").String;
|
|
4959
|
+
kind: import("effect/Schema").Literal<["search"]>;
|
|
4960
|
+
tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
4961
|
+
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4962
|
+
}>, import("effect/Schema").Struct<{
|
|
4963
|
+
name: typeof import("effect/Schema").String;
|
|
4964
|
+
kind: import("effect/Schema").Literal<["volume"]>;
|
|
4965
|
+
tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
4966
|
+
sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
|
|
4967
|
+
sizeGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4968
|
+
mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4969
|
+
}>]>, import("effect/Schema").Struct<{
|
|
4960
4970
|
id: typeof import("effect/Schema").String;
|
|
4961
4971
|
orgId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4962
4972
|
name: typeof import("effect/Schema").String;
|
|
4963
4973
|
slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4964
4974
|
kind: import("effect/Schema").optional<import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>>;
|
|
4965
|
-
|
|
4966
|
-
tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4975
|
+
tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
4967
4976
|
status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4968
|
-
reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4969
4977
|
bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
connectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4980
|
-
maskedConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4981
|
-
publicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4982
|
-
maskedPublicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4978
|
+
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
4979
|
+
host: typeof import("effect/Schema").String;
|
|
4980
|
+
port: typeof import("effect/Schema").Number;
|
|
4981
|
+
protocol: typeof import("effect/Schema").String;
|
|
4982
|
+
}>>>;
|
|
4983
|
+
connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
4984
|
+
env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
|
|
4985
|
+
maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4986
|
+
}>>>;
|
|
4983
4987
|
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4984
4988
|
env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4985
|
-
engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
4986
|
-
instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4987
|
-
clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4988
4989
|
branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4989
4990
|
backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
4990
|
-
|
|
4991
|
-
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4992
|
-
region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4993
|
-
prefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4994
|
-
publicUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4995
|
-
accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
|
|
4996
|
-
hostPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4991
|
+
sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
|
|
4997
4992
|
mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
4998
4993
|
sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
|
|
4999
|
-
memoryGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5000
|
-
nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5001
|
-
apiKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5002
4994
|
message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5003
|
-
provisioningError: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5004
|
-
conditions: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>>;
|
|
5005
|
-
config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
|
|
5006
4995
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5007
4996
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5008
4997
|
}>, {
|
|
@@ -5016,99 +5005,75 @@ export declare const endpoints: {
|
|
|
5016
5005
|
name: typeof import("effect/Schema").String;
|
|
5017
5006
|
slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5018
5007
|
kind: import("effect/Schema").optional<import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>>;
|
|
5019
|
-
|
|
5020
|
-
tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5008
|
+
tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
5021
5009
|
status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5022
|
-
reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5023
5010
|
bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
connectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5034
|
-
maskedConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5035
|
-
publicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5036
|
-
maskedPublicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5011
|
+
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
5012
|
+
host: typeof import("effect/Schema").String;
|
|
5013
|
+
port: typeof import("effect/Schema").Number;
|
|
5014
|
+
protocol: typeof import("effect/Schema").String;
|
|
5015
|
+
}>>>;
|
|
5016
|
+
connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
5017
|
+
env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
|
|
5018
|
+
maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5019
|
+
}>>>;
|
|
5037
5020
|
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5038
5021
|
env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5039
|
-
engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5040
|
-
instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5041
|
-
clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5042
5022
|
branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5043
5023
|
backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5044
|
-
|
|
5045
|
-
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5046
|
-
region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5047
|
-
prefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5048
|
-
publicUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5049
|
-
accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
|
|
5050
|
-
hostPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5024
|
+
sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
|
|
5051
5025
|
mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5052
5026
|
sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
|
|
5053
|
-
memoryGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5054
|
-
nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5055
|
-
apiKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5056
5027
|
message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5057
|
-
provisioningError: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5058
|
-
conditions: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>>;
|
|
5059
|
-
config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
|
|
5060
5028
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5061
5029
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5062
5030
|
}>, undefined>;
|
|
5063
5031
|
readonly update: import("./endpoint.js").Endpoint<"PATCH", "/resources/:id", import("effect/Schema").Struct<{
|
|
5064
5032
|
id: typeof import("effect/Schema").String;
|
|
5065
|
-
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").
|
|
5033
|
+
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Union<[import("effect/Schema").Struct<{
|
|
5034
|
+
name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5035
|
+
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5036
|
+
backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5037
|
+
}>, import("effect/Schema").Struct<{
|
|
5038
|
+
name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5039
|
+
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5040
|
+
backupEnabled: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
5041
|
+
backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5042
|
+
}>, import("effect/Schema").Struct<{
|
|
5043
|
+
name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5044
|
+
}>, import("effect/Schema").Struct<{
|
|
5045
|
+
name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5046
|
+
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5047
|
+
}>, import("effect/Schema").Struct<{
|
|
5048
|
+
name: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5049
|
+
sizeGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5050
|
+
mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5051
|
+
}>]>, import("effect/Schema").Struct<{
|
|
5066
5052
|
id: typeof import("effect/Schema").String;
|
|
5067
5053
|
orgId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5068
5054
|
name: typeof import("effect/Schema").String;
|
|
5069
5055
|
slug: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5070
5056
|
kind: import("effect/Schema").optional<import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>>;
|
|
5071
|
-
|
|
5072
|
-
tier: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5057
|
+
tier: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
5073
5058
|
status: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5074
|
-
reconcileStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5075
5059
|
bindingCount: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
connectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5086
|
-
maskedConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5087
|
-
publicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5088
|
-
maskedPublicConnectionString: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5060
|
+
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
5061
|
+
host: typeof import("effect/Schema").String;
|
|
5062
|
+
port: typeof import("effect/Schema").Number;
|
|
5063
|
+
protocol: typeof import("effect/Schema").String;
|
|
5064
|
+
}>>>;
|
|
5065
|
+
connection: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
5066
|
+
env: import("effect/Schema").Array$<typeof import("effect/Schema").String>;
|
|
5067
|
+
maskedUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5068
|
+
}>>>;
|
|
5089
5069
|
storageGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5090
5070
|
env: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5091
|
-
engine: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5092
|
-
instances: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5093
|
-
clusterName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5094
5071
|
branchName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5095
5072
|
backupRetentionDays: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5096
|
-
|
|
5097
|
-
endpoint: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5098
|
-
region: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5099
|
-
prefix: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5100
|
-
publicUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5101
|
-
accessMode: import("effect/Schema").optional<import("effect/Schema").Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
|
|
5102
|
-
hostPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5073
|
+
sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
|
|
5103
5074
|
mountPath: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5104
5075
|
sizeGb: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Number>>;
|
|
5105
|
-
memoryGb: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5106
|
-
nodes: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
5107
|
-
apiKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5108
5076
|
message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5109
|
-
provisioningError: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5110
|
-
conditions: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").Unknown>>;
|
|
5111
|
-
config: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
|
|
5112
5077
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5113
5078
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5114
5079
|
}>, undefined>;
|
|
@@ -5129,7 +5094,7 @@ export declare const endpoints: {
|
|
|
5129
5094
|
projectEnvironmentId: typeof import("effect/Schema").String;
|
|
5130
5095
|
resourceType: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
|
|
5131
5096
|
resourceId: typeof import("effect/Schema").String;
|
|
5132
|
-
role: import("effect/Schema").Literal<["primary", "
|
|
5097
|
+
role: import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>;
|
|
5133
5098
|
createdAt: typeof import("effect/Schema").String;
|
|
5134
5099
|
envName: typeof import("effect/Schema").String;
|
|
5135
5100
|
projectName: typeof import("effect/Schema").String;
|
|
@@ -5140,13 +5105,13 @@ export declare const endpoints: {
|
|
|
5140
5105
|
id: typeof import("effect/Schema").String;
|
|
5141
5106
|
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
5142
5107
|
projectEnvironmentId: typeof import("effect/Schema").String;
|
|
5143
|
-
role: import("effect/Schema").optional<import("effect/Schema").Literal<["primary", "
|
|
5108
|
+
role: import("effect/Schema").optional<import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>>;
|
|
5144
5109
|
}>, import("effect/Schema").Struct<{
|
|
5145
5110
|
id: typeof import("effect/Schema").String;
|
|
5146
5111
|
projectEnvironmentId: typeof import("effect/Schema").String;
|
|
5147
5112
|
resourceType: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
|
|
5148
5113
|
resourceId: typeof import("effect/Schema").String;
|
|
5149
|
-
role: import("effect/Schema").Literal<["primary", "
|
|
5114
|
+
role: import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>;
|
|
5150
5115
|
createdAt: typeof import("effect/Schema").String;
|
|
5151
5116
|
envName: typeof import("effect/Schema").String;
|
|
5152
5117
|
projectName: typeof import("effect/Schema").String;
|
|
@@ -5162,7 +5127,7 @@ export declare const endpoints: {
|
|
|
5162
5127
|
projectEnvironmentId: typeof import("effect/Schema").String;
|
|
5163
5128
|
resourceType: import("effect/Schema").Literal<["database", "kv", "blob", "volume", "search"]>;
|
|
5164
5129
|
resourceId: typeof import("effect/Schema").String;
|
|
5165
|
-
role: import("effect/Schema").Literal<["primary", "
|
|
5130
|
+
role: import("effect/Schema").Literal<["primary", "read", "analytics", "backup", "session"]>;
|
|
5166
5131
|
createdAt: typeof import("effect/Schema").String;
|
|
5167
5132
|
envName: typeof import("effect/Schema").String;
|
|
5168
5133
|
projectName: typeof import("effect/Schema").String;
|
|
@@ -5245,7 +5210,6 @@ export declare const endpoints: {
|
|
|
5245
5210
|
projectId: import("effect/Schema").optional<import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "ProjectId">>;
|
|
5246
5211
|
envId: import("effect/Schema").optional<import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">>;
|
|
5247
5212
|
envType: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5248
|
-
namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
5249
5213
|
status: typeof import("effect/Schema").String;
|
|
5250
5214
|
environment: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
5251
5215
|
message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
@@ -5319,7 +5283,7 @@ export declare const endpoints: {
|
|
|
5319
5283
|
readonly envScopedRollbackByCommit: import("./endpoint.js").Endpoint<"POST", "/deployments/projects/:envId/rollback", import("effect/Schema").Struct<{
|
|
5320
5284
|
envId: typeof import("effect/Schema").String;
|
|
5321
5285
|
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
5322
|
-
commitSha: typeof import("effect/Schema").String
|
|
5286
|
+
commitSha: import("effect/Schema").filter<typeof import("effect/Schema").String>;
|
|
5323
5287
|
}>, import("effect/Schema").Struct<{
|
|
5324
5288
|
deploymentId: typeof import("effect/Schema").String;
|
|
5325
5289
|
message: typeof import("effect/Schema").String;
|
|
@@ -5470,7 +5434,6 @@ export declare const endpoints: {
|
|
|
5470
5434
|
deployments: import("effect/Schema").Array$<import("effect/Schema").Struct<{
|
|
5471
5435
|
id: typeof import("effect/Schema").String;
|
|
5472
5436
|
imageDigest: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
5473
|
-
imageRef: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
5474
5437
|
status: import("effect/Schema").Literal<["queued", "running", "building", "success", "failed", "cancelled"]>;
|
|
5475
5438
|
triggeredBy: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
5476
5439
|
triggerSource: import("effect/Schema").Literal<["build", "promote", "rollback", "manual", "unknown"]>;
|
|
@@ -6454,9 +6417,6 @@ export declare const endpoints: {
|
|
|
6454
6417
|
webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6455
6418
|
settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
|
|
6456
6419
|
url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6457
|
-
deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6458
|
-
namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6459
|
-
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
6460
6420
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6461
6421
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6462
6422
|
status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
@@ -6507,9 +6467,6 @@ export declare const endpoints: {
|
|
|
6507
6467
|
webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6508
6468
|
settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
|
|
6509
6469
|
url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6510
|
-
deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6511
|
-
namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6512
|
-
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
6513
6470
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6514
6471
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6515
6472
|
status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
@@ -6539,14 +6496,6 @@ export declare const endpoints: {
|
|
|
6539
6496
|
defaultFromName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6540
6497
|
publicNetworking: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
6541
6498
|
protection: import("effect/Schema").optional<import("effect/Schema").Literal<["open", "login-required"]>>;
|
|
6542
|
-
runtimeClassName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6543
|
-
defaultSandboxImage: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6544
|
-
defaultSecurityContext: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
6545
|
-
runAsNonRoot: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
6546
|
-
allowPrivilegeEscalation: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
6547
|
-
privileged: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
6548
|
-
}>>;
|
|
6549
|
-
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
6550
6499
|
settings: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
|
|
6551
6500
|
}>, import("effect/Schema").Struct<{
|
|
6552
6501
|
id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
|
|
@@ -6568,9 +6517,6 @@ export declare const endpoints: {
|
|
|
6568
6517
|
webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6569
6518
|
settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
|
|
6570
6519
|
url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6571
|
-
deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6572
|
-
namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6573
|
-
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
6574
6520
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6575
6521
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6576
6522
|
status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
@@ -6585,8 +6531,8 @@ export declare const endpoints: {
|
|
|
6585
6531
|
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
6586
6532
|
force: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
6587
6533
|
}>, import("effect/Schema").Struct<{
|
|
6534
|
+
environmentId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
|
|
6588
6535
|
envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
|
|
6589
|
-
namespace: typeof import("effect/Schema").String;
|
|
6590
6536
|
status: typeof import("effect/Schema").String;
|
|
6591
6537
|
message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6592
6538
|
}>, undefined>;
|
|
@@ -6628,9 +6574,6 @@ export declare const endpoints: {
|
|
|
6628
6574
|
webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6629
6575
|
settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
|
|
6630
6576
|
url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6631
|
-
deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6632
|
-
namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6633
|
-
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
6634
6577
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6635
6578
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6636
6579
|
status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
@@ -6659,9 +6602,6 @@ export declare const endpoints: {
|
|
|
6659
6602
|
webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6660
6603
|
settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
|
|
6661
6604
|
url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6662
|
-
deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6663
|
-
namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6664
|
-
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
6665
6605
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6666
6606
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6667
6607
|
status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
@@ -6711,9 +6651,6 @@ export declare const endpoints: {
|
|
|
6711
6651
|
webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6712
6652
|
settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
|
|
6713
6653
|
url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6714
|
-
deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6715
|
-
namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6716
|
-
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
6717
6654
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6718
6655
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6719
6656
|
status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
@@ -6742,14 +6679,6 @@ export declare const endpoints: {
|
|
|
6742
6679
|
defaultFromName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6743
6680
|
publicNetworking: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
6744
6681
|
protection: import("effect/Schema").optional<import("effect/Schema").Literal<["open", "login-required"]>>;
|
|
6745
|
-
runtimeClassName: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6746
|
-
defaultSandboxImage: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6747
|
-
defaultSecurityContext: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
6748
|
-
runAsNonRoot: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
6749
|
-
allowPrivilegeEscalation: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
6750
|
-
privileged: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
6751
|
-
}>>;
|
|
6752
|
-
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
6753
6682
|
settings: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
|
|
6754
6683
|
}>, import("effect/Schema").Struct<{
|
|
6755
6684
|
id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
|
|
@@ -6771,9 +6700,6 @@ export declare const endpoints: {
|
|
|
6771
6700
|
webhookUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6772
6701
|
settings: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>>;
|
|
6773
6702
|
url: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6774
|
-
deployAppId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6775
|
-
namespace: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6776
|
-
defaultHealthAgentMode: import("effect/Schema").optional<import("effect/Schema").Literal<["auto", "passthrough", "disabled"]>>;
|
|
6777
6703
|
createdAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6778
6704
|
updatedAt: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6779
6705
|
status: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
@@ -6873,15 +6799,21 @@ export declare const endpoints: {
|
|
|
6873
6799
|
level: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6874
6800
|
limit: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6875
6801
|
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
6802
|
+
object: import("effect/Schema").Literal<["list"]>;
|
|
6876
6803
|
envId: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "EnvironmentId">;
|
|
6877
|
-
|
|
6804
|
+
data: import("effect/Schema").Array$<import("effect/Schema").Struct<{
|
|
6805
|
+
id: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6806
|
+
sequence: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
6878
6807
|
timestamp: typeof import("effect/Schema").String;
|
|
6879
6808
|
level: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6880
|
-
message: typeof import("effect/Schema").String
|
|
6881
|
-
|
|
6882
|
-
|
|
6809
|
+
message: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6810
|
+
content: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6811
|
+
metadata: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").Unknown>>;
|
|
6812
|
+
traceId: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6883
6813
|
source: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6884
6814
|
}>>;
|
|
6815
|
+
deploymentId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6816
|
+
deploymentStatus: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
6885
6817
|
nextCursor: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
6886
6818
|
}>, undefined>;
|
|
6887
6819
|
};
|
|
@@ -7567,14 +7499,6 @@ export declare const endpoints: {
|
|
|
7567
7499
|
params: typeof import("effect/Schema").String;
|
|
7568
7500
|
expiresIn: import("effect/Schema").NullOr<typeof import("effect/Schema").Number>;
|
|
7569
7501
|
}>, undefined>;
|
|
7570
|
-
readonly forward: import("./endpoint.js").Endpoint<"GET", "/img/:signature/:params/:url", import("effect/Schema").Struct<{
|
|
7571
|
-
signature: typeof import("effect/Schema").String;
|
|
7572
|
-
params: typeof import("effect/Schema").String;
|
|
7573
|
-
url: typeof import("effect/Schema").String;
|
|
7574
|
-
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
7575
|
-
pending: typeof import("effect/Schema").Boolean;
|
|
7576
|
-
message: typeof import("effect/Schema").String;
|
|
7577
|
-
}>, undefined>;
|
|
7578
7502
|
};
|
|
7579
7503
|
readonly kv: {
|
|
7580
7504
|
readonly set: import("./endpoint.js").Endpoint<"POST", "/kv", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
@@ -7644,7 +7568,6 @@ export declare const endpoints: {
|
|
|
7644
7568
|
projectId: typeof import("effect/Schema").String;
|
|
7645
7569
|
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
7646
7570
|
available: typeof import("effect/Schema").Boolean;
|
|
7647
|
-
provider: typeof import("effect/Schema").String;
|
|
7648
7571
|
}>, undefined>;
|
|
7649
7572
|
readonly list: import("./endpoint.js").Endpoint<"GET", "/kv", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
7650
7573
|
projectId: typeof import("effect/Schema").String;
|
|
@@ -8905,8 +8828,10 @@ export declare const endpoints: {
|
|
|
8905
8828
|
projectCount: typeof import("effect/Schema").Number;
|
|
8906
8829
|
}>, undefined>;
|
|
8907
8830
|
readonly create: import("./endpoint.js").Endpoint<"POST", "/orgs", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
8908
|
-
name: typeof import("effect/Schema").String
|
|
8909
|
-
slug: typeof import("effect/Schema").String
|
|
8831
|
+
name: import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
|
|
8832
|
+
slug: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
|
|
8833
|
+
email: import("effect/Schema").optional<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
|
|
8834
|
+
metadata: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Unknown>>;
|
|
8910
8835
|
}>, import("effect/Schema").Struct<{
|
|
8911
8836
|
id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "OrgId">;
|
|
8912
8837
|
slug: typeof import("effect/Schema").String;
|
|
@@ -8922,10 +8847,10 @@ export declare const endpoints: {
|
|
|
8922
8847
|
readonly update: import("./endpoint.js").Endpoint<"PATCH", "/orgs/:orgId", import("effect/Schema").Struct<{
|
|
8923
8848
|
orgId: typeof import("effect/Schema").String;
|
|
8924
8849
|
}>, 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
|
|
8850
|
+
name: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
|
|
8851
|
+
slug: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
|
|
8852
|
+
email: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
|
|
8853
|
+
billingEmail: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
|
|
8929
8854
|
logoUrl: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
8930
8855
|
}>, import("effect/Schema").Struct<{
|
|
8931
8856
|
id: import("effect/Schema").brand<import("effect/Schema").filter<typeof import("effect/Schema").String>, "OrgId">;
|
|
@@ -9824,8 +9749,6 @@ export declare const endpoints: {
|
|
|
9824
9749
|
isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
9825
9750
|
publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9826
9751
|
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
9752
|
githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9830
9753
|
githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9831
9754
|
customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
|
|
@@ -9871,8 +9794,6 @@ export declare const endpoints: {
|
|
|
9871
9794
|
isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
9872
9795
|
publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9873
9796
|
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
9797
|
githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9877
9798
|
githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9878
9799
|
customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
|
|
@@ -9911,8 +9832,6 @@ export declare const endpoints: {
|
|
|
9911
9832
|
isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
9912
9833
|
publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9913
9834
|
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
9835
|
githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9917
9836
|
githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9918
9837
|
customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
|
|
@@ -9956,8 +9875,6 @@ export declare const endpoints: {
|
|
|
9956
9875
|
isActive: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
9957
9876
|
publicKey: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9958
9877
|
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
9878
|
githubRepo: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9962
9879
|
githubBranch: import("effect/Schema").optional<import("effect/Schema").NullOr<typeof import("effect/Schema").String>>;
|
|
9963
9880
|
customDomains: import("effect/Schema").optional<import("effect/Schema").NullOr<import("effect/Schema").Array$<typeof import("effect/Schema").String>>>;
|
|
@@ -10005,7 +9922,7 @@ export declare const endpoints: {
|
|
|
10005
9922
|
strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["rolling", "blue-green", "immediate"]>>;
|
|
10006
9923
|
graceful_shutdown: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10007
9924
|
}>>;
|
|
10008
|
-
services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Struct<{
|
|
9925
|
+
services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").Struct<{
|
|
10009
9926
|
name: import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
|
|
10010
9927
|
type: import("effect/Schema").Literal<["web", "worker", "cron", "function"]>;
|
|
10011
9928
|
build: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
@@ -10022,18 +9939,18 @@ export declare const endpoints: {
|
|
|
10022
9939
|
}>>;
|
|
10023
9940
|
command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
10024
9941
|
port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10025
|
-
|
|
10026
|
-
replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
9942
|
+
instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10027
9943
|
instance_type: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
|
|
10028
9944
|
cron_schedule: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
10029
9945
|
regions: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
|
|
10030
9946
|
scale_to_zero: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
10031
9947
|
idle_timeout_seconds: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10032
|
-
|
|
9948
|
+
min_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
9949
|
+
max_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10033
9950
|
env: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
|
|
10034
9951
|
resources: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>>;
|
|
10035
9952
|
watch_paths: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
|
|
10036
|
-
}
|
|
9953
|
+
}>>>>;
|
|
10037
9954
|
database: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
10038
9955
|
migrations: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
10039
9956
|
engine: import("effect/Schema").Literal<["atlas", "drizzle", "prisma", "alembic", "flyway", "goose", "sqlx", "custom"]>;
|
|
@@ -10074,15 +9991,15 @@ export declare const endpoints: {
|
|
|
10074
9991
|
readonly port?: number | undefined;
|
|
10075
9992
|
readonly env?: readonly string[] | undefined;
|
|
10076
9993
|
readonly resources?: readonly string[] | undefined;
|
|
10077
|
-
readonly
|
|
9994
|
+
readonly instances?: number | undefined;
|
|
9995
|
+
readonly max_instances?: number | undefined;
|
|
10078
9996
|
readonly command?: string | undefined;
|
|
10079
|
-
readonly
|
|
10080
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
9997
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10081
9998
|
readonly cron_schedule?: string | undefined;
|
|
10082
9999
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10083
10000
|
readonly scale_to_zero?: boolean | undefined;
|
|
10084
10001
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10085
|
-
readonly
|
|
10002
|
+
readonly min_instances?: number | undefined;
|
|
10086
10003
|
}[] | undefined;
|
|
10087
10004
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10088
10005
|
readonly env?: {
|
|
@@ -10128,15 +10045,15 @@ export declare const endpoints: {
|
|
|
10128
10045
|
readonly port?: number | undefined;
|
|
10129
10046
|
readonly env?: readonly string[] | undefined;
|
|
10130
10047
|
readonly resources?: readonly string[] | undefined;
|
|
10131
|
-
readonly
|
|
10048
|
+
readonly instances?: number | undefined;
|
|
10049
|
+
readonly max_instances?: number | undefined;
|
|
10132
10050
|
readonly command?: string | undefined;
|
|
10133
|
-
readonly
|
|
10134
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10051
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10135
10052
|
readonly cron_schedule?: string | undefined;
|
|
10136
10053
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10137
10054
|
readonly scale_to_zero?: boolean | undefined;
|
|
10138
10055
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10139
|
-
readonly
|
|
10056
|
+
readonly min_instances?: number | undefined;
|
|
10140
10057
|
}[] | undefined;
|
|
10141
10058
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10142
10059
|
readonly env?: {
|
|
@@ -10182,15 +10099,15 @@ export declare const endpoints: {
|
|
|
10182
10099
|
readonly port?: number | undefined;
|
|
10183
10100
|
readonly env?: readonly string[] | undefined;
|
|
10184
10101
|
readonly resources?: readonly string[] | undefined;
|
|
10185
|
-
readonly
|
|
10102
|
+
readonly instances?: number | undefined;
|
|
10103
|
+
readonly max_instances?: number | undefined;
|
|
10186
10104
|
readonly command?: string | undefined;
|
|
10187
|
-
readonly
|
|
10188
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10105
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10189
10106
|
readonly cron_schedule?: string | undefined;
|
|
10190
10107
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10191
10108
|
readonly scale_to_zero?: boolean | undefined;
|
|
10192
10109
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10193
|
-
readonly
|
|
10110
|
+
readonly min_instances?: number | undefined;
|
|
10194
10111
|
}[] | undefined;
|
|
10195
10112
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10196
10113
|
readonly env?: {
|
|
@@ -10236,15 +10153,15 @@ export declare const endpoints: {
|
|
|
10236
10153
|
readonly port?: number | undefined;
|
|
10237
10154
|
readonly env?: readonly string[] | undefined;
|
|
10238
10155
|
readonly resources?: readonly string[] | undefined;
|
|
10239
|
-
readonly
|
|
10156
|
+
readonly instances?: number | undefined;
|
|
10157
|
+
readonly max_instances?: number | undefined;
|
|
10240
10158
|
readonly command?: string | undefined;
|
|
10241
|
-
readonly
|
|
10242
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10159
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10243
10160
|
readonly cron_schedule?: string | undefined;
|
|
10244
10161
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10245
10162
|
readonly scale_to_zero?: boolean | undefined;
|
|
10246
10163
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10247
|
-
readonly
|
|
10164
|
+
readonly min_instances?: number | undefined;
|
|
10248
10165
|
}[] | undefined;
|
|
10249
10166
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10250
10167
|
readonly env?: {
|
|
@@ -10291,15 +10208,15 @@ export declare const endpoints: {
|
|
|
10291
10208
|
readonly port?: number | undefined;
|
|
10292
10209
|
readonly env?: readonly string[] | undefined;
|
|
10293
10210
|
readonly resources?: readonly string[] | undefined;
|
|
10294
|
-
readonly
|
|
10211
|
+
readonly instances?: number | undefined;
|
|
10212
|
+
readonly max_instances?: number | undefined;
|
|
10295
10213
|
readonly command?: string | undefined;
|
|
10296
|
-
readonly
|
|
10297
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10214
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10298
10215
|
readonly cron_schedule?: string | undefined;
|
|
10299
10216
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10300
10217
|
readonly scale_to_zero?: boolean | undefined;
|
|
10301
10218
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10302
|
-
readonly
|
|
10219
|
+
readonly min_instances?: number | undefined;
|
|
10303
10220
|
}[] | undefined;
|
|
10304
10221
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10305
10222
|
readonly env?: {
|
|
@@ -10345,15 +10262,15 @@ export declare const endpoints: {
|
|
|
10345
10262
|
readonly port?: number | undefined;
|
|
10346
10263
|
readonly env?: readonly string[] | undefined;
|
|
10347
10264
|
readonly resources?: readonly string[] | undefined;
|
|
10348
|
-
readonly
|
|
10265
|
+
readonly instances?: number | undefined;
|
|
10266
|
+
readonly max_instances?: number | undefined;
|
|
10349
10267
|
readonly command?: string | undefined;
|
|
10350
|
-
readonly
|
|
10351
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10268
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10352
10269
|
readonly cron_schedule?: string | undefined;
|
|
10353
10270
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10354
10271
|
readonly scale_to_zero?: boolean | undefined;
|
|
10355
10272
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10356
|
-
readonly
|
|
10273
|
+
readonly min_instances?: number | undefined;
|
|
10357
10274
|
}[] | undefined;
|
|
10358
10275
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10359
10276
|
readonly env?: {
|
|
@@ -10399,15 +10316,15 @@ export declare const endpoints: {
|
|
|
10399
10316
|
readonly port?: number | undefined;
|
|
10400
10317
|
readonly env?: readonly string[] | undefined;
|
|
10401
10318
|
readonly resources?: readonly string[] | undefined;
|
|
10402
|
-
readonly
|
|
10319
|
+
readonly instances?: number | undefined;
|
|
10320
|
+
readonly max_instances?: number | undefined;
|
|
10403
10321
|
readonly command?: string | undefined;
|
|
10404
|
-
readonly
|
|
10405
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10322
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10406
10323
|
readonly cron_schedule?: string | undefined;
|
|
10407
10324
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10408
10325
|
readonly scale_to_zero?: boolean | undefined;
|
|
10409
10326
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10410
|
-
readonly
|
|
10327
|
+
readonly min_instances?: number | undefined;
|
|
10411
10328
|
}[] | undefined;
|
|
10412
10329
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10413
10330
|
readonly env?: {
|
|
@@ -10453,15 +10370,15 @@ export declare const endpoints: {
|
|
|
10453
10370
|
readonly port?: number | undefined;
|
|
10454
10371
|
readonly env?: readonly string[] | undefined;
|
|
10455
10372
|
readonly resources?: readonly string[] | undefined;
|
|
10456
|
-
readonly
|
|
10373
|
+
readonly instances?: number | undefined;
|
|
10374
|
+
readonly max_instances?: number | undefined;
|
|
10457
10375
|
readonly command?: string | undefined;
|
|
10458
|
-
readonly
|
|
10459
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10376
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10460
10377
|
readonly cron_schedule?: string | undefined;
|
|
10461
10378
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10462
10379
|
readonly scale_to_zero?: boolean | undefined;
|
|
10463
10380
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10464
|
-
readonly
|
|
10381
|
+
readonly min_instances?: number | undefined;
|
|
10465
10382
|
}[] | undefined;
|
|
10466
10383
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10467
10384
|
readonly env?: {
|
|
@@ -10500,24 +10417,27 @@ export declare const endpoints: {
|
|
|
10500
10417
|
tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
10501
10418
|
storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10502
10419
|
version: import("effect/Schema").optional<import("effect/Schema").Literal<["15", "16", "17"]>>;
|
|
10503
|
-
|
|
10420
|
+
read_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10504
10421
|
branch_on_preview: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
10505
10422
|
}>>;
|
|
10506
10423
|
kv: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
10507
|
-
engine: import("effect/Schema").
|
|
10424
|
+
engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
|
|
10425
|
+
exact: true;
|
|
10426
|
+
}>;
|
|
10508
10427
|
tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
10509
10428
|
storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10510
10429
|
}>>;
|
|
10511
10430
|
search: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
10512
|
-
engine: import("effect/Schema").
|
|
10431
|
+
engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
|
|
10432
|
+
exact: true;
|
|
10433
|
+
}>;
|
|
10513
10434
|
tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
10514
10435
|
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
10436
|
}>>;
|
|
10517
10437
|
volume: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
10518
10438
|
tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
10519
10439
|
storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10520
|
-
|
|
10440
|
+
sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
|
|
10521
10441
|
mount_path: import("effect/Schema").optional<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
|
|
10522
10442
|
role: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
|
|
10523
10443
|
}>>;
|
|
@@ -10563,7 +10483,7 @@ export declare const endpoints: {
|
|
|
10563
10483
|
strategy: import("effect/Schema").optional<import("effect/Schema").Literal<["rolling", "blue-green", "immediate"]>>;
|
|
10564
10484
|
graceful_shutdown: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10565
10485
|
}>>;
|
|
10566
|
-
services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Struct<{
|
|
10486
|
+
services: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").Struct<{
|
|
10567
10487
|
name: import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>;
|
|
10568
10488
|
type: import("effect/Schema").Literal<["web", "worker", "cron", "function"]>;
|
|
10569
10489
|
build: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
@@ -10580,18 +10500,18 @@ export declare const endpoints: {
|
|
|
10580
10500
|
}>>;
|
|
10581
10501
|
command: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
10582
10502
|
port: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10583
|
-
|
|
10584
|
-
replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10503
|
+
instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10585
10504
|
instance_type: import("effect/Schema").optional<import("effect/Schema").Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
|
|
10586
10505
|
cron_schedule: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
10587
10506
|
regions: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
|
|
10588
10507
|
scale_to_zero: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
10589
10508
|
idle_timeout_seconds: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10590
|
-
|
|
10509
|
+
min_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10510
|
+
max_instances: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
10591
10511
|
env: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
|
|
10592
10512
|
resources: import("effect/Schema").optional<import("effect/Schema").Array$<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>>;
|
|
10593
10513
|
watch_paths: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
|
|
10594
|
-
}
|
|
10514
|
+
}>>>>;
|
|
10595
10515
|
database: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
10596
10516
|
migrations: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
10597
10517
|
engine: import("effect/Schema").Literal<["atlas", "drizzle", "prisma", "alembic", "flyway", "goose", "sqlx", "custom"]>;
|
|
@@ -10632,15 +10552,15 @@ export declare const endpoints: {
|
|
|
10632
10552
|
readonly port?: number | undefined;
|
|
10633
10553
|
readonly env?: readonly string[] | undefined;
|
|
10634
10554
|
readonly resources?: readonly string[] | undefined;
|
|
10635
|
-
readonly
|
|
10555
|
+
readonly instances?: number | undefined;
|
|
10556
|
+
readonly max_instances?: number | undefined;
|
|
10636
10557
|
readonly command?: string | undefined;
|
|
10637
|
-
readonly
|
|
10638
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10558
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10639
10559
|
readonly cron_schedule?: string | undefined;
|
|
10640
10560
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10641
10561
|
readonly scale_to_zero?: boolean | undefined;
|
|
10642
10562
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10643
|
-
readonly
|
|
10563
|
+
readonly min_instances?: number | undefined;
|
|
10644
10564
|
}[] | undefined;
|
|
10645
10565
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10646
10566
|
readonly env?: {
|
|
@@ -10686,15 +10606,15 @@ export declare const endpoints: {
|
|
|
10686
10606
|
readonly port?: number | undefined;
|
|
10687
10607
|
readonly env?: readonly string[] | undefined;
|
|
10688
10608
|
readonly resources?: readonly string[] | undefined;
|
|
10689
|
-
readonly
|
|
10609
|
+
readonly instances?: number | undefined;
|
|
10610
|
+
readonly max_instances?: number | undefined;
|
|
10690
10611
|
readonly command?: string | undefined;
|
|
10691
|
-
readonly
|
|
10692
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10612
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10693
10613
|
readonly cron_schedule?: string | undefined;
|
|
10694
10614
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10695
10615
|
readonly scale_to_zero?: boolean | undefined;
|
|
10696
10616
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10697
|
-
readonly
|
|
10617
|
+
readonly min_instances?: number | undefined;
|
|
10698
10618
|
}[] | undefined;
|
|
10699
10619
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10700
10620
|
readonly env?: {
|
|
@@ -10740,15 +10660,15 @@ export declare const endpoints: {
|
|
|
10740
10660
|
readonly port?: number | undefined;
|
|
10741
10661
|
readonly env?: readonly string[] | undefined;
|
|
10742
10662
|
readonly resources?: readonly string[] | undefined;
|
|
10743
|
-
readonly
|
|
10663
|
+
readonly instances?: number | undefined;
|
|
10664
|
+
readonly max_instances?: number | undefined;
|
|
10744
10665
|
readonly command?: string | undefined;
|
|
10745
|
-
readonly
|
|
10746
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10666
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10747
10667
|
readonly cron_schedule?: string | undefined;
|
|
10748
10668
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10749
10669
|
readonly scale_to_zero?: boolean | undefined;
|
|
10750
10670
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10751
|
-
readonly
|
|
10671
|
+
readonly min_instances?: number | undefined;
|
|
10752
10672
|
}[] | undefined;
|
|
10753
10673
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10754
10674
|
readonly env?: {
|
|
@@ -10794,15 +10714,15 @@ export declare const endpoints: {
|
|
|
10794
10714
|
readonly port?: number | undefined;
|
|
10795
10715
|
readonly env?: readonly string[] | undefined;
|
|
10796
10716
|
readonly resources?: readonly string[] | undefined;
|
|
10797
|
-
readonly
|
|
10717
|
+
readonly instances?: number | undefined;
|
|
10718
|
+
readonly max_instances?: number | undefined;
|
|
10798
10719
|
readonly command?: string | undefined;
|
|
10799
|
-
readonly
|
|
10800
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10720
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10801
10721
|
readonly cron_schedule?: string | undefined;
|
|
10802
10722
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10803
10723
|
readonly scale_to_zero?: boolean | undefined;
|
|
10804
10724
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10805
|
-
readonly
|
|
10725
|
+
readonly min_instances?: number | undefined;
|
|
10806
10726
|
}[] | undefined;
|
|
10807
10727
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10808
10728
|
readonly env?: {
|
|
@@ -10849,15 +10769,15 @@ export declare const endpoints: {
|
|
|
10849
10769
|
readonly port?: number | undefined;
|
|
10850
10770
|
readonly env?: readonly string[] | undefined;
|
|
10851
10771
|
readonly resources?: readonly string[] | undefined;
|
|
10852
|
-
readonly
|
|
10772
|
+
readonly instances?: number | undefined;
|
|
10773
|
+
readonly max_instances?: number | undefined;
|
|
10853
10774
|
readonly command?: string | undefined;
|
|
10854
|
-
readonly
|
|
10855
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10775
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10856
10776
|
readonly cron_schedule?: string | undefined;
|
|
10857
10777
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10858
10778
|
readonly scale_to_zero?: boolean | undefined;
|
|
10859
10779
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10860
|
-
readonly
|
|
10780
|
+
readonly min_instances?: number | undefined;
|
|
10861
10781
|
}[] | undefined;
|
|
10862
10782
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10863
10783
|
readonly env?: {
|
|
@@ -10903,15 +10823,15 @@ export declare const endpoints: {
|
|
|
10903
10823
|
readonly port?: number | undefined;
|
|
10904
10824
|
readonly env?: readonly string[] | undefined;
|
|
10905
10825
|
readonly resources?: readonly string[] | undefined;
|
|
10906
|
-
readonly
|
|
10826
|
+
readonly instances?: number | undefined;
|
|
10827
|
+
readonly max_instances?: number | undefined;
|
|
10907
10828
|
readonly command?: string | undefined;
|
|
10908
|
-
readonly
|
|
10909
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10829
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10910
10830
|
readonly cron_schedule?: string | undefined;
|
|
10911
10831
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10912
10832
|
readonly scale_to_zero?: boolean | undefined;
|
|
10913
10833
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10914
|
-
readonly
|
|
10834
|
+
readonly min_instances?: number | undefined;
|
|
10915
10835
|
}[] | undefined;
|
|
10916
10836
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10917
10837
|
readonly env?: {
|
|
@@ -10957,15 +10877,15 @@ export declare const endpoints: {
|
|
|
10957
10877
|
readonly port?: number | undefined;
|
|
10958
10878
|
readonly env?: readonly string[] | undefined;
|
|
10959
10879
|
readonly resources?: readonly string[] | undefined;
|
|
10960
|
-
readonly
|
|
10880
|
+
readonly instances?: number | undefined;
|
|
10881
|
+
readonly max_instances?: number | undefined;
|
|
10961
10882
|
readonly command?: string | undefined;
|
|
10962
|
-
readonly
|
|
10963
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10883
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
10964
10884
|
readonly cron_schedule?: string | undefined;
|
|
10965
10885
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
10966
10886
|
readonly scale_to_zero?: boolean | undefined;
|
|
10967
10887
|
readonly idle_timeout_seconds?: number | undefined;
|
|
10968
|
-
readonly
|
|
10888
|
+
readonly min_instances?: number | undefined;
|
|
10969
10889
|
}[] | undefined;
|
|
10970
10890
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
10971
10891
|
readonly env?: {
|
|
@@ -11011,15 +10931,15 @@ export declare const endpoints: {
|
|
|
11011
10931
|
readonly port?: number | undefined;
|
|
11012
10932
|
readonly env?: readonly string[] | undefined;
|
|
11013
10933
|
readonly resources?: readonly string[] | undefined;
|
|
11014
|
-
readonly
|
|
10934
|
+
readonly instances?: number | undefined;
|
|
10935
|
+
readonly max_instances?: number | undefined;
|
|
11015
10936
|
readonly command?: string | undefined;
|
|
11016
|
-
readonly
|
|
11017
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
10937
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "xlarge" | "small" | undefined;
|
|
11018
10938
|
readonly cron_schedule?: string | undefined;
|
|
11019
10939
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
11020
10940
|
readonly scale_to_zero?: boolean | undefined;
|
|
11021
10941
|
readonly idle_timeout_seconds?: number | undefined;
|
|
11022
|
-
readonly
|
|
10942
|
+
readonly min_instances?: number | undefined;
|
|
11023
10943
|
}[] | undefined;
|
|
11024
10944
|
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
11025
10945
|
readonly env?: {
|
|
@@ -11058,24 +10978,27 @@ export declare const endpoints: {
|
|
|
11058
10978
|
tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
11059
10979
|
storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
11060
10980
|
version: import("effect/Schema").optional<import("effect/Schema").Literal<["15", "16", "17"]>>;
|
|
11061
|
-
|
|
10981
|
+
read_replicas: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
11062
10982
|
branch_on_preview: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
11063
10983
|
}>>;
|
|
11064
10984
|
kv: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
11065
|
-
engine: import("effect/Schema").
|
|
10985
|
+
engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
|
|
10986
|
+
exact: true;
|
|
10987
|
+
}>;
|
|
11066
10988
|
tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
11067
10989
|
storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
11068
10990
|
}>>;
|
|
11069
10991
|
search: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
11070
|
-
engine: import("effect/Schema").
|
|
10992
|
+
engine: import("effect/Schema").optionalWith<typeof import("effect/Schema").Never, {
|
|
10993
|
+
exact: true;
|
|
10994
|
+
}>;
|
|
11071
10995
|
tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
11072
10996
|
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
10997
|
}>>;
|
|
11075
10998
|
volume: import("effect/Schema").optional<import("effect/Schema").Struct<{
|
|
11076
10999
|
tier: import("effect/Schema").Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
11077
11000
|
storage_gb: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").Number>>>;
|
|
11078
|
-
|
|
11001
|
+
sharing: import("effect/Schema").optional<import("effect/Schema").Literal<["single-writer", "shared"]>>;
|
|
11079
11002
|
mount_path: import("effect/Schema").optional<import("effect/Schema").filter<typeof import("effect/Schema").String>>;
|
|
11080
11003
|
role: import("effect/Schema").optional<import("effect/Schema").filter<import("effect/Schema").filter<import("effect/Schema").filter<typeof import("effect/Schema").String>>>>;
|
|
11081
11004
|
}>>;
|
|
@@ -11192,7 +11115,6 @@ export declare const endpoints: {
|
|
|
11192
11115
|
projectId: typeof import("effect/Schema").String;
|
|
11193
11116
|
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
11194
11117
|
available: typeof import("effect/Schema").Boolean;
|
|
11195
|
-
provider: typeof import("effect/Schema").String;
|
|
11196
11118
|
}>, undefined>;
|
|
11197
11119
|
readonly listChannels: import("./endpoint.js").Endpoint<"GET", "/realtime/channels", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
11198
11120
|
projectId: typeof import("effect/Schema").String;
|
|
@@ -11350,11 +11272,9 @@ export declare const endpoints: {
|
|
|
11350
11272
|
id: typeof import("effect/Schema").String;
|
|
11351
11273
|
slug: typeof import("effect/Schema").String;
|
|
11352
11274
|
name: typeof import("effect/Schema").String;
|
|
11353
|
-
clusterEndpoint: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
11354
11275
|
status: import("effect/Schema").Literal<["coming-soon", "active", "decommissioned"]>;
|
|
11355
11276
|
locationLat: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
11356
11277
|
locationLng: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
11357
|
-
gatewayIpRange: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
11358
11278
|
createdAt: typeof import("effect/Schema").String;
|
|
11359
11279
|
}>>;
|
|
11360
11280
|
}>, undefined>;
|
|
@@ -12757,7 +12677,6 @@ export declare const endpoints: {
|
|
|
12757
12677
|
projectId: typeof import("effect/Schema").String;
|
|
12758
12678
|
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
12759
12679
|
available: typeof import("effect/Schema").Boolean;
|
|
12760
|
-
provider: typeof import("effect/Schema").String;
|
|
12761
12680
|
}>, undefined>;
|
|
12762
12681
|
readonly list: import("./endpoint.js").Endpoint<"GET", "/tasks", import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
12763
12682
|
projectId: typeof import("effect/Schema").String;
|
|
@@ -12768,6 +12687,7 @@ export declare const endpoints: {
|
|
|
12768
12687
|
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
12769
12688
|
jobs: import("effect/Schema").Array$<import("effect/Schema").Struct<{
|
|
12770
12689
|
id: typeof import("effect/Schema").String;
|
|
12690
|
+
scheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
12771
12691
|
name: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
12772
12692
|
type: import("effect/Schema").Literal<["one-time", "cron"]>;
|
|
12773
12693
|
status: import("effect/Schema").Literal<["pending", "queued", "running", "completed", "failed", "scheduled", "paused", "cancelled", "deleted"]>;
|
|
@@ -12783,8 +12703,6 @@ export declare const endpoints: {
|
|
|
12783
12703
|
retries: typeof import("effect/Schema").Number;
|
|
12784
12704
|
maxRetries: typeof import("effect/Schema").Number;
|
|
12785
12705
|
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
12706
|
createdAt: typeof import("effect/Schema").String;
|
|
12789
12707
|
}>>;
|
|
12790
12708
|
total: typeof import("effect/Schema").Number;
|
|
@@ -12798,6 +12716,7 @@ export declare const endpoints: {
|
|
|
12798
12716
|
}>, import("effect/Schema").Schema.AnyNoContext | undefined, import("effect/Schema").Struct<{
|
|
12799
12717
|
job: import("effect/Schema").Struct<{
|
|
12800
12718
|
id: typeof import("effect/Schema").String;
|
|
12719
|
+
scheduleId: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
12801
12720
|
name: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
12802
12721
|
type: import("effect/Schema").Literal<["one-time", "cron"]>;
|
|
12803
12722
|
status: import("effect/Schema").Literal<["pending", "queued", "running", "completed", "failed", "scheduled", "paused", "cancelled", "deleted"]>;
|
|
@@ -12813,8 +12732,6 @@ export declare const endpoints: {
|
|
|
12813
12732
|
retries: typeof import("effect/Schema").Number;
|
|
12814
12733
|
maxRetries: typeof import("effect/Schema").Number;
|
|
12815
12734
|
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
12735
|
createdAt: typeof import("effect/Schema").String;
|
|
12819
12736
|
}>;
|
|
12820
12737
|
}>, undefined>;
|
|
@@ -12833,7 +12750,6 @@ export declare const endpoints: {
|
|
|
12833
12750
|
timeout: import("effect/Schema").optional<typeof import("effect/Schema").Number>;
|
|
12834
12751
|
}>, import("effect/Schema").Struct<{
|
|
12835
12752
|
jobId: typeof import("effect/Schema").String;
|
|
12836
|
-
messageId: import("effect/Schema").optional<typeof import("effect/Schema").String>;
|
|
12837
12753
|
scheduledFor: import("effect/Schema").NullOr<typeof import("effect/Schema").String>;
|
|
12838
12754
|
}>, {
|
|
12839
12755
|
status: 201;
|