@sylphx/contract 0.5.1 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/dist/compute.d.ts +33 -0
- package/dist/compute.d.ts.map +1 -0
- package/dist/compute.js +119 -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-config.d.ts +3 -0
- package/dist/endpoints/admin-config.d.ts.map +1 -1
- package/dist/endpoints/admin-config.js +9 -1
- 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/ai-admin.d.ts +134 -5
- package/dist/endpoints/ai-admin.d.ts.map +1 -1
- package/dist/endpoints/analytics-admin.d.ts +141 -6
- package/dist/endpoints/analytics-admin.d.ts.map +1 -1
- package/dist/endpoints/analytics-admin.js +7 -7
- package/dist/endpoints/auth.d.ts +26 -8
- package/dist/endpoints/auth.d.ts.map +1 -1
- package/dist/endpoints/auth.js +5 -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/domains.d.ts +7 -1
- package/dist/endpoints/domains.d.ts.map +1 -1
- package/dist/endpoints/email-admin.d.ts +1 -0
- package/dist/endpoints/email-admin.d.ts.map +1 -1
- package/dist/endpoints/environments.d.ts +11 -42
- package/dist/endpoints/environments.d.ts.map +1 -1
- package/dist/endpoints/flags-admin.d.ts +8 -0
- package/dist/endpoints/flags-admin.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/notifications-admin.d.ts +4 -4
- package/dist/endpoints/organizations.d.ts +8 -6
- package/dist/endpoints/organizations.d.ts.map +1 -1
- package/dist/endpoints/project-manifest.d.ts +362 -354
- 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 +3 -3
- package/dist/hono-app.js +2 -2
- package/dist/index.d.ts +852 -632
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -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-config.d.ts +4 -0
- package/dist/schemas/admin-config.d.ts.map +1 -1
- package/dist/schemas/admin-config.js +3 -0
- 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/ai-admin.d.ts +137 -8
- package/dist/schemas/ai-admin.d.ts.map +1 -1
- package/dist/schemas/ai-admin.js +119 -13
- package/dist/schemas/analytics-admin.d.ts +164 -7
- package/dist/schemas/analytics-admin.d.ts.map +1 -1
- package/dist/schemas/analytics-admin.js +104 -3
- package/dist/schemas/auth.d.ts +2 -1
- package/dist/schemas/auth.d.ts.map +1 -1
- package/dist/schemas/auth.js +2 -1
- 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/domain.d.ts +3 -1
- package/dist/schemas/domain.d.ts.map +1 -1
- package/dist/schemas/domain.js +2 -1
- package/dist/schemas/email-admin.d.ts +1 -0
- package/dist/schemas/email-admin.d.ts.map +1 -1
- package/dist/schemas/email-admin.js +1 -0
- 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/flags-admin.d.ts +13 -0
- package/dist/schemas/flags-admin.d.ts.map +1 -1
- package/dist/schemas/flags-admin.js +6 -0
- 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/notifications-admin.d.ts +6 -6
- package/dist/schemas/notifications-admin.js +1 -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 +458 -455
- package/dist/schemas/project-manifest.d.ts.map +1 -1
- package/dist/schemas/project-manifest.js +66 -56
- 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 +5 -1
|
@@ -43,7 +43,7 @@ export declare const projectManifestEndpoints: {
|
|
|
43
43
|
strategy: Schema.optional<Schema.Literal<["rolling", "blue-green", "immediate"]>>;
|
|
44
44
|
graceful_shutdown: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
45
45
|
}>>;
|
|
46
|
-
services: Schema.optional<Schema.Array$<Schema.Struct<{
|
|
46
|
+
services: Schema.optional<Schema.Array$<Schema.filter<Schema.Struct<{
|
|
47
47
|
name: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
|
|
48
48
|
type: Schema.Literal<["web", "worker", "cron", "function"]>;
|
|
49
49
|
build: Schema.optional<Schema.Struct<{
|
|
@@ -59,19 +59,20 @@ export declare const projectManifestEndpoints: {
|
|
|
59
59
|
command: Schema.optional<typeof Schema.String>;
|
|
60
60
|
}>>;
|
|
61
61
|
command: Schema.optional<typeof Schema.String>;
|
|
62
|
+
release_command: Schema.optional<typeof Schema.String>;
|
|
62
63
|
port: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
63
|
-
|
|
64
|
-
replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
64
|
+
instances: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
65
65
|
instance_type: Schema.optional<Schema.Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
|
|
66
66
|
cron_schedule: Schema.optional<typeof Schema.String>;
|
|
67
67
|
regions: Schema.optional<Schema.Array$<Schema.Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
|
|
68
68
|
scale_to_zero: Schema.optional<typeof Schema.Boolean>;
|
|
69
69
|
idle_timeout_seconds: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
70
|
-
|
|
70
|
+
min_instances: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
71
|
+
max_instances: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
71
72
|
env: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
72
73
|
resources: Schema.optional<Schema.Array$<Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>>>;
|
|
73
74
|
watch_paths: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
74
|
-
}
|
|
75
|
+
}>>>>;
|
|
75
76
|
database: Schema.optional<Schema.Struct<{
|
|
76
77
|
migrations: Schema.optional<Schema.Struct<{
|
|
77
78
|
engine: Schema.Literal<["atlas", "drizzle", "prisma", "alembic", "flyway", "goose", "sqlx", "custom"]>;
|
|
@@ -98,31 +99,7 @@ export declare const projectManifestEndpoints: {
|
|
|
98
99
|
aliases: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
99
100
|
}>>>;
|
|
100
101
|
environments: Schema.optional<Schema.SchemaClass<{
|
|
101
|
-
readonly
|
|
102
|
-
readonly domains?: readonly {
|
|
103
|
-
readonly service: string;
|
|
104
|
-
readonly hostname: string;
|
|
105
|
-
readonly redirect_https?: boolean | undefined;
|
|
106
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
107
|
-
readonly aliases?: readonly string[] | undefined;
|
|
108
|
-
}[] | undefined;
|
|
109
|
-
readonly services?: readonly {
|
|
110
|
-
readonly name: string;
|
|
111
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
112
|
-
readonly port?: number | undefined;
|
|
113
|
-
readonly env?: readonly string[] | undefined;
|
|
114
|
-
readonly resources?: readonly string[] | undefined;
|
|
115
|
-
readonly replicas?: number | undefined;
|
|
116
|
-
readonly command?: string | undefined;
|
|
117
|
-
readonly internal_port?: number | undefined;
|
|
118
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
119
|
-
readonly cron_schedule?: string | undefined;
|
|
120
|
-
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
121
|
-
readonly scale_to_zero?: boolean | undefined;
|
|
122
|
-
readonly idle_timeout_seconds?: number | undefined;
|
|
123
|
-
readonly min_replicas?: number | undefined;
|
|
124
|
-
}[] | undefined;
|
|
125
|
-
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
102
|
+
readonly production?: {
|
|
126
103
|
readonly env?: {
|
|
127
104
|
readonly [x: string]: {
|
|
128
105
|
readonly value: string;
|
|
@@ -133,11 +110,12 @@ export declare const projectManifestEndpoints: {
|
|
|
133
110
|
readonly attr: string;
|
|
134
111
|
};
|
|
135
112
|
} | undefined;
|
|
113
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
136
114
|
readonly build?: {
|
|
137
|
-
readonly context?: string | undefined;
|
|
138
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
139
115
|
readonly dockerfile?: string | undefined;
|
|
140
|
-
readonly buildpack?: "auto" | "
|
|
116
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
117
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
118
|
+
readonly context?: string | undefined;
|
|
141
119
|
readonly docker_context?: string | undefined;
|
|
142
120
|
readonly build_command?: string | undefined;
|
|
143
121
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -145,38 +123,37 @@ export declare const projectManifestEndpoints: {
|
|
|
145
123
|
readonly reproducible?: boolean | undefined;
|
|
146
124
|
} | undefined;
|
|
147
125
|
readonly deploy?: {
|
|
148
|
-
readonly strategy?: "
|
|
126
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
149
127
|
readonly release_command?: string | undefined;
|
|
150
128
|
readonly health_check_path?: string | undefined;
|
|
151
129
|
readonly health_check_timeout?: number | undefined;
|
|
152
130
|
readonly graceful_shutdown?: number | undefined;
|
|
153
131
|
} | undefined;
|
|
154
|
-
};
|
|
155
|
-
readonly staging?: {
|
|
156
|
-
readonly domains?: readonly {
|
|
157
|
-
readonly service: string;
|
|
158
|
-
readonly hostname: string;
|
|
159
|
-
readonly redirect_https?: boolean | undefined;
|
|
160
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
161
|
-
readonly aliases?: readonly string[] | undefined;
|
|
162
|
-
}[] | undefined;
|
|
163
132
|
readonly services?: readonly {
|
|
164
|
-
readonly name: string;
|
|
165
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
166
133
|
readonly port?: number | undefined;
|
|
167
134
|
readonly env?: readonly string[] | undefined;
|
|
135
|
+
readonly name: string;
|
|
168
136
|
readonly resources?: readonly string[] | undefined;
|
|
169
|
-
readonly
|
|
137
|
+
readonly max_instances?: number | undefined;
|
|
170
138
|
readonly command?: string | undefined;
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
139
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
140
|
+
readonly instances?: number | undefined;
|
|
141
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
173
142
|
readonly cron_schedule?: string | undefined;
|
|
174
143
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
175
144
|
readonly scale_to_zero?: boolean | undefined;
|
|
176
145
|
readonly idle_timeout_seconds?: number | undefined;
|
|
177
|
-
readonly
|
|
146
|
+
readonly min_instances?: number | undefined;
|
|
178
147
|
}[] | undefined;
|
|
179
|
-
readonly
|
|
148
|
+
readonly domains?: readonly {
|
|
149
|
+
readonly hostname: string;
|
|
150
|
+
readonly service: string;
|
|
151
|
+
readonly redirect_https?: boolean | undefined;
|
|
152
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
153
|
+
readonly aliases?: readonly string[] | undefined;
|
|
154
|
+
}[] | undefined;
|
|
155
|
+
};
|
|
156
|
+
readonly staging?: {
|
|
180
157
|
readonly env?: {
|
|
181
158
|
readonly [x: string]: {
|
|
182
159
|
readonly value: string;
|
|
@@ -187,11 +164,12 @@ export declare const projectManifestEndpoints: {
|
|
|
187
164
|
readonly attr: string;
|
|
188
165
|
};
|
|
189
166
|
} | undefined;
|
|
167
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
190
168
|
readonly build?: {
|
|
191
|
-
readonly context?: string | undefined;
|
|
192
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
193
169
|
readonly dockerfile?: string | undefined;
|
|
194
|
-
readonly buildpack?: "auto" | "
|
|
170
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
171
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
172
|
+
readonly context?: string | undefined;
|
|
195
173
|
readonly docker_context?: string | undefined;
|
|
196
174
|
readonly build_command?: string | undefined;
|
|
197
175
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -199,38 +177,37 @@ export declare const projectManifestEndpoints: {
|
|
|
199
177
|
readonly reproducible?: boolean | undefined;
|
|
200
178
|
} | undefined;
|
|
201
179
|
readonly deploy?: {
|
|
202
|
-
readonly strategy?: "
|
|
180
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
203
181
|
readonly release_command?: string | undefined;
|
|
204
182
|
readonly health_check_path?: string | undefined;
|
|
205
183
|
readonly health_check_timeout?: number | undefined;
|
|
206
184
|
readonly graceful_shutdown?: number | undefined;
|
|
207
185
|
} | undefined;
|
|
208
|
-
};
|
|
209
|
-
readonly production?: {
|
|
210
|
-
readonly domains?: readonly {
|
|
211
|
-
readonly service: string;
|
|
212
|
-
readonly hostname: string;
|
|
213
|
-
readonly redirect_https?: boolean | undefined;
|
|
214
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
215
|
-
readonly aliases?: readonly string[] | undefined;
|
|
216
|
-
}[] | undefined;
|
|
217
186
|
readonly services?: readonly {
|
|
218
|
-
readonly name: string;
|
|
219
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
220
187
|
readonly port?: number | undefined;
|
|
221
188
|
readonly env?: readonly string[] | undefined;
|
|
189
|
+
readonly name: string;
|
|
222
190
|
readonly resources?: readonly string[] | undefined;
|
|
223
|
-
readonly
|
|
191
|
+
readonly max_instances?: number | undefined;
|
|
224
192
|
readonly command?: string | undefined;
|
|
225
|
-
readonly
|
|
226
|
-
readonly
|
|
193
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
194
|
+
readonly instances?: number | undefined;
|
|
195
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
227
196
|
readonly cron_schedule?: string | undefined;
|
|
228
197
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
229
198
|
readonly scale_to_zero?: boolean | undefined;
|
|
230
199
|
readonly idle_timeout_seconds?: number | undefined;
|
|
231
|
-
readonly
|
|
200
|
+
readonly min_instances?: number | undefined;
|
|
232
201
|
}[] | undefined;
|
|
233
|
-
readonly
|
|
202
|
+
readonly domains?: readonly {
|
|
203
|
+
readonly hostname: string;
|
|
204
|
+
readonly service: string;
|
|
205
|
+
readonly redirect_https?: boolean | undefined;
|
|
206
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
207
|
+
readonly aliases?: readonly string[] | undefined;
|
|
208
|
+
}[] | undefined;
|
|
209
|
+
};
|
|
210
|
+
readonly preview?: {
|
|
234
211
|
readonly env?: {
|
|
235
212
|
readonly [x: string]: {
|
|
236
213
|
readonly value: string;
|
|
@@ -241,11 +218,12 @@ export declare const projectManifestEndpoints: {
|
|
|
241
218
|
readonly attr: string;
|
|
242
219
|
};
|
|
243
220
|
} | undefined;
|
|
221
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
244
222
|
readonly build?: {
|
|
245
|
-
readonly context?: string | undefined;
|
|
246
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
247
223
|
readonly dockerfile?: string | undefined;
|
|
248
|
-
readonly buildpack?: "auto" | "
|
|
224
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
225
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
226
|
+
readonly context?: string | undefined;
|
|
249
227
|
readonly docker_context?: string | undefined;
|
|
250
228
|
readonly build_command?: string | undefined;
|
|
251
229
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -253,38 +231,37 @@ export declare const projectManifestEndpoints: {
|
|
|
253
231
|
readonly reproducible?: boolean | undefined;
|
|
254
232
|
} | undefined;
|
|
255
233
|
readonly deploy?: {
|
|
256
|
-
readonly strategy?: "
|
|
234
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
257
235
|
readonly release_command?: string | undefined;
|
|
258
236
|
readonly health_check_path?: string | undefined;
|
|
259
237
|
readonly health_check_timeout?: number | undefined;
|
|
260
238
|
readonly graceful_shutdown?: number | undefined;
|
|
261
239
|
} | undefined;
|
|
262
|
-
};
|
|
263
|
-
readonly preview?: {
|
|
264
|
-
readonly domains?: readonly {
|
|
265
|
-
readonly service: string;
|
|
266
|
-
readonly hostname: string;
|
|
267
|
-
readonly redirect_https?: boolean | undefined;
|
|
268
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
269
|
-
readonly aliases?: readonly string[] | undefined;
|
|
270
|
-
}[] | undefined;
|
|
271
240
|
readonly services?: readonly {
|
|
272
|
-
readonly name: string;
|
|
273
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
274
241
|
readonly port?: number | undefined;
|
|
275
242
|
readonly env?: readonly string[] | undefined;
|
|
243
|
+
readonly name: string;
|
|
276
244
|
readonly resources?: readonly string[] | undefined;
|
|
277
|
-
readonly
|
|
245
|
+
readonly max_instances?: number | undefined;
|
|
278
246
|
readonly command?: string | undefined;
|
|
279
|
-
readonly
|
|
280
|
-
readonly
|
|
247
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
248
|
+
readonly instances?: number | undefined;
|
|
249
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
281
250
|
readonly cron_schedule?: string | undefined;
|
|
282
251
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
283
252
|
readonly scale_to_zero?: boolean | undefined;
|
|
284
253
|
readonly idle_timeout_seconds?: number | undefined;
|
|
285
|
-
readonly
|
|
254
|
+
readonly min_instances?: number | undefined;
|
|
286
255
|
}[] | undefined;
|
|
287
|
-
readonly
|
|
256
|
+
readonly domains?: readonly {
|
|
257
|
+
readonly hostname: string;
|
|
258
|
+
readonly service: string;
|
|
259
|
+
readonly redirect_https?: boolean | undefined;
|
|
260
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
261
|
+
readonly aliases?: readonly string[] | undefined;
|
|
262
|
+
}[] | undefined;
|
|
263
|
+
};
|
|
264
|
+
readonly development?: {
|
|
288
265
|
readonly env?: {
|
|
289
266
|
readonly [x: string]: {
|
|
290
267
|
readonly value: string;
|
|
@@ -295,11 +272,12 @@ export declare const projectManifestEndpoints: {
|
|
|
295
272
|
readonly attr: string;
|
|
296
273
|
};
|
|
297
274
|
} | undefined;
|
|
275
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
298
276
|
readonly build?: {
|
|
299
|
-
readonly context?: string | undefined;
|
|
300
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
301
277
|
readonly dockerfile?: string | undefined;
|
|
302
|
-
readonly buildpack?: "auto" | "
|
|
278
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
279
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
280
|
+
readonly context?: string | undefined;
|
|
303
281
|
readonly docker_context?: string | undefined;
|
|
304
282
|
readonly build_command?: string | undefined;
|
|
305
283
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -307,39 +285,38 @@ export declare const projectManifestEndpoints: {
|
|
|
307
285
|
readonly reproducible?: boolean | undefined;
|
|
308
286
|
} | undefined;
|
|
309
287
|
readonly deploy?: {
|
|
310
|
-
readonly strategy?: "
|
|
288
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
311
289
|
readonly release_command?: string | undefined;
|
|
312
290
|
readonly health_check_path?: string | undefined;
|
|
313
291
|
readonly health_check_timeout?: number | undefined;
|
|
314
292
|
readonly graceful_shutdown?: number | undefined;
|
|
315
293
|
} | undefined;
|
|
316
|
-
};
|
|
317
|
-
}, {
|
|
318
|
-
readonly development?: {
|
|
319
|
-
readonly domains?: readonly {
|
|
320
|
-
readonly service: string;
|
|
321
|
-
readonly hostname: string;
|
|
322
|
-
readonly redirect_https?: boolean | undefined;
|
|
323
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
324
|
-
readonly aliases?: readonly string[] | undefined;
|
|
325
|
-
}[] | undefined;
|
|
326
294
|
readonly services?: readonly {
|
|
327
|
-
readonly name: string;
|
|
328
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
329
295
|
readonly port?: number | undefined;
|
|
330
296
|
readonly env?: readonly string[] | undefined;
|
|
297
|
+
readonly name: string;
|
|
331
298
|
readonly resources?: readonly string[] | undefined;
|
|
332
|
-
readonly
|
|
299
|
+
readonly max_instances?: number | undefined;
|
|
333
300
|
readonly command?: string | undefined;
|
|
334
|
-
readonly
|
|
335
|
-
readonly
|
|
301
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
302
|
+
readonly instances?: number | undefined;
|
|
303
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
336
304
|
readonly cron_schedule?: string | undefined;
|
|
337
305
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
338
306
|
readonly scale_to_zero?: boolean | undefined;
|
|
339
307
|
readonly idle_timeout_seconds?: number | undefined;
|
|
340
|
-
readonly
|
|
308
|
+
readonly min_instances?: number | undefined;
|
|
341
309
|
}[] | undefined;
|
|
342
|
-
readonly
|
|
310
|
+
readonly domains?: readonly {
|
|
311
|
+
readonly hostname: string;
|
|
312
|
+
readonly service: string;
|
|
313
|
+
readonly redirect_https?: boolean | undefined;
|
|
314
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
315
|
+
readonly aliases?: readonly string[] | undefined;
|
|
316
|
+
}[] | undefined;
|
|
317
|
+
};
|
|
318
|
+
}, {
|
|
319
|
+
readonly production?: {
|
|
343
320
|
readonly env?: {
|
|
344
321
|
readonly [x: string]: {
|
|
345
322
|
readonly value: string;
|
|
@@ -350,11 +327,12 @@ export declare const projectManifestEndpoints: {
|
|
|
350
327
|
readonly attr: string;
|
|
351
328
|
};
|
|
352
329
|
} | undefined;
|
|
330
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
353
331
|
readonly build?: {
|
|
354
|
-
readonly context?: string | undefined;
|
|
355
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
356
332
|
readonly dockerfile?: string | undefined;
|
|
357
|
-
readonly buildpack?: "auto" | "
|
|
333
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
334
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
335
|
+
readonly context?: string | undefined;
|
|
358
336
|
readonly docker_context?: string | undefined;
|
|
359
337
|
readonly build_command?: string | undefined;
|
|
360
338
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -362,38 +340,37 @@ export declare const projectManifestEndpoints: {
|
|
|
362
340
|
readonly reproducible?: boolean | undefined;
|
|
363
341
|
} | undefined;
|
|
364
342
|
readonly deploy?: {
|
|
365
|
-
readonly strategy?: "
|
|
343
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
366
344
|
readonly release_command?: string | undefined;
|
|
367
345
|
readonly health_check_path?: string | undefined;
|
|
368
346
|
readonly health_check_timeout?: number | undefined;
|
|
369
347
|
readonly graceful_shutdown?: number | undefined;
|
|
370
348
|
} | undefined;
|
|
371
|
-
};
|
|
372
|
-
readonly staging?: {
|
|
373
|
-
readonly domains?: readonly {
|
|
374
|
-
readonly service: string;
|
|
375
|
-
readonly hostname: string;
|
|
376
|
-
readonly redirect_https?: boolean | undefined;
|
|
377
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
378
|
-
readonly aliases?: readonly string[] | undefined;
|
|
379
|
-
}[] | undefined;
|
|
380
349
|
readonly services?: readonly {
|
|
381
350
|
readonly name: string;
|
|
382
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
383
351
|
readonly port?: number | undefined;
|
|
384
352
|
readonly env?: readonly string[] | undefined;
|
|
385
353
|
readonly resources?: readonly string[] | undefined;
|
|
386
|
-
readonly
|
|
354
|
+
readonly max_instances?: number | undefined;
|
|
387
355
|
readonly command?: string | undefined;
|
|
388
|
-
readonly
|
|
389
|
-
readonly
|
|
356
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
357
|
+
readonly instances?: number | undefined;
|
|
358
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
390
359
|
readonly cron_schedule?: string | undefined;
|
|
391
360
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
392
361
|
readonly scale_to_zero?: boolean | undefined;
|
|
393
362
|
readonly idle_timeout_seconds?: number | undefined;
|
|
394
|
-
readonly
|
|
363
|
+
readonly min_instances?: number | undefined;
|
|
395
364
|
}[] | undefined;
|
|
396
|
-
readonly
|
|
365
|
+
readonly domains?: readonly {
|
|
366
|
+
readonly hostname: string;
|
|
367
|
+
readonly service: string;
|
|
368
|
+
readonly redirect_https?: boolean | undefined;
|
|
369
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
370
|
+
readonly aliases?: readonly string[] | undefined;
|
|
371
|
+
}[] | undefined;
|
|
372
|
+
};
|
|
373
|
+
readonly staging?: {
|
|
397
374
|
readonly env?: {
|
|
398
375
|
readonly [x: string]: {
|
|
399
376
|
readonly value: string;
|
|
@@ -404,11 +381,12 @@ export declare const projectManifestEndpoints: {
|
|
|
404
381
|
readonly attr: string;
|
|
405
382
|
};
|
|
406
383
|
} | undefined;
|
|
384
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
407
385
|
readonly build?: {
|
|
408
|
-
readonly context?: string | undefined;
|
|
409
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
410
386
|
readonly dockerfile?: string | undefined;
|
|
411
|
-
readonly buildpack?: "auto" | "
|
|
387
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
388
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
389
|
+
readonly context?: string | undefined;
|
|
412
390
|
readonly docker_context?: string | undefined;
|
|
413
391
|
readonly build_command?: string | undefined;
|
|
414
392
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -416,38 +394,37 @@ export declare const projectManifestEndpoints: {
|
|
|
416
394
|
readonly reproducible?: boolean | undefined;
|
|
417
395
|
} | undefined;
|
|
418
396
|
readonly deploy?: {
|
|
419
|
-
readonly strategy?: "
|
|
397
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
420
398
|
readonly release_command?: string | undefined;
|
|
421
399
|
readonly health_check_path?: string | undefined;
|
|
422
400
|
readonly health_check_timeout?: number | undefined;
|
|
423
401
|
readonly graceful_shutdown?: number | undefined;
|
|
424
402
|
} | undefined;
|
|
425
|
-
};
|
|
426
|
-
readonly production?: {
|
|
427
|
-
readonly domains?: readonly {
|
|
428
|
-
readonly service: string;
|
|
429
|
-
readonly hostname: string;
|
|
430
|
-
readonly redirect_https?: boolean | undefined;
|
|
431
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
432
|
-
readonly aliases?: readonly string[] | undefined;
|
|
433
|
-
}[] | undefined;
|
|
434
403
|
readonly services?: readonly {
|
|
435
404
|
readonly name: string;
|
|
436
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
437
405
|
readonly port?: number | undefined;
|
|
438
406
|
readonly env?: readonly string[] | undefined;
|
|
439
407
|
readonly resources?: readonly string[] | undefined;
|
|
440
|
-
readonly
|
|
408
|
+
readonly max_instances?: number | undefined;
|
|
441
409
|
readonly command?: string | undefined;
|
|
442
|
-
readonly
|
|
443
|
-
readonly
|
|
410
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
411
|
+
readonly instances?: number | undefined;
|
|
412
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
444
413
|
readonly cron_schedule?: string | undefined;
|
|
445
414
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
446
415
|
readonly scale_to_zero?: boolean | undefined;
|
|
447
416
|
readonly idle_timeout_seconds?: number | undefined;
|
|
448
|
-
readonly
|
|
417
|
+
readonly min_instances?: number | undefined;
|
|
449
418
|
}[] | undefined;
|
|
450
|
-
readonly
|
|
419
|
+
readonly domains?: readonly {
|
|
420
|
+
readonly hostname: string;
|
|
421
|
+
readonly service: string;
|
|
422
|
+
readonly redirect_https?: boolean | undefined;
|
|
423
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
424
|
+
readonly aliases?: readonly string[] | undefined;
|
|
425
|
+
}[] | undefined;
|
|
426
|
+
};
|
|
427
|
+
readonly preview?: {
|
|
451
428
|
readonly env?: {
|
|
452
429
|
readonly [x: string]: {
|
|
453
430
|
readonly value: string;
|
|
@@ -458,11 +435,12 @@ export declare const projectManifestEndpoints: {
|
|
|
458
435
|
readonly attr: string;
|
|
459
436
|
};
|
|
460
437
|
} | undefined;
|
|
438
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
461
439
|
readonly build?: {
|
|
462
|
-
readonly context?: string | undefined;
|
|
463
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
464
440
|
readonly dockerfile?: string | undefined;
|
|
465
|
-
readonly buildpack?: "auto" | "
|
|
441
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
442
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
443
|
+
readonly context?: string | undefined;
|
|
466
444
|
readonly docker_context?: string | undefined;
|
|
467
445
|
readonly build_command?: string | undefined;
|
|
468
446
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -470,38 +448,37 @@ export declare const projectManifestEndpoints: {
|
|
|
470
448
|
readonly reproducible?: boolean | undefined;
|
|
471
449
|
} | undefined;
|
|
472
450
|
readonly deploy?: {
|
|
473
|
-
readonly strategy?: "
|
|
451
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
474
452
|
readonly release_command?: string | undefined;
|
|
475
453
|
readonly health_check_path?: string | undefined;
|
|
476
454
|
readonly health_check_timeout?: number | undefined;
|
|
477
455
|
readonly graceful_shutdown?: number | undefined;
|
|
478
456
|
} | undefined;
|
|
479
|
-
};
|
|
480
|
-
readonly preview?: {
|
|
481
|
-
readonly domains?: readonly {
|
|
482
|
-
readonly service: string;
|
|
483
|
-
readonly hostname: string;
|
|
484
|
-
readonly redirect_https?: boolean | undefined;
|
|
485
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
486
|
-
readonly aliases?: readonly string[] | undefined;
|
|
487
|
-
}[] | undefined;
|
|
488
457
|
readonly services?: readonly {
|
|
489
458
|
readonly name: string;
|
|
490
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
491
459
|
readonly port?: number | undefined;
|
|
492
460
|
readonly env?: readonly string[] | undefined;
|
|
493
461
|
readonly resources?: readonly string[] | undefined;
|
|
494
|
-
readonly
|
|
462
|
+
readonly max_instances?: number | undefined;
|
|
495
463
|
readonly command?: string | undefined;
|
|
496
|
-
readonly
|
|
497
|
-
readonly
|
|
464
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
465
|
+
readonly instances?: number | undefined;
|
|
466
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
498
467
|
readonly cron_schedule?: string | undefined;
|
|
499
468
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
500
469
|
readonly scale_to_zero?: boolean | undefined;
|
|
501
470
|
readonly idle_timeout_seconds?: number | undefined;
|
|
502
|
-
readonly
|
|
471
|
+
readonly min_instances?: number | undefined;
|
|
503
472
|
}[] | undefined;
|
|
504
|
-
readonly
|
|
473
|
+
readonly domains?: readonly {
|
|
474
|
+
readonly hostname: string;
|
|
475
|
+
readonly service: string;
|
|
476
|
+
readonly redirect_https?: boolean | undefined;
|
|
477
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
478
|
+
readonly aliases?: readonly string[] | undefined;
|
|
479
|
+
}[] | undefined;
|
|
480
|
+
};
|
|
481
|
+
readonly development?: {
|
|
505
482
|
readonly env?: {
|
|
506
483
|
readonly [x: string]: {
|
|
507
484
|
readonly value: string;
|
|
@@ -512,11 +489,12 @@ export declare const projectManifestEndpoints: {
|
|
|
512
489
|
readonly attr: string;
|
|
513
490
|
};
|
|
514
491
|
} | undefined;
|
|
492
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
515
493
|
readonly build?: {
|
|
516
|
-
readonly context?: string | undefined;
|
|
517
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
518
494
|
readonly dockerfile?: string | undefined;
|
|
519
|
-
readonly buildpack?: "auto" | "
|
|
495
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
496
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
497
|
+
readonly context?: string | undefined;
|
|
520
498
|
readonly docker_context?: string | undefined;
|
|
521
499
|
readonly build_command?: string | undefined;
|
|
522
500
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -524,12 +502,35 @@ export declare const projectManifestEndpoints: {
|
|
|
524
502
|
readonly reproducible?: boolean | undefined;
|
|
525
503
|
} | undefined;
|
|
526
504
|
readonly deploy?: {
|
|
527
|
-
readonly strategy?: "
|
|
505
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
528
506
|
readonly release_command?: string | undefined;
|
|
529
507
|
readonly health_check_path?: string | undefined;
|
|
530
508
|
readonly health_check_timeout?: number | undefined;
|
|
531
509
|
readonly graceful_shutdown?: number | undefined;
|
|
532
510
|
} | undefined;
|
|
511
|
+
readonly services?: readonly {
|
|
512
|
+
readonly name: string;
|
|
513
|
+
readonly port?: number | undefined;
|
|
514
|
+
readonly env?: readonly string[] | undefined;
|
|
515
|
+
readonly resources?: readonly string[] | undefined;
|
|
516
|
+
readonly max_instances?: number | undefined;
|
|
517
|
+
readonly command?: string | undefined;
|
|
518
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
519
|
+
readonly instances?: number | undefined;
|
|
520
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
521
|
+
readonly cron_schedule?: string | undefined;
|
|
522
|
+
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
523
|
+
readonly scale_to_zero?: boolean | undefined;
|
|
524
|
+
readonly idle_timeout_seconds?: number | undefined;
|
|
525
|
+
readonly min_instances?: number | undefined;
|
|
526
|
+
}[] | undefined;
|
|
527
|
+
readonly domains?: readonly {
|
|
528
|
+
readonly hostname: string;
|
|
529
|
+
readonly service: string;
|
|
530
|
+
readonly redirect_https?: boolean | undefined;
|
|
531
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
532
|
+
readonly aliases?: readonly string[] | undefined;
|
|
533
|
+
}[] | undefined;
|
|
533
534
|
};
|
|
534
535
|
}, never>>;
|
|
535
536
|
resources: Schema.optional<Schema.Struct<{
|
|
@@ -538,24 +539,27 @@ export declare const projectManifestEndpoints: {
|
|
|
538
539
|
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
539
540
|
storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
540
541
|
version: Schema.optional<Schema.Literal<["15", "16", "17"]>>;
|
|
541
|
-
|
|
542
|
+
read_replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
542
543
|
branch_on_preview: Schema.optional<typeof Schema.Boolean>;
|
|
543
544
|
}>>;
|
|
544
545
|
kv: Schema.optional<Schema.Struct<{
|
|
545
|
-
engine: Schema.
|
|
546
|
+
engine: Schema.optionalWith<typeof Schema.Never, {
|
|
547
|
+
exact: true;
|
|
548
|
+
}>;
|
|
546
549
|
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
547
550
|
storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
548
551
|
}>>;
|
|
549
552
|
search: Schema.optional<Schema.Struct<{
|
|
550
|
-
engine: Schema.
|
|
553
|
+
engine: Schema.optionalWith<typeof Schema.Never, {
|
|
554
|
+
exact: true;
|
|
555
|
+
}>;
|
|
551
556
|
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
552
557
|
storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
553
|
-
nodes: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
554
558
|
}>>;
|
|
555
559
|
volume: Schema.optional<Schema.Struct<{
|
|
556
560
|
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
557
561
|
storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
558
|
-
|
|
562
|
+
sharing: Schema.optional<Schema.Literal<["single-writer", "shared"]>>;
|
|
559
563
|
mount_path: Schema.optional<Schema.filter<typeof Schema.String>>;
|
|
560
564
|
role: Schema.optional<Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>>;
|
|
561
565
|
}>>;
|
|
@@ -601,7 +605,7 @@ export declare const projectManifestEndpoints: {
|
|
|
601
605
|
strategy: Schema.optional<Schema.Literal<["rolling", "blue-green", "immediate"]>>;
|
|
602
606
|
graceful_shutdown: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
603
607
|
}>>;
|
|
604
|
-
services: Schema.optional<Schema.Array$<Schema.Struct<{
|
|
608
|
+
services: Schema.optional<Schema.Array$<Schema.filter<Schema.Struct<{
|
|
605
609
|
name: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
|
|
606
610
|
type: Schema.Literal<["web", "worker", "cron", "function"]>;
|
|
607
611
|
build: Schema.optional<Schema.Struct<{
|
|
@@ -617,19 +621,20 @@ export declare const projectManifestEndpoints: {
|
|
|
617
621
|
command: Schema.optional<typeof Schema.String>;
|
|
618
622
|
}>>;
|
|
619
623
|
command: Schema.optional<typeof Schema.String>;
|
|
624
|
+
release_command: Schema.optional<typeof Schema.String>;
|
|
620
625
|
port: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
621
|
-
|
|
622
|
-
replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
626
|
+
instances: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
623
627
|
instance_type: Schema.optional<Schema.Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
|
|
624
628
|
cron_schedule: Schema.optional<typeof Schema.String>;
|
|
625
629
|
regions: Schema.optional<Schema.Array$<Schema.Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
|
|
626
630
|
scale_to_zero: Schema.optional<typeof Schema.Boolean>;
|
|
627
631
|
idle_timeout_seconds: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
628
|
-
|
|
632
|
+
min_instances: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
633
|
+
max_instances: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
629
634
|
env: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
630
635
|
resources: Schema.optional<Schema.Array$<Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>>>;
|
|
631
636
|
watch_paths: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
632
|
-
}
|
|
637
|
+
}>>>>;
|
|
633
638
|
database: Schema.optional<Schema.Struct<{
|
|
634
639
|
migrations: Schema.optional<Schema.Struct<{
|
|
635
640
|
engine: Schema.Literal<["atlas", "drizzle", "prisma", "alembic", "flyway", "goose", "sqlx", "custom"]>;
|
|
@@ -656,31 +661,7 @@ export declare const projectManifestEndpoints: {
|
|
|
656
661
|
aliases: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
657
662
|
}>>>;
|
|
658
663
|
environments: Schema.optional<Schema.SchemaClass<{
|
|
659
|
-
readonly
|
|
660
|
-
readonly domains?: readonly {
|
|
661
|
-
readonly service: string;
|
|
662
|
-
readonly hostname: string;
|
|
663
|
-
readonly redirect_https?: boolean | undefined;
|
|
664
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
665
|
-
readonly aliases?: readonly string[] | undefined;
|
|
666
|
-
}[] | undefined;
|
|
667
|
-
readonly services?: readonly {
|
|
668
|
-
readonly name: string;
|
|
669
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
670
|
-
readonly port?: number | undefined;
|
|
671
|
-
readonly env?: readonly string[] | undefined;
|
|
672
|
-
readonly resources?: readonly string[] | undefined;
|
|
673
|
-
readonly replicas?: number | undefined;
|
|
674
|
-
readonly command?: string | undefined;
|
|
675
|
-
readonly internal_port?: number | undefined;
|
|
676
|
-
readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
|
|
677
|
-
readonly cron_schedule?: string | undefined;
|
|
678
|
-
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
679
|
-
readonly scale_to_zero?: boolean | undefined;
|
|
680
|
-
readonly idle_timeout_seconds?: number | undefined;
|
|
681
|
-
readonly min_replicas?: number | undefined;
|
|
682
|
-
}[] | undefined;
|
|
683
|
-
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
664
|
+
readonly production?: {
|
|
684
665
|
readonly env?: {
|
|
685
666
|
readonly [x: string]: {
|
|
686
667
|
readonly value: string;
|
|
@@ -691,11 +672,12 @@ export declare const projectManifestEndpoints: {
|
|
|
691
672
|
readonly attr: string;
|
|
692
673
|
};
|
|
693
674
|
} | undefined;
|
|
675
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
694
676
|
readonly build?: {
|
|
695
|
-
readonly context?: string | undefined;
|
|
696
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
697
677
|
readonly dockerfile?: string | undefined;
|
|
698
|
-
readonly buildpack?: "auto" | "
|
|
678
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
679
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
680
|
+
readonly context?: string | undefined;
|
|
699
681
|
readonly docker_context?: string | undefined;
|
|
700
682
|
readonly build_command?: string | undefined;
|
|
701
683
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -703,38 +685,37 @@ export declare const projectManifestEndpoints: {
|
|
|
703
685
|
readonly reproducible?: boolean | undefined;
|
|
704
686
|
} | undefined;
|
|
705
687
|
readonly deploy?: {
|
|
706
|
-
readonly strategy?: "
|
|
688
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
707
689
|
readonly release_command?: string | undefined;
|
|
708
690
|
readonly health_check_path?: string | undefined;
|
|
709
691
|
readonly health_check_timeout?: number | undefined;
|
|
710
692
|
readonly graceful_shutdown?: number | undefined;
|
|
711
693
|
} | undefined;
|
|
712
|
-
};
|
|
713
|
-
readonly staging?: {
|
|
714
|
-
readonly domains?: readonly {
|
|
715
|
-
readonly service: string;
|
|
716
|
-
readonly hostname: string;
|
|
717
|
-
readonly redirect_https?: boolean | undefined;
|
|
718
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
719
|
-
readonly aliases?: readonly string[] | undefined;
|
|
720
|
-
}[] | undefined;
|
|
721
694
|
readonly services?: readonly {
|
|
722
|
-
readonly name: string;
|
|
723
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
724
695
|
readonly port?: number | undefined;
|
|
725
696
|
readonly env?: readonly string[] | undefined;
|
|
697
|
+
readonly name: string;
|
|
726
698
|
readonly resources?: readonly string[] | undefined;
|
|
727
|
-
readonly
|
|
699
|
+
readonly max_instances?: number | undefined;
|
|
728
700
|
readonly command?: string | undefined;
|
|
729
|
-
readonly
|
|
730
|
-
readonly
|
|
701
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
702
|
+
readonly instances?: number | undefined;
|
|
703
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
731
704
|
readonly cron_schedule?: string | undefined;
|
|
732
705
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
733
706
|
readonly scale_to_zero?: boolean | undefined;
|
|
734
707
|
readonly idle_timeout_seconds?: number | undefined;
|
|
735
|
-
readonly
|
|
708
|
+
readonly min_instances?: number | undefined;
|
|
736
709
|
}[] | undefined;
|
|
737
|
-
readonly
|
|
710
|
+
readonly domains?: readonly {
|
|
711
|
+
readonly hostname: string;
|
|
712
|
+
readonly service: string;
|
|
713
|
+
readonly redirect_https?: boolean | undefined;
|
|
714
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
715
|
+
readonly aliases?: readonly string[] | undefined;
|
|
716
|
+
}[] | undefined;
|
|
717
|
+
};
|
|
718
|
+
readonly staging?: {
|
|
738
719
|
readonly env?: {
|
|
739
720
|
readonly [x: string]: {
|
|
740
721
|
readonly value: string;
|
|
@@ -745,11 +726,12 @@ export declare const projectManifestEndpoints: {
|
|
|
745
726
|
readonly attr: string;
|
|
746
727
|
};
|
|
747
728
|
} | undefined;
|
|
729
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
748
730
|
readonly build?: {
|
|
749
|
-
readonly context?: string | undefined;
|
|
750
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
751
731
|
readonly dockerfile?: string | undefined;
|
|
752
|
-
readonly buildpack?: "auto" | "
|
|
732
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
733
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
734
|
+
readonly context?: string | undefined;
|
|
753
735
|
readonly docker_context?: string | undefined;
|
|
754
736
|
readonly build_command?: string | undefined;
|
|
755
737
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -757,38 +739,37 @@ export declare const projectManifestEndpoints: {
|
|
|
757
739
|
readonly reproducible?: boolean | undefined;
|
|
758
740
|
} | undefined;
|
|
759
741
|
readonly deploy?: {
|
|
760
|
-
readonly strategy?: "
|
|
742
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
761
743
|
readonly release_command?: string | undefined;
|
|
762
744
|
readonly health_check_path?: string | undefined;
|
|
763
745
|
readonly health_check_timeout?: number | undefined;
|
|
764
746
|
readonly graceful_shutdown?: number | undefined;
|
|
765
747
|
} | undefined;
|
|
766
|
-
};
|
|
767
|
-
readonly production?: {
|
|
768
|
-
readonly domains?: readonly {
|
|
769
|
-
readonly service: string;
|
|
770
|
-
readonly hostname: string;
|
|
771
|
-
readonly redirect_https?: boolean | undefined;
|
|
772
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
773
|
-
readonly aliases?: readonly string[] | undefined;
|
|
774
|
-
}[] | undefined;
|
|
775
748
|
readonly services?: readonly {
|
|
776
|
-
readonly name: string;
|
|
777
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
778
749
|
readonly port?: number | undefined;
|
|
779
750
|
readonly env?: readonly string[] | undefined;
|
|
751
|
+
readonly name: string;
|
|
780
752
|
readonly resources?: readonly string[] | undefined;
|
|
781
|
-
readonly
|
|
753
|
+
readonly max_instances?: number | undefined;
|
|
782
754
|
readonly command?: string | undefined;
|
|
783
|
-
readonly
|
|
784
|
-
readonly
|
|
755
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
756
|
+
readonly instances?: number | undefined;
|
|
757
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
785
758
|
readonly cron_schedule?: string | undefined;
|
|
786
759
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
787
760
|
readonly scale_to_zero?: boolean | undefined;
|
|
788
761
|
readonly idle_timeout_seconds?: number | undefined;
|
|
789
|
-
readonly
|
|
762
|
+
readonly min_instances?: number | undefined;
|
|
790
763
|
}[] | undefined;
|
|
791
|
-
readonly
|
|
764
|
+
readonly domains?: readonly {
|
|
765
|
+
readonly hostname: string;
|
|
766
|
+
readonly service: string;
|
|
767
|
+
readonly redirect_https?: boolean | undefined;
|
|
768
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
769
|
+
readonly aliases?: readonly string[] | undefined;
|
|
770
|
+
}[] | undefined;
|
|
771
|
+
};
|
|
772
|
+
readonly preview?: {
|
|
792
773
|
readonly env?: {
|
|
793
774
|
readonly [x: string]: {
|
|
794
775
|
readonly value: string;
|
|
@@ -799,11 +780,12 @@ export declare const projectManifestEndpoints: {
|
|
|
799
780
|
readonly attr: string;
|
|
800
781
|
};
|
|
801
782
|
} | undefined;
|
|
783
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
802
784
|
readonly build?: {
|
|
803
|
-
readonly context?: string | undefined;
|
|
804
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
805
785
|
readonly dockerfile?: string | undefined;
|
|
806
|
-
readonly buildpack?: "auto" | "
|
|
786
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
787
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
788
|
+
readonly context?: string | undefined;
|
|
807
789
|
readonly docker_context?: string | undefined;
|
|
808
790
|
readonly build_command?: string | undefined;
|
|
809
791
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -811,38 +793,37 @@ export declare const projectManifestEndpoints: {
|
|
|
811
793
|
readonly reproducible?: boolean | undefined;
|
|
812
794
|
} | undefined;
|
|
813
795
|
readonly deploy?: {
|
|
814
|
-
readonly strategy?: "
|
|
796
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
815
797
|
readonly release_command?: string | undefined;
|
|
816
798
|
readonly health_check_path?: string | undefined;
|
|
817
799
|
readonly health_check_timeout?: number | undefined;
|
|
818
800
|
readonly graceful_shutdown?: number | undefined;
|
|
819
801
|
} | undefined;
|
|
820
|
-
};
|
|
821
|
-
readonly preview?: {
|
|
822
|
-
readonly domains?: readonly {
|
|
823
|
-
readonly service: string;
|
|
824
|
-
readonly hostname: string;
|
|
825
|
-
readonly redirect_https?: boolean | undefined;
|
|
826
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
827
|
-
readonly aliases?: readonly string[] | undefined;
|
|
828
|
-
}[] | undefined;
|
|
829
802
|
readonly services?: readonly {
|
|
830
|
-
readonly name: string;
|
|
831
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
832
803
|
readonly port?: number | undefined;
|
|
833
804
|
readonly env?: readonly string[] | undefined;
|
|
805
|
+
readonly name: string;
|
|
834
806
|
readonly resources?: readonly string[] | undefined;
|
|
835
|
-
readonly
|
|
807
|
+
readonly max_instances?: number | undefined;
|
|
836
808
|
readonly command?: string | undefined;
|
|
837
|
-
readonly
|
|
838
|
-
readonly
|
|
809
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
810
|
+
readonly instances?: number | undefined;
|
|
811
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
839
812
|
readonly cron_schedule?: string | undefined;
|
|
840
813
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
841
814
|
readonly scale_to_zero?: boolean | undefined;
|
|
842
815
|
readonly idle_timeout_seconds?: number | undefined;
|
|
843
|
-
readonly
|
|
816
|
+
readonly min_instances?: number | undefined;
|
|
844
817
|
}[] | undefined;
|
|
845
|
-
readonly
|
|
818
|
+
readonly domains?: readonly {
|
|
819
|
+
readonly hostname: string;
|
|
820
|
+
readonly service: string;
|
|
821
|
+
readonly redirect_https?: boolean | undefined;
|
|
822
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
823
|
+
readonly aliases?: readonly string[] | undefined;
|
|
824
|
+
}[] | undefined;
|
|
825
|
+
};
|
|
826
|
+
readonly development?: {
|
|
846
827
|
readonly env?: {
|
|
847
828
|
readonly [x: string]: {
|
|
848
829
|
readonly value: string;
|
|
@@ -853,11 +834,12 @@ export declare const projectManifestEndpoints: {
|
|
|
853
834
|
readonly attr: string;
|
|
854
835
|
};
|
|
855
836
|
} | undefined;
|
|
837
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
856
838
|
readonly build?: {
|
|
857
|
-
readonly context?: string | undefined;
|
|
858
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
859
839
|
readonly dockerfile?: string | undefined;
|
|
860
|
-
readonly buildpack?: "auto" | "
|
|
840
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
841
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
842
|
+
readonly context?: string | undefined;
|
|
861
843
|
readonly docker_context?: string | undefined;
|
|
862
844
|
readonly build_command?: string | undefined;
|
|
863
845
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -865,39 +847,38 @@ export declare const projectManifestEndpoints: {
|
|
|
865
847
|
readonly reproducible?: boolean | undefined;
|
|
866
848
|
} | undefined;
|
|
867
849
|
readonly deploy?: {
|
|
868
|
-
readonly strategy?: "
|
|
850
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
869
851
|
readonly release_command?: string | undefined;
|
|
870
852
|
readonly health_check_path?: string | undefined;
|
|
871
853
|
readonly health_check_timeout?: number | undefined;
|
|
872
854
|
readonly graceful_shutdown?: number | undefined;
|
|
873
855
|
} | undefined;
|
|
874
|
-
};
|
|
875
|
-
}, {
|
|
876
|
-
readonly development?: {
|
|
877
|
-
readonly domains?: readonly {
|
|
878
|
-
readonly service: string;
|
|
879
|
-
readonly hostname: string;
|
|
880
|
-
readonly redirect_https?: boolean | undefined;
|
|
881
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
882
|
-
readonly aliases?: readonly string[] | undefined;
|
|
883
|
-
}[] | undefined;
|
|
884
856
|
readonly services?: readonly {
|
|
885
|
-
readonly name: string;
|
|
886
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
887
857
|
readonly port?: number | undefined;
|
|
888
858
|
readonly env?: readonly string[] | undefined;
|
|
859
|
+
readonly name: string;
|
|
889
860
|
readonly resources?: readonly string[] | undefined;
|
|
890
|
-
readonly
|
|
861
|
+
readonly max_instances?: number | undefined;
|
|
891
862
|
readonly command?: string | undefined;
|
|
892
|
-
readonly
|
|
893
|
-
readonly
|
|
863
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
864
|
+
readonly instances?: number | undefined;
|
|
865
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
894
866
|
readonly cron_schedule?: string | undefined;
|
|
895
867
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
896
868
|
readonly scale_to_zero?: boolean | undefined;
|
|
897
869
|
readonly idle_timeout_seconds?: number | undefined;
|
|
898
|
-
readonly
|
|
870
|
+
readonly min_instances?: number | undefined;
|
|
899
871
|
}[] | undefined;
|
|
900
|
-
readonly
|
|
872
|
+
readonly domains?: readonly {
|
|
873
|
+
readonly hostname: string;
|
|
874
|
+
readonly service: string;
|
|
875
|
+
readonly redirect_https?: boolean | undefined;
|
|
876
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
877
|
+
readonly aliases?: readonly string[] | undefined;
|
|
878
|
+
}[] | undefined;
|
|
879
|
+
};
|
|
880
|
+
}, {
|
|
881
|
+
readonly production?: {
|
|
901
882
|
readonly env?: {
|
|
902
883
|
readonly [x: string]: {
|
|
903
884
|
readonly value: string;
|
|
@@ -908,11 +889,12 @@ export declare const projectManifestEndpoints: {
|
|
|
908
889
|
readonly attr: string;
|
|
909
890
|
};
|
|
910
891
|
} | undefined;
|
|
892
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
911
893
|
readonly build?: {
|
|
912
|
-
readonly context?: string | undefined;
|
|
913
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
914
894
|
readonly dockerfile?: string | undefined;
|
|
915
|
-
readonly buildpack?: "auto" | "
|
|
895
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
896
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
897
|
+
readonly context?: string | undefined;
|
|
916
898
|
readonly docker_context?: string | undefined;
|
|
917
899
|
readonly build_command?: string | undefined;
|
|
918
900
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -920,38 +902,37 @@ export declare const projectManifestEndpoints: {
|
|
|
920
902
|
readonly reproducible?: boolean | undefined;
|
|
921
903
|
} | undefined;
|
|
922
904
|
readonly deploy?: {
|
|
923
|
-
readonly strategy?: "
|
|
905
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
924
906
|
readonly release_command?: string | undefined;
|
|
925
907
|
readonly health_check_path?: string | undefined;
|
|
926
908
|
readonly health_check_timeout?: number | undefined;
|
|
927
909
|
readonly graceful_shutdown?: number | undefined;
|
|
928
910
|
} | undefined;
|
|
929
|
-
};
|
|
930
|
-
readonly staging?: {
|
|
931
|
-
readonly domains?: readonly {
|
|
932
|
-
readonly service: string;
|
|
933
|
-
readonly hostname: string;
|
|
934
|
-
readonly redirect_https?: boolean | undefined;
|
|
935
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
936
|
-
readonly aliases?: readonly string[] | undefined;
|
|
937
|
-
}[] | undefined;
|
|
938
911
|
readonly services?: readonly {
|
|
939
912
|
readonly name: string;
|
|
940
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
941
913
|
readonly port?: number | undefined;
|
|
942
914
|
readonly env?: readonly string[] | undefined;
|
|
943
915
|
readonly resources?: readonly string[] | undefined;
|
|
944
|
-
readonly
|
|
916
|
+
readonly max_instances?: number | undefined;
|
|
945
917
|
readonly command?: string | undefined;
|
|
946
|
-
readonly
|
|
947
|
-
readonly
|
|
918
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
919
|
+
readonly instances?: number | undefined;
|
|
920
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
948
921
|
readonly cron_schedule?: string | undefined;
|
|
949
922
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
950
923
|
readonly scale_to_zero?: boolean | undefined;
|
|
951
924
|
readonly idle_timeout_seconds?: number | undefined;
|
|
952
|
-
readonly
|
|
925
|
+
readonly min_instances?: number | undefined;
|
|
953
926
|
}[] | undefined;
|
|
954
|
-
readonly
|
|
927
|
+
readonly domains?: readonly {
|
|
928
|
+
readonly hostname: string;
|
|
929
|
+
readonly service: string;
|
|
930
|
+
readonly redirect_https?: boolean | undefined;
|
|
931
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
932
|
+
readonly aliases?: readonly string[] | undefined;
|
|
933
|
+
}[] | undefined;
|
|
934
|
+
};
|
|
935
|
+
readonly staging?: {
|
|
955
936
|
readonly env?: {
|
|
956
937
|
readonly [x: string]: {
|
|
957
938
|
readonly value: string;
|
|
@@ -962,11 +943,12 @@ export declare const projectManifestEndpoints: {
|
|
|
962
943
|
readonly attr: string;
|
|
963
944
|
};
|
|
964
945
|
} | undefined;
|
|
946
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
965
947
|
readonly build?: {
|
|
966
|
-
readonly context?: string | undefined;
|
|
967
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
968
948
|
readonly dockerfile?: string | undefined;
|
|
969
|
-
readonly buildpack?: "auto" | "
|
|
949
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
950
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
951
|
+
readonly context?: string | undefined;
|
|
970
952
|
readonly docker_context?: string | undefined;
|
|
971
953
|
readonly build_command?: string | undefined;
|
|
972
954
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -974,38 +956,37 @@ export declare const projectManifestEndpoints: {
|
|
|
974
956
|
readonly reproducible?: boolean | undefined;
|
|
975
957
|
} | undefined;
|
|
976
958
|
readonly deploy?: {
|
|
977
|
-
readonly strategy?: "
|
|
959
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
978
960
|
readonly release_command?: string | undefined;
|
|
979
961
|
readonly health_check_path?: string | undefined;
|
|
980
962
|
readonly health_check_timeout?: number | undefined;
|
|
981
963
|
readonly graceful_shutdown?: number | undefined;
|
|
982
964
|
} | undefined;
|
|
983
|
-
};
|
|
984
|
-
readonly production?: {
|
|
985
|
-
readonly domains?: readonly {
|
|
986
|
-
readonly service: string;
|
|
987
|
-
readonly hostname: string;
|
|
988
|
-
readonly redirect_https?: boolean | undefined;
|
|
989
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
990
|
-
readonly aliases?: readonly string[] | undefined;
|
|
991
|
-
}[] | undefined;
|
|
992
965
|
readonly services?: readonly {
|
|
993
966
|
readonly name: string;
|
|
994
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
995
967
|
readonly port?: number | undefined;
|
|
996
968
|
readonly env?: readonly string[] | undefined;
|
|
997
969
|
readonly resources?: readonly string[] | undefined;
|
|
998
|
-
readonly
|
|
970
|
+
readonly max_instances?: number | undefined;
|
|
999
971
|
readonly command?: string | undefined;
|
|
1000
|
-
readonly
|
|
1001
|
-
readonly
|
|
972
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
973
|
+
readonly instances?: number | undefined;
|
|
974
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
1002
975
|
readonly cron_schedule?: string | undefined;
|
|
1003
976
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
1004
977
|
readonly scale_to_zero?: boolean | undefined;
|
|
1005
978
|
readonly idle_timeout_seconds?: number | undefined;
|
|
1006
|
-
readonly
|
|
979
|
+
readonly min_instances?: number | undefined;
|
|
1007
980
|
}[] | undefined;
|
|
1008
|
-
readonly
|
|
981
|
+
readonly domains?: readonly {
|
|
982
|
+
readonly hostname: string;
|
|
983
|
+
readonly service: string;
|
|
984
|
+
readonly redirect_https?: boolean | undefined;
|
|
985
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
986
|
+
readonly aliases?: readonly string[] | undefined;
|
|
987
|
+
}[] | undefined;
|
|
988
|
+
};
|
|
989
|
+
readonly preview?: {
|
|
1009
990
|
readonly env?: {
|
|
1010
991
|
readonly [x: string]: {
|
|
1011
992
|
readonly value: string;
|
|
@@ -1016,11 +997,12 @@ export declare const projectManifestEndpoints: {
|
|
|
1016
997
|
readonly attr: string;
|
|
1017
998
|
};
|
|
1018
999
|
} | undefined;
|
|
1000
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
1019
1001
|
readonly build?: {
|
|
1020
|
-
readonly context?: string | undefined;
|
|
1021
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
1022
1002
|
readonly dockerfile?: string | undefined;
|
|
1023
|
-
readonly buildpack?: "auto" | "
|
|
1003
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
1004
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
1005
|
+
readonly context?: string | undefined;
|
|
1024
1006
|
readonly docker_context?: string | undefined;
|
|
1025
1007
|
readonly build_command?: string | undefined;
|
|
1026
1008
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -1028,38 +1010,37 @@ export declare const projectManifestEndpoints: {
|
|
|
1028
1010
|
readonly reproducible?: boolean | undefined;
|
|
1029
1011
|
} | undefined;
|
|
1030
1012
|
readonly deploy?: {
|
|
1031
|
-
readonly strategy?: "
|
|
1013
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
1032
1014
|
readonly release_command?: string | undefined;
|
|
1033
1015
|
readonly health_check_path?: string | undefined;
|
|
1034
1016
|
readonly health_check_timeout?: number | undefined;
|
|
1035
1017
|
readonly graceful_shutdown?: number | undefined;
|
|
1036
1018
|
} | undefined;
|
|
1037
|
-
};
|
|
1038
|
-
readonly preview?: {
|
|
1039
|
-
readonly domains?: readonly {
|
|
1040
|
-
readonly service: string;
|
|
1041
|
-
readonly hostname: string;
|
|
1042
|
-
readonly redirect_https?: boolean | undefined;
|
|
1043
|
-
readonly www_redirect?: "none" | "apex" | "www" | undefined;
|
|
1044
|
-
readonly aliases?: readonly string[] | undefined;
|
|
1045
|
-
}[] | undefined;
|
|
1046
1019
|
readonly services?: readonly {
|
|
1047
1020
|
readonly name: string;
|
|
1048
|
-
readonly type?: "function" | "cron" | "web" | "worker" | undefined;
|
|
1049
1021
|
readonly port?: number | undefined;
|
|
1050
1022
|
readonly env?: readonly string[] | undefined;
|
|
1051
1023
|
readonly resources?: readonly string[] | undefined;
|
|
1052
|
-
readonly
|
|
1024
|
+
readonly max_instances?: number | undefined;
|
|
1053
1025
|
readonly command?: string | undefined;
|
|
1054
|
-
readonly
|
|
1055
|
-
readonly
|
|
1026
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
1027
|
+
readonly instances?: number | undefined;
|
|
1028
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
1056
1029
|
readonly cron_schedule?: string | undefined;
|
|
1057
1030
|
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
1058
1031
|
readonly scale_to_zero?: boolean | undefined;
|
|
1059
1032
|
readonly idle_timeout_seconds?: number | undefined;
|
|
1060
|
-
readonly
|
|
1033
|
+
readonly min_instances?: number | undefined;
|
|
1061
1034
|
}[] | undefined;
|
|
1062
|
-
readonly
|
|
1035
|
+
readonly domains?: readonly {
|
|
1036
|
+
readonly hostname: string;
|
|
1037
|
+
readonly service: string;
|
|
1038
|
+
readonly redirect_https?: boolean | undefined;
|
|
1039
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
1040
|
+
readonly aliases?: readonly string[] | undefined;
|
|
1041
|
+
}[] | undefined;
|
|
1042
|
+
};
|
|
1043
|
+
readonly development?: {
|
|
1063
1044
|
readonly env?: {
|
|
1064
1045
|
readonly [x: string]: {
|
|
1065
1046
|
readonly value: string;
|
|
@@ -1070,11 +1051,12 @@ export declare const projectManifestEndpoints: {
|
|
|
1070
1051
|
readonly attr: string;
|
|
1071
1052
|
};
|
|
1072
1053
|
} | undefined;
|
|
1054
|
+
readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
|
|
1073
1055
|
readonly build?: {
|
|
1074
|
-
readonly context?: string | undefined;
|
|
1075
|
-
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
1076
1056
|
readonly dockerfile?: string | undefined;
|
|
1077
|
-
readonly buildpack?: "auto" | "
|
|
1057
|
+
readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
|
|
1058
|
+
readonly strategy?: "auto" | "dockerfile" | "buildpack" | "nixpacks" | undefined;
|
|
1059
|
+
readonly context?: string | undefined;
|
|
1078
1060
|
readonly docker_context?: string | undefined;
|
|
1079
1061
|
readonly build_command?: string | undefined;
|
|
1080
1062
|
readonly ignore?: readonly string[] | undefined;
|
|
@@ -1082,12 +1064,35 @@ export declare const projectManifestEndpoints: {
|
|
|
1082
1064
|
readonly reproducible?: boolean | undefined;
|
|
1083
1065
|
} | undefined;
|
|
1084
1066
|
readonly deploy?: {
|
|
1085
|
-
readonly strategy?: "
|
|
1067
|
+
readonly strategy?: "rolling" | "blue-green" | "immediate" | undefined;
|
|
1086
1068
|
readonly release_command?: string | undefined;
|
|
1087
1069
|
readonly health_check_path?: string | undefined;
|
|
1088
1070
|
readonly health_check_timeout?: number | undefined;
|
|
1089
1071
|
readonly graceful_shutdown?: number | undefined;
|
|
1090
1072
|
} | undefined;
|
|
1073
|
+
readonly services?: readonly {
|
|
1074
|
+
readonly name: string;
|
|
1075
|
+
readonly port?: number | undefined;
|
|
1076
|
+
readonly env?: readonly string[] | undefined;
|
|
1077
|
+
readonly resources?: readonly string[] | undefined;
|
|
1078
|
+
readonly max_instances?: number | undefined;
|
|
1079
|
+
readonly command?: string | undefined;
|
|
1080
|
+
readonly type?: "function" | "web" | "worker" | "cron" | undefined;
|
|
1081
|
+
readonly instances?: number | undefined;
|
|
1082
|
+
readonly instance_type?: "nano" | "micro" | "standard" | "large" | "small" | "xlarge" | undefined;
|
|
1083
|
+
readonly cron_schedule?: string | undefined;
|
|
1084
|
+
readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
|
|
1085
|
+
readonly scale_to_zero?: boolean | undefined;
|
|
1086
|
+
readonly idle_timeout_seconds?: number | undefined;
|
|
1087
|
+
readonly min_instances?: number | undefined;
|
|
1088
|
+
}[] | undefined;
|
|
1089
|
+
readonly domains?: readonly {
|
|
1090
|
+
readonly hostname: string;
|
|
1091
|
+
readonly service: string;
|
|
1092
|
+
readonly redirect_https?: boolean | undefined;
|
|
1093
|
+
readonly www_redirect?: "apex" | "www" | "none" | undefined;
|
|
1094
|
+
readonly aliases?: readonly string[] | undefined;
|
|
1095
|
+
}[] | undefined;
|
|
1091
1096
|
};
|
|
1092
1097
|
}, never>>;
|
|
1093
1098
|
resources: Schema.optional<Schema.Struct<{
|
|
@@ -1096,24 +1101,27 @@ export declare const projectManifestEndpoints: {
|
|
|
1096
1101
|
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
1097
1102
|
storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
1098
1103
|
version: Schema.optional<Schema.Literal<["15", "16", "17"]>>;
|
|
1099
|
-
|
|
1104
|
+
read_replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
1100
1105
|
branch_on_preview: Schema.optional<typeof Schema.Boolean>;
|
|
1101
1106
|
}>>;
|
|
1102
1107
|
kv: Schema.optional<Schema.Struct<{
|
|
1103
|
-
engine: Schema.
|
|
1108
|
+
engine: Schema.optionalWith<typeof Schema.Never, {
|
|
1109
|
+
exact: true;
|
|
1110
|
+
}>;
|
|
1104
1111
|
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
1105
1112
|
storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
1106
1113
|
}>>;
|
|
1107
1114
|
search: Schema.optional<Schema.Struct<{
|
|
1108
|
-
engine: Schema.
|
|
1115
|
+
engine: Schema.optionalWith<typeof Schema.Never, {
|
|
1116
|
+
exact: true;
|
|
1117
|
+
}>;
|
|
1109
1118
|
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
1110
1119
|
storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
1111
|
-
nodes: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
1112
1120
|
}>>;
|
|
1113
1121
|
volume: Schema.optional<Schema.Struct<{
|
|
1114
1122
|
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
1115
1123
|
storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
1116
|
-
|
|
1124
|
+
sharing: Schema.optional<Schema.Literal<["single-writer", "shared"]>>;
|
|
1117
1125
|
mount_path: Schema.optional<Schema.filter<typeof Schema.String>>;
|
|
1118
1126
|
role: Schema.optional<Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>>;
|
|
1119
1127
|
}>>;
|