@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
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
expiresAt: z.
|
|
6
|
-
warning: z.ZodString;
|
|
2
|
+
export declare const spaceClaimReceiptSchema: z.ZodObject<{
|
|
3
|
+
token: z.ZodString;
|
|
4
|
+
url: z.ZodString;
|
|
5
|
+
expiresAt: z.ZodString;
|
|
7
6
|
}, z.core.$strip>;
|
|
8
7
|
export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
9
8
|
space: z.ZodObject<{
|
|
@@ -38,7 +37,6 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
38
37
|
abuse_takedown: "abuse_takedown";
|
|
39
38
|
tenant_suspended: "tenant_suspended";
|
|
40
39
|
site_suspended: "site_suspended";
|
|
41
|
-
visit_cap_exceeded: "visit_cap_exceeded";
|
|
42
40
|
}>;
|
|
43
41
|
}, z.core.$strip>>;
|
|
44
42
|
claimState: z.ZodNullable<z.ZodObject<{
|
|
@@ -159,73 +157,14 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
159
157
|
bodyEnd: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
160
158
|
noscript: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
161
159
|
}, z.core.$strip>>;
|
|
160
|
+
dataSources: z.ZodOptional<z.ZodPreprocess<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
161
|
+
kind: z.ZodLiteral<"wordpress">;
|
|
162
|
+
url: z.ZodString;
|
|
163
|
+
}, z.core.$strict>>>>;
|
|
164
|
+
defaultDataSource: z.ZodOptional<z.ZodString>;
|
|
162
165
|
}, z.core.$strip>>;
|
|
163
166
|
settingsDigest: z.ZodString;
|
|
164
167
|
noindex: z.ZodBoolean;
|
|
165
|
-
policy: z.ZodNullable<z.ZodObject<{
|
|
166
|
-
rules: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
167
|
-
id: z.ZodOptional<z.ZodString>;
|
|
168
|
-
match: z.ZodDefault<z.ZodObject<{
|
|
169
|
-
host: z.ZodOptional<z.ZodString>;
|
|
170
|
-
hostPattern: z.ZodOptional<z.ZodString>;
|
|
171
|
-
hostTemplate: z.ZodOptional<z.ZodString>;
|
|
172
|
-
pathPattern: z.ZodOptional<z.ZodString>;
|
|
173
|
-
channel: z.ZodOptional<z.ZodString>;
|
|
174
|
-
ipCidrs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
175
|
-
agent: z.ZodOptional<z.ZodString>;
|
|
176
|
-
country: z.ZodOptional<z.ZodString>;
|
|
177
|
-
countryNotIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
178
|
-
header: z.ZodOptional<z.ZodObject<{
|
|
179
|
-
name: z.ZodString;
|
|
180
|
-
value: z.ZodString;
|
|
181
|
-
}, z.core.$strip>>;
|
|
182
|
-
}, z.core.$strip>>;
|
|
183
|
-
effect: z.ZodEnum<{
|
|
184
|
-
allow: "allow";
|
|
185
|
-
deny: "deny";
|
|
186
|
-
challenge: "challenge";
|
|
187
|
-
}>;
|
|
188
|
-
auth: z.ZodOptional<z.ZodObject<{
|
|
189
|
-
requiredGrants: z.ZodArray<z.ZodString>;
|
|
190
|
-
issuers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
191
|
-
kid: z.ZodString;
|
|
192
|
-
alg: z.ZodLiteral<"EdDSA">;
|
|
193
|
-
publicKey: z.ZodString;
|
|
194
|
-
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
195
|
-
}, z.core.$strip>>>;
|
|
196
|
-
acquire: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
197
|
-
type: z.ZodLiteral<"password">;
|
|
198
|
-
ref: z.ZodString;
|
|
199
|
-
transport: z.ZodEnum<{
|
|
200
|
-
basic: "basic";
|
|
201
|
-
form: "form";
|
|
202
|
-
}>;
|
|
203
|
-
username: z.ZodOptional<z.ZodString>;
|
|
204
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
205
|
-
type: z.ZodLiteral<"login">;
|
|
206
|
-
url: z.ZodString;
|
|
207
|
-
label: z.ZodOptional<z.ZodString>;
|
|
208
|
-
}, z.core.$strip>], "type">>>;
|
|
209
|
-
}, z.core.$strip>>;
|
|
210
|
-
managedBy: z.ZodOptional<z.ZodEnum<{
|
|
211
|
-
sharing: "sharing";
|
|
212
|
-
firewall: "firewall";
|
|
213
|
-
file_share: "file_share";
|
|
214
|
-
cast_reviewer: "cast_reviewer";
|
|
215
|
-
team_default: "team_default";
|
|
216
|
-
}>>;
|
|
217
|
-
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
218
|
-
reasonCode: z.ZodOptional<z.ZodString>;
|
|
219
|
-
message: z.ZodOptional<z.ZodString>;
|
|
220
|
-
}, z.core.$strip>>>;
|
|
221
|
-
issuers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
222
|
-
kid: z.ZodString;
|
|
223
|
-
alg: z.ZodLiteral<"EdDSA">;
|
|
224
|
-
publicKey: z.ZodString;
|
|
225
|
-
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
226
|
-
}, z.core.$strip>>>;
|
|
227
|
-
sessionVersion: z.ZodOptional<z.ZodNumber>;
|
|
228
|
-
}, z.core.$strip>>;
|
|
229
168
|
operation: z.ZodNullable<z.ZodObject<{
|
|
230
169
|
id: z.ZodString;
|
|
231
170
|
kind: z.ZodString;
|
|
@@ -270,11 +209,19 @@ export declare const SpaceCreateResponseSchema: z.ZodObject<{
|
|
|
270
209
|
createdAt: z.ZodString;
|
|
271
210
|
updatedAt: z.ZodString;
|
|
272
211
|
}, z.core.$strip>;
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
212
|
+
open: z.ZodObject<{
|
|
213
|
+
url: z.ZodString;
|
|
214
|
+
expiresAt: z.ZodString;
|
|
215
|
+
kind: z.ZodEnum<{
|
|
216
|
+
management: "management";
|
|
217
|
+
person: "person";
|
|
218
|
+
claim_preview: "claim_preview";
|
|
219
|
+
}>;
|
|
220
|
+
}, z.core.$strip>;
|
|
221
|
+
claim: z.ZodOptional<z.ZodObject<{
|
|
222
|
+
token: z.ZodString;
|
|
223
|
+
url: z.ZodString;
|
|
224
|
+
expiresAt: z.ZodString;
|
|
278
225
|
}, z.core.$strip>>;
|
|
279
226
|
}, z.core.$strip>;
|
|
280
227
|
export declare const spaceDiagnosticSchema: z.ZodObject<{
|
|
@@ -425,11 +372,17 @@ export declare const spaceCreateSchema: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
|
425
372
|
bodyEnd: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
426
373
|
noscript: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
427
374
|
}, z.core.$strip>>;
|
|
375
|
+
dataSources: z.ZodOptional<z.ZodPreprocess<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
376
|
+
kind: z.ZodLiteral<"wordpress">;
|
|
377
|
+
url: z.ZodString;
|
|
378
|
+
}, z.core.$strict>>>>;
|
|
379
|
+
defaultDataSource: z.ZodOptional<z.ZodString>;
|
|
428
380
|
}, z.core.$strip>>;
|
|
429
381
|
dataLocation: z.ZodOptional<z.ZodString>;
|
|
430
382
|
}, z.core.$strip>>>;
|
|
431
383
|
export declare const spacePatchSchema: z.ZodObject<{
|
|
432
384
|
title: z.ZodOptional<z.ZodString>;
|
|
385
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
433
386
|
config: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
434
387
|
index: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<false>]>>;
|
|
435
388
|
fallback: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -508,6 +461,11 @@ export declare const spacePatchSchema: z.ZodObject<{
|
|
|
508
461
|
bodyEnd: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
509
462
|
noscript: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
510
463
|
}, z.core.$strip>>;
|
|
464
|
+
dataSources: z.ZodOptional<z.ZodPreprocess<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
465
|
+
kind: z.ZodLiteral<"wordpress">;
|
|
466
|
+
url: z.ZodString;
|
|
467
|
+
}, z.core.$strict>>>>;
|
|
468
|
+
defaultDataSource: z.ZodOptional<z.ZodString>;
|
|
511
469
|
}, z.core.$strip>>>;
|
|
512
470
|
baseSettingsDigest: z.ZodOptional<z.ZodString>;
|
|
513
471
|
force: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -547,6 +505,31 @@ export declare const anonymousClaimSpacePreviewSchema: z.ZodObject<{
|
|
|
547
505
|
liveUrl: z.ZodNullable<z.ZodString>;
|
|
548
506
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
549
507
|
}, z.core.$strip>;
|
|
508
|
+
export declare const anonymousClaimSharingSummarySchema: z.ZodObject<{
|
|
509
|
+
people: z.ZodArray<z.ZodObject<{
|
|
510
|
+
id: z.ZodString;
|
|
511
|
+
displayName: z.ZodString;
|
|
512
|
+
status: z.ZodEnum<{
|
|
513
|
+
pending: "pending";
|
|
514
|
+
accepted: "accepted";
|
|
515
|
+
}>;
|
|
516
|
+
grants: z.ZodArray<z.ZodObject<{
|
|
517
|
+
scope: z.ZodString;
|
|
518
|
+
role: z.ZodEnum<{
|
|
519
|
+
viewer: "viewer";
|
|
520
|
+
commenter: "commenter";
|
|
521
|
+
editor: "editor";
|
|
522
|
+
}>;
|
|
523
|
+
}, z.core.$strip>>;
|
|
524
|
+
}, z.core.$strip>>;
|
|
525
|
+
links: z.ZodArray<z.ZodObject<{
|
|
526
|
+
id: z.ZodString;
|
|
527
|
+
name: z.ZodString;
|
|
528
|
+
landingPath: z.ZodString;
|
|
529
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
530
|
+
expiresAt: z.ZodNullable<z.ZodString>;
|
|
531
|
+
}, z.core.$strip>>;
|
|
532
|
+
}, z.core.$strip>;
|
|
550
533
|
export declare const anonymousClaimResponseSchema: z.ZodObject<{
|
|
551
534
|
state: z.ZodEnum<{
|
|
552
535
|
unclaimed: "unclaimed";
|
|
@@ -577,7 +560,33 @@ export declare const anonymousClaimResponseSchema: z.ZodObject<{
|
|
|
577
560
|
slug: z.ZodString;
|
|
578
561
|
name: z.ZodString;
|
|
579
562
|
}, z.core.$strip>>>;
|
|
563
|
+
sharing: z.ZodObject<{
|
|
564
|
+
people: z.ZodArray<z.ZodObject<{
|
|
565
|
+
id: z.ZodString;
|
|
566
|
+
displayName: z.ZodString;
|
|
567
|
+
status: z.ZodEnum<{
|
|
568
|
+
pending: "pending";
|
|
569
|
+
accepted: "accepted";
|
|
570
|
+
}>;
|
|
571
|
+
grants: z.ZodArray<z.ZodObject<{
|
|
572
|
+
scope: z.ZodString;
|
|
573
|
+
role: z.ZodEnum<{
|
|
574
|
+
viewer: "viewer";
|
|
575
|
+
commenter: "commenter";
|
|
576
|
+
editor: "editor";
|
|
577
|
+
}>;
|
|
578
|
+
}, z.core.$strip>>;
|
|
579
|
+
}, z.core.$strip>>;
|
|
580
|
+
links: z.ZodArray<z.ZodObject<{
|
|
581
|
+
id: z.ZodString;
|
|
582
|
+
name: z.ZodString;
|
|
583
|
+
landingPath: z.ZodString;
|
|
584
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
585
|
+
expiresAt: z.ZodNullable<z.ZodString>;
|
|
586
|
+
}, z.core.$strip>>;
|
|
587
|
+
}, z.core.$strip>;
|
|
580
588
|
}, z.core.$strip>;
|
|
589
|
+
export type AnonymousClaimResponse = z.infer<typeof anonymousClaimResponseSchema>;
|
|
581
590
|
export declare const anonymousClaimStatusResponseSchema: z.ZodObject<{
|
|
582
591
|
publish: z.ZodObject<{
|
|
583
592
|
status: z.ZodEnum<{
|
|
@@ -639,6 +648,16 @@ export declare const anonymousClaimExchangeResponseSchema: z.ZodObject<{
|
|
|
639
648
|
teamId: z.ZodString;
|
|
640
649
|
}, z.core.$strip>;
|
|
641
650
|
}, z.core.$strip>;
|
|
651
|
+
export declare const anonymousClaimRotateSchema: z.ZodObject<{
|
|
652
|
+
spaceId: z.ZodString;
|
|
653
|
+
}, z.core.$strip>;
|
|
654
|
+
export declare const anonymousClaimRotateResponseSchema: z.ZodObject<{
|
|
655
|
+
spaceId: z.ZodString;
|
|
656
|
+
claimToken: z.ZodString;
|
|
657
|
+
claimNonce: z.ZodString;
|
|
658
|
+
claimUrl: z.ZodString;
|
|
659
|
+
expiresAt: z.ZodString;
|
|
660
|
+
}, z.core.$strip>;
|
|
642
661
|
export declare const spaceClaimReminderSchema: z.ZodObject<{
|
|
643
662
|
email: z.ZodString;
|
|
644
663
|
}, z.core.$strip>;
|
|
@@ -693,13 +712,13 @@ export declare const spaceVersionCreateSchema: z.ZodObject<{
|
|
|
693
712
|
finalize: z.ZodOptional<z.ZodObject<{
|
|
694
713
|
channel: z.ZodOptional<z.ZodNullable<z.ZodLiteral<"live">>>;
|
|
695
714
|
}, z.core.$strip>>;
|
|
696
|
-
files: z.
|
|
715
|
+
files: z.ZodArray<z.ZodObject<{
|
|
697
716
|
path: z.ZodString;
|
|
698
717
|
size: z.ZodNumber;
|
|
699
718
|
sha256: z.ZodOptional<z.ZodString>;
|
|
700
719
|
contentType: z.ZodOptional<z.ZodString>;
|
|
701
720
|
sourceUrl: z.ZodOptional<z.ZodString>;
|
|
702
|
-
}, z.core.$strip
|
|
721
|
+
}, z.core.$strip>>;
|
|
703
722
|
}, z.core.$strip>;
|
|
704
723
|
export declare const spaceVersionListSchema: z.ZodObject<{
|
|
705
724
|
data: z.ZodArray<z.ZodObject<{
|
|
@@ -851,6 +870,11 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
851
870
|
bodyEnd: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
852
871
|
noscript: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
853
872
|
}, z.core.$strip>>;
|
|
873
|
+
dataSources: z.ZodOptional<z.ZodPreprocess<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
874
|
+
kind: z.ZodLiteral<"wordpress">;
|
|
875
|
+
url: z.ZodString;
|
|
876
|
+
}, z.core.$strict>>>>;
|
|
877
|
+
defaultDataSource: z.ZodOptional<z.ZodString>;
|
|
854
878
|
}, z.core.$strip>>;
|
|
855
879
|
operation: z.ZodNullable<z.ZodObject<{
|
|
856
880
|
id: z.ZodString;
|
|
@@ -922,7 +946,6 @@ export declare const spaceVersionListSchema: z.ZodObject<{
|
|
|
922
946
|
}, z.core.$strip>>>;
|
|
923
947
|
createdAt: z.ZodString;
|
|
924
948
|
readyAt: z.ZodNullable<z.ZodString>;
|
|
925
|
-
accessibleUntil: z.ZodNullable<z.ZodString>;
|
|
926
949
|
retainedUntil: z.ZodNullable<z.ZodString>;
|
|
927
950
|
updatedAt: z.ZodString;
|
|
928
951
|
}, z.core.$strip>>;
|
|
@@ -964,7 +987,6 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
964
987
|
abuse_takedown: "abuse_takedown";
|
|
965
988
|
tenant_suspended: "tenant_suspended";
|
|
966
989
|
site_suspended: "site_suspended";
|
|
967
|
-
visit_cap_exceeded: "visit_cap_exceeded";
|
|
968
990
|
}>;
|
|
969
991
|
}, z.core.$strip>>;
|
|
970
992
|
claimState: z.ZodNullable<z.ZodObject<{
|
|
@@ -1085,73 +1107,14 @@ export declare const spaceListSchema: z.ZodObject<{
|
|
|
1085
1107
|
bodyEnd: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1086
1108
|
noscript: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1087
1109
|
}, z.core.$strip>>;
|
|
1110
|
+
dataSources: z.ZodOptional<z.ZodPreprocess<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1111
|
+
kind: z.ZodLiteral<"wordpress">;
|
|
1112
|
+
url: z.ZodString;
|
|
1113
|
+
}, z.core.$strict>>>>;
|
|
1114
|
+
defaultDataSource: z.ZodOptional<z.ZodString>;
|
|
1088
1115
|
}, z.core.$strip>>;
|
|
1089
1116
|
settingsDigest: z.ZodString;
|
|
1090
1117
|
noindex: z.ZodBoolean;
|
|
1091
|
-
policy: z.ZodNullable<z.ZodObject<{
|
|
1092
|
-
rules: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1093
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1094
|
-
match: z.ZodDefault<z.ZodObject<{
|
|
1095
|
-
host: z.ZodOptional<z.ZodString>;
|
|
1096
|
-
hostPattern: z.ZodOptional<z.ZodString>;
|
|
1097
|
-
hostTemplate: z.ZodOptional<z.ZodString>;
|
|
1098
|
-
pathPattern: z.ZodOptional<z.ZodString>;
|
|
1099
|
-
channel: z.ZodOptional<z.ZodString>;
|
|
1100
|
-
ipCidrs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1101
|
-
agent: z.ZodOptional<z.ZodString>;
|
|
1102
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1103
|
-
countryNotIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1104
|
-
header: z.ZodOptional<z.ZodObject<{
|
|
1105
|
-
name: z.ZodString;
|
|
1106
|
-
value: z.ZodString;
|
|
1107
|
-
}, z.core.$strip>>;
|
|
1108
|
-
}, z.core.$strip>>;
|
|
1109
|
-
effect: z.ZodEnum<{
|
|
1110
|
-
allow: "allow";
|
|
1111
|
-
deny: "deny";
|
|
1112
|
-
challenge: "challenge";
|
|
1113
|
-
}>;
|
|
1114
|
-
auth: z.ZodOptional<z.ZodObject<{
|
|
1115
|
-
requiredGrants: z.ZodArray<z.ZodString>;
|
|
1116
|
-
issuers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1117
|
-
kid: z.ZodString;
|
|
1118
|
-
alg: z.ZodLiteral<"EdDSA">;
|
|
1119
|
-
publicKey: z.ZodString;
|
|
1120
|
-
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
1121
|
-
}, z.core.$strip>>>;
|
|
1122
|
-
acquire: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1123
|
-
type: z.ZodLiteral<"password">;
|
|
1124
|
-
ref: z.ZodString;
|
|
1125
|
-
transport: z.ZodEnum<{
|
|
1126
|
-
basic: "basic";
|
|
1127
|
-
form: "form";
|
|
1128
|
-
}>;
|
|
1129
|
-
username: z.ZodOptional<z.ZodString>;
|
|
1130
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1131
|
-
type: z.ZodLiteral<"login">;
|
|
1132
|
-
url: z.ZodString;
|
|
1133
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1134
|
-
}, z.core.$strip>], "type">>>;
|
|
1135
|
-
}, z.core.$strip>>;
|
|
1136
|
-
managedBy: z.ZodOptional<z.ZodEnum<{
|
|
1137
|
-
sharing: "sharing";
|
|
1138
|
-
firewall: "firewall";
|
|
1139
|
-
file_share: "file_share";
|
|
1140
|
-
cast_reviewer: "cast_reviewer";
|
|
1141
|
-
team_default: "team_default";
|
|
1142
|
-
}>>;
|
|
1143
|
-
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
1144
|
-
reasonCode: z.ZodOptional<z.ZodString>;
|
|
1145
|
-
message: z.ZodOptional<z.ZodString>;
|
|
1146
|
-
}, z.core.$strip>>>;
|
|
1147
|
-
issuers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1148
|
-
kid: z.ZodString;
|
|
1149
|
-
alg: z.ZodLiteral<"EdDSA">;
|
|
1150
|
-
publicKey: z.ZodString;
|
|
1151
|
-
grantNamespaces: z.ZodArray<z.ZodString>;
|
|
1152
|
-
}, z.core.$strip>>>;
|
|
1153
|
-
sessionVersion: z.ZodOptional<z.ZodNumber>;
|
|
1154
|
-
}, z.core.$strip>>;
|
|
1155
1118
|
operation: z.ZodNullable<z.ZodObject<{
|
|
1156
1119
|
id: z.ZodString;
|
|
1157
1120
|
kind: z.ZodString;
|
|
@@ -1874,7 +1837,6 @@ export declare const spaceVersionComputedRoutingSummarySchema: z.ZodObject<{
|
|
|
1874
1837
|
headerRuleCount: z.ZodNumber;
|
|
1875
1838
|
staticRedirectCount: z.ZodNumber;
|
|
1876
1839
|
dynamicRedirectCount: z.ZodNumber;
|
|
1877
|
-
basicAuthRuleCount: z.ZodNumber;
|
|
1878
1840
|
proxyRuleCount: z.ZodNumber;
|
|
1879
1841
|
}, z.core.$strip>;
|
|
1880
1842
|
diagnostics: z.ZodArray<z.ZodObject<{
|
|
@@ -1895,10 +1857,10 @@ export declare const spaceVersionComputedRoutingSummarySchema: z.ZodObject<{
|
|
|
1895
1857
|
export declare const spaceVersionFileDiffStatusSchema: z.ZodEnum<{
|
|
1896
1858
|
binary: "binary";
|
|
1897
1859
|
deleted: "deleted";
|
|
1898
|
-
unchanged: "unchanged";
|
|
1899
1860
|
added: "added";
|
|
1900
1861
|
modified: "modified";
|
|
1901
1862
|
renamed: "renamed";
|
|
1863
|
+
unchanged: "unchanged";
|
|
1902
1864
|
too_large: "too_large";
|
|
1903
1865
|
}>;
|
|
1904
1866
|
export declare const spaceVersionFileDiffEntrySchema: z.ZodObject<{
|
|
@@ -1907,10 +1869,10 @@ export declare const spaceVersionFileDiffEntrySchema: z.ZodObject<{
|
|
|
1907
1869
|
status: z.ZodEnum<{
|
|
1908
1870
|
binary: "binary";
|
|
1909
1871
|
deleted: "deleted";
|
|
1910
|
-
unchanged: "unchanged";
|
|
1911
1872
|
added: "added";
|
|
1912
1873
|
modified: "modified";
|
|
1913
1874
|
renamed: "renamed";
|
|
1875
|
+
unchanged: "unchanged";
|
|
1914
1876
|
too_large: "too_large";
|
|
1915
1877
|
}>;
|
|
1916
1878
|
before: z.ZodNullable<z.ZodObject<{
|
|
@@ -1986,10 +1948,10 @@ export declare const spaceVersionFileDiffResponseSchema: z.ZodObject<{
|
|
|
1986
1948
|
status: z.ZodEnum<{
|
|
1987
1949
|
binary: "binary";
|
|
1988
1950
|
deleted: "deleted";
|
|
1989
|
-
unchanged: "unchanged";
|
|
1990
1951
|
added: "added";
|
|
1991
1952
|
modified: "modified";
|
|
1992
1953
|
renamed: "renamed";
|
|
1954
|
+
unchanged: "unchanged";
|
|
1993
1955
|
too_large: "too_large";
|
|
1994
1956
|
}>;
|
|
1995
1957
|
before: z.ZodNullable<z.ZodObject<{
|
|
@@ -2258,6 +2220,11 @@ export declare const publishRequestSchema: z.ZodObject<{
|
|
|
2258
2220
|
bodyEnd: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2259
2221
|
noscript: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2260
2222
|
}, z.core.$strip>>;
|
|
2223
|
+
dataSources: z.ZodOptional<z.ZodPreprocess<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2224
|
+
kind: z.ZodLiteral<"wordpress">;
|
|
2225
|
+
url: z.ZodString;
|
|
2226
|
+
}, z.core.$strict>>>>;
|
|
2227
|
+
defaultDataSource: z.ZodOptional<z.ZodString>;
|
|
2261
2228
|
}, z.core.$strip>>;
|
|
2262
2229
|
deletePaths: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2263
2230
|
immutableAssetPrefixes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2271,13 +2238,13 @@ export declare const publishRequestSchema: z.ZodObject<{
|
|
|
2271
2238
|
}>;
|
|
2272
2239
|
id: z.ZodString;
|
|
2273
2240
|
}, z.core.$strip>>;
|
|
2274
|
-
files: z.
|
|
2241
|
+
files: z.ZodArray<z.ZodObject<{
|
|
2275
2242
|
path: z.ZodString;
|
|
2276
2243
|
size: z.ZodNumber;
|
|
2277
2244
|
sha256: z.ZodOptional<z.ZodString>;
|
|
2278
2245
|
contentType: z.ZodOptional<z.ZodString>;
|
|
2279
2246
|
sourceUrl: z.ZodOptional<z.ZodString>;
|
|
2280
|
-
}, z.core.$strip
|
|
2247
|
+
}, z.core.$strip>>;
|
|
2281
2248
|
}, z.core.$strip>;
|
|
2282
2249
|
export declare const publishUploadReceiptSchema: z.ZodObject<{
|
|
2283
2250
|
id: z.ZodString;
|
|
@@ -2401,6 +2368,15 @@ export declare const publishReceiptSchema: z.ZodObject<{
|
|
|
2401
2368
|
defaultHostname: z.ZodString;
|
|
2402
2369
|
liveUrl: z.ZodNullable<z.ZodString>;
|
|
2403
2370
|
}, z.core.$strip>;
|
|
2371
|
+
open: z.ZodOptional<z.ZodObject<{
|
|
2372
|
+
url: z.ZodString;
|
|
2373
|
+
expiresAt: z.ZodString;
|
|
2374
|
+
kind: z.ZodEnum<{
|
|
2375
|
+
management: "management";
|
|
2376
|
+
person: "person";
|
|
2377
|
+
claim_preview: "claim_preview";
|
|
2378
|
+
}>;
|
|
2379
|
+
}, z.core.$strip>>;
|
|
2404
2380
|
version: z.ZodObject<{
|
|
2405
2381
|
id: z.ZodString;
|
|
2406
2382
|
status: z.ZodEnum<{
|
|
@@ -2484,7 +2460,6 @@ export declare const publishReceiptSchema: z.ZodObject<{
|
|
|
2484
2460
|
createdAt: z.ZodString;
|
|
2485
2461
|
finishedAt: z.ZodOptional<z.ZodString>;
|
|
2486
2462
|
}, z.core.$strip>>;
|
|
2487
|
-
shareBlurb: z.ZodString;
|
|
2488
2463
|
upload: z.ZodOptional<z.ZodObject<{
|
|
2489
2464
|
id: z.ZodString;
|
|
2490
2465
|
mode: z.ZodEnum<{
|
|
@@ -2549,7 +2524,7 @@ export declare const publishReceiptSchema: z.ZodObject<{
|
|
|
2549
2524
|
}, z.core.$strip>>;
|
|
2550
2525
|
}, z.core.$strip>>;
|
|
2551
2526
|
claim: z.ZodOptional<z.ZodObject<{
|
|
2552
|
-
token: z.
|
|
2527
|
+
token: z.ZodString;
|
|
2553
2528
|
url: z.ZodString;
|
|
2554
2529
|
expiresAt: z.ZodString;
|
|
2555
2530
|
}, z.core.$strip>>;
|
|
@@ -2688,10 +2663,8 @@ export declare const spaceRuntimeStatusSchema: z.ZodObject<{
|
|
|
2688
2663
|
}>>;
|
|
2689
2664
|
liveRuntimeKind: z.ZodNullable<z.ZodEnum<{
|
|
2690
2665
|
zero: "zero";
|
|
2666
|
+
functions: "functions";
|
|
2691
2667
|
static: "static";
|
|
2692
|
-
php: "php";
|
|
2693
|
-
node: "node";
|
|
2694
|
-
workers: "workers";
|
|
2695
2668
|
}>>;
|
|
2696
2669
|
pendingVersionStatus: z.ZodNullable<z.ZodEnum<{
|
|
2697
2670
|
failed: "failed";
|
|
@@ -2746,11 +2719,133 @@ export declare const spaceRuntimeStatusSchema: z.ZodObject<{
|
|
|
2746
2719
|
createdAt: z.ZodString;
|
|
2747
2720
|
finishedAt: z.ZodOptional<z.ZodString>;
|
|
2748
2721
|
}, z.core.$strip>>;
|
|
2722
|
+
app: z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2723
|
+
runtimeKind: z.ZodLiteral<"zero">;
|
|
2724
|
+
artifactId: z.ZodString;
|
|
2725
|
+
appName: z.ZodString;
|
|
2726
|
+
serverRuntime: z.ZodLiteral<"quickjs-rust">;
|
|
2727
|
+
inspect: z.ZodObject<{
|
|
2728
|
+
policy: z.ZodEnum<{
|
|
2729
|
+
public: "public";
|
|
2730
|
+
private: "private";
|
|
2731
|
+
}>;
|
|
2732
|
+
}, z.core.$strict>;
|
|
2733
|
+
install: z.ZodObject<{
|
|
2734
|
+
runtimeKind: z.ZodLiteral<"zero">;
|
|
2735
|
+
engine: z.ZodLiteral<"quickjs-rust">;
|
|
2736
|
+
storageRoot: z.ZodLiteral<"__spacefast/zero">;
|
|
2737
|
+
artifactPath: z.ZodLiteral<"__spacefast/zero/artifact.json">;
|
|
2738
|
+
configPath: z.ZodLiteral<"__spacefast/zero/config.json">;
|
|
2739
|
+
binary: z.ZodObject<{
|
|
2740
|
+
path: z.ZodLiteral<"__spacefast/zero/bin/stattic-runtime">;
|
|
2741
|
+
compatibilityTarget: z.ZodObject<{
|
|
2742
|
+
profile: z.ZodLiteral<"wpcloud-linux-x86_64-gnu-v1">;
|
|
2743
|
+
os: z.ZodLiteral<"linux">;
|
|
2744
|
+
cpu: z.ZodLiteral<"x86_64">;
|
|
2745
|
+
libc: z.ZodLiteral<"glibc">;
|
|
2746
|
+
linking: z.ZodLiteral<"dynamic">;
|
|
2747
|
+
requireExecutableBit: z.ZodLiteral<true>;
|
|
2748
|
+
}, z.core.$strict>;
|
|
2749
|
+
sha256: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2750
|
+
required: z.ZodLiteral<true>;
|
|
2751
|
+
}, z.core.$strict>;
|
|
2752
|
+
mysql: z.ZodObject<{
|
|
2753
|
+
migrateAtFinalize: z.ZodLiteral<true>;
|
|
2754
|
+
blockIncompatibleRollback: z.ZodLiteral<true>;
|
|
2755
|
+
}, z.core.$strict>;
|
|
2756
|
+
realtime: z.ZodObject<{
|
|
2757
|
+
production: z.ZodLiteral<"stattic-central">;
|
|
2758
|
+
local: z.ZodLiteral<"foreground-cli-ws">;
|
|
2759
|
+
}, z.core.$strict>;
|
|
2760
|
+
}, z.core.$strict>;
|
|
2761
|
+
tables: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2762
|
+
queries: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2763
|
+
mutations: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2764
|
+
endpoints: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
2765
|
+
method: z.ZodEnum<{
|
|
2766
|
+
POST: "POST";
|
|
2767
|
+
PUT: "PUT";
|
|
2768
|
+
GET: "GET";
|
|
2769
|
+
HEAD: "HEAD";
|
|
2770
|
+
PATCH: "PATCH";
|
|
2771
|
+
DELETE: "DELETE";
|
|
2772
|
+
OPTIONS: "OPTIONS";
|
|
2773
|
+
}>;
|
|
2774
|
+
path: z.ZodString;
|
|
2775
|
+
}, z.core.$strict>>>;
|
|
2776
|
+
sockets: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2777
|
+
variables: z.ZodObject<{
|
|
2778
|
+
source: z.ZodLiteral<"stattic-variables">;
|
|
2779
|
+
names: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2780
|
+
}, z.core.$strict>;
|
|
2781
|
+
realtime: z.ZodObject<{
|
|
2782
|
+
mode: z.ZodEnum<{
|
|
2783
|
+
"stattic-central": "stattic-central";
|
|
2784
|
+
"spacefast-cast": "spacefast-cast";
|
|
2785
|
+
"local-dev": "local-dev";
|
|
2786
|
+
"local-websocket": "local-websocket";
|
|
2787
|
+
}>;
|
|
2788
|
+
centralUrl: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2789
|
+
path: z.ZodOptional<z.ZodString>;
|
|
2790
|
+
replayPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2791
|
+
replayUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2792
|
+
runPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2793
|
+
runUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2794
|
+
resourceKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2795
|
+
socketPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2796
|
+
spaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2797
|
+
versionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2798
|
+
}, z.core.$strict>;
|
|
2799
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2800
|
+
runtimeKind: z.ZodLiteral<"functions">;
|
|
2801
|
+
artifactId: z.ZodString;
|
|
2802
|
+
appName: z.ZodString;
|
|
2803
|
+
entry: z.ZodString;
|
|
2804
|
+
compatibilityDate: z.ZodString;
|
|
2805
|
+
compatibilityFlags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2806
|
+
routes: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
2807
|
+
method: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2808
|
+
POST: "POST";
|
|
2809
|
+
PUT: "PUT";
|
|
2810
|
+
GET: "GET";
|
|
2811
|
+
HEAD: "HEAD";
|
|
2812
|
+
PATCH: "PATCH";
|
|
2813
|
+
DELETE: "DELETE";
|
|
2814
|
+
OPTIONS: "OPTIONS";
|
|
2815
|
+
}>>>;
|
|
2816
|
+
path: z.ZodString;
|
|
2817
|
+
subtree: z.ZodDefault<z.ZodBoolean>;
|
|
2818
|
+
}, z.core.$strict>>>;
|
|
2819
|
+
capabilities: z.ZodDefault<z.ZodObject<{
|
|
2820
|
+
db: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2821
|
+
fetch: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2822
|
+
auth: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2823
|
+
env: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2824
|
+
realtime: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2825
|
+
logging: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2826
|
+
}, z.core.$strip>>;
|
|
2827
|
+
executionState: z.ZodEnum<{
|
|
2828
|
+
ready: "ready";
|
|
2829
|
+
absent: "absent";
|
|
2830
|
+
serving: "serving";
|
|
2831
|
+
}>;
|
|
2832
|
+
bundleSize: z.ZodNumber;
|
|
2833
|
+
variables: z.ZodObject<{
|
|
2834
|
+
source: z.ZodLiteral<"spacefast-variables">;
|
|
2835
|
+
names: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2836
|
+
}, z.core.$strict>;
|
|
2837
|
+
inspect: z.ZodObject<{
|
|
2838
|
+
policy: z.ZodEnum<{
|
|
2839
|
+
public: "public";
|
|
2840
|
+
private: "private";
|
|
2841
|
+
}>;
|
|
2842
|
+
}, z.core.$strict>;
|
|
2843
|
+
}, z.core.$strict>], "runtimeKind">>;
|
|
2749
2844
|
}, z.core.$strip>;
|
|
2750
2845
|
export declare const spaceApplyChangeBaseSchema: z.ZodObject<{
|
|
2751
2846
|
kind: z.ZodEnum<{
|
|
2752
2847
|
routing: "routing";
|
|
2753
|
-
|
|
2848
|
+
access: "access";
|
|
2754
2849
|
variable: "variable";
|
|
2755
2850
|
settings: "settings";
|
|
2756
2851
|
}>;
|
|
@@ -2764,7 +2859,7 @@ export declare const spaceApplyModeSchema: z.ZodEnum<{
|
|
|
2764
2859
|
export declare const spaceApplyChangeSchema: z.ZodObject<{
|
|
2765
2860
|
kind: z.ZodEnum<{
|
|
2766
2861
|
routing: "routing";
|
|
2767
|
-
|
|
2862
|
+
access: "access";
|
|
2768
2863
|
variable: "variable";
|
|
2769
2864
|
settings: "settings";
|
|
2770
2865
|
}>;
|
|
@@ -2793,7 +2888,7 @@ export declare const spaceApplyStateSchema: z.ZodObject<{
|
|
|
2793
2888
|
changes: z.ZodArray<z.ZodObject<{
|
|
2794
2889
|
kind: z.ZodEnum<{
|
|
2795
2890
|
routing: "routing";
|
|
2796
|
-
|
|
2891
|
+
access: "access";
|
|
2797
2892
|
variable: "variable";
|
|
2798
2893
|
settings: "settings";
|
|
2799
2894
|
}>;
|
|
@@ -2868,7 +2963,7 @@ export declare const spaceApplyResponseSchema: z.ZodObject<{
|
|
|
2868
2963
|
changes: z.ZodArray<z.ZodObject<{
|
|
2869
2964
|
kind: z.ZodEnum<{
|
|
2870
2965
|
routing: "routing";
|
|
2871
|
-
|
|
2966
|
+
access: "access";
|
|
2872
2967
|
variable: "variable";
|
|
2873
2968
|
settings: "settings";
|
|
2874
2969
|
}>;
|