@spacefast/common 0.0.5 → 0.0.6
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/dist/agents/connect-targets.d.ts +133 -0
- package/dist/agents/connect-targets.js +224 -0
- package/dist/brand.d.ts +1 -0
- package/dist/brand.js +5 -0
- package/dist/config/domains.d.ts +12 -6
- package/dist/config/domains.js +30 -38
- package/dist/contracts/access.d.ts +825 -125
- package/dist/contracts/access.js +771 -148
- package/dist/contracts/activity.d.ts +1 -1
- package/dist/contracts/activity.js +28 -2
- package/dist/contracts/annotations.d.ts +2 -4
- package/dist/contracts/api-keys.d.ts +3 -4
- package/dist/contracts/api-keys.js +9 -6
- package/dist/contracts/archives.d.ts +8 -2
- package/dist/contracts/archives.js +11 -4
- package/dist/contracts/billing.d.ts +0 -9
- package/dist/contracts/builds.d.ts +25 -21
- package/dist/contracts/builds.js +12 -0
- package/dist/contracts/common.d.ts +2 -0
- package/dist/contracts/common.js +4 -0
- package/dist/contracts/continuation.d.ts +0 -3
- package/dist/contracts/countries.d.ts +2 -0
- package/dist/contracts/countries.js +261 -0
- package/dist/contracts/deployments.d.ts +34 -34
- package/dist/contracts/device-auth.d.ts +4 -11
- package/dist/contracts/device-auth.js +4 -0
- package/dist/contracts/docs.d.ts +119 -0
- package/dist/contracts/docs.js +51 -0
- package/dist/contracts/domains.d.ts +96 -54
- package/dist/contracts/domains.js +26 -4
- package/dist/contracts/enums.d.ts +15 -16
- package/dist/contracts/enums.js +25 -14
- package/dist/contracts/error-code-meta.d.ts +72 -0
- package/dist/contracts/error-code-meta.js +96 -10
- package/dist/contracts/error-codes.d.ts +1 -1
- package/dist/contracts/error-codes.js +14 -0
- package/dist/contracts/events.d.ts +1 -1
- package/dist/contracts/features.d.ts +76 -6
- package/dist/contracts/features.js +178 -13
- package/dist/contracts/git.d.ts +2 -8
- package/dist/contracts/ids.d.ts +5 -0
- package/dist/contracts/ids.js +5 -0
- package/dist/contracts/mcp.d.ts +8 -10
- package/dist/contracts/me.js +1 -1
- package/dist/contracts/oauth-resources.d.ts +19 -8
- package/dist/contracts/oauth-resources.js +44 -13
- package/dist/contracts/platform.d.ts +0 -102
- package/dist/contracts/platform.js +0 -50
- package/dist/contracts/push-new.d.ts +4 -4
- package/dist/contracts/quotas.d.ts +2 -0
- package/dist/contracts/quotas.js +8 -0
- package/dist/contracts/repository-connections.d.ts +6 -8
- package/dist/contracts/resources.d.ts +97 -13
- package/dist/contracts/resources.js +26 -2
- package/dist/contracts/routes.d.ts +0 -2
- package/dist/contracts/runtime-api.d.ts +361 -39
- package/dist/contracts/runtime-api.js +275 -6
- package/dist/contracts/sites.d.ts +19 -2
- package/dist/contracts/sites.js +21 -0
- package/dist/contracts/space-config.d.ts +201 -2
- package/dist/contracts/space-config.js +135 -5
- package/dist/contracts/spaces.d.ts +364 -193
- package/dist/contracts/spaces.js +40 -8
- package/dist/contracts/superadmin-emails.d.ts +4 -2
- package/dist/contracts/superadmin-emails.js +8 -0
- package/dist/contracts/superadmin-queues.d.ts +26 -26
- package/dist/contracts/superadmin-spaces.d.ts +170 -42
- package/dist/contracts/superadmin.d.ts +6 -93
- package/dist/contracts/superadmin.js +6 -14
- package/dist/contracts/tags.d.ts +10 -9
- package/dist/contracts/tags.js +2 -1
- package/dist/contracts/teams.d.ts +21 -22
- package/dist/contracts/teams.js +0 -1
- package/dist/contracts/theme-json.d.ts +30 -0
- package/dist/contracts/theme-json.js +48 -0
- package/dist/contracts/variables.d.ts +0 -2
- package/dist/contracts/variables.js +0 -5
- package/dist/contracts/webhooks.d.ts +2 -0
- package/dist/contracts/webhooks.js +1 -1
- package/dist/contracts/zero.d.ts +5 -10
- package/dist/docs/agent-prose.d.ts +43 -3
- package/dist/docs/agent-prose.js +146 -7
- package/dist/docs/agent-setup.js +45 -13
- package/dist/docs/agent-solutions.d.ts +5 -5
- package/dist/docs/agent-solutions.js +2 -2
- package/dist/docs/catalog.d.ts +650 -0
- package/dist/docs/catalog.js +758 -0
- package/dist/docs/error-docs.d.ts +0 -2
- package/dist/docs/error-docs.js +77 -35
- package/dist/docs/index-build.d.ts +17 -0
- package/dist/docs/index-build.js +24 -0
- package/dist/docs/search.d.ts +54 -0
- package/dist/docs/search.js +96 -0
- package/dist/docs/skill-distribution.d.ts +5 -3
- package/dist/docs/skill-distribution.js +8 -8
- package/dist/utils/access-match.d.ts +39 -0
- package/dist/utils/access-match.js +296 -0
- package/dist/utils/auth-redirect.d.ts +3 -1
- package/dist/utils/auth-redirect.js +21 -1
- package/dist/utils/build-settings.d.ts +6 -0
- package/dist/utils/build-settings.js +429 -46
- package/dist/utils/claim-token.d.ts +8 -0
- package/dist/utils/claim-token.js +23 -2
- package/dist/utils/content-type.d.ts +1 -0
- package/dist/utils/content-type.js +1 -1
- package/dist/utils/credential-policy.d.ts +54 -0
- package/dist/utils/{access-policy.js → credential-policy.js} +28 -2
- package/dist/utils/gate-theme.d.ts +61 -0
- package/dist/utils/gate-theme.js +217 -0
- package/dist/utils/git-repository.d.ts +0 -1
- package/dist/utils/git-repository.js +0 -3
- package/dist/utils/id-hints.d.ts +8 -0
- package/dist/utils/id-hints.js +61 -0
- package/dist/utils/local-space-state.d.ts +91 -0
- package/dist/utils/local-space-state.js +251 -0
- package/dist/utils/oauth-signed-query.d.ts +8 -0
- package/dist/utils/oauth-signed-query.js +26 -0
- package/dist/utils/publish-detection.d.ts +0 -8
- package/dist/utils/publish-detection.js +0 -93
- package/dist/utils/publish-policy.d.ts +6 -5
- package/dist/utils/publish-policy.js +71 -7
- package/dist/utils/query-keys.d.ts +15 -4
- package/dist/utils/query-keys.js +27 -4
- package/dist/utils/runtime-paths.d.ts +0 -1
- package/dist/utils/runtime-paths.js +0 -1
- package/dist/utils/runtime-upload-batch.d.ts +18 -0
- package/dist/utils/runtime-upload-batch.js +90 -0
- package/dist/utils/runtime-upload.d.ts +2 -0
- package/dist/utils/runtime-upload.js +5 -0
- package/dist/utils/space-config.d.ts +4 -0
- package/dist/utils/space-config.js +10 -1
- package/dist/utils/space-theme.d.ts +2 -0
- package/dist/utils/space-theme.js +9 -0
- package/dist/utils/static-runtime-policy.d.ts +0 -21
- package/dist/utils/static-runtime-policy.js +19 -103
- package/dist/utils/upload-session.d.ts +1 -1
- package/dist/utils/wpcom-auth-redirects.d.ts +32 -2
- package/dist/utils/wpcom-auth-redirects.js +26 -10
- package/dist/vocabulary.d.ts +130 -30
- package/dist/vocabulary.js +77 -36
- package/package.json +16 -1
- package/dist/contracts/account.d.ts +0 -28
- package/dist/contracts/account.js +0 -54
- package/dist/contracts/intercom.d.ts +0 -6
- package/dist/contracts/intercom.js +0 -5
- package/dist/contracts/telemetry.d.ts +0 -2
- package/dist/contracts/telemetry.js +0 -1
- package/dist/utils/access-policy.d.ts +0 -39
- package/dist/utils/error-display.d.ts +0 -7
- package/dist/utils/error-display.js +0 -42
|
@@ -24,8 +24,8 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
24
24
|
slug: z.ZodString;
|
|
25
25
|
title: z.ZodString;
|
|
26
26
|
status: z.ZodEnum<{
|
|
27
|
-
provisioning: "provisioning";
|
|
28
27
|
active: "active";
|
|
28
|
+
provisioning: "provisioning";
|
|
29
29
|
updating: "updating";
|
|
30
30
|
moving: "moving";
|
|
31
31
|
deleting: "deleting";
|
|
@@ -38,6 +38,7 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
38
38
|
abuse_takedown: "abuse_takedown";
|
|
39
39
|
tenant_suspended: "tenant_suspended";
|
|
40
40
|
site_suspended: "site_suspended";
|
|
41
|
+
visit_cap_exceeded: "visit_cap_exceeded";
|
|
41
42
|
}>;
|
|
42
43
|
}, z.core.$strip>>;
|
|
43
44
|
claimState: z.ZodNullable<z.ZodObject<{
|
|
@@ -51,7 +52,31 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
51
52
|
defaultHostname: z.ZodString;
|
|
52
53
|
publicName: z.ZodString;
|
|
53
54
|
liveUrl: z.ZodString;
|
|
55
|
+
thumbnail: z.ZodNullable<z.ZodObject<{
|
|
56
|
+
kind: z.ZodEnum<{
|
|
57
|
+
image: "image";
|
|
58
|
+
screenshot: "screenshot";
|
|
59
|
+
}>;
|
|
60
|
+
provider: z.ZodEnum<{
|
|
61
|
+
"wpcom-mshots": "wpcom-mshots";
|
|
62
|
+
"wpcom-site-accelerator": "wpcom-site-accelerator";
|
|
63
|
+
}>;
|
|
64
|
+
url: z.ZodString;
|
|
65
|
+
sourceUrl: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>;
|
|
54
67
|
dataLocation: z.ZodString;
|
|
68
|
+
region: z.ZodString;
|
|
69
|
+
placementMode: z.ZodEnum<{
|
|
70
|
+
shared: "shared";
|
|
71
|
+
dedicated: "dedicated";
|
|
72
|
+
}>;
|
|
73
|
+
burstable: z.ZodNullable<z.ZodBoolean>;
|
|
74
|
+
archivedBytes: z.ZodNumber;
|
|
75
|
+
tierPolicy: z.ZodEnum<{
|
|
76
|
+
auto: "auto";
|
|
77
|
+
always_hot: "always_hot";
|
|
78
|
+
}>;
|
|
79
|
+
moving: z.ZodBoolean;
|
|
55
80
|
channels: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
56
81
|
versionId: z.ZodOptional<z.ZodString>;
|
|
57
82
|
weighted: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -66,6 +91,7 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
66
91
|
path: z.ZodString;
|
|
67
92
|
status: z.ZodNumber;
|
|
68
93
|
}, z.core.$strip>]>>;
|
|
94
|
+
cleanUrls: z.ZodOptional<z.ZodBoolean>;
|
|
69
95
|
listing: z.ZodOptional<z.ZodBoolean>;
|
|
70
96
|
meta: z.ZodOptional<z.ZodObject<{
|
|
71
97
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -98,6 +124,7 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
98
124
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
99
125
|
}, z.core.$strip>>>;
|
|
100
126
|
}, z.core.$strip>>;
|
|
127
|
+
requireReview: z.ZodOptional<z.ZodBoolean>;
|
|
101
128
|
}, z.core.$strip>>;
|
|
102
129
|
}, z.core.$strip>>;
|
|
103
130
|
templates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -124,6 +151,15 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
124
151
|
}, z.core.$strip>>>;
|
|
125
152
|
}, z.core.$strip>>;
|
|
126
153
|
}, z.core.$strip>>;
|
|
154
|
+
pages: z.ZodOptional<z.ZodObject<{
|
|
155
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
156
|
+
accent: z.ZodOptional<z.ZodString>;
|
|
157
|
+
background: z.ZodOptional<z.ZodString>;
|
|
158
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
159
|
+
name: z.ZodOptional<z.ZodString>;
|
|
160
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
161
|
+
}, z.core.$strip>>;
|
|
162
|
+
}, z.core.$strip>>;
|
|
127
163
|
build: z.ZodOptional<z.ZodObject<{
|
|
128
164
|
rootDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
129
165
|
installDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -136,6 +172,15 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
136
172
|
allowUnsupportedPlatformFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
137
173
|
timeoutSeconds: z.ZodOptional<z.ZodNumber>;
|
|
138
174
|
}, z.core.$strict>>;
|
|
175
|
+
placement: z.ZodOptional<z.ZodObject<{
|
|
176
|
+
region: z.ZodOptional<z.ZodString>;
|
|
177
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
178
|
+
shared: "shared";
|
|
179
|
+
dedicated: "dedicated";
|
|
180
|
+
}>>;
|
|
181
|
+
burstable: z.ZodOptional<z.ZodBoolean>;
|
|
182
|
+
}, z.core.$strict>>;
|
|
183
|
+
markdownNegotiation: z.ZodOptional<z.ZodBoolean>;
|
|
139
184
|
experimental_gutenberg: z.ZodOptional<z.ZodBoolean>;
|
|
140
185
|
inject: z.ZodOptional<z.ZodObject<{
|
|
141
186
|
head: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -147,8 +192,11 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
147
192
|
noindex: z.ZodBoolean;
|
|
148
193
|
policy: z.ZodNullable<z.ZodObject<{
|
|
149
194
|
rules: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
195
|
+
id: z.ZodOptional<z.ZodString>;
|
|
150
196
|
match: z.ZodDefault<z.ZodObject<{
|
|
151
197
|
host: z.ZodOptional<z.ZodString>;
|
|
198
|
+
hostPattern: z.ZodOptional<z.ZodString>;
|
|
199
|
+
hostTemplate: z.ZodOptional<z.ZodString>;
|
|
152
200
|
pathPattern: z.ZodOptional<z.ZodString>;
|
|
153
201
|
channel: z.ZodOptional<z.ZodString>;
|
|
154
202
|
ipCidrs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -165,39 +213,55 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
165
213
|
challenge: "challenge";
|
|
166
214
|
}>;
|
|
167
215
|
auth: z.ZodOptional<z.ZodObject<{
|
|
168
|
-
|
|
216
|
+
requiredGrants: z.ZodArray<z.ZodString>;
|
|
217
|
+
issuers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
218
|
+
kid: z.ZodString;
|
|
219
|
+
alg: z.ZodLiteral<"EdDSA">;
|
|
220
|
+
publicKey: z.ZodString;
|
|
221
|
+
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
222
|
+
}, z.core.$strip>>>;
|
|
223
|
+
acquire: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
224
|
+
type: z.ZodLiteral<"password">;
|
|
169
225
|
ref: z.ZodString;
|
|
170
226
|
transport: z.ZodEnum<{
|
|
171
227
|
basic: "basic";
|
|
172
228
|
form: "form";
|
|
173
229
|
}>;
|
|
174
230
|
username: z.ZodOptional<z.ZodString>;
|
|
175
|
-
}, z.core.$strip
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
alg: z.ZodLiteral<"EdDSA">;
|
|
181
|
-
publicKey: z.ZodString;
|
|
182
|
-
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
183
|
-
}, z.core.$strip>>>;
|
|
184
|
-
loginUrl: z.ZodOptional<z.ZodString>;
|
|
185
|
-
cookieName: z.ZodOptional<z.ZodString>;
|
|
186
|
-
}, z.core.$strip>>;
|
|
231
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
232
|
+
type: z.ZodLiteral<"login">;
|
|
233
|
+
url: z.ZodString;
|
|
234
|
+
label: z.ZodOptional<z.ZodString>;
|
|
235
|
+
}, z.core.$strip>], "type">>>;
|
|
187
236
|
}, z.core.$strip>>;
|
|
237
|
+
managedBy: z.ZodOptional<z.ZodEnum<{
|
|
238
|
+
sharing: "sharing";
|
|
239
|
+
firewall: "firewall";
|
|
240
|
+
file_share: "file_share";
|
|
241
|
+
cast_reviewer: "cast_reviewer";
|
|
242
|
+
team_default: "team_default";
|
|
243
|
+
}>>;
|
|
244
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
188
245
|
reasonCode: z.ZodOptional<z.ZodString>;
|
|
189
246
|
message: z.ZodOptional<z.ZodString>;
|
|
190
247
|
}, z.core.$strip>>>;
|
|
248
|
+
issuers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
249
|
+
kid: z.ZodString;
|
|
250
|
+
alg: z.ZodLiteral<"EdDSA">;
|
|
251
|
+
publicKey: z.ZodString;
|
|
252
|
+
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
253
|
+
}, z.core.$strip>>>;
|
|
254
|
+
sessionVersion: z.ZodOptional<z.ZodNumber>;
|
|
191
255
|
}, z.core.$strip>>;
|
|
192
256
|
operation: z.ZodNullable<z.ZodObject<{
|
|
193
257
|
id: z.ZodString;
|
|
194
258
|
kind: z.ZodString;
|
|
195
259
|
status: z.ZodEnum<{
|
|
196
260
|
failed: "failed";
|
|
261
|
+
canceled: "canceled";
|
|
197
262
|
queued: "queued";
|
|
198
263
|
running: "running";
|
|
199
264
|
succeeded: "succeeded";
|
|
200
|
-
canceled: "canceled";
|
|
201
265
|
}>;
|
|
202
266
|
resources: z.ZodArray<z.ZodObject<{
|
|
203
267
|
type: z.ZodString;
|
|
@@ -211,16 +275,16 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
211
275
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
212
276
|
code: z.ZodString;
|
|
213
277
|
severity: z.ZodEnum<{
|
|
278
|
+
info: "info";
|
|
214
279
|
warning: "warning";
|
|
215
280
|
error: "error";
|
|
216
|
-
info: "info";
|
|
217
281
|
}>;
|
|
218
282
|
message: z.ZodString;
|
|
219
283
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
220
284
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
285
|
+
registrar: "registrar";
|
|
221
286
|
wpcloud: "wpcloud";
|
|
222
287
|
dns: "dns";
|
|
223
|
-
registrar: "registrar";
|
|
224
288
|
runtime: "runtime";
|
|
225
289
|
}>>>;
|
|
226
290
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -243,16 +307,16 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
243
307
|
export declare const spaceDiagnosticSchema: z.ZodObject<{
|
|
244
308
|
code: z.ZodString;
|
|
245
309
|
severity: z.ZodEnum<{
|
|
310
|
+
info: "info";
|
|
246
311
|
warning: "warning";
|
|
247
312
|
error: "error";
|
|
248
|
-
info: "info";
|
|
249
313
|
}>;
|
|
250
314
|
message: z.ZodString;
|
|
251
315
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
252
316
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
317
|
+
registrar: "registrar";
|
|
253
318
|
wpcloud: "wpcloud";
|
|
254
319
|
dns: "dns";
|
|
255
|
-
registrar: "registrar";
|
|
256
320
|
runtime: "runtime";
|
|
257
321
|
}>>>;
|
|
258
322
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -267,16 +331,16 @@ export declare const spaceDiagnosticListResponseSchema: z.ZodObject<{
|
|
|
267
331
|
data: z.ZodArray<z.ZodObject<{
|
|
268
332
|
code: z.ZodString;
|
|
269
333
|
severity: z.ZodEnum<{
|
|
334
|
+
info: "info";
|
|
270
335
|
warning: "warning";
|
|
271
336
|
error: "error";
|
|
272
|
-
info: "info";
|
|
273
337
|
}>;
|
|
274
338
|
message: z.ZodString;
|
|
275
339
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
276
340
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
341
|
+
registrar: "registrar";
|
|
277
342
|
wpcloud: "wpcloud";
|
|
278
343
|
dns: "dns";
|
|
279
|
-
registrar: "registrar";
|
|
280
344
|
runtime: "runtime";
|
|
281
345
|
}>>>;
|
|
282
346
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -316,6 +380,7 @@ export declare const spaceCreateSchema: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
316
380
|
path: z.ZodString;
|
|
317
381
|
status: z.ZodNumber;
|
|
318
382
|
}, z.core.$strip>]>>;
|
|
383
|
+
cleanUrls: z.ZodOptional<z.ZodBoolean>;
|
|
319
384
|
listing: z.ZodOptional<z.ZodBoolean>;
|
|
320
385
|
meta: z.ZodOptional<z.ZodObject<{
|
|
321
386
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -348,6 +413,7 @@ export declare const spaceCreateSchema: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
348
413
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
349
414
|
}, z.core.$strip>>>;
|
|
350
415
|
}, z.core.$strip>>;
|
|
416
|
+
requireReview: z.ZodOptional<z.ZodBoolean>;
|
|
351
417
|
}, z.core.$strip>>;
|
|
352
418
|
}, z.core.$strip>>;
|
|
353
419
|
templates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -374,6 +440,15 @@ export declare const spaceCreateSchema: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
374
440
|
}, z.core.$strip>>>;
|
|
375
441
|
}, z.core.$strip>>;
|
|
376
442
|
}, z.core.$strip>>;
|
|
443
|
+
pages: z.ZodOptional<z.ZodObject<{
|
|
444
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
445
|
+
accent: z.ZodOptional<z.ZodString>;
|
|
446
|
+
background: z.ZodOptional<z.ZodString>;
|
|
447
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
448
|
+
name: z.ZodOptional<z.ZodString>;
|
|
449
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
450
|
+
}, z.core.$strip>>;
|
|
451
|
+
}, z.core.$strip>>;
|
|
377
452
|
build: z.ZodOptional<z.ZodObject<{
|
|
378
453
|
rootDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
379
454
|
installDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -386,6 +461,15 @@ export declare const spaceCreateSchema: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
386
461
|
allowUnsupportedPlatformFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
387
462
|
timeoutSeconds: z.ZodOptional<z.ZodNumber>;
|
|
388
463
|
}, z.core.$strict>>;
|
|
464
|
+
placement: z.ZodOptional<z.ZodObject<{
|
|
465
|
+
region: z.ZodOptional<z.ZodString>;
|
|
466
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
467
|
+
shared: "shared";
|
|
468
|
+
dedicated: "dedicated";
|
|
469
|
+
}>>;
|
|
470
|
+
burstable: z.ZodOptional<z.ZodBoolean>;
|
|
471
|
+
}, z.core.$strict>>;
|
|
472
|
+
markdownNegotiation: z.ZodOptional<z.ZodBoolean>;
|
|
389
473
|
experimental_gutenberg: z.ZodOptional<z.ZodBoolean>;
|
|
390
474
|
inject: z.ZodOptional<z.ZodObject<{
|
|
391
475
|
head: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -404,6 +488,7 @@ export declare const spacePatchSchema: z.ZodObject<{
|
|
|
404
488
|
path: z.ZodString;
|
|
405
489
|
status: z.ZodNumber;
|
|
406
490
|
}, z.core.$strip>]>>;
|
|
491
|
+
cleanUrls: z.ZodOptional<z.ZodBoolean>;
|
|
407
492
|
listing: z.ZodOptional<z.ZodBoolean>;
|
|
408
493
|
meta: z.ZodOptional<z.ZodObject<{
|
|
409
494
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -436,6 +521,7 @@ export declare const spacePatchSchema: z.ZodObject<{
|
|
|
436
521
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
437
522
|
}, z.core.$strip>>>;
|
|
438
523
|
}, z.core.$strip>>;
|
|
524
|
+
requireReview: z.ZodOptional<z.ZodBoolean>;
|
|
439
525
|
}, z.core.$strip>>;
|
|
440
526
|
}, z.core.$strip>>;
|
|
441
527
|
templates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -462,6 +548,15 @@ export declare const spacePatchSchema: z.ZodObject<{
|
|
|
462
548
|
}, z.core.$strip>>>;
|
|
463
549
|
}, z.core.$strip>>;
|
|
464
550
|
}, z.core.$strip>>;
|
|
551
|
+
pages: z.ZodOptional<z.ZodObject<{
|
|
552
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
553
|
+
accent: z.ZodOptional<z.ZodString>;
|
|
554
|
+
background: z.ZodOptional<z.ZodString>;
|
|
555
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
556
|
+
name: z.ZodOptional<z.ZodString>;
|
|
557
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
558
|
+
}, z.core.$strip>>;
|
|
559
|
+
}, z.core.$strip>>;
|
|
465
560
|
build: z.ZodOptional<z.ZodObject<{
|
|
466
561
|
rootDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
467
562
|
installDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -474,6 +569,15 @@ export declare const spacePatchSchema: z.ZodObject<{
|
|
|
474
569
|
allowUnsupportedPlatformFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
475
570
|
timeoutSeconds: z.ZodOptional<z.ZodNumber>;
|
|
476
571
|
}, z.core.$strict>>;
|
|
572
|
+
placement: z.ZodOptional<z.ZodObject<{
|
|
573
|
+
region: z.ZodOptional<z.ZodString>;
|
|
574
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
575
|
+
shared: "shared";
|
|
576
|
+
dedicated: "dedicated";
|
|
577
|
+
}>>;
|
|
578
|
+
burstable: z.ZodOptional<z.ZodBoolean>;
|
|
579
|
+
}, z.core.$strict>>;
|
|
580
|
+
markdownNegotiation: z.ZodOptional<z.ZodBoolean>;
|
|
477
581
|
experimental_gutenberg: z.ZodOptional<z.ZodBoolean>;
|
|
478
582
|
inject: z.ZodOptional<z.ZodObject<{
|
|
479
583
|
head: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -483,6 +587,14 @@ export declare const spacePatchSchema: z.ZodObject<{
|
|
|
483
587
|
}, z.core.$strip>>;
|
|
484
588
|
}, z.core.$strip>>>;
|
|
485
589
|
dataLocation: z.ZodOptional<z.ZodString>;
|
|
590
|
+
placement: z.ZodOptional<z.ZodObject<{
|
|
591
|
+
region: z.ZodOptional<z.ZodString>;
|
|
592
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
593
|
+
shared: "shared";
|
|
594
|
+
dedicated: "dedicated";
|
|
595
|
+
}>>;
|
|
596
|
+
burstable: z.ZodOptional<z.ZodBoolean>;
|
|
597
|
+
}, z.core.$strict>>;
|
|
486
598
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
487
599
|
password: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
488
600
|
}, z.core.$strip>;
|
|
@@ -490,9 +602,16 @@ export declare const spaceClaimSchema: z.ZodObject<{
|
|
|
490
602
|
claimToken: z.ZodString;
|
|
491
603
|
teamId: z.ZodOptional<z.ZodString>;
|
|
492
604
|
targetTeamId: z.ZodOptional<z.ZodString>;
|
|
605
|
+
agentContinuation: z.ZodOptional<z.ZodBoolean>;
|
|
493
606
|
}, z.core.$strip>;
|
|
494
607
|
export declare const anonymousClaimAssignSchema: z.ZodObject<{
|
|
495
608
|
teamId: z.ZodOptional<z.ZodString>;
|
|
609
|
+
nonce: z.ZodOptional<z.ZodString>;
|
|
610
|
+
agentContinuation: z.ZodOptional<z.ZodBoolean>;
|
|
611
|
+
}, z.core.$strip>;
|
|
612
|
+
export declare const anonymousClaimResolveSchema: z.ZodObject<{
|
|
613
|
+
nonce: z.ZodOptional<z.ZodString>;
|
|
614
|
+
agentContinuation: z.ZodOptional<z.ZodBoolean>;
|
|
496
615
|
}, z.core.$strip>;
|
|
497
616
|
export declare const anonymousClaimTeamSchema: z.ZodObject<{
|
|
498
617
|
id: z.ZodString;
|
|
@@ -536,10 +655,10 @@ export declare const anonymousClaimStatusResponseSchema: z.ZodObject<{
|
|
|
536
655
|
publish: z.ZodObject<{
|
|
537
656
|
status: z.ZodEnum<{
|
|
538
657
|
failed: "failed";
|
|
539
|
-
claimed: "claimed";
|
|
540
|
-
pending: "pending";
|
|
541
|
-
ready: "ready";
|
|
542
658
|
expired: "expired";
|
|
659
|
+
ready: "ready";
|
|
660
|
+
pending: "pending";
|
|
661
|
+
claimed: "claimed";
|
|
543
662
|
}>;
|
|
544
663
|
operationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
545
664
|
}, z.core.$strip>;
|
|
@@ -554,7 +673,6 @@ export declare const anonymousClaimStatusResponseSchema: z.ZodObject<{
|
|
|
554
673
|
status: z.ZodEnum<{
|
|
555
674
|
failed: "failed";
|
|
556
675
|
canceled: "canceled";
|
|
557
|
-
ready: "ready";
|
|
558
676
|
expired: "expired";
|
|
559
677
|
building: "building";
|
|
560
678
|
prepared: "prepared";
|
|
@@ -562,8 +680,9 @@ export declare const anonymousClaimStatusResponseSchema: z.ZodObject<{
|
|
|
562
680
|
uploading: "uploading";
|
|
563
681
|
uploaded: "uploaded";
|
|
564
682
|
finalizing: "finalizing";
|
|
683
|
+
ready: "ready";
|
|
565
684
|
}>;
|
|
566
|
-
immutableUrl: z.ZodString
|
|
685
|
+
immutableUrl: z.ZodNullable<z.ZodString>;
|
|
567
686
|
manifestHash: z.ZodNullable<z.ZodString>;
|
|
568
687
|
}, z.core.$strip>;
|
|
569
688
|
claim: z.ZodObject<{
|
|
@@ -573,6 +692,24 @@ export declare const anonymousClaimStatusResponseSchema: z.ZodObject<{
|
|
|
573
692
|
}>;
|
|
574
693
|
url: z.ZodNullable<z.ZodString>;
|
|
575
694
|
expiresAt: z.ZodNullable<z.ZodString>;
|
|
695
|
+
continuation: z.ZodOptional<z.ZodEnum<{
|
|
696
|
+
available: "available";
|
|
697
|
+
used: "used";
|
|
698
|
+
unavailable: "unavailable";
|
|
699
|
+
}>>;
|
|
700
|
+
}, z.core.$strip>;
|
|
701
|
+
}, z.core.$strip>;
|
|
702
|
+
export declare const anonymousClaimExchangeResponseSchema: z.ZodObject<{
|
|
703
|
+
space: z.ZodObject<{
|
|
704
|
+
id: z.ZodString;
|
|
705
|
+
slug: z.ZodString;
|
|
706
|
+
liveUrl: z.ZodNullable<z.ZodString>;
|
|
707
|
+
}, z.core.$strip>;
|
|
708
|
+
credential: z.ZodObject<{
|
|
709
|
+
accessToken: z.ZodString;
|
|
710
|
+
accessTokenId: z.ZodString;
|
|
711
|
+
label: z.ZodNullable<z.ZodString>;
|
|
712
|
+
teamId: z.ZodString;
|
|
576
713
|
}, z.core.$strip>;
|
|
577
714
|
}, z.core.$strip>;
|
|
578
715
|
export declare const spaceClaimReminderSchema: z.ZodObject<{
|
|
@@ -584,12 +721,12 @@ export declare const spaceClaimReminderResponseSchema: z.ZodObject<{
|
|
|
584
721
|
export declare const spaceVersionCreateSchema: z.ZodObject<{
|
|
585
722
|
source: z.ZodOptional<z.ZodObject<{
|
|
586
723
|
kind: z.ZodEnum<{
|
|
724
|
+
api: "api";
|
|
725
|
+
dashboard: "dashboard";
|
|
587
726
|
build: "build";
|
|
588
727
|
agent: "agent";
|
|
589
728
|
direct_upload: "direct_upload";
|
|
590
729
|
cli: "cli";
|
|
591
|
-
dashboard: "dashboard";
|
|
592
|
-
api: "api";
|
|
593
730
|
git: "git";
|
|
594
731
|
import: "import";
|
|
595
732
|
variable_update: "variable_update";
|
|
@@ -636,12 +773,12 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
636
773
|
spaceId: z.ZodString;
|
|
637
774
|
source: z.ZodNullable<z.ZodObject<{
|
|
638
775
|
kind: z.ZodEnum<{
|
|
776
|
+
api: "api";
|
|
777
|
+
dashboard: "dashboard";
|
|
639
778
|
build: "build";
|
|
640
779
|
agent: "agent";
|
|
641
780
|
direct_upload: "direct_upload";
|
|
642
781
|
cli: "cli";
|
|
643
|
-
dashboard: "dashboard";
|
|
644
|
-
api: "api";
|
|
645
782
|
git: "git";
|
|
646
783
|
import: "import";
|
|
647
784
|
variable_update: "variable_update";
|
|
@@ -668,7 +805,6 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
668
805
|
status: z.ZodEnum<{
|
|
669
806
|
failed: "failed";
|
|
670
807
|
canceled: "canceled";
|
|
671
|
-
ready: "ready";
|
|
672
808
|
expired: "expired";
|
|
673
809
|
building: "building";
|
|
674
810
|
prepared: "prepared";
|
|
@@ -676,6 +812,7 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
676
812
|
uploading: "uploading";
|
|
677
813
|
uploaded: "uploaded";
|
|
678
814
|
finalizing: "finalizing";
|
|
815
|
+
ready: "ready";
|
|
679
816
|
}>;
|
|
680
817
|
failureCode: z.ZodNullable<z.ZodString>;
|
|
681
818
|
failureMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -705,6 +842,7 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
705
842
|
path: z.ZodString;
|
|
706
843
|
status: z.ZodNumber;
|
|
707
844
|
}, z.core.$strip>]>>;
|
|
845
|
+
cleanUrls: z.ZodOptional<z.ZodBoolean>;
|
|
708
846
|
listing: z.ZodOptional<z.ZodBoolean>;
|
|
709
847
|
meta: z.ZodOptional<z.ZodObject<{
|
|
710
848
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -737,6 +875,7 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
737
875
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
738
876
|
}, z.core.$strip>>>;
|
|
739
877
|
}, z.core.$strip>>;
|
|
878
|
+
requireReview: z.ZodOptional<z.ZodBoolean>;
|
|
740
879
|
}, z.core.$strip>>;
|
|
741
880
|
}, z.core.$strip>>;
|
|
742
881
|
templates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -763,6 +902,15 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
763
902
|
}, z.core.$strip>>>;
|
|
764
903
|
}, z.core.$strip>>;
|
|
765
904
|
}, z.core.$strip>>;
|
|
905
|
+
pages: z.ZodOptional<z.ZodObject<{
|
|
906
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
907
|
+
accent: z.ZodOptional<z.ZodString>;
|
|
908
|
+
background: z.ZodOptional<z.ZodString>;
|
|
909
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
910
|
+
name: z.ZodOptional<z.ZodString>;
|
|
911
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
912
|
+
}, z.core.$strip>>;
|
|
913
|
+
}, z.core.$strip>>;
|
|
766
914
|
build: z.ZodOptional<z.ZodObject<{
|
|
767
915
|
rootDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
768
916
|
installDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -775,6 +923,15 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
775
923
|
allowUnsupportedPlatformFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
776
924
|
timeoutSeconds: z.ZodOptional<z.ZodNumber>;
|
|
777
925
|
}, z.core.$strict>>;
|
|
926
|
+
placement: z.ZodOptional<z.ZodObject<{
|
|
927
|
+
region: z.ZodOptional<z.ZodString>;
|
|
928
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
929
|
+
shared: "shared";
|
|
930
|
+
dedicated: "dedicated";
|
|
931
|
+
}>>;
|
|
932
|
+
burstable: z.ZodOptional<z.ZodBoolean>;
|
|
933
|
+
}, z.core.$strict>>;
|
|
934
|
+
markdownNegotiation: z.ZodOptional<z.ZodBoolean>;
|
|
778
935
|
experimental_gutenberg: z.ZodOptional<z.ZodBoolean>;
|
|
779
936
|
inject: z.ZodOptional<z.ZodObject<{
|
|
780
937
|
head: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -788,10 +945,10 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
788
945
|
kind: z.ZodString;
|
|
789
946
|
status: z.ZodEnum<{
|
|
790
947
|
failed: "failed";
|
|
948
|
+
canceled: "canceled";
|
|
791
949
|
queued: "queued";
|
|
792
950
|
running: "running";
|
|
793
951
|
succeeded: "succeeded";
|
|
794
|
-
canceled: "canceled";
|
|
795
952
|
}>;
|
|
796
953
|
resources: z.ZodArray<z.ZodObject<{
|
|
797
954
|
type: z.ZodString;
|
|
@@ -805,16 +962,16 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
805
962
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
806
963
|
code: z.ZodString;
|
|
807
964
|
severity: z.ZodEnum<{
|
|
965
|
+
info: "info";
|
|
808
966
|
warning: "warning";
|
|
809
967
|
error: "error";
|
|
810
|
-
info: "info";
|
|
811
968
|
}>;
|
|
812
969
|
message: z.ZodString;
|
|
813
970
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
814
971
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
972
|
+
registrar: "registrar";
|
|
815
973
|
wpcloud: "wpcloud";
|
|
816
974
|
dns: "dns";
|
|
817
|
-
registrar: "registrar";
|
|
818
975
|
runtime: "runtime";
|
|
819
976
|
}>>>;
|
|
820
977
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -832,16 +989,16 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
832
989
|
diagnostics: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
833
990
|
code: z.ZodString;
|
|
834
991
|
severity: z.ZodEnum<{
|
|
992
|
+
info: "info";
|
|
835
993
|
warning: "warning";
|
|
836
994
|
error: "error";
|
|
837
|
-
info: "info";
|
|
838
995
|
}>;
|
|
839
996
|
message: z.ZodString;
|
|
840
997
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
841
998
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
999
|
+
registrar: "registrar";
|
|
842
1000
|
wpcloud: "wpcloud";
|
|
843
1001
|
dns: "dns";
|
|
844
|
-
registrar: "registrar";
|
|
845
1002
|
runtime: "runtime";
|
|
846
1003
|
}>>>;
|
|
847
1004
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -881,8 +1038,8 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
881
1038
|
slug: z.ZodString;
|
|
882
1039
|
title: z.ZodString;
|
|
883
1040
|
status: z.ZodEnum<{
|
|
884
|
-
provisioning: "provisioning";
|
|
885
1041
|
active: "active";
|
|
1042
|
+
provisioning: "provisioning";
|
|
886
1043
|
updating: "updating";
|
|
887
1044
|
moving: "moving";
|
|
888
1045
|
deleting: "deleting";
|
|
@@ -895,6 +1052,7 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
895
1052
|
abuse_takedown: "abuse_takedown";
|
|
896
1053
|
tenant_suspended: "tenant_suspended";
|
|
897
1054
|
site_suspended: "site_suspended";
|
|
1055
|
+
visit_cap_exceeded: "visit_cap_exceeded";
|
|
898
1056
|
}>;
|
|
899
1057
|
}, z.core.$strip>>;
|
|
900
1058
|
claimState: z.ZodNullable<z.ZodObject<{
|
|
@@ -908,7 +1066,31 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
908
1066
|
defaultHostname: z.ZodString;
|
|
909
1067
|
publicName: z.ZodString;
|
|
910
1068
|
liveUrl: z.ZodString;
|
|
1069
|
+
thumbnail: z.ZodNullable<z.ZodObject<{
|
|
1070
|
+
kind: z.ZodEnum<{
|
|
1071
|
+
image: "image";
|
|
1072
|
+
screenshot: "screenshot";
|
|
1073
|
+
}>;
|
|
1074
|
+
provider: z.ZodEnum<{
|
|
1075
|
+
"wpcom-mshots": "wpcom-mshots";
|
|
1076
|
+
"wpcom-site-accelerator": "wpcom-site-accelerator";
|
|
1077
|
+
}>;
|
|
1078
|
+
url: z.ZodString;
|
|
1079
|
+
sourceUrl: z.ZodString;
|
|
1080
|
+
}, z.core.$strip>>;
|
|
911
1081
|
dataLocation: z.ZodString;
|
|
1082
|
+
region: z.ZodString;
|
|
1083
|
+
placementMode: z.ZodEnum<{
|
|
1084
|
+
shared: "shared";
|
|
1085
|
+
dedicated: "dedicated";
|
|
1086
|
+
}>;
|
|
1087
|
+
burstable: z.ZodNullable<z.ZodBoolean>;
|
|
1088
|
+
archivedBytes: z.ZodNumber;
|
|
1089
|
+
tierPolicy: z.ZodEnum<{
|
|
1090
|
+
auto: "auto";
|
|
1091
|
+
always_hot: "always_hot";
|
|
1092
|
+
}>;
|
|
1093
|
+
moving: z.ZodBoolean;
|
|
912
1094
|
channels: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
913
1095
|
versionId: z.ZodOptional<z.ZodString>;
|
|
914
1096
|
weighted: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -923,6 +1105,7 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
923
1105
|
path: z.ZodString;
|
|
924
1106
|
status: z.ZodNumber;
|
|
925
1107
|
}, z.core.$strip>]>>;
|
|
1108
|
+
cleanUrls: z.ZodOptional<z.ZodBoolean>;
|
|
926
1109
|
listing: z.ZodOptional<z.ZodBoolean>;
|
|
927
1110
|
meta: z.ZodOptional<z.ZodObject<{
|
|
928
1111
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -955,6 +1138,7 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
955
1138
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
956
1139
|
}, z.core.$strip>>>;
|
|
957
1140
|
}, z.core.$strip>>;
|
|
1141
|
+
requireReview: z.ZodOptional<z.ZodBoolean>;
|
|
958
1142
|
}, z.core.$strip>>;
|
|
959
1143
|
}, z.core.$strip>>;
|
|
960
1144
|
templates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -981,6 +1165,15 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
981
1165
|
}, z.core.$strip>>>;
|
|
982
1166
|
}, z.core.$strip>>;
|
|
983
1167
|
}, z.core.$strip>>;
|
|
1168
|
+
pages: z.ZodOptional<z.ZodObject<{
|
|
1169
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
1170
|
+
accent: z.ZodOptional<z.ZodString>;
|
|
1171
|
+
background: z.ZodOptional<z.ZodString>;
|
|
1172
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
1173
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1174
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1175
|
+
}, z.core.$strip>>;
|
|
1176
|
+
}, z.core.$strip>>;
|
|
984
1177
|
build: z.ZodOptional<z.ZodObject<{
|
|
985
1178
|
rootDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
986
1179
|
installDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -993,6 +1186,15 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
993
1186
|
allowUnsupportedPlatformFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
994
1187
|
timeoutSeconds: z.ZodOptional<z.ZodNumber>;
|
|
995
1188
|
}, z.core.$strict>>;
|
|
1189
|
+
placement: z.ZodOptional<z.ZodObject<{
|
|
1190
|
+
region: z.ZodOptional<z.ZodString>;
|
|
1191
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
1192
|
+
shared: "shared";
|
|
1193
|
+
dedicated: "dedicated";
|
|
1194
|
+
}>>;
|
|
1195
|
+
burstable: z.ZodOptional<z.ZodBoolean>;
|
|
1196
|
+
}, z.core.$strict>>;
|
|
1197
|
+
markdownNegotiation: z.ZodOptional<z.ZodBoolean>;
|
|
996
1198
|
experimental_gutenberg: z.ZodOptional<z.ZodBoolean>;
|
|
997
1199
|
inject: z.ZodOptional<z.ZodObject<{
|
|
998
1200
|
head: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1004,8 +1206,11 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
1004
1206
|
noindex: z.ZodBoolean;
|
|
1005
1207
|
policy: z.ZodNullable<z.ZodObject<{
|
|
1006
1208
|
rules: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1209
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1007
1210
|
match: z.ZodDefault<z.ZodObject<{
|
|
1008
1211
|
host: z.ZodOptional<z.ZodString>;
|
|
1212
|
+
hostPattern: z.ZodOptional<z.ZodString>;
|
|
1213
|
+
hostTemplate: z.ZodOptional<z.ZodString>;
|
|
1009
1214
|
pathPattern: z.ZodOptional<z.ZodString>;
|
|
1010
1215
|
channel: z.ZodOptional<z.ZodString>;
|
|
1011
1216
|
ipCidrs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1022,39 +1227,55 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
1022
1227
|
challenge: "challenge";
|
|
1023
1228
|
}>;
|
|
1024
1229
|
auth: z.ZodOptional<z.ZodObject<{
|
|
1025
|
-
|
|
1230
|
+
requiredGrants: z.ZodArray<z.ZodString>;
|
|
1231
|
+
issuers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1232
|
+
kid: z.ZodString;
|
|
1233
|
+
alg: z.ZodLiteral<"EdDSA">;
|
|
1234
|
+
publicKey: z.ZodString;
|
|
1235
|
+
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
1236
|
+
}, z.core.$strip>>>;
|
|
1237
|
+
acquire: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1238
|
+
type: z.ZodLiteral<"password">;
|
|
1026
1239
|
ref: z.ZodString;
|
|
1027
1240
|
transport: z.ZodEnum<{
|
|
1028
1241
|
basic: "basic";
|
|
1029
1242
|
form: "form";
|
|
1030
1243
|
}>;
|
|
1031
1244
|
username: z.ZodOptional<z.ZodString>;
|
|
1032
|
-
}, z.core.$strip
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
alg: z.ZodLiteral<"EdDSA">;
|
|
1038
|
-
publicKey: z.ZodString;
|
|
1039
|
-
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
1040
|
-
}, z.core.$strip>>>;
|
|
1041
|
-
loginUrl: z.ZodOptional<z.ZodString>;
|
|
1042
|
-
cookieName: z.ZodOptional<z.ZodString>;
|
|
1043
|
-
}, z.core.$strip>>;
|
|
1245
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1246
|
+
type: z.ZodLiteral<"login">;
|
|
1247
|
+
url: z.ZodString;
|
|
1248
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1249
|
+
}, z.core.$strip>], "type">>>;
|
|
1044
1250
|
}, z.core.$strip>>;
|
|
1251
|
+
managedBy: z.ZodOptional<z.ZodEnum<{
|
|
1252
|
+
sharing: "sharing";
|
|
1253
|
+
firewall: "firewall";
|
|
1254
|
+
file_share: "file_share";
|
|
1255
|
+
cast_reviewer: "cast_reviewer";
|
|
1256
|
+
team_default: "team_default";
|
|
1257
|
+
}>>;
|
|
1258
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
1045
1259
|
reasonCode: z.ZodOptional<z.ZodString>;
|
|
1046
1260
|
message: z.ZodOptional<z.ZodString>;
|
|
1047
1261
|
}, z.core.$strip>>>;
|
|
1262
|
+
issuers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1263
|
+
kid: z.ZodString;
|
|
1264
|
+
alg: z.ZodLiteral<"EdDSA">;
|
|
1265
|
+
publicKey: z.ZodString;
|
|
1266
|
+
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
1267
|
+
}, z.core.$strip>>>;
|
|
1268
|
+
sessionVersion: z.ZodOptional<z.ZodNumber>;
|
|
1048
1269
|
}, z.core.$strip>>;
|
|
1049
1270
|
operation: z.ZodNullable<z.ZodObject<{
|
|
1050
1271
|
id: z.ZodString;
|
|
1051
1272
|
kind: z.ZodString;
|
|
1052
1273
|
status: z.ZodEnum<{
|
|
1053
1274
|
failed: "failed";
|
|
1275
|
+
canceled: "canceled";
|
|
1054
1276
|
queued: "queued";
|
|
1055
1277
|
running: "running";
|
|
1056
1278
|
succeeded: "succeeded";
|
|
1057
|
-
canceled: "canceled";
|
|
1058
1279
|
}>;
|
|
1059
1280
|
resources: z.ZodArray<z.ZodObject<{
|
|
1060
1281
|
type: z.ZodString;
|
|
@@ -1068,16 +1289,16 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
1068
1289
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1069
1290
|
code: z.ZodString;
|
|
1070
1291
|
severity: z.ZodEnum<{
|
|
1292
|
+
info: "info";
|
|
1071
1293
|
warning: "warning";
|
|
1072
1294
|
error: "error";
|
|
1073
|
-
info: "info";
|
|
1074
1295
|
}>;
|
|
1075
1296
|
message: z.ZodString;
|
|
1076
1297
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1077
1298
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1299
|
+
registrar: "registrar";
|
|
1078
1300
|
wpcloud: "wpcloud";
|
|
1079
1301
|
dns: "dns";
|
|
1080
|
-
registrar: "registrar";
|
|
1081
1302
|
runtime: "runtime";
|
|
1082
1303
|
}>>>;
|
|
1083
1304
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -1127,8 +1348,8 @@ export declare const versionLogListResponseSchema: z.ZodObject<{
|
|
|
1127
1348
|
export declare const spaceVersionGeneratedPreviewSchema: z.ZodObject<{
|
|
1128
1349
|
kind: z.ZodLiteral<"image">;
|
|
1129
1350
|
status: z.ZodEnum<{
|
|
1130
|
-
pending: "pending";
|
|
1131
1351
|
ready: "ready";
|
|
1352
|
+
pending: "pending";
|
|
1132
1353
|
}>;
|
|
1133
1354
|
key: z.ZodString;
|
|
1134
1355
|
cacheScope: z.ZodEnum<{
|
|
@@ -1149,8 +1370,8 @@ export declare const spaceVersionFileSchema: z.ZodObject<{
|
|
|
1149
1370
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1150
1371
|
kind: z.ZodLiteral<"image">;
|
|
1151
1372
|
status: z.ZodEnum<{
|
|
1152
|
-
pending: "pending";
|
|
1153
1373
|
ready: "ready";
|
|
1374
|
+
pending: "pending";
|
|
1154
1375
|
}>;
|
|
1155
1376
|
key: z.ZodString;
|
|
1156
1377
|
cacheScope: z.ZodEnum<{
|
|
@@ -1181,8 +1402,8 @@ export declare const spaceVersionFileIndexEntrySchema: z.ZodObject<{
|
|
|
1181
1402
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1182
1403
|
kind: z.ZodLiteral<"image">;
|
|
1183
1404
|
status: z.ZodEnum<{
|
|
1184
|
-
pending: "pending";
|
|
1185
1405
|
ready: "ready";
|
|
1406
|
+
pending: "pending";
|
|
1186
1407
|
}>;
|
|
1187
1408
|
key: z.ZodString;
|
|
1188
1409
|
cacheScope: z.ZodEnum<{
|
|
@@ -1215,8 +1436,8 @@ export declare const spaceVersionFileIndexSchema: z.ZodObject<{
|
|
|
1215
1436
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1216
1437
|
kind: z.ZodLiteral<"image">;
|
|
1217
1438
|
status: z.ZodEnum<{
|
|
1218
|
-
pending: "pending";
|
|
1219
1439
|
ready: "ready";
|
|
1440
|
+
pending: "pending";
|
|
1220
1441
|
}>;
|
|
1221
1442
|
key: z.ZodString;
|
|
1222
1443
|
cacheScope: z.ZodEnum<{
|
|
@@ -1248,8 +1469,8 @@ export declare const spaceVersionFileIndexSchema: z.ZodObject<{
|
|
|
1248
1469
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1249
1470
|
kind: z.ZodLiteral<"image">;
|
|
1250
1471
|
status: z.ZodEnum<{
|
|
1251
|
-
pending: "pending";
|
|
1252
1472
|
ready: "ready";
|
|
1473
|
+
pending: "pending";
|
|
1253
1474
|
}>;
|
|
1254
1475
|
key: z.ZodString;
|
|
1255
1476
|
cacheScope: z.ZodEnum<{
|
|
@@ -1281,8 +1502,8 @@ export declare const spaceVersionFileIndexSchema: z.ZodObject<{
|
|
|
1281
1502
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1282
1503
|
kind: z.ZodLiteral<"image">;
|
|
1283
1504
|
status: z.ZodEnum<{
|
|
1284
|
-
pending: "pending";
|
|
1285
1505
|
ready: "ready";
|
|
1506
|
+
pending: "pending";
|
|
1286
1507
|
}>;
|
|
1287
1508
|
key: z.ZodString;
|
|
1288
1509
|
cacheScope: z.ZodEnum<{
|
|
@@ -1296,9 +1517,6 @@ export declare const spaceVersionFileIndexSchema: z.ZodObject<{
|
|
|
1296
1517
|
searchText: z.ZodString;
|
|
1297
1518
|
}, z.core.$strip>>;
|
|
1298
1519
|
}, z.core.$strip>;
|
|
1299
|
-
export declare const spaceVersionFilesQuerySchema: z.ZodObject<{
|
|
1300
|
-
q: z.ZodOptional<z.ZodString>;
|
|
1301
|
-
}, z.core.$strip>;
|
|
1302
1520
|
export declare const spaceVersionFilesSearchSchema: z.ZodObject<{
|
|
1303
1521
|
query: z.ZodNullable<z.ZodString>;
|
|
1304
1522
|
total: z.ZodNumber;
|
|
@@ -1316,8 +1534,8 @@ export declare const spaceVersionFilesResponseSchema: z.ZodObject<{
|
|
|
1316
1534
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1317
1535
|
kind: z.ZodLiteral<"image">;
|
|
1318
1536
|
status: z.ZodEnum<{
|
|
1319
|
-
pending: "pending";
|
|
1320
1537
|
ready: "ready";
|
|
1538
|
+
pending: "pending";
|
|
1321
1539
|
}>;
|
|
1322
1540
|
key: z.ZodString;
|
|
1323
1541
|
cacheScope: z.ZodEnum<{
|
|
@@ -1349,8 +1567,8 @@ export declare const spaceVersionFilesResponseSchema: z.ZodObject<{
|
|
|
1349
1567
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1350
1568
|
kind: z.ZodLiteral<"image">;
|
|
1351
1569
|
status: z.ZodEnum<{
|
|
1352
|
-
pending: "pending";
|
|
1353
1570
|
ready: "ready";
|
|
1571
|
+
pending: "pending";
|
|
1354
1572
|
}>;
|
|
1355
1573
|
key: z.ZodString;
|
|
1356
1574
|
cacheScope: z.ZodEnum<{
|
|
@@ -1382,8 +1600,8 @@ export declare const spaceVersionFilesResponseSchema: z.ZodObject<{
|
|
|
1382
1600
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1383
1601
|
kind: z.ZodLiteral<"image">;
|
|
1384
1602
|
status: z.ZodEnum<{
|
|
1385
|
-
pending: "pending";
|
|
1386
1603
|
ready: "ready";
|
|
1604
|
+
pending: "pending";
|
|
1387
1605
|
}>;
|
|
1388
1606
|
key: z.ZodString;
|
|
1389
1607
|
cacheScope: z.ZodEnum<{
|
|
@@ -1415,8 +1633,8 @@ export declare const spaceVersionFilesResponseSchema: z.ZodObject<{
|
|
|
1415
1633
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1416
1634
|
kind: z.ZodLiteral<"image">;
|
|
1417
1635
|
status: z.ZodEnum<{
|
|
1418
|
-
pending: "pending";
|
|
1419
1636
|
ready: "ready";
|
|
1637
|
+
pending: "pending";
|
|
1420
1638
|
}>;
|
|
1421
1639
|
key: z.ZodString;
|
|
1422
1640
|
cacheScope: z.ZodEnum<{
|
|
@@ -1449,8 +1667,8 @@ export declare const spaceFilesResponseSchema: z.ZodObject<{
|
|
|
1449
1667
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1450
1668
|
kind: z.ZodLiteral<"image">;
|
|
1451
1669
|
status: z.ZodEnum<{
|
|
1452
|
-
pending: "pending";
|
|
1453
1670
|
ready: "ready";
|
|
1671
|
+
pending: "pending";
|
|
1454
1672
|
}>;
|
|
1455
1673
|
key: z.ZodString;
|
|
1456
1674
|
cacheScope: z.ZodEnum<{
|
|
@@ -1482,8 +1700,8 @@ export declare const spaceFilesResponseSchema: z.ZodObject<{
|
|
|
1482
1700
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1483
1701
|
kind: z.ZodLiteral<"image">;
|
|
1484
1702
|
status: z.ZodEnum<{
|
|
1485
|
-
pending: "pending";
|
|
1486
1703
|
ready: "ready";
|
|
1704
|
+
pending: "pending";
|
|
1487
1705
|
}>;
|
|
1488
1706
|
key: z.ZodString;
|
|
1489
1707
|
cacheScope: z.ZodEnum<{
|
|
@@ -1515,8 +1733,8 @@ export declare const spaceFilesResponseSchema: z.ZodObject<{
|
|
|
1515
1733
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1516
1734
|
kind: z.ZodLiteral<"image">;
|
|
1517
1735
|
status: z.ZodEnum<{
|
|
1518
|
-
pending: "pending";
|
|
1519
1736
|
ready: "ready";
|
|
1737
|
+
pending: "pending";
|
|
1520
1738
|
}>;
|
|
1521
1739
|
key: z.ZodString;
|
|
1522
1740
|
cacheScope: z.ZodEnum<{
|
|
@@ -1548,8 +1766,8 @@ export declare const spaceFilesResponseSchema: z.ZodObject<{
|
|
|
1548
1766
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1549
1767
|
kind: z.ZodLiteral<"image">;
|
|
1550
1768
|
status: z.ZodEnum<{
|
|
1551
|
-
pending: "pending";
|
|
1552
1769
|
ready: "ready";
|
|
1770
|
+
pending: "pending";
|
|
1553
1771
|
}>;
|
|
1554
1772
|
key: z.ZodString;
|
|
1555
1773
|
cacheScope: z.ZodEnum<{
|
|
@@ -1580,8 +1798,8 @@ export declare const spaceVersionFileResponseSchema: z.ZodObject<{
|
|
|
1580
1798
|
contentType: z.ZodNullable<z.ZodString>;
|
|
1581
1799
|
sha256: z.ZodNullable<z.ZodString>;
|
|
1582
1800
|
encoding: z.ZodEnum<{
|
|
1583
|
-
utf8: "utf8";
|
|
1584
1801
|
base64: "base64";
|
|
1802
|
+
utf8: "utf8";
|
|
1585
1803
|
}>;
|
|
1586
1804
|
content: z.ZodString;
|
|
1587
1805
|
truncated: z.ZodBoolean;
|
|
@@ -1627,9 +1845,9 @@ export declare const spaceVersionConventionArtifactPathSchema: z.ZodEnum<{
|
|
|
1627
1845
|
_headers: "_headers";
|
|
1628
1846
|
}>;
|
|
1629
1847
|
export declare const spaceVersionConventionArtifactSourceSchema: z.ZodEnum<{
|
|
1630
|
-
inherited: "inherited";
|
|
1631
1848
|
uploaded: "uploaded";
|
|
1632
1849
|
override: "override";
|
|
1850
|
+
inherited: "inherited";
|
|
1633
1851
|
generated: "generated";
|
|
1634
1852
|
missing: "missing";
|
|
1635
1853
|
}>;
|
|
@@ -1643,9 +1861,9 @@ export declare const spaceVersionConventionArtifactMetadataSchema: z.ZodObject<{
|
|
|
1643
1861
|
_headers: "_headers";
|
|
1644
1862
|
}>;
|
|
1645
1863
|
source: z.ZodEnum<{
|
|
1646
|
-
inherited: "inherited";
|
|
1647
1864
|
uploaded: "uploaded";
|
|
1648
1865
|
override: "override";
|
|
1866
|
+
inherited: "inherited";
|
|
1649
1867
|
generated: "generated";
|
|
1650
1868
|
missing: "missing";
|
|
1651
1869
|
}>;
|
|
@@ -1669,9 +1887,9 @@ export declare const spaceVersionConventionArtifactsResponseSchema: z.ZodObject<
|
|
|
1669
1887
|
_headers: "_headers";
|
|
1670
1888
|
}>;
|
|
1671
1889
|
source: z.ZodEnum<{
|
|
1672
|
-
inherited: "inherited";
|
|
1673
1890
|
uploaded: "uploaded";
|
|
1674
1891
|
override: "override";
|
|
1892
|
+
inherited: "inherited";
|
|
1675
1893
|
generated: "generated";
|
|
1676
1894
|
missing: "missing";
|
|
1677
1895
|
}>;
|
|
@@ -1704,9 +1922,9 @@ export declare const spaceVersionConventionArtifactContentResponseSchema: z.ZodO
|
|
|
1704
1922
|
_headers: "_headers";
|
|
1705
1923
|
}>;
|
|
1706
1924
|
source: z.ZodEnum<{
|
|
1707
|
-
inherited: "inherited";
|
|
1708
1925
|
uploaded: "uploaded";
|
|
1709
1926
|
override: "override";
|
|
1927
|
+
inherited: "inherited";
|
|
1710
1928
|
generated: "generated";
|
|
1711
1929
|
missing: "missing";
|
|
1712
1930
|
}>;
|
|
@@ -1718,8 +1936,8 @@ export declare const spaceVersionConventionArtifactContentResponseSchema: z.ZodO
|
|
|
1718
1936
|
warningCount: z.ZodNumber;
|
|
1719
1937
|
errorCount: z.ZodNumber;
|
|
1720
1938
|
encoding: z.ZodEnum<{
|
|
1721
|
-
utf8: "utf8";
|
|
1722
1939
|
base64: "base64";
|
|
1940
|
+
utf8: "utf8";
|
|
1723
1941
|
}>;
|
|
1724
1942
|
content: z.ZodString;
|
|
1725
1943
|
truncated: z.ZodBoolean;
|
|
@@ -1751,9 +1969,9 @@ export declare const spaceVersionComputedRoutingSummarySchema: z.ZodObject<{
|
|
|
1751
1969
|
_headers: "_headers";
|
|
1752
1970
|
}>;
|
|
1753
1971
|
source: z.ZodEnum<{
|
|
1754
|
-
inherited: "inherited";
|
|
1755
1972
|
uploaded: "uploaded";
|
|
1756
1973
|
override: "override";
|
|
1974
|
+
inherited: "inherited";
|
|
1757
1975
|
generated: "generated";
|
|
1758
1976
|
missing: "missing";
|
|
1759
1977
|
}>;
|
|
@@ -1790,24 +2008,24 @@ export declare const spaceVersionComputedRoutingSummarySchema: z.ZodObject<{
|
|
|
1790
2008
|
}, z.core.$strip>>;
|
|
1791
2009
|
}, z.core.$strip>;
|
|
1792
2010
|
export declare const spaceVersionFileDiffStatusSchema: z.ZodEnum<{
|
|
2011
|
+
deleted: "deleted";
|
|
2012
|
+
binary: "binary";
|
|
1793
2013
|
added: "added";
|
|
1794
2014
|
modified: "modified";
|
|
1795
|
-
deleted: "deleted";
|
|
1796
2015
|
renamed: "renamed";
|
|
1797
2016
|
unchanged: "unchanged";
|
|
1798
|
-
binary: "binary";
|
|
1799
2017
|
too_large: "too_large";
|
|
1800
2018
|
}>;
|
|
1801
2019
|
export declare const spaceVersionFileDiffEntrySchema: z.ZodObject<{
|
|
1802
2020
|
path: z.ZodString;
|
|
1803
2021
|
oldPath: z.ZodNullable<z.ZodString>;
|
|
1804
2022
|
status: z.ZodEnum<{
|
|
2023
|
+
deleted: "deleted";
|
|
2024
|
+
binary: "binary";
|
|
1805
2025
|
added: "added";
|
|
1806
2026
|
modified: "modified";
|
|
1807
|
-
deleted: "deleted";
|
|
1808
2027
|
renamed: "renamed";
|
|
1809
2028
|
unchanged: "unchanged";
|
|
1810
|
-
binary: "binary";
|
|
1811
2029
|
too_large: "too_large";
|
|
1812
2030
|
}>;
|
|
1813
2031
|
before: z.ZodNullable<z.ZodObject<{
|
|
@@ -1820,8 +2038,8 @@ export declare const spaceVersionFileDiffEntrySchema: z.ZodObject<{
|
|
|
1820
2038
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1821
2039
|
kind: z.ZodLiteral<"image">;
|
|
1822
2040
|
status: z.ZodEnum<{
|
|
1823
|
-
pending: "pending";
|
|
1824
2041
|
ready: "ready";
|
|
2042
|
+
pending: "pending";
|
|
1825
2043
|
}>;
|
|
1826
2044
|
key: z.ZodString;
|
|
1827
2045
|
cacheScope: z.ZodEnum<{
|
|
@@ -1843,8 +2061,8 @@ export declare const spaceVersionFileDiffEntrySchema: z.ZodObject<{
|
|
|
1843
2061
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1844
2062
|
kind: z.ZodLiteral<"image">;
|
|
1845
2063
|
status: z.ZodEnum<{
|
|
1846
|
-
pending: "pending";
|
|
1847
2064
|
ready: "ready";
|
|
2065
|
+
pending: "pending";
|
|
1848
2066
|
}>;
|
|
1849
2067
|
key: z.ZodString;
|
|
1850
2068
|
cacheScope: z.ZodEnum<{
|
|
@@ -1872,12 +2090,12 @@ export declare const spaceVersionFileDiffResponseSchema: z.ZodObject<{
|
|
|
1872
2090
|
path: z.ZodString;
|
|
1873
2091
|
oldPath: z.ZodNullable<z.ZodString>;
|
|
1874
2092
|
status: z.ZodEnum<{
|
|
2093
|
+
deleted: "deleted";
|
|
2094
|
+
binary: "binary";
|
|
1875
2095
|
added: "added";
|
|
1876
2096
|
modified: "modified";
|
|
1877
|
-
deleted: "deleted";
|
|
1878
2097
|
renamed: "renamed";
|
|
1879
2098
|
unchanged: "unchanged";
|
|
1880
|
-
binary: "binary";
|
|
1881
2099
|
too_large: "too_large";
|
|
1882
2100
|
}>;
|
|
1883
2101
|
before: z.ZodNullable<z.ZodObject<{
|
|
@@ -1890,8 +2108,8 @@ export declare const spaceVersionFileDiffResponseSchema: z.ZodObject<{
|
|
|
1890
2108
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1891
2109
|
kind: z.ZodLiteral<"image">;
|
|
1892
2110
|
status: z.ZodEnum<{
|
|
1893
|
-
pending: "pending";
|
|
1894
2111
|
ready: "ready";
|
|
2112
|
+
pending: "pending";
|
|
1895
2113
|
}>;
|
|
1896
2114
|
key: z.ZodString;
|
|
1897
2115
|
cacheScope: z.ZodEnum<{
|
|
@@ -1913,8 +2131,8 @@ export declare const spaceVersionFileDiffResponseSchema: z.ZodObject<{
|
|
|
1913
2131
|
generatedPreview: z.ZodNullable<z.ZodObject<{
|
|
1914
2132
|
kind: z.ZodLiteral<"image">;
|
|
1915
2133
|
status: z.ZodEnum<{
|
|
1916
|
-
pending: "pending";
|
|
1917
2134
|
ready: "ready";
|
|
2135
|
+
pending: "pending";
|
|
1918
2136
|
}>;
|
|
1919
2137
|
key: z.ZodString;
|
|
1920
2138
|
cacheScope: z.ZodEnum<{
|
|
@@ -1980,16 +2198,16 @@ export declare const spaceVersionIntentResponseSchema: z.ZodObject<{
|
|
|
1980
2198
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1981
2199
|
code: z.ZodString;
|
|
1982
2200
|
severity: z.ZodEnum<{
|
|
2201
|
+
info: "info";
|
|
1983
2202
|
warning: "warning";
|
|
1984
2203
|
error: "error";
|
|
1985
|
-
info: "info";
|
|
1986
2204
|
}>;
|
|
1987
2205
|
message: z.ZodString;
|
|
1988
2206
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1989
2207
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2208
|
+
registrar: "registrar";
|
|
1990
2209
|
wpcloud: "wpcloud";
|
|
1991
2210
|
dns: "dns";
|
|
1992
|
-
registrar: "registrar";
|
|
1993
2211
|
runtime: "runtime";
|
|
1994
2212
|
}>>>;
|
|
1995
2213
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -2021,12 +2239,12 @@ export declare const publishRequestSchema: z.ZodObject<{
|
|
|
2021
2239
|
deletePaths: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2022
2240
|
source: z.ZodOptional<z.ZodObject<{
|
|
2023
2241
|
kind: z.ZodEnum<{
|
|
2242
|
+
api: "api";
|
|
2243
|
+
dashboard: "dashboard";
|
|
2024
2244
|
build: "build";
|
|
2025
2245
|
agent: "agent";
|
|
2026
2246
|
direct_upload: "direct_upload";
|
|
2027
2247
|
cli: "cli";
|
|
2028
|
-
dashboard: "dashboard";
|
|
2029
|
-
api: "api";
|
|
2030
2248
|
git: "git";
|
|
2031
2249
|
import: "import";
|
|
2032
2250
|
variable_update: "variable_update";
|
|
@@ -2069,6 +2287,7 @@ export declare const publishRequestSchema: z.ZodObject<{
|
|
|
2069
2287
|
path: z.ZodString;
|
|
2070
2288
|
status: z.ZodNumber;
|
|
2071
2289
|
}, z.core.$strip>]>>;
|
|
2290
|
+
cleanUrls: z.ZodOptional<z.ZodBoolean>;
|
|
2072
2291
|
listing: z.ZodOptional<z.ZodBoolean>;
|
|
2073
2292
|
meta: z.ZodOptional<z.ZodObject<{
|
|
2074
2293
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -2101,6 +2320,7 @@ export declare const publishRequestSchema: z.ZodObject<{
|
|
|
2101
2320
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2102
2321
|
}, z.core.$strip>>>;
|
|
2103
2322
|
}, z.core.$strip>>;
|
|
2323
|
+
requireReview: z.ZodOptional<z.ZodBoolean>;
|
|
2104
2324
|
}, z.core.$strip>>;
|
|
2105
2325
|
}, z.core.$strip>>;
|
|
2106
2326
|
templates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2127,6 +2347,15 @@ export declare const publishRequestSchema: z.ZodObject<{
|
|
|
2127
2347
|
}, z.core.$strip>>>;
|
|
2128
2348
|
}, z.core.$strip>>;
|
|
2129
2349
|
}, z.core.$strip>>;
|
|
2350
|
+
pages: z.ZodOptional<z.ZodObject<{
|
|
2351
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
2352
|
+
accent: z.ZodOptional<z.ZodString>;
|
|
2353
|
+
background: z.ZodOptional<z.ZodString>;
|
|
2354
|
+
logo: z.ZodOptional<z.ZodString>;
|
|
2355
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2356
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
2357
|
+
}, z.core.$strip>>;
|
|
2358
|
+
}, z.core.$strip>>;
|
|
2130
2359
|
build: z.ZodOptional<z.ZodObject<{
|
|
2131
2360
|
rootDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2132
2361
|
installDirectory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2139,6 +2368,15 @@ export declare const publishRequestSchema: z.ZodObject<{
|
|
|
2139
2368
|
allowUnsupportedPlatformFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
2140
2369
|
timeoutSeconds: z.ZodOptional<z.ZodNumber>;
|
|
2141
2370
|
}, z.core.$strict>>;
|
|
2371
|
+
placement: z.ZodOptional<z.ZodObject<{
|
|
2372
|
+
region: z.ZodOptional<z.ZodString>;
|
|
2373
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
2374
|
+
shared: "shared";
|
|
2375
|
+
dedicated: "dedicated";
|
|
2376
|
+
}>>;
|
|
2377
|
+
burstable: z.ZodOptional<z.ZodBoolean>;
|
|
2378
|
+
}, z.core.$strict>>;
|
|
2379
|
+
markdownNegotiation: z.ZodOptional<z.ZodBoolean>;
|
|
2142
2380
|
experimental_gutenberg: z.ZodOptional<z.ZodBoolean>;
|
|
2143
2381
|
inject: z.ZodOptional<z.ZodObject<{
|
|
2144
2382
|
head: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2193,16 +2431,16 @@ export declare const publishUploadReceiptSchema: z.ZodObject<{
|
|
|
2193
2431
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2194
2432
|
code: z.ZodString;
|
|
2195
2433
|
severity: z.ZodEnum<{
|
|
2434
|
+
info: "info";
|
|
2196
2435
|
warning: "warning";
|
|
2197
2436
|
error: "error";
|
|
2198
|
-
info: "info";
|
|
2199
2437
|
}>;
|
|
2200
2438
|
message: z.ZodString;
|
|
2201
2439
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2202
2440
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2441
|
+
registrar: "registrar";
|
|
2203
2442
|
wpcloud: "wpcloud";
|
|
2204
2443
|
dns: "dns";
|
|
2205
|
-
registrar: "registrar";
|
|
2206
2444
|
runtime: "runtime";
|
|
2207
2445
|
}>>>;
|
|
2208
2446
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -2223,7 +2461,6 @@ export declare const publishReceiptVersionSchema: z.ZodObject<{
|
|
|
2223
2461
|
status: z.ZodEnum<{
|
|
2224
2462
|
failed: "failed";
|
|
2225
2463
|
canceled: "canceled";
|
|
2226
|
-
ready: "ready";
|
|
2227
2464
|
expired: "expired";
|
|
2228
2465
|
building: "building";
|
|
2229
2466
|
prepared: "prepared";
|
|
@@ -2231,6 +2468,7 @@ export declare const publishReceiptVersionSchema: z.ZodObject<{
|
|
|
2231
2468
|
uploading: "uploading";
|
|
2232
2469
|
uploaded: "uploaded";
|
|
2233
2470
|
finalizing: "finalizing";
|
|
2471
|
+
ready: "ready";
|
|
2234
2472
|
}>;
|
|
2235
2473
|
immutableUrl: z.ZodString;
|
|
2236
2474
|
ref: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2250,7 +2488,6 @@ export declare const publishReceiptSchema: z.ZodObject<{
|
|
|
2250
2488
|
status: z.ZodEnum<{
|
|
2251
2489
|
failed: "failed";
|
|
2252
2490
|
canceled: "canceled";
|
|
2253
|
-
ready: "ready";
|
|
2254
2491
|
expired: "expired";
|
|
2255
2492
|
building: "building";
|
|
2256
2493
|
prepared: "prepared";
|
|
@@ -2258,6 +2495,7 @@ export declare const publishReceiptSchema: z.ZodObject<{
|
|
|
2258
2495
|
uploading: "uploading";
|
|
2259
2496
|
uploaded: "uploaded";
|
|
2260
2497
|
finalizing: "finalizing";
|
|
2498
|
+
ready: "ready";
|
|
2261
2499
|
}>;
|
|
2262
2500
|
immutableUrl: z.ZodString;
|
|
2263
2501
|
ref: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2269,10 +2507,10 @@ export declare const publishReceiptSchema: z.ZodObject<{
|
|
|
2269
2507
|
kind: z.ZodString;
|
|
2270
2508
|
status: z.ZodEnum<{
|
|
2271
2509
|
failed: "failed";
|
|
2510
|
+
canceled: "canceled";
|
|
2272
2511
|
queued: "queued";
|
|
2273
2512
|
running: "running";
|
|
2274
2513
|
succeeded: "succeeded";
|
|
2275
|
-
canceled: "canceled";
|
|
2276
2514
|
}>;
|
|
2277
2515
|
resources: z.ZodArray<z.ZodObject<{
|
|
2278
2516
|
type: z.ZodString;
|
|
@@ -2286,16 +2524,16 @@ export declare const publishReceiptSchema: z.ZodObject<{
|
|
|
2286
2524
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2287
2525
|
code: z.ZodString;
|
|
2288
2526
|
severity: z.ZodEnum<{
|
|
2527
|
+
info: "info";
|
|
2289
2528
|
warning: "warning";
|
|
2290
2529
|
error: "error";
|
|
2291
|
-
info: "info";
|
|
2292
2530
|
}>;
|
|
2293
2531
|
message: z.ZodString;
|
|
2294
2532
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2295
2533
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2534
|
+
registrar: "registrar";
|
|
2296
2535
|
wpcloud: "wpcloud";
|
|
2297
2536
|
dns: "dns";
|
|
2298
|
-
registrar: "registrar";
|
|
2299
2537
|
runtime: "runtime";
|
|
2300
2538
|
}>>>;
|
|
2301
2539
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -2351,16 +2589,16 @@ export declare const publishReceiptSchema: z.ZodObject<{
|
|
|
2351
2589
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2352
2590
|
code: z.ZodString;
|
|
2353
2591
|
severity: z.ZodEnum<{
|
|
2592
|
+
info: "info";
|
|
2354
2593
|
warning: "warning";
|
|
2355
2594
|
error: "error";
|
|
2356
|
-
info: "info";
|
|
2357
2595
|
}>;
|
|
2358
2596
|
message: z.ZodString;
|
|
2359
2597
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2360
2598
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2599
|
+
registrar: "registrar";
|
|
2361
2600
|
wpcloud: "wpcloud";
|
|
2362
2601
|
dns: "dns";
|
|
2363
|
-
registrar: "registrar";
|
|
2364
2602
|
runtime: "runtime";
|
|
2365
2603
|
}>>>;
|
|
2366
2604
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -2377,16 +2615,16 @@ export declare const publishReceiptSchema: z.ZodObject<{
|
|
|
2377
2615
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2378
2616
|
code: z.ZodString;
|
|
2379
2617
|
severity: z.ZodEnum<{
|
|
2618
|
+
info: "info";
|
|
2380
2619
|
warning: "warning";
|
|
2381
2620
|
error: "error";
|
|
2382
|
-
info: "info";
|
|
2383
2621
|
}>;
|
|
2384
2622
|
message: z.ZodString;
|
|
2385
2623
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2386
2624
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2625
|
+
registrar: "registrar";
|
|
2387
2626
|
wpcloud: "wpcloud";
|
|
2388
2627
|
dns: "dns";
|
|
2389
|
-
registrar: "registrar";
|
|
2390
2628
|
runtime: "runtime";
|
|
2391
2629
|
}>>>;
|
|
2392
2630
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -2450,83 +2688,16 @@ export declare const spaceVersionResumeResponseSchema: z.ZodObject<{
|
|
|
2450
2688
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2451
2689
|
code: z.ZodString;
|
|
2452
2690
|
severity: z.ZodEnum<{
|
|
2453
|
-
warning: "warning";
|
|
2454
|
-
error: "error";
|
|
2455
2691
|
info: "info";
|
|
2456
|
-
}>;
|
|
2457
|
-
message: z.ZodString;
|
|
2458
|
-
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2459
|
-
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2460
|
-
wpcloud: "wpcloud";
|
|
2461
|
-
dns: "dns";
|
|
2462
|
-
registrar: "registrar";
|
|
2463
|
-
runtime: "runtime";
|
|
2464
|
-
}>>>;
|
|
2465
|
-
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
2466
|
-
fix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2467
|
-
retryable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2468
|
-
}, z.core.$strip>>>;
|
|
2469
|
-
}, z.core.$strip>>;
|
|
2470
|
-
}, z.core.$strip>>;
|
|
2471
|
-
ignoredPaths: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2472
|
-
}, z.core.$strip>;
|
|
2473
|
-
export declare const spaceVersionRefreshResponseSchema: z.ZodObject<{
|
|
2474
|
-
versionId: z.ZodString;
|
|
2475
|
-
upload: z.ZodNullable<z.ZodObject<{
|
|
2476
|
-
id: z.ZodString;
|
|
2477
|
-
mode: z.ZodEnum<{
|
|
2478
|
-
source: "source";
|
|
2479
|
-
dist: "dist";
|
|
2480
|
-
}>;
|
|
2481
|
-
expiresAt: z.ZodString;
|
|
2482
|
-
summary: z.ZodObject<{
|
|
2483
|
-
upload: z.ZodNumber;
|
|
2484
|
-
reused: z.ZodNumber;
|
|
2485
|
-
ignored: z.ZodNumber;
|
|
2486
|
-
}, z.core.$strip>;
|
|
2487
|
-
targets: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
2488
|
-
path: z.ZodString;
|
|
2489
|
-
method: z.ZodEnum<{
|
|
2490
|
-
PUT: "PUT";
|
|
2491
|
-
POST: "POST";
|
|
2492
|
-
}>;
|
|
2493
|
-
url: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
2494
|
-
headers: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2495
|
-
body: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2496
|
-
kind: z.ZodLiteral<"url">;
|
|
2497
|
-
url: z.ZodString;
|
|
2498
|
-
}, z.core.$strip>], "kind">>;
|
|
2499
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
2500
|
-
maxBytes: z.ZodOptional<z.ZodNumber>;
|
|
2501
|
-
sha256: z.ZodOptional<z.ZodString>;
|
|
2502
|
-
contentType: z.ZodOptional<z.ZodString>;
|
|
2503
|
-
}, z.core.$strip>>>;
|
|
2504
|
-
links: z.ZodObject<{
|
|
2505
|
-
resume: z.ZodString;
|
|
2506
|
-
finalize: z.ZodString;
|
|
2507
|
-
}, z.core.$strip>;
|
|
2508
|
-
details: z.ZodOptional<z.ZodObject<{
|
|
2509
|
-
reused: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2510
|
-
path: z.ZodString;
|
|
2511
|
-
reason: z.ZodString;
|
|
2512
|
-
}, z.core.$strip>>>;
|
|
2513
|
-
ignored: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2514
|
-
path: z.ZodString;
|
|
2515
|
-
reason: z.ZodString;
|
|
2516
|
-
}, z.core.$strip>>>;
|
|
2517
|
-
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2518
|
-
code: z.ZodString;
|
|
2519
|
-
severity: z.ZodEnum<{
|
|
2520
2692
|
warning: "warning";
|
|
2521
2693
|
error: "error";
|
|
2522
|
-
info: "info";
|
|
2523
2694
|
}>;
|
|
2524
2695
|
message: z.ZodString;
|
|
2525
2696
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2526
2697
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2698
|
+
registrar: "registrar";
|
|
2527
2699
|
wpcloud: "wpcloud";
|
|
2528
2700
|
dns: "dns";
|
|
2529
|
-
registrar: "registrar";
|
|
2530
2701
|
runtime: "runtime";
|
|
2531
2702
|
}>>>;
|
|
2532
2703
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -2555,8 +2726,8 @@ export declare const spaceRuntimeStatusSchema: z.ZodObject<{
|
|
|
2555
2726
|
pendingVersionId: z.ZodNullable<z.ZodString>;
|
|
2556
2727
|
liveUrl: z.ZodNullable<z.ZodString>;
|
|
2557
2728
|
runtimeState: z.ZodEnum<{
|
|
2558
|
-
provisioning: "provisioning";
|
|
2559
2729
|
active: "active";
|
|
2730
|
+
provisioning: "provisioning";
|
|
2560
2731
|
updating: "updating";
|
|
2561
2732
|
moving: "moving";
|
|
2562
2733
|
deleting: "deleting";
|
|
@@ -2565,7 +2736,6 @@ export declare const spaceRuntimeStatusSchema: z.ZodObject<{
|
|
|
2565
2736
|
liveVersionStatus: z.ZodNullable<z.ZodEnum<{
|
|
2566
2737
|
failed: "failed";
|
|
2567
2738
|
canceled: "canceled";
|
|
2568
|
-
ready: "ready";
|
|
2569
2739
|
expired: "expired";
|
|
2570
2740
|
building: "building";
|
|
2571
2741
|
prepared: "prepared";
|
|
@@ -2573,10 +2743,11 @@ export declare const spaceRuntimeStatusSchema: z.ZodObject<{
|
|
|
2573
2743
|
uploading: "uploading";
|
|
2574
2744
|
uploaded: "uploaded";
|
|
2575
2745
|
finalizing: "finalizing";
|
|
2746
|
+
ready: "ready";
|
|
2576
2747
|
}>>;
|
|
2577
2748
|
liveRuntimeKind: z.ZodNullable<z.ZodEnum<{
|
|
2578
|
-
static: "static";
|
|
2579
2749
|
zero: "zero";
|
|
2750
|
+
static: "static";
|
|
2580
2751
|
php: "php";
|
|
2581
2752
|
node: "node";
|
|
2582
2753
|
workers: "workers";
|
|
@@ -2584,7 +2755,6 @@ export declare const spaceRuntimeStatusSchema: z.ZodObject<{
|
|
|
2584
2755
|
pendingVersionStatus: z.ZodNullable<z.ZodEnum<{
|
|
2585
2756
|
failed: "failed";
|
|
2586
2757
|
canceled: "canceled";
|
|
2587
|
-
ready: "ready";
|
|
2588
2758
|
expired: "expired";
|
|
2589
2759
|
building: "building";
|
|
2590
2760
|
prepared: "prepared";
|
|
@@ -2592,16 +2762,17 @@ export declare const spaceRuntimeStatusSchema: z.ZodObject<{
|
|
|
2592
2762
|
uploading: "uploading";
|
|
2593
2763
|
uploaded: "uploaded";
|
|
2594
2764
|
finalizing: "finalizing";
|
|
2765
|
+
ready: "ready";
|
|
2595
2766
|
}>>;
|
|
2596
2767
|
operation: z.ZodNullable<z.ZodObject<{
|
|
2597
2768
|
id: z.ZodString;
|
|
2598
2769
|
kind: z.ZodString;
|
|
2599
2770
|
status: z.ZodEnum<{
|
|
2600
2771
|
failed: "failed";
|
|
2772
|
+
canceled: "canceled";
|
|
2601
2773
|
queued: "queued";
|
|
2602
2774
|
running: "running";
|
|
2603
2775
|
succeeded: "succeeded";
|
|
2604
|
-
canceled: "canceled";
|
|
2605
2776
|
}>;
|
|
2606
2777
|
resources: z.ZodArray<z.ZodObject<{
|
|
2607
2778
|
type: z.ZodString;
|
|
@@ -2615,16 +2786,16 @@ export declare const spaceRuntimeStatusSchema: z.ZodObject<{
|
|
|
2615
2786
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2616
2787
|
code: z.ZodString;
|
|
2617
2788
|
severity: z.ZodEnum<{
|
|
2789
|
+
info: "info";
|
|
2618
2790
|
warning: "warning";
|
|
2619
2791
|
error: "error";
|
|
2620
|
-
info: "info";
|
|
2621
2792
|
}>;
|
|
2622
2793
|
message: z.ZodString;
|
|
2623
2794
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2624
2795
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2796
|
+
registrar: "registrar";
|
|
2625
2797
|
wpcloud: "wpcloud";
|
|
2626
2798
|
dns: "dns";
|
|
2627
|
-
registrar: "registrar";
|
|
2628
2799
|
runtime: "runtime";
|
|
2629
2800
|
}>>>;
|
|
2630
2801
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -2665,10 +2836,10 @@ export declare const spaceChannelListResponseSchema: z.ZodObject<{
|
|
|
2665
2836
|
}, z.core.$strip>;
|
|
2666
2837
|
export declare const spaceApplyChangeBaseSchema: z.ZodObject<{
|
|
2667
2838
|
kind: z.ZodEnum<{
|
|
2668
|
-
password: "password";
|
|
2669
|
-
variable: "variable";
|
|
2670
2839
|
routing: "routing";
|
|
2840
|
+
password: "password";
|
|
2671
2841
|
settings: "settings";
|
|
2842
|
+
variable: "variable";
|
|
2672
2843
|
}>;
|
|
2673
2844
|
name: z.ZodString;
|
|
2674
2845
|
label: z.ZodString;
|
|
@@ -2679,10 +2850,10 @@ export declare const spaceApplyModeSchema: z.ZodEnum<{
|
|
|
2679
2850
|
}>;
|
|
2680
2851
|
export declare const spaceApplyChangeSchema: z.ZodObject<{
|
|
2681
2852
|
kind: z.ZodEnum<{
|
|
2682
|
-
password: "password";
|
|
2683
|
-
variable: "variable";
|
|
2684
2853
|
routing: "routing";
|
|
2854
|
+
password: "password";
|
|
2685
2855
|
settings: "settings";
|
|
2856
|
+
variable: "variable";
|
|
2686
2857
|
}>;
|
|
2687
2858
|
name: z.ZodString;
|
|
2688
2859
|
label: z.ZodString;
|
|
@@ -2699,9 +2870,9 @@ export declare const spaceApplyChangeSchema: z.ZodObject<{
|
|
|
2699
2870
|
}, z.core.$strip>;
|
|
2700
2871
|
export declare const spaceApplyStateSchema: z.ZodObject<{
|
|
2701
2872
|
status: z.ZodEnum<{
|
|
2873
|
+
live: "live";
|
|
2702
2874
|
failed: "failed";
|
|
2703
2875
|
pending: "pending";
|
|
2704
|
-
live: "live";
|
|
2705
2876
|
applying: "applying";
|
|
2706
2877
|
}>;
|
|
2707
2878
|
desiredRevision: z.ZodNullable<z.ZodString>;
|
|
@@ -2709,10 +2880,10 @@ export declare const spaceApplyStateSchema: z.ZodObject<{
|
|
|
2709
2880
|
pendingChangeCount: z.ZodNumber;
|
|
2710
2881
|
changes: z.ZodArray<z.ZodObject<{
|
|
2711
2882
|
kind: z.ZodEnum<{
|
|
2712
|
-
password: "password";
|
|
2713
|
-
variable: "variable";
|
|
2714
2883
|
routing: "routing";
|
|
2884
|
+
password: "password";
|
|
2715
2885
|
settings: "settings";
|
|
2886
|
+
variable: "variable";
|
|
2716
2887
|
}>;
|
|
2717
2888
|
name: z.ZodString;
|
|
2718
2889
|
label: z.ZodString;
|
|
@@ -2732,10 +2903,10 @@ export declare const spaceApplyStateSchema: z.ZodObject<{
|
|
|
2732
2903
|
kind: z.ZodString;
|
|
2733
2904
|
status: z.ZodEnum<{
|
|
2734
2905
|
failed: "failed";
|
|
2906
|
+
canceled: "canceled";
|
|
2735
2907
|
queued: "queued";
|
|
2736
2908
|
running: "running";
|
|
2737
2909
|
succeeded: "succeeded";
|
|
2738
|
-
canceled: "canceled";
|
|
2739
2910
|
}>;
|
|
2740
2911
|
resources: z.ZodArray<z.ZodObject<{
|
|
2741
2912
|
type: z.ZodString;
|
|
@@ -2749,16 +2920,16 @@ export declare const spaceApplyStateSchema: z.ZodObject<{
|
|
|
2749
2920
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2750
2921
|
code: z.ZodString;
|
|
2751
2922
|
severity: z.ZodEnum<{
|
|
2923
|
+
info: "info";
|
|
2752
2924
|
warning: "warning";
|
|
2753
2925
|
error: "error";
|
|
2754
|
-
info: "info";
|
|
2755
2926
|
}>;
|
|
2756
2927
|
message: z.ZodString;
|
|
2757
2928
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2758
2929
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2930
|
+
registrar: "registrar";
|
|
2759
2931
|
wpcloud: "wpcloud";
|
|
2760
2932
|
dns: "dns";
|
|
2761
|
-
registrar: "registrar";
|
|
2762
2933
|
runtime: "runtime";
|
|
2763
2934
|
}>>>;
|
|
2764
2935
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -2775,9 +2946,9 @@ export declare const spaceApplyResponseSchema: z.ZodObject<{
|
|
|
2775
2946
|
applied: z.ZodBoolean;
|
|
2776
2947
|
applyState: z.ZodObject<{
|
|
2777
2948
|
status: z.ZodEnum<{
|
|
2949
|
+
live: "live";
|
|
2778
2950
|
failed: "failed";
|
|
2779
2951
|
pending: "pending";
|
|
2780
|
-
live: "live";
|
|
2781
2952
|
applying: "applying";
|
|
2782
2953
|
}>;
|
|
2783
2954
|
desiredRevision: z.ZodNullable<z.ZodString>;
|
|
@@ -2785,10 +2956,10 @@ export declare const spaceApplyResponseSchema: z.ZodObject<{
|
|
|
2785
2956
|
pendingChangeCount: z.ZodNumber;
|
|
2786
2957
|
changes: z.ZodArray<z.ZodObject<{
|
|
2787
2958
|
kind: z.ZodEnum<{
|
|
2788
|
-
password: "password";
|
|
2789
|
-
variable: "variable";
|
|
2790
2959
|
routing: "routing";
|
|
2960
|
+
password: "password";
|
|
2791
2961
|
settings: "settings";
|
|
2962
|
+
variable: "variable";
|
|
2792
2963
|
}>;
|
|
2793
2964
|
name: z.ZodString;
|
|
2794
2965
|
label: z.ZodString;
|
|
@@ -2808,10 +2979,10 @@ export declare const spaceApplyResponseSchema: z.ZodObject<{
|
|
|
2808
2979
|
kind: z.ZodString;
|
|
2809
2980
|
status: z.ZodEnum<{
|
|
2810
2981
|
failed: "failed";
|
|
2982
|
+
canceled: "canceled";
|
|
2811
2983
|
queued: "queued";
|
|
2812
2984
|
running: "running";
|
|
2813
2985
|
succeeded: "succeeded";
|
|
2814
|
-
canceled: "canceled";
|
|
2815
2986
|
}>;
|
|
2816
2987
|
resources: z.ZodArray<z.ZodObject<{
|
|
2817
2988
|
type: z.ZodString;
|
|
@@ -2825,16 +2996,16 @@ export declare const spaceApplyResponseSchema: z.ZodObject<{
|
|
|
2825
2996
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2826
2997
|
code: z.ZodString;
|
|
2827
2998
|
severity: z.ZodEnum<{
|
|
2999
|
+
info: "info";
|
|
2828
3000
|
warning: "warning";
|
|
2829
3001
|
error: "error";
|
|
2830
|
-
info: "info";
|
|
2831
3002
|
}>;
|
|
2832
3003
|
message: z.ZodString;
|
|
2833
3004
|
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2834
3005
|
provider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3006
|
+
registrar: "registrar";
|
|
2835
3007
|
wpcloud: "wpcloud";
|
|
2836
3008
|
dns: "dns";
|
|
2837
|
-
registrar: "registrar";
|
|
2838
3009
|
runtime: "runtime";
|
|
2839
3010
|
}>>>;
|
|
2840
3011
|
details: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|