@spacefast/common 0.0.12 → 0.0.13
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/contracts/access.d.ts +386 -1201
- package/dist/contracts/access.js +240 -1057
- package/dist/contracts/activity.d.ts +1 -1
- package/dist/contracts/activity.js +6 -14
- package/dist/contracts/api-keys.d.ts +16 -0
- package/dist/contracts/api-keys.js +2 -0
- package/dist/contracts/archives.d.ts +1 -2
- package/dist/contracts/archives.js +4 -6
- package/dist/contracts/comments.d.ts +58 -85
- package/dist/contracts/comments.js +86 -67
- package/dist/contracts/countries.js +2 -7
- package/dist/contracts/data-source-routes.d.ts +20 -0
- package/dist/contracts/data-source-routes.js +15 -0
- package/dist/contracts/device-auth.d.ts +7 -3
- package/dist/contracts/enums.d.ts +2 -4
- package/dist/contracts/enums.js +3 -8
- package/dist/contracts/error-code-meta.d.ts +17 -20
- package/dist/contracts/error-code-meta.js +8 -5
- package/dist/contracts/error-codes.d.ts +1 -1
- package/dist/contracts/error-codes.js +4 -5
- package/dist/contracts/events.d.ts +13 -13
- package/dist/contracts/execution.d.ts +212 -0
- package/dist/contracts/execution.js +288 -0
- package/dist/contracts/feature-lifecycle.d.ts +21 -167
- package/dist/contracts/feature-lifecycle.js +27 -173
- package/dist/contracts/features.d.ts +13 -115
- package/dist/contracts/features.js +1 -31
- package/dist/contracts/functions.d.ts +729 -0
- package/dist/contracts/functions.js +485 -0
- package/dist/contracts/git.d.ts +1 -1
- package/dist/contracts/grants.d.ts +1158 -0
- package/dist/contracts/grants.js +696 -0
- package/dist/contracts/ids.d.ts +5 -3
- package/dist/contracts/ids.js +5 -3
- package/dist/contracts/mcp.d.ts +6 -6
- package/dist/contracts/oauth-resources.d.ts +5 -5
- package/dist/contracts/oauth-resources.js +1 -0
- package/dist/contracts/operations.d.ts +2 -2
- package/dist/contracts/pages.d.ts +6 -14
- package/dist/contracts/pages.js +6 -23
- package/dist/contracts/plan-policy.d.ts +1 -8
- package/dist/contracts/plan-policy.js +1 -4
- package/dist/contracts/platform.d.ts +78 -30
- package/dist/contracts/platform.js +59 -12
- package/dist/contracts/push-new.d.ts +26 -2
- package/dist/contracts/push-new.js +8 -0
- package/dist/contracts/quotas.d.ts +0 -1
- package/dist/contracts/quotas.js +0 -5
- package/dist/contracts/repository-connections.d.ts +1 -1
- package/dist/contracts/resources.d.ts +10 -66
- package/dist/contracts/resources.js +4 -10
- package/dist/contracts/runtime-api.d.ts +558 -265
- package/dist/contracts/runtime-api.js +178 -91
- package/dist/contracts/runtime-app.d.ts +138 -0
- package/dist/contracts/runtime-app.js +21 -0
- package/dist/contracts/sf-config-v1.d.ts +5 -0
- package/dist/contracts/sites.d.ts +5 -0
- package/dist/contracts/sites.js +12 -1
- package/dist/contracts/space-config.d.ts +46 -116
- package/dist/contracts/space-config.js +320 -24
- package/dist/contracts/spaces.d.ts +253 -158
- package/dist/contracts/spaces.js +68 -54
- package/dist/contracts/superadmin-emails.d.ts +2 -2
- package/dist/contracts/superadmin-spaces.d.ts +15 -130
- package/dist/contracts/superadmin-spaces.js +7 -0
- package/dist/contracts/tags.d.ts +23 -23
- package/dist/contracts/teams.d.ts +9 -9
- package/dist/contracts/transfers.d.ts +0 -1
- package/dist/contracts/zero.d.ts +195 -273
- package/dist/contracts/zero.js +78 -206
- package/dist/dashboard-paths/index.d.ts +2 -2
- package/dist/dashboard-paths/index.js +1 -0
- package/dist/docs/agent-prose.js +10 -8
- package/dist/docs/agent-setup.d.ts +2 -2
- package/dist/docs/agent-setup.js +11 -9
- package/dist/docs/agent-solutions.js +1 -1
- package/dist/docs/catalog.d.ts +28 -28
- package/dist/docs/catalog.js +29 -29
- package/dist/docs/error-docs.js +23 -27
- package/dist/utils/asset-fingerprint.d.ts +11 -0
- package/dist/utils/asset-fingerprint.js +46 -0
- package/dist/utils/auth-redirect.d.ts +1 -3
- package/dist/utils/auth-redirect.js +1 -21
- package/dist/utils/build-settings.d.ts +2 -0
- package/dist/utils/build-settings.js +61 -9
- package/dist/utils/credential-policy.d.ts +1 -1
- package/dist/utils/credential-policy.js +4 -0
- package/dist/utils/egress-policy.fixtures.json +1 -1
- package/dist/utils/grants.d.ts +53 -0
- package/dist/utils/grants.js +160 -0
- package/dist/utils/local-space-state.js +1 -0
- package/dist/utils/pages.d.ts +11 -5
- package/dist/utils/pages.js +19 -32
- package/dist/utils/publish-policy.d.ts +34 -4
- package/dist/utils/publish-policy.js +132 -61
- package/dist/utils/query-keys.d.ts +1 -6
- package/dist/utils/query-keys.js +1 -6
- package/dist/utils/space-config.d.ts +5 -1
- package/dist/utils/space-config.js +35 -0
- package/dist/utils/static-runtime-policy.d.ts +5 -0
- package/dist/utils/static-runtime-policy.js +54 -10
- package/dist/utils/upload-session.d.ts +3 -0
- package/dist/utils/upload-session.js +31 -0
- package/package.json +2 -1
- package/dist/utils/access-grant.d.ts +0 -14
- package/dist/utils/access-grant.js +0 -88
- package/dist/utils/access-match.d.ts +0 -46
- package/dist/utils/access-match.fixtures.json +0 -513
- package/dist/utils/access-match.js +0 -312
- package/dist/utils/access-verdict.fixtures.json +0 -421
- package/dist/utils/sf-config-v1.d.ts +0 -2
- package/dist/utils/sf-config-v1.fixtures.json +0 -9
- package/dist/utils/sf-config-v1.js +0 -551
|
@@ -17,12 +17,6 @@ export declare const runtimeVersionCreateRequestSchema: z.ZodObject<{
|
|
|
17
17
|
sourceUrl: z.ZodOptional<z.ZodString>;
|
|
18
18
|
}, z.core.$strip>>>;
|
|
19
19
|
reusable_version_id: z.ZodOptional<z.ZodString>;
|
|
20
|
-
session_mode: z.ZodDefault<z.ZodEnum<{
|
|
21
|
-
open: "open";
|
|
22
|
-
declared: "declared";
|
|
23
|
-
}>>;
|
|
24
|
-
max_total_bytes: z.ZodOptional<z.ZodNumber>;
|
|
25
|
-
max_file_count: z.ZodOptional<z.ZodNumber>;
|
|
26
20
|
manifest_hash: z.ZodOptional<z.ZodString>;
|
|
27
21
|
expires_at: z.ZodOptional<z.ZodString>;
|
|
28
22
|
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -41,7 +35,6 @@ export declare const runtimeUploadSessionDescriptorSchema: z.ZodObject<{
|
|
|
41
35
|
upload_id: z.ZodString;
|
|
42
36
|
space_id: z.ZodString;
|
|
43
37
|
version_id: z.ZodString;
|
|
44
|
-
session_mode: z.ZodLiteral<"declared">;
|
|
45
38
|
expires_at: z.ZodString;
|
|
46
39
|
manifest_hash: z.ZodOptional<z.ZodString>;
|
|
47
40
|
files: z.ZodArray<z.ZodObject<{
|
|
@@ -72,10 +65,6 @@ export declare const runtimeUploadSessionResponseSchema: z.ZodObject<{
|
|
|
72
65
|
space_id: z.ZodString;
|
|
73
66
|
version_id: z.ZodString;
|
|
74
67
|
upload_id: z.ZodString;
|
|
75
|
-
session_mode: z.ZodEnum<{
|
|
76
|
-
open: "open";
|
|
77
|
-
declared: "declared";
|
|
78
|
-
}>;
|
|
79
68
|
created_at: z.ZodNullable<z.ZodString>;
|
|
80
69
|
expires_at: z.ZodNullable<z.ZodString>;
|
|
81
70
|
manifest_hash: z.ZodNullable<z.ZodString>;
|
|
@@ -88,6 +77,114 @@ export declare const runtimeUploadSessionResponseSchema: z.ZodObject<{
|
|
|
88
77
|
pending_paths: z.ZodArray<z.ZodString>;
|
|
89
78
|
chunks: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodNumber>>;
|
|
90
79
|
}, z.core.$strip>;
|
|
80
|
+
export declare const visitorJwkSchema: z.ZodObject<{
|
|
81
|
+
kty: z.ZodLiteral<"OKP">;
|
|
82
|
+
crv: z.ZodLiteral<"Ed25519">;
|
|
83
|
+
kid: z.ZodString;
|
|
84
|
+
alg: z.ZodLiteral<"EdDSA">;
|
|
85
|
+
x: z.ZodString;
|
|
86
|
+
use: z.ZodOptional<z.ZodLiteral<"sig">>;
|
|
87
|
+
}, z.core.$strip>;
|
|
88
|
+
export declare const visitorJwksSchema: z.ZodObject<{
|
|
89
|
+
keys: z.ZodArray<z.ZodObject<{
|
|
90
|
+
kty: z.ZodLiteral<"OKP">;
|
|
91
|
+
crv: z.ZodLiteral<"Ed25519">;
|
|
92
|
+
kid: z.ZodString;
|
|
93
|
+
alg: z.ZodLiteral<"EdDSA">;
|
|
94
|
+
x: z.ZodString;
|
|
95
|
+
use: z.ZodOptional<z.ZodLiteral<"sig">>;
|
|
96
|
+
}, z.core.$strip>>;
|
|
97
|
+
}, z.core.$strip>;
|
|
98
|
+
export declare const runtimePublicExposureDescriptorSchema: z.ZodObject<{
|
|
99
|
+
v: z.ZodNumber;
|
|
100
|
+
public: z.ZodBoolean;
|
|
101
|
+
authorizationDigest: z.ZodString;
|
|
102
|
+
contentTypes: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
103
|
+
externalProxy: z.ZodBoolean;
|
|
104
|
+
unmodeled: z.ZodString;
|
|
105
|
+
}, z.core.$strip>;
|
|
106
|
+
export type RuntimePublicExposureDescriptor = z.infer<typeof runtimePublicExposureDescriptorSchema>;
|
|
107
|
+
export declare const runtimeAuthorizationProjectionSchema: z.ZodObject<{
|
|
108
|
+
generation: z.ZodNumber;
|
|
109
|
+
sessionVersion: z.ZodNumber;
|
|
110
|
+
fence: z.ZodEnum<{
|
|
111
|
+
none: "none";
|
|
112
|
+
ownership: "ownership";
|
|
113
|
+
exposure: "exposure";
|
|
114
|
+
}>;
|
|
115
|
+
acquireUrl: z.ZodString;
|
|
116
|
+
spaceClaimed: z.ZodBoolean;
|
|
117
|
+
grants: z.ZodArray<z.ZodObject<{
|
|
118
|
+
name: z.ZodOptional<z.ZodString>;
|
|
119
|
+
audience: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
120
|
+
kind: z.ZodLiteral<"public">;
|
|
121
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
122
|
+
kind: z.ZodLiteral<"team">;
|
|
123
|
+
teamId: z.ZodString;
|
|
124
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
125
|
+
kind: z.ZodLiteral<"person">;
|
|
126
|
+
personId: z.ZodString;
|
|
127
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
128
|
+
kind: z.ZodLiteral<"link">;
|
|
129
|
+
linkId: z.ZodString;
|
|
130
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
131
|
+
kind: z.ZodLiteral<"password">;
|
|
132
|
+
credentialId: z.ZodString;
|
|
133
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
134
|
+
kind: z.ZodLiteral<"machine">;
|
|
135
|
+
machineId: z.ZodString;
|
|
136
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
137
|
+
kind: z.ZodLiteral<"external">;
|
|
138
|
+
issuer: z.ZodString;
|
|
139
|
+
subject: z.ZodString;
|
|
140
|
+
}, z.core.$strict>], "kind">;
|
|
141
|
+
resources: z.ZodObject<{
|
|
142
|
+
include: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
143
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
144
|
+
}, z.core.$strict>;
|
|
145
|
+
capabilities: z.ZodArray<z.ZodEnum<{
|
|
146
|
+
"page.view": "page.view";
|
|
147
|
+
"comments.read": "comments.read";
|
|
148
|
+
"comments.write": "comments.write";
|
|
149
|
+
"content.publish": "content.publish";
|
|
150
|
+
"access.manage": "access.manage";
|
|
151
|
+
}>>;
|
|
152
|
+
constraints: z.ZodDefault<z.ZodObject<{
|
|
153
|
+
notBefore: z.ZodOptional<z.ZodString>;
|
|
154
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
155
|
+
maxUses: z.ZodOptional<z.ZodNumber>;
|
|
156
|
+
requireVerifiedEmail: z.ZodOptional<z.ZodBoolean>;
|
|
157
|
+
network: z.ZodOptional<z.ZodObject<{
|
|
158
|
+
ipCidrs: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
159
|
+
countries: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
160
|
+
excludedCountries: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
161
|
+
excludedUserAgentSubstrings: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
162
|
+
}, z.core.$strict>>;
|
|
163
|
+
}, z.core.$strict>>;
|
|
164
|
+
target: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
165
|
+
kind: z.ZodLiteral<"live">;
|
|
166
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
167
|
+
kind: z.ZodLiteral<"version">;
|
|
168
|
+
versionId: z.ZodString;
|
|
169
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
170
|
+
kind: z.ZodLiteral<"branch">;
|
|
171
|
+
branch: z.ZodString;
|
|
172
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
173
|
+
kind: z.ZodLiteral<"all_versions">;
|
|
174
|
+
}, z.core.$strict>], "kind">;
|
|
175
|
+
id: z.ZodString;
|
|
176
|
+
source: z.ZodObject<{
|
|
177
|
+
kind: z.ZodEnum<{
|
|
178
|
+
config: "config";
|
|
179
|
+
system: "system";
|
|
180
|
+
managed: "managed";
|
|
181
|
+
}>;
|
|
182
|
+
reference: z.ZodString;
|
|
183
|
+
}, z.core.$strict>;
|
|
184
|
+
generation: z.ZodNumber;
|
|
185
|
+
}, z.core.$strict>>;
|
|
186
|
+
}, z.core.$strict>;
|
|
187
|
+
export type RuntimeAuthorizationProjection = z.infer<typeof runtimeAuthorizationProjectionSchema>;
|
|
91
188
|
export declare const runtimeZeroModeSchema: z.ZodEnum<{
|
|
92
189
|
active: "active";
|
|
93
190
|
activating: "activating";
|
|
@@ -99,7 +196,6 @@ export declare const runtimeVersionFinalizeRequestSchema: z.ZodObject<{
|
|
|
99
196
|
upload_id: z.ZodString;
|
|
100
197
|
space_id: z.ZodString;
|
|
101
198
|
version_id: z.ZodString;
|
|
102
|
-
session_mode: z.ZodLiteral<"declared">;
|
|
103
199
|
expires_at: z.ZodString;
|
|
104
200
|
manifest_hash: z.ZodOptional<z.ZodString>;
|
|
105
201
|
files: z.ZodArray<z.ZodObject<{
|
|
@@ -136,10 +232,6 @@ export declare const runtimeVersionFinalizeRequestSchema: z.ZodObject<{
|
|
|
136
232
|
signOutUrl: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
137
233
|
returnToParam: z.ZodDefault<z.ZodString>;
|
|
138
234
|
}, z.core.$strict>>;
|
|
139
|
-
variables: z.ZodObject<{
|
|
140
|
-
source: z.ZodLiteral<"stattic-variables">;
|
|
141
|
-
names: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
142
|
-
}, z.core.$strict>;
|
|
143
235
|
realtime: z.ZodObject<{
|
|
144
236
|
mode: z.ZodEnum<{
|
|
145
237
|
"stattic-central": "stattic-central";
|
|
@@ -154,86 +246,9 @@ export declare const runtimeVersionFinalizeRequestSchema: z.ZodObject<{
|
|
|
154
246
|
token: z.ZodString;
|
|
155
247
|
}, z.core.$strict>>;
|
|
156
248
|
}, z.core.$strict>;
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
mode: z.ZodDefault<z.ZodEnum<{
|
|
161
|
-
safe: "safe";
|
|
162
|
-
drop: "drop";
|
|
163
|
-
rename: "rename";
|
|
164
|
-
}>>;
|
|
165
|
-
schemaHash: z.ZodString;
|
|
166
|
-
operations: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
167
|
-
op: z.ZodLiteral<"create_table">;
|
|
168
|
-
table: z.ZodString;
|
|
169
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
170
|
-
op: z.ZodLiteral<"add_column">;
|
|
171
|
-
table: z.ZodString;
|
|
172
|
-
column: z.ZodObject<{
|
|
173
|
-
name: z.ZodString;
|
|
174
|
-
type: z.ZodEnum<{
|
|
175
|
-
string: "string";
|
|
176
|
-
number: "number";
|
|
177
|
-
boolean: "boolean";
|
|
178
|
-
json: "json";
|
|
179
|
-
}>;
|
|
180
|
-
nullable: z.ZodDefault<z.ZodBoolean>;
|
|
181
|
-
default: z.ZodOptional<z.ZodUnknown>;
|
|
182
|
-
}, z.core.$strict>;
|
|
183
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
184
|
-
op: z.ZodLiteral<"add_index">;
|
|
185
|
-
table: z.ZodString;
|
|
186
|
-
columns: z.ZodArray<z.ZodString>;
|
|
187
|
-
unique: z.ZodDefault<z.ZodBoolean>;
|
|
188
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
189
|
-
op: z.ZodLiteral<"drop_table">;
|
|
190
|
-
table: z.ZodString;
|
|
191
|
-
explicit: z.ZodLiteral<"drop">;
|
|
192
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
193
|
-
op: z.ZodLiteral<"drop_column">;
|
|
194
|
-
table: z.ZodString;
|
|
195
|
-
column: z.ZodString;
|
|
196
|
-
explicit: z.ZodLiteral<"drop">;
|
|
197
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
198
|
-
op: z.ZodLiteral<"rename_table">;
|
|
199
|
-
from: z.ZodString;
|
|
200
|
-
to: z.ZodString;
|
|
201
|
-
explicit: z.ZodLiteral<"rename">;
|
|
202
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
203
|
-
op: z.ZodLiteral<"rename_column">;
|
|
204
|
-
table: z.ZodString;
|
|
205
|
-
from: z.ZodString;
|
|
206
|
-
to: z.ZodString;
|
|
207
|
-
explicit: z.ZodLiteral<"rename">;
|
|
208
|
-
}, z.core.$strict>], "op">>;
|
|
209
|
-
}, z.core.$strict>>>;
|
|
210
|
-
install: z.ZodObject<{
|
|
211
|
-
runtimeKind: z.ZodLiteral<"zero">;
|
|
212
|
-
engine: z.ZodLiteral<"quickjs-rust">;
|
|
213
|
-
storageRoot: z.ZodLiteral<"__spacefast/zero">;
|
|
214
|
-
artifactPath: z.ZodLiteral<"__spacefast/zero/artifact.json">;
|
|
215
|
-
configPath: z.ZodLiteral<"__spacefast/zero/config.json">;
|
|
216
|
-
binary: z.ZodObject<{
|
|
217
|
-
path: z.ZodLiteral<"__spacefast/zero/bin/stattic-zero-runner">;
|
|
218
|
-
compatibilityTarget: z.ZodObject<{
|
|
219
|
-
profile: z.ZodLiteral<"wpcloud-linux-x86_64-gnu-v1">;
|
|
220
|
-
os: z.ZodLiteral<"linux">;
|
|
221
|
-
cpu: z.ZodLiteral<"x86_64">;
|
|
222
|
-
libc: z.ZodLiteral<"glibc">;
|
|
223
|
-
linking: z.ZodLiteral<"dynamic">;
|
|
224
|
-
requireExecutableBit: z.ZodLiteral<true>;
|
|
225
|
-
}, z.core.$strict>;
|
|
226
|
-
sha256: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
227
|
-
required: z.ZodLiteral<true>;
|
|
228
|
-
}, z.core.$strict>;
|
|
229
|
-
mysql: z.ZodObject<{
|
|
230
|
-
migrateAtFinalize: z.ZodLiteral<true>;
|
|
231
|
-
blockIncompatibleRollback: z.ZodLiteral<true>;
|
|
232
|
-
}, z.core.$strict>;
|
|
233
|
-
realtime: z.ZodObject<{
|
|
234
|
-
production: z.ZodLiteral<"stattic-central">;
|
|
235
|
-
local: z.ZodLiteral<"foreground-cli-ws">;
|
|
236
|
-
}, z.core.$strict>;
|
|
249
|
+
variables: z.ZodObject<{
|
|
250
|
+
source: z.ZodLiteral<"stattic-variables">;
|
|
251
|
+
names: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
237
252
|
}, z.core.$strict>;
|
|
238
253
|
artifact: z.ZodObject<{
|
|
239
254
|
format: z.ZodLiteral<"stattic.zero.capsule.v1">;
|
|
@@ -365,15 +380,181 @@ export declare const runtimeVersionFinalizeRequestSchema: z.ZodObject<{
|
|
|
365
380
|
}, z.core.$strip>>;
|
|
366
381
|
}, z.core.$strict>;
|
|
367
382
|
}, z.core.$strict>;
|
|
383
|
+
runtimeKind: z.ZodLiteral<"zero">;
|
|
368
384
|
inspect: z.ZodDefault<z.ZodObject<{
|
|
369
385
|
policy: z.ZodDefault<z.ZodEnum<{
|
|
370
386
|
public: "public";
|
|
371
387
|
private: "private";
|
|
372
388
|
}>>;
|
|
373
389
|
}, z.core.$strict>>;
|
|
390
|
+
migrations: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
391
|
+
format: z.ZodLiteral<"stattic.zero.migrations.v1">;
|
|
392
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
393
|
+
safe: "safe";
|
|
394
|
+
drop: "drop";
|
|
395
|
+
rename: "rename";
|
|
396
|
+
}>>;
|
|
397
|
+
schemaHash: z.ZodString;
|
|
398
|
+
operations: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
399
|
+
op: z.ZodLiteral<"create_table">;
|
|
400
|
+
table: z.ZodString;
|
|
401
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
402
|
+
op: z.ZodLiteral<"add_column">;
|
|
403
|
+
table: z.ZodString;
|
|
404
|
+
column: z.ZodObject<{
|
|
405
|
+
name: z.ZodString;
|
|
406
|
+
type: z.ZodEnum<{
|
|
407
|
+
string: "string";
|
|
408
|
+
number: "number";
|
|
409
|
+
boolean: "boolean";
|
|
410
|
+
json: "json";
|
|
411
|
+
}>;
|
|
412
|
+
nullable: z.ZodDefault<z.ZodBoolean>;
|
|
413
|
+
default: z.ZodOptional<z.ZodUnknown>;
|
|
414
|
+
}, z.core.$strict>;
|
|
415
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
416
|
+
op: z.ZodLiteral<"add_index">;
|
|
417
|
+
table: z.ZodString;
|
|
418
|
+
columns: z.ZodArray<z.ZodString>;
|
|
419
|
+
unique: z.ZodDefault<z.ZodBoolean>;
|
|
420
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
421
|
+
op: z.ZodLiteral<"drop_table">;
|
|
422
|
+
table: z.ZodString;
|
|
423
|
+
explicit: z.ZodLiteral<"drop">;
|
|
424
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
425
|
+
op: z.ZodLiteral<"drop_column">;
|
|
426
|
+
table: z.ZodString;
|
|
427
|
+
column: z.ZodString;
|
|
428
|
+
explicit: z.ZodLiteral<"drop">;
|
|
429
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
430
|
+
op: z.ZodLiteral<"rename_table">;
|
|
431
|
+
from: z.ZodString;
|
|
432
|
+
to: z.ZodString;
|
|
433
|
+
explicit: z.ZodLiteral<"rename">;
|
|
434
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
435
|
+
op: z.ZodLiteral<"rename_column">;
|
|
436
|
+
table: z.ZodString;
|
|
437
|
+
from: z.ZodString;
|
|
438
|
+
to: z.ZodString;
|
|
439
|
+
explicit: z.ZodLiteral<"rename">;
|
|
440
|
+
}, z.core.$strict>], "op">>;
|
|
441
|
+
}, z.core.$strict>>>;
|
|
442
|
+
install: z.ZodObject<{
|
|
443
|
+
runtimeKind: z.ZodLiteral<"zero">;
|
|
444
|
+
engine: z.ZodLiteral<"quickjs-rust">;
|
|
445
|
+
storageRoot: z.ZodLiteral<"__spacefast/zero">;
|
|
446
|
+
artifactPath: z.ZodLiteral<"__spacefast/zero/artifact.json">;
|
|
447
|
+
configPath: z.ZodLiteral<"__spacefast/zero/config.json">;
|
|
448
|
+
binary: z.ZodObject<{
|
|
449
|
+
path: z.ZodLiteral<"__spacefast/zero/bin/stattic-runtime">;
|
|
450
|
+
compatibilityTarget: z.ZodObject<{
|
|
451
|
+
profile: z.ZodLiteral<"wpcloud-linux-x86_64-gnu-v1">;
|
|
452
|
+
os: z.ZodLiteral<"linux">;
|
|
453
|
+
cpu: z.ZodLiteral<"x86_64">;
|
|
454
|
+
libc: z.ZodLiteral<"glibc">;
|
|
455
|
+
linking: z.ZodLiteral<"dynamic">;
|
|
456
|
+
requireExecutableBit: z.ZodLiteral<true>;
|
|
457
|
+
}, z.core.$strict>;
|
|
458
|
+
sha256: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
459
|
+
required: z.ZodLiteral<true>;
|
|
460
|
+
}, z.core.$strict>;
|
|
461
|
+
mysql: z.ZodObject<{
|
|
462
|
+
migrateAtFinalize: z.ZodLiteral<true>;
|
|
463
|
+
blockIncompatibleRollback: z.ZodLiteral<true>;
|
|
464
|
+
}, z.core.$strict>;
|
|
465
|
+
realtime: z.ZodObject<{
|
|
466
|
+
production: z.ZodLiteral<"stattic-central">;
|
|
467
|
+
local: z.ZodLiteral<"foreground-cli-ws">;
|
|
468
|
+
}, z.core.$strict>;
|
|
469
|
+
}, z.core.$strict>;
|
|
470
|
+
variableValues: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
471
|
+
}, z.core.$strict>>;
|
|
472
|
+
functions: z.ZodOptional<z.ZodObject<{
|
|
473
|
+
runtimeKind: z.ZodLiteral<"functions">;
|
|
474
|
+
artifact: z.ZodObject<{
|
|
475
|
+
format: z.ZodLiteral<"spacefast.functions.worker.v1">;
|
|
476
|
+
appName: z.ZodString;
|
|
477
|
+
entry: z.ZodString;
|
|
478
|
+
mainModule: z.ZodString;
|
|
479
|
+
bundle: z.ZodObject<{
|
|
480
|
+
path: z.ZodString;
|
|
481
|
+
sha256: z.ZodString;
|
|
482
|
+
size: z.ZodNumber;
|
|
483
|
+
}, z.core.$strict>;
|
|
484
|
+
compatibilityDate: z.ZodString;
|
|
485
|
+
compatibilityFlags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
486
|
+
routes: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
487
|
+
method: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
488
|
+
POST: "POST";
|
|
489
|
+
PUT: "PUT";
|
|
490
|
+
GET: "GET";
|
|
491
|
+
HEAD: "HEAD";
|
|
492
|
+
PATCH: "PATCH";
|
|
493
|
+
DELETE: "DELETE";
|
|
494
|
+
OPTIONS: "OPTIONS";
|
|
495
|
+
}>>>;
|
|
496
|
+
path: z.ZodString;
|
|
497
|
+
subtree: z.ZodDefault<z.ZodBoolean>;
|
|
498
|
+
}, z.core.$strict>>>;
|
|
499
|
+
capabilities: z.ZodDefault<z.ZodObject<{
|
|
500
|
+
db: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
501
|
+
fetch: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
502
|
+
auth: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
503
|
+
env: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
504
|
+
realtime: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
505
|
+
logging: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
506
|
+
}, z.core.$strip>>;
|
|
507
|
+
endpoints: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
508
|
+
method: z.ZodEnum<{
|
|
509
|
+
POST: "POST";
|
|
510
|
+
PUT: "PUT";
|
|
511
|
+
GET: "GET";
|
|
512
|
+
HEAD: "HEAD";
|
|
513
|
+
PATCH: "PATCH";
|
|
514
|
+
DELETE: "DELETE";
|
|
515
|
+
OPTIONS: "OPTIONS";
|
|
516
|
+
}>;
|
|
517
|
+
path: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
518
|
+
endpointId: z.ZodString;
|
|
519
|
+
source: z.ZodString;
|
|
520
|
+
capabilities: z.ZodDefault<z.ZodObject<{
|
|
521
|
+
db: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
522
|
+
fetch: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
523
|
+
auth: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
524
|
+
env: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
525
|
+
realtime: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
526
|
+
logging: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
527
|
+
}, z.core.$strip>>;
|
|
528
|
+
}, z.core.$strict>>>;
|
|
529
|
+
}, z.core.$strict>;
|
|
530
|
+
variables: z.ZodDefault<z.ZodObject<{
|
|
531
|
+
source: z.ZodLiteral<"spacefast-variables">;
|
|
532
|
+
names: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
533
|
+
}, z.core.$strict>>;
|
|
534
|
+
inspect: z.ZodDefault<z.ZodObject<{
|
|
535
|
+
policy: z.ZodDefault<z.ZodEnum<{
|
|
536
|
+
public: "public";
|
|
537
|
+
private: "private";
|
|
538
|
+
}>>;
|
|
539
|
+
}, z.core.$strict>>;
|
|
540
|
+
host: z.ZodObject<{
|
|
541
|
+
hostname: z.ZodString;
|
|
542
|
+
bundleUrl: z.ZodString;
|
|
543
|
+
}, z.core.$strict>;
|
|
544
|
+
grantedCapabilities: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
545
|
+
fetch: "fetch";
|
|
546
|
+
"db.read": "db.read";
|
|
547
|
+
"db.write": "db.write";
|
|
548
|
+
log: "log";
|
|
549
|
+
}>>>;
|
|
550
|
+
relay: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
551
|
+
url: z.ZodString;
|
|
552
|
+
token: z.ZodString;
|
|
553
|
+
maxBatchStatements: z.ZodNumber;
|
|
554
|
+
maxConcurrentCalls: z.ZodNumber;
|
|
555
|
+
}, z.core.$strict>>>;
|
|
374
556
|
variableValues: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
375
557
|
}, z.core.$strict>>;
|
|
376
|
-
ready_at: z.ZodOptional<z.ZodNumber>;
|
|
377
558
|
convention_files: z.ZodOptional<z.ZodObject<{
|
|
378
559
|
redirects: z.ZodOptional<z.ZodString>;
|
|
379
560
|
headers: z.ZodOptional<z.ZodString>;
|
|
@@ -403,8 +584,6 @@ export declare const runtimeVersionFinalizeRequestSchema: z.ZodObject<{
|
|
|
403
584
|
pages: z.ZodOptional<z.ZodObject<{
|
|
404
585
|
routes: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
405
586
|
pages: z.ZodOptional<z.ZodRecord<z.ZodEnum<{
|
|
406
|
-
login: "login";
|
|
407
|
-
password: "password";
|
|
408
587
|
denied: "denied";
|
|
409
588
|
404: "404";
|
|
410
589
|
}>, z.ZodString>>;
|
|
@@ -468,72 +647,107 @@ export declare const runtimeVersionFinalizeRequestSchema: z.ZodObject<{
|
|
|
468
647
|
activate: z.ZodOptional<z.ZodObject<{
|
|
469
648
|
route_name: z.ZodDefault<z.ZodString>;
|
|
470
649
|
config: z.ZodOptional<z.ZodObject<{
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
}, z.core.$
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
}, z.core.$strip>>;
|
|
516
|
-
managedBy: z.ZodOptional<z.ZodEnum<{
|
|
517
|
-
sharing: "sharing";
|
|
518
|
-
firewall: "firewall";
|
|
519
|
-
file_share: "file_share";
|
|
520
|
-
cast_reviewer: "cast_reviewer";
|
|
521
|
-
team_default: "team_default";
|
|
650
|
+
authorization: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
651
|
+
generation: z.ZodNumber;
|
|
652
|
+
sessionVersion: z.ZodNumber;
|
|
653
|
+
fence: z.ZodEnum<{
|
|
654
|
+
none: "none";
|
|
655
|
+
ownership: "ownership";
|
|
656
|
+
exposure: "exposure";
|
|
657
|
+
}>;
|
|
658
|
+
acquireUrl: z.ZodString;
|
|
659
|
+
spaceClaimed: z.ZodBoolean;
|
|
660
|
+
grants: z.ZodArray<z.ZodObject<{
|
|
661
|
+
name: z.ZodOptional<z.ZodString>;
|
|
662
|
+
audience: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
663
|
+
kind: z.ZodLiteral<"public">;
|
|
664
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
665
|
+
kind: z.ZodLiteral<"team">;
|
|
666
|
+
teamId: z.ZodString;
|
|
667
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
668
|
+
kind: z.ZodLiteral<"person">;
|
|
669
|
+
personId: z.ZodString;
|
|
670
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
671
|
+
kind: z.ZodLiteral<"link">;
|
|
672
|
+
linkId: z.ZodString;
|
|
673
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
674
|
+
kind: z.ZodLiteral<"password">;
|
|
675
|
+
credentialId: z.ZodString;
|
|
676
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
677
|
+
kind: z.ZodLiteral<"machine">;
|
|
678
|
+
machineId: z.ZodString;
|
|
679
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
680
|
+
kind: z.ZodLiteral<"external">;
|
|
681
|
+
issuer: z.ZodString;
|
|
682
|
+
subject: z.ZodString;
|
|
683
|
+
}, z.core.$strict>], "kind">;
|
|
684
|
+
resources: z.ZodObject<{
|
|
685
|
+
include: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
686
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
687
|
+
}, z.core.$strict>;
|
|
688
|
+
capabilities: z.ZodArray<z.ZodEnum<{
|
|
689
|
+
"page.view": "page.view";
|
|
690
|
+
"comments.read": "comments.read";
|
|
691
|
+
"comments.write": "comments.write";
|
|
692
|
+
"content.publish": "content.publish";
|
|
693
|
+
"access.manage": "access.manage";
|
|
522
694
|
}>>;
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
695
|
+
constraints: z.ZodDefault<z.ZodObject<{
|
|
696
|
+
notBefore: z.ZodOptional<z.ZodString>;
|
|
697
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
698
|
+
maxUses: z.ZodOptional<z.ZodNumber>;
|
|
699
|
+
requireVerifiedEmail: z.ZodOptional<z.ZodBoolean>;
|
|
700
|
+
network: z.ZodOptional<z.ZodObject<{
|
|
701
|
+
ipCidrs: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
702
|
+
countries: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
703
|
+
excludedCountries: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
704
|
+
excludedUserAgentSubstrings: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
705
|
+
}, z.core.$strict>>;
|
|
706
|
+
}, z.core.$strict>>;
|
|
707
|
+
target: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
708
|
+
kind: z.ZodLiteral<"live">;
|
|
709
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
710
|
+
kind: z.ZodLiteral<"version">;
|
|
711
|
+
versionId: z.ZodString;
|
|
712
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
713
|
+
kind: z.ZodLiteral<"branch">;
|
|
714
|
+
branch: z.ZodString;
|
|
715
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
716
|
+
kind: z.ZodLiteral<"all_versions">;
|
|
717
|
+
}, z.core.$strict>], "kind">;
|
|
718
|
+
id: z.ZodString;
|
|
719
|
+
source: z.ZodObject<{
|
|
720
|
+
kind: z.ZodEnum<{
|
|
721
|
+
config: "config";
|
|
722
|
+
system: "system";
|
|
723
|
+
managed: "managed";
|
|
724
|
+
}>;
|
|
725
|
+
reference: z.ZodString;
|
|
726
|
+
}, z.core.$strict>;
|
|
727
|
+
generation: z.ZodNumber;
|
|
728
|
+
}, z.core.$strict>>;
|
|
729
|
+
}, z.core.$strict>>>;
|
|
730
|
+
public_exposure_digest: z.ZodOptional<z.ZodString>;
|
|
731
|
+
public_exposure: z.ZodOptional<z.ZodObject<{
|
|
732
|
+
v: z.ZodNumber;
|
|
733
|
+
public: z.ZodBoolean;
|
|
734
|
+
authorizationDigest: z.ZodString;
|
|
735
|
+
contentTypes: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
736
|
+
externalProxy: z.ZodBoolean;
|
|
737
|
+
unmodeled: z.ZodString;
|
|
738
|
+
}, z.core.$strip>>;
|
|
739
|
+
projection_generation: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
740
|
+
visitor_issuer: z.ZodOptional<z.ZodString>;
|
|
741
|
+
visitor_jwks: z.ZodOptional<z.ZodObject<{
|
|
742
|
+
keys: z.ZodArray<z.ZodObject<{
|
|
743
|
+
kty: z.ZodLiteral<"OKP">;
|
|
744
|
+
crv: z.ZodLiteral<"Ed25519">;
|
|
528
745
|
kid: z.ZodString;
|
|
529
746
|
alg: z.ZodLiteral<"EdDSA">;
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
}, z.core.$strip
|
|
533
|
-
|
|
534
|
-
}, z.core.$strip>>>;
|
|
535
|
-
secrets: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
536
|
-
session_version: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
747
|
+
x: z.ZodString;
|
|
748
|
+
use: z.ZodOptional<z.ZodLiteral<"sig">>;
|
|
749
|
+
}, z.core.$strip>>;
|
|
750
|
+
}, z.core.$strip>>;
|
|
537
751
|
anonymous_expires_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
538
752
|
content_types: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
539
753
|
allowed: z.ZodArray<z.ZodString>;
|
|
@@ -542,7 +756,10 @@ export declare const runtimeVersionFinalizeRequestSchema: z.ZodObject<{
|
|
|
542
756
|
admission: z.ZodOptional<z.ZodObject<{
|
|
543
757
|
concurrency: z.ZodNumber;
|
|
544
758
|
}, z.core.$strip>>;
|
|
545
|
-
|
|
759
|
+
tag_sdk: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
760
|
+
revision: z.ZodString;
|
|
761
|
+
body: z.ZodString;
|
|
762
|
+
}, z.core.$strip>>>;
|
|
546
763
|
entitlements: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
547
764
|
externalProxy: z.ZodBoolean;
|
|
548
765
|
}, z.core.$strip>>>;
|
|
@@ -569,6 +786,10 @@ export declare const runtimeVersionFinalizeRequestSchema: z.ZodObject<{
|
|
|
569
786
|
}, z.core.$strip>>>;
|
|
570
787
|
}, z.core.$strip>>;
|
|
571
788
|
}, z.core.$strip>;
|
|
789
|
+
export declare const runtimeReadinessTargetSchema: z.ZodObject<{
|
|
790
|
+
path: z.ZodString;
|
|
791
|
+
expected_statuses: z.ZodArray<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<200>, z.ZodLiteral<301>, z.ZodLiteral<302>, z.ZodLiteral<303>, z.ZodLiteral<307>, z.ZodLiteral<308>, z.ZodLiteral<401>, z.ZodLiteral<403>]>, z.ZodLiteral<404>]>>;
|
|
792
|
+
}, z.core.$strip>;
|
|
572
793
|
export declare const runtimeVersionFinalizeResponseSchema: z.ZodObject<{
|
|
573
794
|
space_id: z.ZodString;
|
|
574
795
|
version_id: z.ZodString;
|
|
@@ -581,76 +802,116 @@ export declare const runtimeVersionFinalizeResponseSchema: z.ZodObject<{
|
|
|
581
802
|
contentType: z.ZodOptional<z.ZodString>;
|
|
582
803
|
sourceUrl: z.ZodOptional<z.ZodString>;
|
|
583
804
|
}, z.core.$strip>>>;
|
|
805
|
+
readiness_target: z.ZodObject<{
|
|
806
|
+
path: z.ZodString;
|
|
807
|
+
expected_statuses: z.ZodArray<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<200>, z.ZodLiteral<301>, z.ZodLiteral<302>, z.ZodLiteral<303>, z.ZodLiteral<307>, z.ZodLiteral<308>, z.ZodLiteral<401>, z.ZodLiteral<403>]>, z.ZodLiteral<404>]>>;
|
|
808
|
+
}, z.core.$strip>;
|
|
809
|
+
activation_event_id: z.ZodOptional<z.ZodString>;
|
|
584
810
|
}, z.core.$strip>;
|
|
585
811
|
export declare const runtimeRouteUpdateRequestSchema: z.ZodObject<{
|
|
586
812
|
version_id: z.ZodString;
|
|
587
813
|
config: z.ZodOptional<z.ZodObject<{
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
}, z.core.$
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
}, z.core.$strip>>;
|
|
633
|
-
managedBy: z.ZodOptional<z.ZodEnum<{
|
|
634
|
-
sharing: "sharing";
|
|
635
|
-
firewall: "firewall";
|
|
636
|
-
file_share: "file_share";
|
|
637
|
-
cast_reviewer: "cast_reviewer";
|
|
638
|
-
team_default: "team_default";
|
|
814
|
+
authorization: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
815
|
+
generation: z.ZodNumber;
|
|
816
|
+
sessionVersion: z.ZodNumber;
|
|
817
|
+
fence: z.ZodEnum<{
|
|
818
|
+
none: "none";
|
|
819
|
+
ownership: "ownership";
|
|
820
|
+
exposure: "exposure";
|
|
821
|
+
}>;
|
|
822
|
+
acquireUrl: z.ZodString;
|
|
823
|
+
spaceClaimed: z.ZodBoolean;
|
|
824
|
+
grants: z.ZodArray<z.ZodObject<{
|
|
825
|
+
name: z.ZodOptional<z.ZodString>;
|
|
826
|
+
audience: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
827
|
+
kind: z.ZodLiteral<"public">;
|
|
828
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
829
|
+
kind: z.ZodLiteral<"team">;
|
|
830
|
+
teamId: z.ZodString;
|
|
831
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
832
|
+
kind: z.ZodLiteral<"person">;
|
|
833
|
+
personId: z.ZodString;
|
|
834
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
835
|
+
kind: z.ZodLiteral<"link">;
|
|
836
|
+
linkId: z.ZodString;
|
|
837
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
838
|
+
kind: z.ZodLiteral<"password">;
|
|
839
|
+
credentialId: z.ZodString;
|
|
840
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
841
|
+
kind: z.ZodLiteral<"machine">;
|
|
842
|
+
machineId: z.ZodString;
|
|
843
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
844
|
+
kind: z.ZodLiteral<"external">;
|
|
845
|
+
issuer: z.ZodString;
|
|
846
|
+
subject: z.ZodString;
|
|
847
|
+
}, z.core.$strict>], "kind">;
|
|
848
|
+
resources: z.ZodObject<{
|
|
849
|
+
include: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
|
|
850
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
851
|
+
}, z.core.$strict>;
|
|
852
|
+
capabilities: z.ZodArray<z.ZodEnum<{
|
|
853
|
+
"page.view": "page.view";
|
|
854
|
+
"comments.read": "comments.read";
|
|
855
|
+
"comments.write": "comments.write";
|
|
856
|
+
"content.publish": "content.publish";
|
|
857
|
+
"access.manage": "access.manage";
|
|
639
858
|
}>>;
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
859
|
+
constraints: z.ZodDefault<z.ZodObject<{
|
|
860
|
+
notBefore: z.ZodOptional<z.ZodString>;
|
|
861
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
862
|
+
maxUses: z.ZodOptional<z.ZodNumber>;
|
|
863
|
+
requireVerifiedEmail: z.ZodOptional<z.ZodBoolean>;
|
|
864
|
+
network: z.ZodOptional<z.ZodObject<{
|
|
865
|
+
ipCidrs: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
866
|
+
countries: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
867
|
+
excludedCountries: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>>;
|
|
868
|
+
excludedUserAgentSubstrings: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
869
|
+
}, z.core.$strict>>;
|
|
870
|
+
}, z.core.$strict>>;
|
|
871
|
+
target: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
872
|
+
kind: z.ZodLiteral<"live">;
|
|
873
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
874
|
+
kind: z.ZodLiteral<"version">;
|
|
875
|
+
versionId: z.ZodString;
|
|
876
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
877
|
+
kind: z.ZodLiteral<"branch">;
|
|
878
|
+
branch: z.ZodString;
|
|
879
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
880
|
+
kind: z.ZodLiteral<"all_versions">;
|
|
881
|
+
}, z.core.$strict>], "kind">;
|
|
882
|
+
id: z.ZodString;
|
|
883
|
+
source: z.ZodObject<{
|
|
884
|
+
kind: z.ZodEnum<{
|
|
885
|
+
config: "config";
|
|
886
|
+
system: "system";
|
|
887
|
+
managed: "managed";
|
|
888
|
+
}>;
|
|
889
|
+
reference: z.ZodString;
|
|
890
|
+
}, z.core.$strict>;
|
|
891
|
+
generation: z.ZodNumber;
|
|
892
|
+
}, z.core.$strict>>;
|
|
893
|
+
}, z.core.$strict>>>;
|
|
894
|
+
public_exposure_digest: z.ZodOptional<z.ZodString>;
|
|
895
|
+
public_exposure: z.ZodOptional<z.ZodObject<{
|
|
896
|
+
v: z.ZodNumber;
|
|
897
|
+
public: z.ZodBoolean;
|
|
898
|
+
authorizationDigest: z.ZodString;
|
|
899
|
+
contentTypes: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
900
|
+
externalProxy: z.ZodBoolean;
|
|
901
|
+
unmodeled: z.ZodString;
|
|
902
|
+
}, z.core.$strip>>;
|
|
903
|
+
projection_generation: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
904
|
+
visitor_issuer: z.ZodOptional<z.ZodString>;
|
|
905
|
+
visitor_jwks: z.ZodOptional<z.ZodObject<{
|
|
906
|
+
keys: z.ZodArray<z.ZodObject<{
|
|
907
|
+
kty: z.ZodLiteral<"OKP">;
|
|
908
|
+
crv: z.ZodLiteral<"Ed25519">;
|
|
645
909
|
kid: z.ZodString;
|
|
646
910
|
alg: z.ZodLiteral<"EdDSA">;
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
}, z.core.$strip
|
|
650
|
-
|
|
651
|
-
}, z.core.$strip>>>;
|
|
652
|
-
secrets: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
653
|
-
session_version: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
911
|
+
x: z.ZodString;
|
|
912
|
+
use: z.ZodOptional<z.ZodLiteral<"sig">>;
|
|
913
|
+
}, z.core.$strip>>;
|
|
914
|
+
}, z.core.$strip>>;
|
|
654
915
|
anonymous_expires_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
655
916
|
content_types: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
656
917
|
allowed: z.ZodArray<z.ZodString>;
|
|
@@ -659,7 +920,10 @@ export declare const runtimeRouteUpdateRequestSchema: z.ZodObject<{
|
|
|
659
920
|
admission: z.ZodOptional<z.ZodObject<{
|
|
660
921
|
concurrency: z.ZodNumber;
|
|
661
922
|
}, z.core.$strip>>;
|
|
662
|
-
|
|
923
|
+
tag_sdk: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
924
|
+
revision: z.ZodString;
|
|
925
|
+
body: z.ZodString;
|
|
926
|
+
}, z.core.$strip>>>;
|
|
663
927
|
entitlements: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
664
928
|
externalProxy: z.ZodBoolean;
|
|
665
929
|
}, z.core.$strip>>>;
|
|
@@ -709,6 +973,7 @@ export declare const runtimeRouteUpdateResponseSchema: z.ZodObject<{
|
|
|
709
973
|
route_name: z.ZodString;
|
|
710
974
|
version_id: z.ZodString;
|
|
711
975
|
unchanged: z.ZodOptional<z.ZodBoolean>;
|
|
976
|
+
activation_event_id: z.ZodOptional<z.ZodString>;
|
|
712
977
|
}, z.core.$strip>;
|
|
713
978
|
export declare const runtimeHostnameIntentUpdateResponseSchema: z.ZodObject<{
|
|
714
979
|
space_id: z.ZodString;
|
|
@@ -735,15 +1000,6 @@ export declare const runtimeRetentionPolicyUpdateResponseSchema: z.ZodObject<{
|
|
|
735
1000
|
space_id: z.ZodString;
|
|
736
1001
|
prunable_count: z.ZodNumber;
|
|
737
1002
|
}, z.core.$strip>;
|
|
738
|
-
export declare const runtimeGrantRevocationRequestSchema: z.ZodObject<{
|
|
739
|
-
grant: z.ZodString;
|
|
740
|
-
}, z.core.$strip>;
|
|
741
|
-
export declare const runtimeGrantRevocationResponseSchema: z.ZodObject<{
|
|
742
|
-
space_id: z.ZodString;
|
|
743
|
-
target_type: z.ZodLiteral<"grant">;
|
|
744
|
-
grant: z.ZodString;
|
|
745
|
-
revoked: z.ZodBoolean;
|
|
746
|
-
}, z.core.$strip>;
|
|
747
1003
|
export declare const runtimeSpaceDeleteResponseSchema: z.ZodObject<{
|
|
748
1004
|
space_id: z.ZodString;
|
|
749
1005
|
status: z.ZodLiteral<"deleted">;
|
|
@@ -760,7 +1016,6 @@ export declare const runtimeSpaceRepairResponseSchema: z.ZodObject<{
|
|
|
760
1016
|
export declare const runtimeSpaceExportStartRequestSchema: z.ZodObject<{
|
|
761
1017
|
version_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
762
1018
|
include_files: z.ZodOptional<z.ZodBoolean>;
|
|
763
|
-
include_explicit_config: z.ZodOptional<z.ZodBoolean>;
|
|
764
1019
|
}, z.core.$strict>;
|
|
765
1020
|
export declare const runtimeSpaceExportResponseSchema: z.ZodObject<{
|
|
766
1021
|
type: z.ZodLiteral<"space_export">;
|
|
@@ -783,7 +1038,6 @@ export declare const runtimeSpaceExportResponseSchema: z.ZodObject<{
|
|
|
783
1038
|
completed_at: z.ZodOptional<z.ZodString>;
|
|
784
1039
|
}, z.core.$strip>;
|
|
785
1040
|
export declare const runtimeSpaceImportStartRequestSchema: z.ZodObject<{
|
|
786
|
-
install_access_policy: z.ZodOptional<z.ZodBoolean>;
|
|
787
1041
|
version_id_map: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
788
1042
|
zero_mode: z.ZodOptional<z.ZodEnum<{
|
|
789
1043
|
active: "active";
|
|
@@ -893,13 +1147,43 @@ export declare const runtimeCallbackEventSchema: z.ZodObject<{
|
|
|
893
1147
|
changed_paths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
894
1148
|
changed_paths_known: z.ZodOptional<z.ZodBoolean>;
|
|
895
1149
|
previous_version_id: z.ZodOptional<z.ZodString>;
|
|
1150
|
+
previous_public_exposure_digest: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1151
|
+
public_exposure_digest: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1152
|
+
previous_public_exposure: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1153
|
+
v: z.ZodNumber;
|
|
1154
|
+
public: z.ZodBoolean;
|
|
1155
|
+
authorizationDigest: z.ZodString;
|
|
1156
|
+
contentTypes: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1157
|
+
externalProxy: z.ZodBoolean;
|
|
1158
|
+
unmodeled: z.ZodString;
|
|
1159
|
+
}, z.core.$strip>>>;
|
|
1160
|
+
public_exposure: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1161
|
+
v: z.ZodNumber;
|
|
1162
|
+
public: z.ZodBoolean;
|
|
1163
|
+
authorizationDigest: z.ZodString;
|
|
1164
|
+
contentTypes: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1165
|
+
externalProxy: z.ZodBoolean;
|
|
1166
|
+
unmodeled: z.ZodString;
|
|
1167
|
+
}, z.core.$strip>>>;
|
|
896
1168
|
}, z.core.$loose>;
|
|
1169
|
+
export declare const runtimeEventsDrainRequestSchema: z.ZodObject<{
|
|
1170
|
+
session_id: z.ZodString;
|
|
1171
|
+
page_id: z.ZodOptional<z.ZodString>;
|
|
1172
|
+
target_event_id: z.ZodOptional<z.ZodString>;
|
|
1173
|
+
exclude_deliveries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1174
|
+
event_id: z.ZodString;
|
|
1175
|
+
delivery_id: z.ZodString;
|
|
1176
|
+
}, z.core.$strip>>>;
|
|
1177
|
+
finish_session: z.ZodOptional<z.ZodBoolean>;
|
|
1178
|
+
}, z.core.$strip>;
|
|
897
1179
|
export declare const runtimeEventsDrainResponseSchema: z.ZodObject<{
|
|
898
1180
|
delivered_count: z.ZodNumber;
|
|
899
1181
|
failed_count: z.ZodNumber;
|
|
900
1182
|
expired_count: z.ZodOptional<z.ZodNumber>;
|
|
901
1183
|
returned_count: z.ZodOptional<z.ZodNumber>;
|
|
1184
|
+
pending_count: z.ZodOptional<z.ZodNumber>;
|
|
902
1185
|
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1186
|
+
delivery_id: z.ZodString;
|
|
903
1187
|
operation_id: z.ZodOptional<z.ZodString>;
|
|
904
1188
|
event: z.ZodObject<{
|
|
905
1189
|
event: z.ZodString;
|
|
@@ -912,9 +1196,39 @@ export declare const runtimeEventsDrainResponseSchema: z.ZodObject<{
|
|
|
912
1196
|
changed_paths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
913
1197
|
changed_paths_known: z.ZodOptional<z.ZodBoolean>;
|
|
914
1198
|
previous_version_id: z.ZodOptional<z.ZodString>;
|
|
1199
|
+
previous_public_exposure_digest: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1200
|
+
public_exposure_digest: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1201
|
+
previous_public_exposure: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1202
|
+
v: z.ZodNumber;
|
|
1203
|
+
public: z.ZodBoolean;
|
|
1204
|
+
authorizationDigest: z.ZodString;
|
|
1205
|
+
contentTypes: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1206
|
+
externalProxy: z.ZodBoolean;
|
|
1207
|
+
unmodeled: z.ZodString;
|
|
1208
|
+
}, z.core.$strip>>>;
|
|
1209
|
+
public_exposure: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1210
|
+
v: z.ZodNumber;
|
|
1211
|
+
public: z.ZodBoolean;
|
|
1212
|
+
authorizationDigest: z.ZodString;
|
|
1213
|
+
contentTypes: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1214
|
+
externalProxy: z.ZodBoolean;
|
|
1215
|
+
unmodeled: z.ZodString;
|
|
1216
|
+
}, z.core.$strip>>>;
|
|
915
1217
|
}, z.core.$loose>;
|
|
916
1218
|
}, z.core.$strip>>>;
|
|
917
1219
|
}, z.core.$strip>;
|
|
1220
|
+
export declare const runtimeEventsAckRequestSchema: z.ZodObject<{
|
|
1221
|
+
session_id: z.ZodString;
|
|
1222
|
+
deliveries: z.ZodArray<z.ZodObject<{
|
|
1223
|
+
event_id: z.ZodString;
|
|
1224
|
+
delivery_id: z.ZodString;
|
|
1225
|
+
}, z.core.$strip>>;
|
|
1226
|
+
}, z.core.$strip>;
|
|
1227
|
+
export declare const runtimeEventsAckResponseSchema: z.ZodObject<{
|
|
1228
|
+
acknowledged_count: z.ZodNumber;
|
|
1229
|
+
idempotent_count: z.ZodNumber;
|
|
1230
|
+
stale_count: z.ZodNumber;
|
|
1231
|
+
}, z.core.$strip>;
|
|
918
1232
|
export declare const runtimeEngineJobLaneSchema: z.ZodEnum<{
|
|
919
1233
|
interactive: "interactive";
|
|
920
1234
|
bulk: "bulk";
|
|
@@ -1030,40 +1344,14 @@ export declare const runtimeEngineJobTickResponseSchema: z.ZodObject<{
|
|
|
1030
1344
|
}, z.core.$strip>>>;
|
|
1031
1345
|
drained: z.ZodOptional<z.ZodBoolean>;
|
|
1032
1346
|
}, z.core.$strip>;
|
|
1033
|
-
export declare const runtimeAccessEventsCursorSchema: z.ZodObject<{
|
|
1034
|
-
file: z.ZodNullable<z.ZodString>;
|
|
1035
|
-
offset: z.ZodNumber;
|
|
1036
|
-
}, z.core.$strip>;
|
|
1037
|
-
export declare const runtimeAccessEventsResponseSchema: z.ZodObject<{
|
|
1038
|
-
events: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1039
|
-
sub: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1040
|
-
grantsHash: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1041
|
-
ruleId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1042
|
-
effect: z.ZodEnum<{
|
|
1043
|
-
allow: "allow";
|
|
1044
|
-
deny: "deny";
|
|
1045
|
-
challenge: "challenge";
|
|
1046
|
-
}>;
|
|
1047
|
-
reasonCode: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1048
|
-
host: z.ZodString;
|
|
1049
|
-
path: z.ZodString;
|
|
1050
|
-
ts: z.ZodNumber;
|
|
1051
|
-
}, z.core.$strip>>>;
|
|
1052
|
-
cursor: z.ZodObject<{
|
|
1053
|
-
file: z.ZodNullable<z.ZodString>;
|
|
1054
|
-
offset: z.ZodNumber;
|
|
1055
|
-
}, z.core.$strip>;
|
|
1056
|
-
done: z.ZodBoolean;
|
|
1057
|
-
dropped: z.ZodDefault<z.ZodNumber>;
|
|
1058
|
-
}, z.core.$strip>;
|
|
1059
1347
|
export type RuntimeVersionCreateRequest = z.infer<typeof runtimeVersionCreateRequestSchema>;
|
|
1060
1348
|
export type RuntimeVersionFinalizeRequest = z.infer<typeof runtimeVersionFinalizeRequestSchema>;
|
|
1349
|
+
export type RuntimeReadinessTarget = z.infer<typeof runtimeReadinessTargetSchema>;
|
|
1061
1350
|
export type RuntimeHostnameIntentUpdateRequest = z.infer<typeof runtimeHostnameIntentUpdateRequestSchema>;
|
|
1062
1351
|
export type RuntimeRouteUpdateRequest = z.infer<typeof runtimeRouteUpdateRequestSchema>;
|
|
1063
1352
|
export type RuntimeTombstonesUpdateRequest = z.infer<typeof runtimeTombstonesUpdateRequestSchema>;
|
|
1064
1353
|
export type RuntimeRetentionPolicyUpdateRequest = z.infer<typeof runtimeRetentionPolicyUpdateRequestSchema>;
|
|
1065
1354
|
export type RuntimeRetentionPolicyUpdateResponse = z.infer<typeof runtimeRetentionPolicyUpdateResponseSchema>;
|
|
1066
|
-
export type RuntimeGrantRevocationRequest = z.infer<typeof runtimeGrantRevocationRequestSchema>;
|
|
1067
1355
|
export type RuntimeTransferBundleSourceRequest = z.infer<typeof runtimeTransferBundleSourceRequestSchema>;
|
|
1068
1356
|
export type RuntimeTransferBundleTargetRequest = z.infer<typeof runtimeTransferBundleTargetRequestSchema>;
|
|
1069
1357
|
export type RuntimeTransferBundleResponse = z.infer<typeof runtimeTransferBundleResponseSchema>;
|
|
@@ -1077,6 +1365,11 @@ export type RuntimeSpaceImportStartRequest = z.infer<typeof runtimeSpaceImportSt
|
|
|
1077
1365
|
export type RuntimeSpaceImportMapRequest = z.infer<typeof runtimeSpaceImportMapRequestSchema>;
|
|
1078
1366
|
export type RuntimeSpaceState = z.infer<typeof runtimeSpaceStateSchema>;
|
|
1079
1367
|
export type RuntimeCallbackEvent = z.infer<typeof runtimeCallbackEventSchema>;
|
|
1368
|
+
export type RuntimeEventsDrainRequest = z.infer<typeof runtimeEventsDrainRequestSchema>;
|
|
1369
|
+
export type RuntimeEventsDrainResponse = z.infer<typeof runtimeEventsDrainResponseSchema>;
|
|
1370
|
+
export type RuntimeDrainedEvent = NonNullable<RuntimeEventsDrainResponse["events"]>[number];
|
|
1371
|
+
export type RuntimeEventsAckRequest = z.infer<typeof runtimeEventsAckRequestSchema>;
|
|
1372
|
+
export type RuntimeEventsAckResponse = z.infer<typeof runtimeEventsAckResponseSchema>;
|
|
1080
1373
|
export type RuntimeEngineJobLane = z.infer<typeof runtimeEngineJobLaneSchema>;
|
|
1081
1374
|
export type RuntimeEngineJobStatus = z.infer<typeof runtimeEngineJobStatusSchema>;
|
|
1082
1375
|
export type RuntimeEngineJobRecord = z.infer<typeof runtimeEngineJobRecordSchema>;
|