@webstudio-is/protocol 0.275.0 → 0.276.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/fixtures.js +28 -0
- package/lib/index.js +2055 -199
- package/lib/schema.js +30 -1
- package/lib/types/builder-api/__generated__/server-only-router-operation-metadata.d.ts +3 -3
- package/lib/types/builder-api/operations.d.ts +1 -0
- package/lib/types/builder-api/runtime-contracts.d.ts +2 -1
- package/lib/types/schema.d.ts +367 -298
- package/package.json +7 -7
package/lib/types/schema.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export declare const getMissingImportedAssetFilesMessage: (assetNames: string[])
|
|
|
7
7
|
export declare const parseMissingImportedAssetFilesMessage: (error: unknown) => string[] | undefined;
|
|
8
8
|
export declare const projectBundle: z.ZodObject<{
|
|
9
9
|
page: z.ZodObject<{
|
|
10
|
-
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
11
10
|
id: z.ZodString;
|
|
12
11
|
name: z.ZodString;
|
|
13
12
|
title: z.ZodString;
|
|
@@ -24,8 +23,8 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
24
23
|
status: z.ZodOptional<z.ZodString>;
|
|
25
24
|
redirect: z.ZodOptional<z.ZodString>;
|
|
26
25
|
documentType: z.ZodOptional<z.ZodEnum<{
|
|
27
|
-
text: "text";
|
|
28
26
|
html: "html";
|
|
27
|
+
text: "text";
|
|
29
28
|
xml: "xml";
|
|
30
29
|
}>>;
|
|
31
30
|
content: z.ZodOptional<z.ZodString>;
|
|
@@ -56,9 +55,9 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
56
55
|
category: z.ZodOptional<z.ZodString>;
|
|
57
56
|
thumbnailAssetId: z.ZodOptional<z.ZodString>;
|
|
58
57
|
}, z.core.$strip>>;
|
|
58
|
+
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
59
59
|
}, z.core.$strip>;
|
|
60
60
|
pages: z.ZodArray<z.ZodObject<{
|
|
61
|
-
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
62
61
|
id: z.ZodString;
|
|
63
62
|
name: z.ZodString;
|
|
64
63
|
title: z.ZodString;
|
|
@@ -75,8 +74,8 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
75
74
|
status: z.ZodOptional<z.ZodString>;
|
|
76
75
|
redirect: z.ZodOptional<z.ZodString>;
|
|
77
76
|
documentType: z.ZodOptional<z.ZodEnum<{
|
|
78
|
-
text: "text";
|
|
79
77
|
html: "html";
|
|
78
|
+
text: "text";
|
|
80
79
|
xml: "xml";
|
|
81
80
|
}>>;
|
|
82
81
|
content: z.ZodOptional<z.ZodString>;
|
|
@@ -107,6 +106,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
107
106
|
category: z.ZodOptional<z.ZodString>;
|
|
108
107
|
thumbnailAssetId: z.ZodOptional<z.ZodString>;
|
|
109
108
|
}, z.core.$strip>>;
|
|
109
|
+
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
110
110
|
}, z.core.$strip>>;
|
|
111
111
|
build: z.ZodObject<{
|
|
112
112
|
id: z.ZodString;
|
|
@@ -135,12 +135,10 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
135
135
|
condition?: string | undefined;
|
|
136
136
|
}>>], null>>;
|
|
137
137
|
styles: z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodType<{
|
|
138
|
+
styleSourceId: string;
|
|
139
|
+
breakpointId: string;
|
|
140
|
+
state?: string | undefined;
|
|
138
141
|
value: import("@webstudio-is/css-engine").ColorValue | {
|
|
139
|
-
type: "function";
|
|
140
|
-
name: string;
|
|
141
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
142
|
-
hidden?: boolean;
|
|
143
|
-
} | {
|
|
144
142
|
type: "image";
|
|
145
143
|
value: {
|
|
146
144
|
type: "asset";
|
|
@@ -198,11 +196,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
198
196
|
} | {
|
|
199
197
|
type: "tuple";
|
|
200
198
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
201
|
-
type: "function";
|
|
202
|
-
name: string;
|
|
203
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
204
|
-
hidden?: boolean;
|
|
205
|
-
} | {
|
|
206
199
|
type: "image";
|
|
207
200
|
value: {
|
|
208
201
|
type: "asset";
|
|
@@ -257,10 +250,16 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
257
250
|
hidden?: boolean | undefined;
|
|
258
251
|
} | undefined;
|
|
259
252
|
hidden?: boolean | undefined;
|
|
253
|
+
} | {
|
|
254
|
+
type: "function";
|
|
255
|
+
name: string;
|
|
256
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
257
|
+
hidden?: boolean;
|
|
260
258
|
})[];
|
|
261
259
|
hidden?: boolean | undefined;
|
|
262
260
|
} | {
|
|
263
261
|
type: "shadow";
|
|
262
|
+
hidden?: boolean | undefined;
|
|
264
263
|
position: "inset" | "outset";
|
|
265
264
|
offsetX: {
|
|
266
265
|
type: "unit";
|
|
@@ -324,7 +323,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
324
323
|
} | undefined;
|
|
325
324
|
hidden?: boolean | undefined;
|
|
326
325
|
};
|
|
327
|
-
hidden?: boolean | undefined;
|
|
328
326
|
blur?: {
|
|
329
327
|
type: "unit";
|
|
330
328
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -431,11 +429,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
431
429
|
} | {
|
|
432
430
|
type: "layers";
|
|
433
431
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
434
|
-
type: "function";
|
|
435
|
-
name: string;
|
|
436
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
437
|
-
hidden?: boolean;
|
|
438
|
-
} | {
|
|
439
432
|
type: "image";
|
|
440
433
|
value: {
|
|
441
434
|
type: "asset";
|
|
@@ -493,11 +486,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
493
486
|
} | {
|
|
494
487
|
type: "tuple";
|
|
495
488
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
496
|
-
type: "function";
|
|
497
|
-
name: string;
|
|
498
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
499
|
-
hidden?: boolean;
|
|
500
|
-
} | {
|
|
501
489
|
type: "image";
|
|
502
490
|
value: {
|
|
503
491
|
type: "asset";
|
|
@@ -552,10 +540,16 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
552
540
|
hidden?: boolean | undefined;
|
|
553
541
|
} | undefined;
|
|
554
542
|
hidden?: boolean | undefined;
|
|
543
|
+
} | {
|
|
544
|
+
type: "function";
|
|
545
|
+
name: string;
|
|
546
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
547
|
+
hidden?: boolean;
|
|
555
548
|
})[];
|
|
556
549
|
hidden?: boolean | undefined;
|
|
557
550
|
} | {
|
|
558
551
|
type: "shadow";
|
|
552
|
+
hidden?: boolean | undefined;
|
|
559
553
|
position: "inset" | "outset";
|
|
560
554
|
offsetX: {
|
|
561
555
|
type: "unit";
|
|
@@ -619,7 +613,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
619
613
|
} | undefined;
|
|
620
614
|
hidden?: boolean | undefined;
|
|
621
615
|
};
|
|
622
|
-
hidden?: boolean | undefined;
|
|
623
616
|
blur?: {
|
|
624
617
|
type: "unit";
|
|
625
618
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -723,6 +716,11 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
723
716
|
type: "invalid";
|
|
724
717
|
value: string;
|
|
725
718
|
hidden?: boolean | undefined;
|
|
719
|
+
} | {
|
|
720
|
+
type: "function";
|
|
721
|
+
name: string;
|
|
722
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
723
|
+
hidden?: boolean;
|
|
726
724
|
})[];
|
|
727
725
|
hidden?: boolean | undefined;
|
|
728
726
|
} | {
|
|
@@ -736,19 +734,19 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
736
734
|
type: "unset";
|
|
737
735
|
value: "";
|
|
738
736
|
hidden?: boolean | undefined;
|
|
737
|
+
} | {
|
|
738
|
+
type: "function";
|
|
739
|
+
name: string;
|
|
740
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
741
|
+
hidden?: boolean;
|
|
739
742
|
};
|
|
740
|
-
breakpointId: string;
|
|
741
|
-
styleSourceId: string;
|
|
742
|
-
state?: string | undefined;
|
|
743
743
|
listed?: boolean | undefined;
|
|
744
744
|
property: import("@webstudio-is/css-engine").StyleProperty;
|
|
745
745
|
}, unknown, z.core.$ZodTypeInternals<{
|
|
746
|
+
styleSourceId: string;
|
|
747
|
+
breakpointId: string;
|
|
748
|
+
state?: string | undefined;
|
|
746
749
|
value: import("@webstudio-is/css-engine").ColorValue | {
|
|
747
|
-
type: "function";
|
|
748
|
-
name: string;
|
|
749
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
750
|
-
hidden?: boolean;
|
|
751
|
-
} | {
|
|
752
750
|
type: "image";
|
|
753
751
|
value: {
|
|
754
752
|
type: "asset";
|
|
@@ -806,11 +804,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
806
804
|
} | {
|
|
807
805
|
type: "tuple";
|
|
808
806
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
809
|
-
type: "function";
|
|
810
|
-
name: string;
|
|
811
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
812
|
-
hidden?: boolean;
|
|
813
|
-
} | {
|
|
814
807
|
type: "image";
|
|
815
808
|
value: {
|
|
816
809
|
type: "asset";
|
|
@@ -865,10 +858,16 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
865
858
|
hidden?: boolean | undefined;
|
|
866
859
|
} | undefined;
|
|
867
860
|
hidden?: boolean | undefined;
|
|
861
|
+
} | {
|
|
862
|
+
type: "function";
|
|
863
|
+
name: string;
|
|
864
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
865
|
+
hidden?: boolean;
|
|
868
866
|
})[];
|
|
869
867
|
hidden?: boolean | undefined;
|
|
870
868
|
} | {
|
|
871
869
|
type: "shadow";
|
|
870
|
+
hidden?: boolean | undefined;
|
|
872
871
|
position: "inset" | "outset";
|
|
873
872
|
offsetX: {
|
|
874
873
|
type: "unit";
|
|
@@ -932,7 +931,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
932
931
|
} | undefined;
|
|
933
932
|
hidden?: boolean | undefined;
|
|
934
933
|
};
|
|
935
|
-
hidden?: boolean | undefined;
|
|
936
934
|
blur?: {
|
|
937
935
|
type: "unit";
|
|
938
936
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -1039,11 +1037,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
1039
1037
|
} | {
|
|
1040
1038
|
type: "layers";
|
|
1041
1039
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
1042
|
-
type: "function";
|
|
1043
|
-
name: string;
|
|
1044
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
1045
|
-
hidden?: boolean;
|
|
1046
|
-
} | {
|
|
1047
1040
|
type: "image";
|
|
1048
1041
|
value: {
|
|
1049
1042
|
type: "asset";
|
|
@@ -1101,11 +1094,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
1101
1094
|
} | {
|
|
1102
1095
|
type: "tuple";
|
|
1103
1096
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
1104
|
-
type: "function";
|
|
1105
|
-
name: string;
|
|
1106
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
1107
|
-
hidden?: boolean;
|
|
1108
|
-
} | {
|
|
1109
1097
|
type: "image";
|
|
1110
1098
|
value: {
|
|
1111
1099
|
type: "asset";
|
|
@@ -1160,10 +1148,16 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
1160
1148
|
hidden?: boolean | undefined;
|
|
1161
1149
|
} | undefined;
|
|
1162
1150
|
hidden?: boolean | undefined;
|
|
1151
|
+
} | {
|
|
1152
|
+
type: "function";
|
|
1153
|
+
name: string;
|
|
1154
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
1155
|
+
hidden?: boolean;
|
|
1163
1156
|
})[];
|
|
1164
1157
|
hidden?: boolean | undefined;
|
|
1165
1158
|
} | {
|
|
1166
1159
|
type: "shadow";
|
|
1160
|
+
hidden?: boolean | undefined;
|
|
1167
1161
|
position: "inset" | "outset";
|
|
1168
1162
|
offsetX: {
|
|
1169
1163
|
type: "unit";
|
|
@@ -1227,7 +1221,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
1227
1221
|
} | undefined;
|
|
1228
1222
|
hidden?: boolean | undefined;
|
|
1229
1223
|
};
|
|
1230
|
-
hidden?: boolean | undefined;
|
|
1231
1224
|
blur?: {
|
|
1232
1225
|
type: "unit";
|
|
1233
1226
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -1331,6 +1324,11 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
1331
1324
|
type: "invalid";
|
|
1332
1325
|
value: string;
|
|
1333
1326
|
hidden?: boolean | undefined;
|
|
1327
|
+
} | {
|
|
1328
|
+
type: "function";
|
|
1329
|
+
name: string;
|
|
1330
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
1331
|
+
hidden?: boolean;
|
|
1334
1332
|
})[];
|
|
1335
1333
|
hidden?: boolean | undefined;
|
|
1336
1334
|
} | {
|
|
@@ -1344,10 +1342,12 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
1344
1342
|
type: "unset";
|
|
1345
1343
|
value: "";
|
|
1346
1344
|
hidden?: boolean | undefined;
|
|
1345
|
+
} | {
|
|
1346
|
+
type: "function";
|
|
1347
|
+
name: string;
|
|
1348
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
1349
|
+
hidden?: boolean;
|
|
1347
1350
|
};
|
|
1348
|
-
breakpointId: string;
|
|
1349
|
-
styleSourceId: string;
|
|
1350
|
-
state?: string | undefined;
|
|
1351
1351
|
listed?: boolean | undefined;
|
|
1352
1352
|
property: import("@webstudio-is/css-engine").StyleProperty;
|
|
1353
1353
|
}, unknown>>], null>>;
|
|
@@ -1365,90 +1365,94 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
1365
1365
|
values: z.ZodArray<z.ZodString>;
|
|
1366
1366
|
}, z.core.$strip>], null>>;
|
|
1367
1367
|
props: z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
1368
|
+
id: z.ZodString;
|
|
1369
|
+
instanceId: z.ZodString;
|
|
1370
|
+
name: z.ZodString;
|
|
1371
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1372
|
type: z.ZodLiteral<"number">;
|
|
1369
1373
|
value: z.ZodNumber;
|
|
1374
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1370
1375
|
id: z.ZodString;
|
|
1371
1376
|
instanceId: z.ZodString;
|
|
1372
1377
|
name: z.ZodString;
|
|
1373
1378
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1374
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1375
1379
|
type: z.ZodLiteral<"string">;
|
|
1376
1380
|
value: z.ZodString;
|
|
1381
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1377
1382
|
id: z.ZodString;
|
|
1378
1383
|
instanceId: z.ZodString;
|
|
1379
1384
|
name: z.ZodString;
|
|
1380
1385
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1381
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1382
1386
|
type: z.ZodLiteral<"boolean">;
|
|
1383
1387
|
value: z.ZodBoolean;
|
|
1388
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1384
1389
|
id: z.ZodString;
|
|
1385
1390
|
instanceId: z.ZodString;
|
|
1386
1391
|
name: z.ZodString;
|
|
1387
1392
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1388
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1389
1393
|
type: z.ZodLiteral<"json">;
|
|
1390
1394
|
value: z.ZodUnknown;
|
|
1395
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1391
1396
|
id: z.ZodString;
|
|
1392
1397
|
instanceId: z.ZodString;
|
|
1393
1398
|
name: z.ZodString;
|
|
1394
1399
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1395
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1396
1400
|
type: z.ZodLiteral<"asset">;
|
|
1397
1401
|
value: z.ZodString;
|
|
1402
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1398
1403
|
id: z.ZodString;
|
|
1399
1404
|
instanceId: z.ZodString;
|
|
1400
1405
|
name: z.ZodString;
|
|
1401
1406
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1402
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1403
1407
|
type: z.ZodLiteral<"page">;
|
|
1404
1408
|
value: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1405
1409
|
pageId: z.ZodString;
|
|
1406
1410
|
instanceId: z.ZodString;
|
|
1407
1411
|
}, z.core.$strip>]>;
|
|
1412
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1408
1413
|
id: z.ZodString;
|
|
1409
1414
|
instanceId: z.ZodString;
|
|
1410
1415
|
name: z.ZodString;
|
|
1411
1416
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1412
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1413
1417
|
type: z.ZodLiteral<"string[]">;
|
|
1414
1418
|
value: z.ZodArray<z.ZodString>;
|
|
1419
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1415
1420
|
id: z.ZodString;
|
|
1416
1421
|
instanceId: z.ZodString;
|
|
1417
1422
|
name: z.ZodString;
|
|
1418
1423
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1419
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1420
1424
|
type: z.ZodLiteral<"parameter">;
|
|
1421
1425
|
value: z.ZodString;
|
|
1426
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1422
1427
|
id: z.ZodString;
|
|
1423
1428
|
instanceId: z.ZodString;
|
|
1424
1429
|
name: z.ZodString;
|
|
1425
1430
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1426
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1427
1431
|
type: z.ZodLiteral<"resource">;
|
|
1428
1432
|
value: z.ZodString;
|
|
1433
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1429
1434
|
id: z.ZodString;
|
|
1430
1435
|
instanceId: z.ZodString;
|
|
1431
1436
|
name: z.ZodString;
|
|
1432
1437
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1433
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1434
1438
|
type: z.ZodLiteral<"expression">;
|
|
1435
1439
|
value: z.ZodString;
|
|
1440
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1436
1441
|
id: z.ZodString;
|
|
1437
1442
|
instanceId: z.ZodString;
|
|
1438
1443
|
name: z.ZodString;
|
|
1439
1444
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1440
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1441
1445
|
type: z.ZodLiteral<"action">;
|
|
1442
1446
|
value: z.ZodArray<z.ZodObject<{
|
|
1443
1447
|
type: z.ZodLiteral<"execute">;
|
|
1444
1448
|
args: z.ZodArray<z.ZodString>;
|
|
1445
1449
|
code: z.ZodString;
|
|
1446
1450
|
}, z.core.$strip>>;
|
|
1451
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1447
1452
|
id: z.ZodString;
|
|
1448
1453
|
instanceId: z.ZodString;
|
|
1449
1454
|
name: z.ZodString;
|
|
1450
1455
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1451
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1452
1456
|
type: z.ZodLiteral<"animationAction">;
|
|
1453
1457
|
value: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1454
1458
|
type: z.ZodLiteral<"scroll">;
|
|
@@ -2089,7 +2093,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2089
2093
|
duration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
2090
2094
|
type: z.ZodLiteral<"unit">;
|
|
2091
2095
|
value: z.ZodNumber;
|
|
2092
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
2096
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
2093
2097
|
}, z.core.$strip>, z.ZodObject<{
|
|
2094
2098
|
type: z.ZodLiteral<"var">;
|
|
2095
2099
|
value: z.ZodString;
|
|
@@ -2097,7 +2101,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2097
2101
|
delay: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
2098
2102
|
type: z.ZodLiteral<"unit">;
|
|
2099
2103
|
value: z.ZodNumber;
|
|
2100
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
2104
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
2101
2105
|
}, z.core.$strip>, z.ZodObject<{
|
|
2102
2106
|
type: z.ZodLiteral<"var">;
|
|
2103
2107
|
value: z.ZodString;
|
|
@@ -2106,7 +2110,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2106
2110
|
rangeStart: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
2107
2111
|
type: z.ZodLiteral<"unit">;
|
|
2108
2112
|
value: z.ZodNumber;
|
|
2109
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
2113
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
2110
2114
|
}, z.core.$strip>, z.ZodObject<{
|
|
2111
2115
|
type: z.ZodLiteral<"unparsed">;
|
|
2112
2116
|
value: z.ZodString;
|
|
@@ -2117,7 +2121,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2117
2121
|
rangeEnd: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
2118
2122
|
type: z.ZodLiteral<"unit">;
|
|
2119
2123
|
value: z.ZodNumber;
|
|
2120
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
2124
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
2121
2125
|
}, z.core.$strip>, z.ZodObject<{
|
|
2122
2126
|
type: z.ZodLiteral<"unparsed">;
|
|
2123
2127
|
value: z.ZodString;
|
|
@@ -2768,7 +2772,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2768
2772
|
duration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
2769
2773
|
type: z.ZodLiteral<"unit">;
|
|
2770
2774
|
value: z.ZodNumber;
|
|
2771
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
2775
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
2772
2776
|
}, z.core.$strip>, z.ZodObject<{
|
|
2773
2777
|
type: z.ZodLiteral<"var">;
|
|
2774
2778
|
value: z.ZodString;
|
|
@@ -2776,7 +2780,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2776
2780
|
delay: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
2777
2781
|
type: z.ZodLiteral<"unit">;
|
|
2778
2782
|
value: z.ZodNumber;
|
|
2779
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
2783
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
2780
2784
|
}, z.core.$strip>, z.ZodObject<{
|
|
2781
2785
|
type: z.ZodLiteral<"var">;
|
|
2782
2786
|
value: z.ZodString;
|
|
@@ -2785,7 +2789,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2785
2789
|
rangeStart: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"contain">, z.ZodLiteral<"cover">, z.ZodLiteral<"entry">, z.ZodLiteral<"exit">, z.ZodLiteral<"entry-crossing">, z.ZodLiteral<"exit-crossing">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
2786
2790
|
type: z.ZodLiteral<"unit">;
|
|
2787
2791
|
value: z.ZodNumber;
|
|
2788
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
2792
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
2789
2793
|
}, z.core.$strip>, z.ZodObject<{
|
|
2790
2794
|
type: z.ZodLiteral<"unparsed">;
|
|
2791
2795
|
value: z.ZodString;
|
|
@@ -2796,7 +2800,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2796
2800
|
rangeEnd: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"contain">, z.ZodLiteral<"cover">, z.ZodLiteral<"entry">, z.ZodLiteral<"exit">, z.ZodLiteral<"entry-crossing">, z.ZodLiteral<"exit-crossing">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
2797
2801
|
type: z.ZodLiteral<"unit">;
|
|
2798
2802
|
value: z.ZodNumber;
|
|
2799
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
2803
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
2800
2804
|
}, z.core.$strip>, z.ZodObject<{
|
|
2801
2805
|
type: z.ZodLiteral<"unparsed">;
|
|
2802
2806
|
value: z.ZodString;
|
|
@@ -2809,7 +2813,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2809
2813
|
insetStart: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
2810
2814
|
type: z.ZodLiteral<"unit">;
|
|
2811
2815
|
value: z.ZodNumber;
|
|
2812
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
2816
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
2813
2817
|
}, z.core.$strip>, z.ZodObject<{
|
|
2814
2818
|
type: z.ZodLiteral<"unparsed">;
|
|
2815
2819
|
value: z.ZodString;
|
|
@@ -2823,7 +2827,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2823
2827
|
insetEnd: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
2824
2828
|
type: z.ZodLiteral<"unit">;
|
|
2825
2829
|
value: z.ZodNumber;
|
|
2826
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
2830
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
2827
2831
|
}, z.core.$strip>, z.ZodObject<{
|
|
2828
2832
|
type: z.ZodLiteral<"unparsed">;
|
|
2829
2833
|
value: z.ZodString;
|
|
@@ -2837,10 +2841,6 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2837
2841
|
isPinned: z.ZodOptional<z.ZodBoolean>;
|
|
2838
2842
|
debug: z.ZodOptional<z.ZodBoolean>;
|
|
2839
2843
|
}, z.core.$strip>], "type">;
|
|
2840
|
-
id: z.ZodString;
|
|
2841
|
-
instanceId: z.ZodString;
|
|
2842
|
-
name: z.ZodString;
|
|
2843
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
2844
2844
|
}, z.core.$strip>]>], null>>;
|
|
2845
2845
|
instances: z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodObject<{
|
|
2846
2846
|
type: z.ZodLiteral<"instance">;
|
|
@@ -2881,8 +2881,8 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2881
2881
|
type: z.ZodLiteral<"json">;
|
|
2882
2882
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
2883
2883
|
}, z.core.$strip>, z.ZodTransform<{
|
|
2884
|
-
value: {} | null;
|
|
2885
2884
|
type: "json";
|
|
2885
|
+
value: {} | null;
|
|
2886
2886
|
}, {
|
|
2887
2887
|
type: "json";
|
|
2888
2888
|
value?: unknown;
|
|
@@ -2915,17 +2915,40 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2915
2915
|
}, z.core.$strip>>;
|
|
2916
2916
|
body: z.ZodOptional<z.ZodString>;
|
|
2917
2917
|
}, z.core.$strip>], null>>;
|
|
2918
|
+
marketplaceProduct: z.ZodOptional<z.ZodObject<{
|
|
2919
|
+
category: z.ZodUnion<readonly [z.ZodLiteral<"sectionTemplates">, z.ZodLiteral<"pageTemplates">, z.ZodLiteral<"integrationTemplates">]>;
|
|
2920
|
+
name: z.ZodString;
|
|
2921
|
+
thumbnailAssetId: z.ZodString;
|
|
2922
|
+
author: z.ZodString;
|
|
2923
|
+
email: z.ZodString;
|
|
2924
|
+
website: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
|
|
2925
|
+
issues: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
|
|
2926
|
+
description: z.ZodString;
|
|
2927
|
+
}, z.core.$strip>>;
|
|
2928
|
+
projectSettings: z.ZodOptional<z.ZodObject<{
|
|
2929
|
+
meta: z.ZodObject<{
|
|
2930
|
+
siteName: z.ZodOptional<z.ZodString>;
|
|
2931
|
+
contactEmail: z.ZodOptional<z.ZodString>;
|
|
2932
|
+
faviconAssetId: z.ZodOptional<z.ZodString>;
|
|
2933
|
+
code: z.ZodOptional<z.ZodString>;
|
|
2934
|
+
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
2935
|
+
auth: z.ZodOptional<z.ZodString>;
|
|
2936
|
+
}, z.core.$strip>;
|
|
2937
|
+
compiler: z.ZodObject<{
|
|
2938
|
+
atomicStyles: z.ZodOptional<z.ZodBoolean>;
|
|
2939
|
+
}, z.core.$strip>;
|
|
2940
|
+
}, z.core.$strip>>;
|
|
2918
2941
|
deployment: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
2919
2942
|
destination: z.ZodLiteral<"static">;
|
|
2920
2943
|
name: z.ZodString;
|
|
2921
2944
|
assetsDomain: z.ZodString;
|
|
2922
2945
|
templates: z.ZodArray<z.ZodEnum<{
|
|
2923
2946
|
docker: "docker";
|
|
2924
|
-
vercel: "vercel";
|
|
2925
2947
|
netlify: "netlify";
|
|
2926
2948
|
ssg: "ssg";
|
|
2927
2949
|
"ssg-netlify": "ssg-netlify";
|
|
2928
2950
|
"ssg-vercel": "ssg-vercel";
|
|
2951
|
+
vercel: "vercel";
|
|
2929
2952
|
}>>;
|
|
2930
2953
|
}, z.core.$strip>, z.ZodObject<{
|
|
2931
2954
|
destination: z.ZodOptional<z.ZodLiteral<"saas">>;
|
|
@@ -2936,32 +2959,39 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2936
2959
|
}, z.core.$strip>]>>;
|
|
2937
2960
|
}, z.core.$strip>;
|
|
2938
2961
|
assets: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2962
|
+
id: z.ZodString;
|
|
2963
|
+
projectId: z.ZodString;
|
|
2964
|
+
size: z.ZodNumber;
|
|
2965
|
+
name: z.ZodString;
|
|
2966
|
+
filename: z.ZodOptional<z.ZodString>;
|
|
2967
|
+
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
2968
|
+
createdAt: z.ZodString;
|
|
2939
2969
|
format: z.ZodUnion<readonly [z.ZodLiteral<"ttf">, z.ZodLiteral<"woff">, z.ZodLiteral<"woff2">]>;
|
|
2940
2970
|
meta: z.ZodUnion<readonly [z.ZodObject<{
|
|
2941
2971
|
family: z.ZodString;
|
|
2942
2972
|
style: z.ZodEnum<{
|
|
2943
|
-
normal: "normal";
|
|
2944
2973
|
italic: "italic";
|
|
2974
|
+
normal: "normal";
|
|
2945
2975
|
oblique: "oblique";
|
|
2946
2976
|
}>;
|
|
2947
2977
|
weight: z.ZodNumber;
|
|
2948
2978
|
}, z.core.$strip>, z.ZodObject<{
|
|
2949
2979
|
family: z.ZodString;
|
|
2950
2980
|
variationAxes: z.ZodRecord<z.ZodEnum<{
|
|
2951
|
-
wght: "wght";
|
|
2952
|
-
wdth: "wdth";
|
|
2953
|
-
slnt: "slnt";
|
|
2954
|
-
opsz: "opsz";
|
|
2955
|
-
ital: "ital";
|
|
2956
2981
|
GRAD: "GRAD";
|
|
2957
|
-
XTRA: "XTRA";
|
|
2958
2982
|
XOPQ: "XOPQ";
|
|
2983
|
+
XTRA: "XTRA";
|
|
2959
2984
|
YOPQ: "YOPQ";
|
|
2960
|
-
YTLC: "YTLC";
|
|
2961
|
-
YTUC: "YTUC";
|
|
2962
2985
|
YTAS: "YTAS";
|
|
2963
2986
|
YTDE: "YTDE";
|
|
2964
2987
|
YTFI: "YTFI";
|
|
2988
|
+
YTLC: "YTLC";
|
|
2989
|
+
YTUC: "YTUC";
|
|
2990
|
+
ital: "ital";
|
|
2991
|
+
opsz: "opsz";
|
|
2992
|
+
slnt: "slnt";
|
|
2993
|
+
wdth: "wdth";
|
|
2994
|
+
wght: "wght";
|
|
2965
2995
|
}> & z.core.$partial, z.ZodObject<{
|
|
2966
2996
|
name: z.ZodString;
|
|
2967
2997
|
min: z.ZodNumber;
|
|
@@ -2970,6 +3000,7 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2970
3000
|
}, z.core.$strip>>;
|
|
2971
3001
|
}, z.core.$strip>]>;
|
|
2972
3002
|
type: z.ZodLiteral<"font">;
|
|
3003
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2973
3004
|
id: z.ZodString;
|
|
2974
3005
|
projectId: z.ZodString;
|
|
2975
3006
|
size: z.ZodNumber;
|
|
@@ -2977,13 +3008,13 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2977
3008
|
filename: z.ZodOptional<z.ZodString>;
|
|
2978
3009
|
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
2979
3010
|
createdAt: z.ZodString;
|
|
2980
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
2981
3011
|
format: z.ZodString;
|
|
2982
3012
|
meta: z.ZodObject<{
|
|
2983
3013
|
width: z.ZodNumber;
|
|
2984
3014
|
height: z.ZodNumber;
|
|
2985
3015
|
}, z.core.$strip>;
|
|
2986
3016
|
type: z.ZodLiteral<"image">;
|
|
3017
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2987
3018
|
id: z.ZodString;
|
|
2988
3019
|
projectId: z.ZodString;
|
|
2989
3020
|
size: z.ZodNumber;
|
|
@@ -2991,24 +3022,15 @@ export declare const projectBundle: z.ZodObject<{
|
|
|
2991
3022
|
filename: z.ZodOptional<z.ZodString>;
|
|
2992
3023
|
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
2993
3024
|
createdAt: z.ZodString;
|
|
2994
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
2995
3025
|
format: z.ZodString;
|
|
2996
3026
|
meta: z.ZodObject<{}, z.core.$strip>;
|
|
2997
3027
|
type: z.ZodLiteral<"file">;
|
|
2998
|
-
id: z.ZodString;
|
|
2999
|
-
projectId: z.ZodString;
|
|
3000
|
-
size: z.ZodNumber;
|
|
3001
|
-
name: z.ZodString;
|
|
3002
|
-
filename: z.ZodOptional<z.ZodString>;
|
|
3003
|
-
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
3004
|
-
createdAt: z.ZodString;
|
|
3005
3028
|
}, z.core.$strip>]>>;
|
|
3006
3029
|
origin: z.ZodOptional<z.ZodString>;
|
|
3007
3030
|
}, z.core.$strip>;
|
|
3008
3031
|
export type ProjectBundle = z.infer<typeof projectBundle>;
|
|
3009
3032
|
export declare const publishedProjectBundle: z.ZodObject<{
|
|
3010
3033
|
page: z.ZodObject<{
|
|
3011
|
-
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
3012
3034
|
id: z.ZodString;
|
|
3013
3035
|
name: z.ZodString;
|
|
3014
3036
|
title: z.ZodString;
|
|
@@ -3025,8 +3047,8 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3025
3047
|
status: z.ZodOptional<z.ZodString>;
|
|
3026
3048
|
redirect: z.ZodOptional<z.ZodString>;
|
|
3027
3049
|
documentType: z.ZodOptional<z.ZodEnum<{
|
|
3028
|
-
text: "text";
|
|
3029
3050
|
html: "html";
|
|
3051
|
+
text: "text";
|
|
3030
3052
|
xml: "xml";
|
|
3031
3053
|
}>>;
|
|
3032
3054
|
content: z.ZodOptional<z.ZodString>;
|
|
@@ -3057,9 +3079,9 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3057
3079
|
category: z.ZodOptional<z.ZodString>;
|
|
3058
3080
|
thumbnailAssetId: z.ZodOptional<z.ZodString>;
|
|
3059
3081
|
}, z.core.$strip>>;
|
|
3082
|
+
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
3060
3083
|
}, z.core.$strip>;
|
|
3061
3084
|
pages: z.ZodArray<z.ZodObject<{
|
|
3062
|
-
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
3063
3085
|
id: z.ZodString;
|
|
3064
3086
|
name: z.ZodString;
|
|
3065
3087
|
title: z.ZodString;
|
|
@@ -3076,8 +3098,8 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3076
3098
|
status: z.ZodOptional<z.ZodString>;
|
|
3077
3099
|
redirect: z.ZodOptional<z.ZodString>;
|
|
3078
3100
|
documentType: z.ZodOptional<z.ZodEnum<{
|
|
3079
|
-
text: "text";
|
|
3080
3101
|
html: "html";
|
|
3102
|
+
text: "text";
|
|
3081
3103
|
xml: "xml";
|
|
3082
3104
|
}>>;
|
|
3083
3105
|
content: z.ZodOptional<z.ZodString>;
|
|
@@ -3108,6 +3130,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3108
3130
|
category: z.ZodOptional<z.ZodString>;
|
|
3109
3131
|
thumbnailAssetId: z.ZodOptional<z.ZodString>;
|
|
3110
3132
|
}, z.core.$strip>>;
|
|
3133
|
+
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
3111
3134
|
}, z.core.$strip>>;
|
|
3112
3135
|
build: z.ZodObject<{
|
|
3113
3136
|
id: z.ZodString;
|
|
@@ -3136,12 +3159,10 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3136
3159
|
condition?: string | undefined;
|
|
3137
3160
|
}>>], null>>;
|
|
3138
3161
|
styles: z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodType<{
|
|
3162
|
+
styleSourceId: string;
|
|
3163
|
+
breakpointId: string;
|
|
3164
|
+
state?: string | undefined;
|
|
3139
3165
|
value: import("@webstudio-is/css-engine").ColorValue | {
|
|
3140
|
-
type: "function";
|
|
3141
|
-
name: string;
|
|
3142
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3143
|
-
hidden?: boolean;
|
|
3144
|
-
} | {
|
|
3145
3166
|
type: "image";
|
|
3146
3167
|
value: {
|
|
3147
3168
|
type: "asset";
|
|
@@ -3199,11 +3220,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3199
3220
|
} | {
|
|
3200
3221
|
type: "tuple";
|
|
3201
3222
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
3202
|
-
type: "function";
|
|
3203
|
-
name: string;
|
|
3204
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3205
|
-
hidden?: boolean;
|
|
3206
|
-
} | {
|
|
3207
3223
|
type: "image";
|
|
3208
3224
|
value: {
|
|
3209
3225
|
type: "asset";
|
|
@@ -3258,10 +3274,16 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3258
3274
|
hidden?: boolean | undefined;
|
|
3259
3275
|
} | undefined;
|
|
3260
3276
|
hidden?: boolean | undefined;
|
|
3277
|
+
} | {
|
|
3278
|
+
type: "function";
|
|
3279
|
+
name: string;
|
|
3280
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3281
|
+
hidden?: boolean;
|
|
3261
3282
|
})[];
|
|
3262
3283
|
hidden?: boolean | undefined;
|
|
3263
3284
|
} | {
|
|
3264
3285
|
type: "shadow";
|
|
3286
|
+
hidden?: boolean | undefined;
|
|
3265
3287
|
position: "inset" | "outset";
|
|
3266
3288
|
offsetX: {
|
|
3267
3289
|
type: "unit";
|
|
@@ -3325,7 +3347,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3325
3347
|
} | undefined;
|
|
3326
3348
|
hidden?: boolean | undefined;
|
|
3327
3349
|
};
|
|
3328
|
-
hidden?: boolean | undefined;
|
|
3329
3350
|
blur?: {
|
|
3330
3351
|
type: "unit";
|
|
3331
3352
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -3432,11 +3453,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3432
3453
|
} | {
|
|
3433
3454
|
type: "layers";
|
|
3434
3455
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
3435
|
-
type: "function";
|
|
3436
|
-
name: string;
|
|
3437
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3438
|
-
hidden?: boolean;
|
|
3439
|
-
} | {
|
|
3440
3456
|
type: "image";
|
|
3441
3457
|
value: {
|
|
3442
3458
|
type: "asset";
|
|
@@ -3494,11 +3510,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3494
3510
|
} | {
|
|
3495
3511
|
type: "tuple";
|
|
3496
3512
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
3497
|
-
type: "function";
|
|
3498
|
-
name: string;
|
|
3499
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3500
|
-
hidden?: boolean;
|
|
3501
|
-
} | {
|
|
3502
3513
|
type: "image";
|
|
3503
3514
|
value: {
|
|
3504
3515
|
type: "asset";
|
|
@@ -3553,10 +3564,16 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3553
3564
|
hidden?: boolean | undefined;
|
|
3554
3565
|
} | undefined;
|
|
3555
3566
|
hidden?: boolean | undefined;
|
|
3567
|
+
} | {
|
|
3568
|
+
type: "function";
|
|
3569
|
+
name: string;
|
|
3570
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3571
|
+
hidden?: boolean;
|
|
3556
3572
|
})[];
|
|
3557
3573
|
hidden?: boolean | undefined;
|
|
3558
3574
|
} | {
|
|
3559
3575
|
type: "shadow";
|
|
3576
|
+
hidden?: boolean | undefined;
|
|
3560
3577
|
position: "inset" | "outset";
|
|
3561
3578
|
offsetX: {
|
|
3562
3579
|
type: "unit";
|
|
@@ -3620,7 +3637,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3620
3637
|
} | undefined;
|
|
3621
3638
|
hidden?: boolean | undefined;
|
|
3622
3639
|
};
|
|
3623
|
-
hidden?: boolean | undefined;
|
|
3624
3640
|
blur?: {
|
|
3625
3641
|
type: "unit";
|
|
3626
3642
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -3724,6 +3740,11 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3724
3740
|
type: "invalid";
|
|
3725
3741
|
value: string;
|
|
3726
3742
|
hidden?: boolean | undefined;
|
|
3743
|
+
} | {
|
|
3744
|
+
type: "function";
|
|
3745
|
+
name: string;
|
|
3746
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3747
|
+
hidden?: boolean;
|
|
3727
3748
|
})[];
|
|
3728
3749
|
hidden?: boolean | undefined;
|
|
3729
3750
|
} | {
|
|
@@ -3737,19 +3758,19 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3737
3758
|
type: "unset";
|
|
3738
3759
|
value: "";
|
|
3739
3760
|
hidden?: boolean | undefined;
|
|
3761
|
+
} | {
|
|
3762
|
+
type: "function";
|
|
3763
|
+
name: string;
|
|
3764
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3765
|
+
hidden?: boolean;
|
|
3740
3766
|
};
|
|
3741
|
-
breakpointId: string;
|
|
3742
|
-
styleSourceId: string;
|
|
3743
|
-
state?: string | undefined;
|
|
3744
3767
|
listed?: boolean | undefined;
|
|
3745
3768
|
property: import("@webstudio-is/css-engine").StyleProperty;
|
|
3746
3769
|
}, unknown, z.core.$ZodTypeInternals<{
|
|
3770
|
+
styleSourceId: string;
|
|
3771
|
+
breakpointId: string;
|
|
3772
|
+
state?: string | undefined;
|
|
3747
3773
|
value: import("@webstudio-is/css-engine").ColorValue | {
|
|
3748
|
-
type: "function";
|
|
3749
|
-
name: string;
|
|
3750
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3751
|
-
hidden?: boolean;
|
|
3752
|
-
} | {
|
|
3753
3774
|
type: "image";
|
|
3754
3775
|
value: {
|
|
3755
3776
|
type: "asset";
|
|
@@ -3807,11 +3828,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3807
3828
|
} | {
|
|
3808
3829
|
type: "tuple";
|
|
3809
3830
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
3810
|
-
type: "function";
|
|
3811
|
-
name: string;
|
|
3812
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3813
|
-
hidden?: boolean;
|
|
3814
|
-
} | {
|
|
3815
3831
|
type: "image";
|
|
3816
3832
|
value: {
|
|
3817
3833
|
type: "asset";
|
|
@@ -3866,10 +3882,16 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3866
3882
|
hidden?: boolean | undefined;
|
|
3867
3883
|
} | undefined;
|
|
3868
3884
|
hidden?: boolean | undefined;
|
|
3885
|
+
} | {
|
|
3886
|
+
type: "function";
|
|
3887
|
+
name: string;
|
|
3888
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
3889
|
+
hidden?: boolean;
|
|
3869
3890
|
})[];
|
|
3870
3891
|
hidden?: boolean | undefined;
|
|
3871
3892
|
} | {
|
|
3872
3893
|
type: "shadow";
|
|
3894
|
+
hidden?: boolean | undefined;
|
|
3873
3895
|
position: "inset" | "outset";
|
|
3874
3896
|
offsetX: {
|
|
3875
3897
|
type: "unit";
|
|
@@ -3933,7 +3955,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
3933
3955
|
} | undefined;
|
|
3934
3956
|
hidden?: boolean | undefined;
|
|
3935
3957
|
};
|
|
3936
|
-
hidden?: boolean | undefined;
|
|
3937
3958
|
blur?: {
|
|
3938
3959
|
type: "unit";
|
|
3939
3960
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -4040,11 +4061,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
4040
4061
|
} | {
|
|
4041
4062
|
type: "layers";
|
|
4042
4063
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
4043
|
-
type: "function";
|
|
4044
|
-
name: string;
|
|
4045
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
4046
|
-
hidden?: boolean;
|
|
4047
|
-
} | {
|
|
4048
4064
|
type: "image";
|
|
4049
4065
|
value: {
|
|
4050
4066
|
type: "asset";
|
|
@@ -4102,11 +4118,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
4102
4118
|
} | {
|
|
4103
4119
|
type: "tuple";
|
|
4104
4120
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
4105
|
-
type: "function";
|
|
4106
|
-
name: string;
|
|
4107
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
4108
|
-
hidden?: boolean;
|
|
4109
|
-
} | {
|
|
4110
4121
|
type: "image";
|
|
4111
4122
|
value: {
|
|
4112
4123
|
type: "asset";
|
|
@@ -4161,10 +4172,16 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
4161
4172
|
hidden?: boolean | undefined;
|
|
4162
4173
|
} | undefined;
|
|
4163
4174
|
hidden?: boolean | undefined;
|
|
4175
|
+
} | {
|
|
4176
|
+
type: "function";
|
|
4177
|
+
name: string;
|
|
4178
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
4179
|
+
hidden?: boolean;
|
|
4164
4180
|
})[];
|
|
4165
4181
|
hidden?: boolean | undefined;
|
|
4166
4182
|
} | {
|
|
4167
4183
|
type: "shadow";
|
|
4184
|
+
hidden?: boolean | undefined;
|
|
4168
4185
|
position: "inset" | "outset";
|
|
4169
4186
|
offsetX: {
|
|
4170
4187
|
type: "unit";
|
|
@@ -4228,7 +4245,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
4228
4245
|
} | undefined;
|
|
4229
4246
|
hidden?: boolean | undefined;
|
|
4230
4247
|
};
|
|
4231
|
-
hidden?: boolean | undefined;
|
|
4232
4248
|
blur?: {
|
|
4233
4249
|
type: "unit";
|
|
4234
4250
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -4332,6 +4348,11 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
4332
4348
|
type: "invalid";
|
|
4333
4349
|
value: string;
|
|
4334
4350
|
hidden?: boolean | undefined;
|
|
4351
|
+
} | {
|
|
4352
|
+
type: "function";
|
|
4353
|
+
name: string;
|
|
4354
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
4355
|
+
hidden?: boolean;
|
|
4335
4356
|
})[];
|
|
4336
4357
|
hidden?: boolean | undefined;
|
|
4337
4358
|
} | {
|
|
@@ -4345,10 +4366,12 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
4345
4366
|
type: "unset";
|
|
4346
4367
|
value: "";
|
|
4347
4368
|
hidden?: boolean | undefined;
|
|
4369
|
+
} | {
|
|
4370
|
+
type: "function";
|
|
4371
|
+
name: string;
|
|
4372
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
4373
|
+
hidden?: boolean;
|
|
4348
4374
|
};
|
|
4349
|
-
breakpointId: string;
|
|
4350
|
-
styleSourceId: string;
|
|
4351
|
-
state?: string | undefined;
|
|
4352
4375
|
listed?: boolean | undefined;
|
|
4353
4376
|
property: import("@webstudio-is/css-engine").StyleProperty;
|
|
4354
4377
|
}, unknown>>], null>>;
|
|
@@ -4366,90 +4389,94 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
4366
4389
|
values: z.ZodArray<z.ZodString>;
|
|
4367
4390
|
}, z.core.$strip>], null>>;
|
|
4368
4391
|
props: z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
4392
|
+
id: z.ZodString;
|
|
4393
|
+
instanceId: z.ZodString;
|
|
4394
|
+
name: z.ZodString;
|
|
4395
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
4369
4396
|
type: z.ZodLiteral<"number">;
|
|
4370
4397
|
value: z.ZodNumber;
|
|
4398
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4371
4399
|
id: z.ZodString;
|
|
4372
4400
|
instanceId: z.ZodString;
|
|
4373
4401
|
name: z.ZodString;
|
|
4374
4402
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4375
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4376
4403
|
type: z.ZodLiteral<"string">;
|
|
4377
4404
|
value: z.ZodString;
|
|
4405
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4378
4406
|
id: z.ZodString;
|
|
4379
4407
|
instanceId: z.ZodString;
|
|
4380
4408
|
name: z.ZodString;
|
|
4381
4409
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4382
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4383
4410
|
type: z.ZodLiteral<"boolean">;
|
|
4384
4411
|
value: z.ZodBoolean;
|
|
4412
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4385
4413
|
id: z.ZodString;
|
|
4386
4414
|
instanceId: z.ZodString;
|
|
4387
4415
|
name: z.ZodString;
|
|
4388
4416
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4389
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4390
4417
|
type: z.ZodLiteral<"json">;
|
|
4391
4418
|
value: z.ZodUnknown;
|
|
4419
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4392
4420
|
id: z.ZodString;
|
|
4393
4421
|
instanceId: z.ZodString;
|
|
4394
4422
|
name: z.ZodString;
|
|
4395
4423
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4396
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4397
4424
|
type: z.ZodLiteral<"asset">;
|
|
4398
4425
|
value: z.ZodString;
|
|
4426
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4399
4427
|
id: z.ZodString;
|
|
4400
4428
|
instanceId: z.ZodString;
|
|
4401
4429
|
name: z.ZodString;
|
|
4402
4430
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4403
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4404
4431
|
type: z.ZodLiteral<"page">;
|
|
4405
4432
|
value: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
4406
4433
|
pageId: z.ZodString;
|
|
4407
4434
|
instanceId: z.ZodString;
|
|
4408
4435
|
}, z.core.$strip>]>;
|
|
4436
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4409
4437
|
id: z.ZodString;
|
|
4410
4438
|
instanceId: z.ZodString;
|
|
4411
4439
|
name: z.ZodString;
|
|
4412
4440
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4413
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4414
4441
|
type: z.ZodLiteral<"string[]">;
|
|
4415
4442
|
value: z.ZodArray<z.ZodString>;
|
|
4443
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4416
4444
|
id: z.ZodString;
|
|
4417
4445
|
instanceId: z.ZodString;
|
|
4418
4446
|
name: z.ZodString;
|
|
4419
4447
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4420
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4421
4448
|
type: z.ZodLiteral<"parameter">;
|
|
4422
4449
|
value: z.ZodString;
|
|
4450
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4423
4451
|
id: z.ZodString;
|
|
4424
4452
|
instanceId: z.ZodString;
|
|
4425
4453
|
name: z.ZodString;
|
|
4426
4454
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4427
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4428
4455
|
type: z.ZodLiteral<"resource">;
|
|
4429
4456
|
value: z.ZodString;
|
|
4457
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4430
4458
|
id: z.ZodString;
|
|
4431
4459
|
instanceId: z.ZodString;
|
|
4432
4460
|
name: z.ZodString;
|
|
4433
4461
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4434
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4435
4462
|
type: z.ZodLiteral<"expression">;
|
|
4436
4463
|
value: z.ZodString;
|
|
4464
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4437
4465
|
id: z.ZodString;
|
|
4438
4466
|
instanceId: z.ZodString;
|
|
4439
4467
|
name: z.ZodString;
|
|
4440
4468
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4441
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4442
4469
|
type: z.ZodLiteral<"action">;
|
|
4443
4470
|
value: z.ZodArray<z.ZodObject<{
|
|
4444
4471
|
type: z.ZodLiteral<"execute">;
|
|
4445
4472
|
args: z.ZodArray<z.ZodString>;
|
|
4446
4473
|
code: z.ZodString;
|
|
4447
4474
|
}, z.core.$strip>>;
|
|
4475
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4448
4476
|
id: z.ZodString;
|
|
4449
4477
|
instanceId: z.ZodString;
|
|
4450
4478
|
name: z.ZodString;
|
|
4451
4479
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
4452
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
4453
4480
|
type: z.ZodLiteral<"animationAction">;
|
|
4454
4481
|
value: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4455
4482
|
type: z.ZodLiteral<"scroll">;
|
|
@@ -5090,7 +5117,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5090
5117
|
duration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
5091
5118
|
type: z.ZodLiteral<"unit">;
|
|
5092
5119
|
value: z.ZodNumber;
|
|
5093
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
5120
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
5094
5121
|
}, z.core.$strip>, z.ZodObject<{
|
|
5095
5122
|
type: z.ZodLiteral<"var">;
|
|
5096
5123
|
value: z.ZodString;
|
|
@@ -5098,7 +5125,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5098
5125
|
delay: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
5099
5126
|
type: z.ZodLiteral<"unit">;
|
|
5100
5127
|
value: z.ZodNumber;
|
|
5101
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
5128
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
5102
5129
|
}, z.core.$strip>, z.ZodObject<{
|
|
5103
5130
|
type: z.ZodLiteral<"var">;
|
|
5104
5131
|
value: z.ZodString;
|
|
@@ -5107,7 +5134,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5107
5134
|
rangeStart: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
5108
5135
|
type: z.ZodLiteral<"unit">;
|
|
5109
5136
|
value: z.ZodNumber;
|
|
5110
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
5137
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
5111
5138
|
}, z.core.$strip>, z.ZodObject<{
|
|
5112
5139
|
type: z.ZodLiteral<"unparsed">;
|
|
5113
5140
|
value: z.ZodString;
|
|
@@ -5118,7 +5145,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5118
5145
|
rangeEnd: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
5119
5146
|
type: z.ZodLiteral<"unit">;
|
|
5120
5147
|
value: z.ZodNumber;
|
|
5121
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
5148
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
5122
5149
|
}, z.core.$strip>, z.ZodObject<{
|
|
5123
5150
|
type: z.ZodLiteral<"unparsed">;
|
|
5124
5151
|
value: z.ZodString;
|
|
@@ -5769,7 +5796,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5769
5796
|
duration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
5770
5797
|
type: z.ZodLiteral<"unit">;
|
|
5771
5798
|
value: z.ZodNumber;
|
|
5772
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
5799
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
5773
5800
|
}, z.core.$strip>, z.ZodObject<{
|
|
5774
5801
|
type: z.ZodLiteral<"var">;
|
|
5775
5802
|
value: z.ZodString;
|
|
@@ -5777,7 +5804,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5777
5804
|
delay: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
5778
5805
|
type: z.ZodLiteral<"unit">;
|
|
5779
5806
|
value: z.ZodNumber;
|
|
5780
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
5807
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
5781
5808
|
}, z.core.$strip>, z.ZodObject<{
|
|
5782
5809
|
type: z.ZodLiteral<"var">;
|
|
5783
5810
|
value: z.ZodString;
|
|
@@ -5786,7 +5813,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5786
5813
|
rangeStart: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"contain">, z.ZodLiteral<"cover">, z.ZodLiteral<"entry">, z.ZodLiteral<"exit">, z.ZodLiteral<"entry-crossing">, z.ZodLiteral<"exit-crossing">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
5787
5814
|
type: z.ZodLiteral<"unit">;
|
|
5788
5815
|
value: z.ZodNumber;
|
|
5789
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
5816
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
5790
5817
|
}, z.core.$strip>, z.ZodObject<{
|
|
5791
5818
|
type: z.ZodLiteral<"unparsed">;
|
|
5792
5819
|
value: z.ZodString;
|
|
@@ -5797,7 +5824,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5797
5824
|
rangeEnd: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"contain">, z.ZodLiteral<"cover">, z.ZodLiteral<"entry">, z.ZodLiteral<"exit">, z.ZodLiteral<"entry-crossing">, z.ZodLiteral<"exit-crossing">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
5798
5825
|
type: z.ZodLiteral<"unit">;
|
|
5799
5826
|
value: z.ZodNumber;
|
|
5800
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
5827
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
5801
5828
|
}, z.core.$strip>, z.ZodObject<{
|
|
5802
5829
|
type: z.ZodLiteral<"unparsed">;
|
|
5803
5830
|
value: z.ZodString;
|
|
@@ -5810,7 +5837,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5810
5837
|
insetStart: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
5811
5838
|
type: z.ZodLiteral<"unit">;
|
|
5812
5839
|
value: z.ZodNumber;
|
|
5813
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
5840
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
5814
5841
|
}, z.core.$strip>, z.ZodObject<{
|
|
5815
5842
|
type: z.ZodLiteral<"unparsed">;
|
|
5816
5843
|
value: z.ZodString;
|
|
@@ -5824,7 +5851,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5824
5851
|
insetEnd: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
5825
5852
|
type: z.ZodLiteral<"unit">;
|
|
5826
5853
|
value: z.ZodNumber;
|
|
5827
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
5854
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
5828
5855
|
}, z.core.$strip>, z.ZodObject<{
|
|
5829
5856
|
type: z.ZodLiteral<"unparsed">;
|
|
5830
5857
|
value: z.ZodString;
|
|
@@ -5838,10 +5865,6 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5838
5865
|
isPinned: z.ZodOptional<z.ZodBoolean>;
|
|
5839
5866
|
debug: z.ZodOptional<z.ZodBoolean>;
|
|
5840
5867
|
}, z.core.$strip>], "type">;
|
|
5841
|
-
id: z.ZodString;
|
|
5842
|
-
instanceId: z.ZodString;
|
|
5843
|
-
name: z.ZodString;
|
|
5844
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
5845
5868
|
}, z.core.$strip>]>], null>>;
|
|
5846
5869
|
instances: z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodObject<{
|
|
5847
5870
|
type: z.ZodLiteral<"instance">;
|
|
@@ -5882,8 +5905,8 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5882
5905
|
type: z.ZodLiteral<"json">;
|
|
5883
5906
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
5884
5907
|
}, z.core.$strip>, z.ZodTransform<{
|
|
5885
|
-
value: {} | null;
|
|
5886
5908
|
type: "json";
|
|
5909
|
+
value: {} | null;
|
|
5887
5910
|
}, {
|
|
5888
5911
|
type: "json";
|
|
5889
5912
|
value?: unknown;
|
|
@@ -5916,17 +5939,40 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5916
5939
|
}, z.core.$strip>>;
|
|
5917
5940
|
body: z.ZodOptional<z.ZodString>;
|
|
5918
5941
|
}, z.core.$strip>], null>>;
|
|
5942
|
+
marketplaceProduct: z.ZodOptional<z.ZodObject<{
|
|
5943
|
+
category: z.ZodUnion<readonly [z.ZodLiteral<"sectionTemplates">, z.ZodLiteral<"pageTemplates">, z.ZodLiteral<"integrationTemplates">]>;
|
|
5944
|
+
name: z.ZodString;
|
|
5945
|
+
thumbnailAssetId: z.ZodString;
|
|
5946
|
+
author: z.ZodString;
|
|
5947
|
+
email: z.ZodString;
|
|
5948
|
+
website: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
|
|
5949
|
+
issues: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
|
|
5950
|
+
description: z.ZodString;
|
|
5951
|
+
}, z.core.$strip>>;
|
|
5952
|
+
projectSettings: z.ZodOptional<z.ZodObject<{
|
|
5953
|
+
meta: z.ZodObject<{
|
|
5954
|
+
siteName: z.ZodOptional<z.ZodString>;
|
|
5955
|
+
contactEmail: z.ZodOptional<z.ZodString>;
|
|
5956
|
+
faviconAssetId: z.ZodOptional<z.ZodString>;
|
|
5957
|
+
code: z.ZodOptional<z.ZodString>;
|
|
5958
|
+
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
5959
|
+
auth: z.ZodOptional<z.ZodString>;
|
|
5960
|
+
}, z.core.$strip>;
|
|
5961
|
+
compiler: z.ZodObject<{
|
|
5962
|
+
atomicStyles: z.ZodOptional<z.ZodBoolean>;
|
|
5963
|
+
}, z.core.$strip>;
|
|
5964
|
+
}, z.core.$strip>>;
|
|
5919
5965
|
deployment: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
5920
5966
|
destination: z.ZodLiteral<"static">;
|
|
5921
5967
|
name: z.ZodString;
|
|
5922
5968
|
assetsDomain: z.ZodString;
|
|
5923
5969
|
templates: z.ZodArray<z.ZodEnum<{
|
|
5924
5970
|
docker: "docker";
|
|
5925
|
-
vercel: "vercel";
|
|
5926
5971
|
netlify: "netlify";
|
|
5927
5972
|
ssg: "ssg";
|
|
5928
5973
|
"ssg-netlify": "ssg-netlify";
|
|
5929
5974
|
"ssg-vercel": "ssg-vercel";
|
|
5975
|
+
vercel: "vercel";
|
|
5930
5976
|
}>>;
|
|
5931
5977
|
}, z.core.$strip>, z.ZodObject<{
|
|
5932
5978
|
destination: z.ZodOptional<z.ZodLiteral<"saas">>;
|
|
@@ -5937,32 +5983,39 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5937
5983
|
}, z.core.$strip>]>>;
|
|
5938
5984
|
}, z.core.$strip>;
|
|
5939
5985
|
assets: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5986
|
+
id: z.ZodString;
|
|
5987
|
+
projectId: z.ZodString;
|
|
5988
|
+
size: z.ZodNumber;
|
|
5989
|
+
name: z.ZodString;
|
|
5990
|
+
filename: z.ZodOptional<z.ZodString>;
|
|
5991
|
+
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
5992
|
+
createdAt: z.ZodString;
|
|
5940
5993
|
format: z.ZodUnion<readonly [z.ZodLiteral<"ttf">, z.ZodLiteral<"woff">, z.ZodLiteral<"woff2">]>;
|
|
5941
5994
|
meta: z.ZodUnion<readonly [z.ZodObject<{
|
|
5942
5995
|
family: z.ZodString;
|
|
5943
5996
|
style: z.ZodEnum<{
|
|
5944
|
-
normal: "normal";
|
|
5945
5997
|
italic: "italic";
|
|
5998
|
+
normal: "normal";
|
|
5946
5999
|
oblique: "oblique";
|
|
5947
6000
|
}>;
|
|
5948
6001
|
weight: z.ZodNumber;
|
|
5949
6002
|
}, z.core.$strip>, z.ZodObject<{
|
|
5950
6003
|
family: z.ZodString;
|
|
5951
6004
|
variationAxes: z.ZodRecord<z.ZodEnum<{
|
|
5952
|
-
wght: "wght";
|
|
5953
|
-
wdth: "wdth";
|
|
5954
|
-
slnt: "slnt";
|
|
5955
|
-
opsz: "opsz";
|
|
5956
|
-
ital: "ital";
|
|
5957
6005
|
GRAD: "GRAD";
|
|
5958
|
-
XTRA: "XTRA";
|
|
5959
6006
|
XOPQ: "XOPQ";
|
|
6007
|
+
XTRA: "XTRA";
|
|
5960
6008
|
YOPQ: "YOPQ";
|
|
5961
|
-
YTLC: "YTLC";
|
|
5962
|
-
YTUC: "YTUC";
|
|
5963
6009
|
YTAS: "YTAS";
|
|
5964
6010
|
YTDE: "YTDE";
|
|
5965
6011
|
YTFI: "YTFI";
|
|
6012
|
+
YTLC: "YTLC";
|
|
6013
|
+
YTUC: "YTUC";
|
|
6014
|
+
ital: "ital";
|
|
6015
|
+
opsz: "opsz";
|
|
6016
|
+
slnt: "slnt";
|
|
6017
|
+
wdth: "wdth";
|
|
6018
|
+
wght: "wght";
|
|
5966
6019
|
}> & z.core.$partial, z.ZodObject<{
|
|
5967
6020
|
name: z.ZodString;
|
|
5968
6021
|
min: z.ZodNumber;
|
|
@@ -5971,6 +6024,7 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5971
6024
|
}, z.core.$strip>>;
|
|
5972
6025
|
}, z.core.$strip>]>;
|
|
5973
6026
|
type: z.ZodLiteral<"font">;
|
|
6027
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5974
6028
|
id: z.ZodString;
|
|
5975
6029
|
projectId: z.ZodString;
|
|
5976
6030
|
size: z.ZodNumber;
|
|
@@ -5978,13 +6032,13 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5978
6032
|
filename: z.ZodOptional<z.ZodString>;
|
|
5979
6033
|
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
5980
6034
|
createdAt: z.ZodString;
|
|
5981
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
5982
6035
|
format: z.ZodString;
|
|
5983
6036
|
meta: z.ZodObject<{
|
|
5984
6037
|
width: z.ZodNumber;
|
|
5985
6038
|
height: z.ZodNumber;
|
|
5986
6039
|
}, z.core.$strip>;
|
|
5987
6040
|
type: z.ZodLiteral<"image">;
|
|
6041
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5988
6042
|
id: z.ZodString;
|
|
5989
6043
|
projectId: z.ZodString;
|
|
5990
6044
|
size: z.ZodNumber;
|
|
@@ -5992,17 +6046,9 @@ export declare const publishedProjectBundle: z.ZodObject<{
|
|
|
5992
6046
|
filename: z.ZodOptional<z.ZodString>;
|
|
5993
6047
|
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
5994
6048
|
createdAt: z.ZodString;
|
|
5995
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
5996
6049
|
format: z.ZodString;
|
|
5997
6050
|
meta: z.ZodObject<{}, z.core.$strip>;
|
|
5998
6051
|
type: z.ZodLiteral<"file">;
|
|
5999
|
-
id: z.ZodString;
|
|
6000
|
-
projectId: z.ZodString;
|
|
6001
|
-
size: z.ZodNumber;
|
|
6002
|
-
name: z.ZodString;
|
|
6003
|
-
filename: z.ZodOptional<z.ZodString>;
|
|
6004
|
-
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
6005
|
-
createdAt: z.ZodString;
|
|
6006
6052
|
}, z.core.$strip>]>>;
|
|
6007
6053
|
origin: z.ZodOptional<z.ZodString>;
|
|
6008
6054
|
bundleVersion: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
@@ -6017,7 +6063,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6017
6063
|
projectId: z.ZodString;
|
|
6018
6064
|
data: z.ZodOptional<z.ZodObject<{
|
|
6019
6065
|
page: z.ZodObject<{
|
|
6020
|
-
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
6021
6066
|
id: z.ZodString;
|
|
6022
6067
|
name: z.ZodString;
|
|
6023
6068
|
title: z.ZodString;
|
|
@@ -6034,8 +6079,8 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6034
6079
|
status: z.ZodOptional<z.ZodString>;
|
|
6035
6080
|
redirect: z.ZodOptional<z.ZodString>;
|
|
6036
6081
|
documentType: z.ZodOptional<z.ZodEnum<{
|
|
6037
|
-
text: "text";
|
|
6038
6082
|
html: "html";
|
|
6083
|
+
text: "text";
|
|
6039
6084
|
xml: "xml";
|
|
6040
6085
|
}>>;
|
|
6041
6086
|
content: z.ZodOptional<z.ZodString>;
|
|
@@ -6066,9 +6111,9 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6066
6111
|
category: z.ZodOptional<z.ZodString>;
|
|
6067
6112
|
thumbnailAssetId: z.ZodOptional<z.ZodString>;
|
|
6068
6113
|
}, z.core.$strip>>;
|
|
6114
|
+
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
6069
6115
|
}, z.core.$strip>;
|
|
6070
6116
|
pages: z.ZodArray<z.ZodObject<{
|
|
6071
|
-
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
6072
6117
|
id: z.ZodString;
|
|
6073
6118
|
name: z.ZodString;
|
|
6074
6119
|
title: z.ZodString;
|
|
@@ -6085,8 +6130,8 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6085
6130
|
status: z.ZodOptional<z.ZodString>;
|
|
6086
6131
|
redirect: z.ZodOptional<z.ZodString>;
|
|
6087
6132
|
documentType: z.ZodOptional<z.ZodEnum<{
|
|
6088
|
-
text: "text";
|
|
6089
6133
|
html: "html";
|
|
6134
|
+
text: "text";
|
|
6090
6135
|
xml: "xml";
|
|
6091
6136
|
}>>;
|
|
6092
6137
|
content: z.ZodOptional<z.ZodString>;
|
|
@@ -6117,6 +6162,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6117
6162
|
category: z.ZodOptional<z.ZodString>;
|
|
6118
6163
|
thumbnailAssetId: z.ZodOptional<z.ZodString>;
|
|
6119
6164
|
}, z.core.$strip>>;
|
|
6165
|
+
path: z.ZodUnion<readonly [z.ZodString & z.ZodType<"", string, z.core.$ZodTypeInternals<"", string>>, z.ZodString]>;
|
|
6120
6166
|
}, z.core.$strip>>;
|
|
6121
6167
|
build: z.ZodObject<{
|
|
6122
6168
|
id: z.ZodString;
|
|
@@ -6145,12 +6191,10 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6145
6191
|
condition?: string | undefined;
|
|
6146
6192
|
}>>], null>>;
|
|
6147
6193
|
styles: z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodType<{
|
|
6194
|
+
styleSourceId: string;
|
|
6195
|
+
breakpointId: string;
|
|
6196
|
+
state?: string | undefined;
|
|
6148
6197
|
value: import("@webstudio-is/css-engine").ColorValue | {
|
|
6149
|
-
type: "function";
|
|
6150
|
-
name: string;
|
|
6151
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6152
|
-
hidden?: boolean;
|
|
6153
|
-
} | {
|
|
6154
6198
|
type: "image";
|
|
6155
6199
|
value: {
|
|
6156
6200
|
type: "asset";
|
|
@@ -6208,11 +6252,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6208
6252
|
} | {
|
|
6209
6253
|
type: "tuple";
|
|
6210
6254
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
6211
|
-
type: "function";
|
|
6212
|
-
name: string;
|
|
6213
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6214
|
-
hidden?: boolean;
|
|
6215
|
-
} | {
|
|
6216
6255
|
type: "image";
|
|
6217
6256
|
value: {
|
|
6218
6257
|
type: "asset";
|
|
@@ -6267,10 +6306,16 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6267
6306
|
hidden?: boolean | undefined;
|
|
6268
6307
|
} | undefined;
|
|
6269
6308
|
hidden?: boolean | undefined;
|
|
6309
|
+
} | {
|
|
6310
|
+
type: "function";
|
|
6311
|
+
name: string;
|
|
6312
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6313
|
+
hidden?: boolean;
|
|
6270
6314
|
})[];
|
|
6271
6315
|
hidden?: boolean | undefined;
|
|
6272
6316
|
} | {
|
|
6273
6317
|
type: "shadow";
|
|
6318
|
+
hidden?: boolean | undefined;
|
|
6274
6319
|
position: "inset" | "outset";
|
|
6275
6320
|
offsetX: {
|
|
6276
6321
|
type: "unit";
|
|
@@ -6334,7 +6379,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6334
6379
|
} | undefined;
|
|
6335
6380
|
hidden?: boolean | undefined;
|
|
6336
6381
|
};
|
|
6337
|
-
hidden?: boolean | undefined;
|
|
6338
6382
|
blur?: {
|
|
6339
6383
|
type: "unit";
|
|
6340
6384
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -6441,11 +6485,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6441
6485
|
} | {
|
|
6442
6486
|
type: "layers";
|
|
6443
6487
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
6444
|
-
type: "function";
|
|
6445
|
-
name: string;
|
|
6446
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6447
|
-
hidden?: boolean;
|
|
6448
|
-
} | {
|
|
6449
6488
|
type: "image";
|
|
6450
6489
|
value: {
|
|
6451
6490
|
type: "asset";
|
|
@@ -6503,11 +6542,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6503
6542
|
} | {
|
|
6504
6543
|
type: "tuple";
|
|
6505
6544
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
6506
|
-
type: "function";
|
|
6507
|
-
name: string;
|
|
6508
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6509
|
-
hidden?: boolean;
|
|
6510
|
-
} | {
|
|
6511
6545
|
type: "image";
|
|
6512
6546
|
value: {
|
|
6513
6547
|
type: "asset";
|
|
@@ -6562,10 +6596,16 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6562
6596
|
hidden?: boolean | undefined;
|
|
6563
6597
|
} | undefined;
|
|
6564
6598
|
hidden?: boolean | undefined;
|
|
6599
|
+
} | {
|
|
6600
|
+
type: "function";
|
|
6601
|
+
name: string;
|
|
6602
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6603
|
+
hidden?: boolean;
|
|
6565
6604
|
})[];
|
|
6566
6605
|
hidden?: boolean | undefined;
|
|
6567
6606
|
} | {
|
|
6568
6607
|
type: "shadow";
|
|
6608
|
+
hidden?: boolean | undefined;
|
|
6569
6609
|
position: "inset" | "outset";
|
|
6570
6610
|
offsetX: {
|
|
6571
6611
|
type: "unit";
|
|
@@ -6629,7 +6669,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6629
6669
|
} | undefined;
|
|
6630
6670
|
hidden?: boolean | undefined;
|
|
6631
6671
|
};
|
|
6632
|
-
hidden?: boolean | undefined;
|
|
6633
6672
|
blur?: {
|
|
6634
6673
|
type: "unit";
|
|
6635
6674
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -6733,6 +6772,11 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6733
6772
|
type: "invalid";
|
|
6734
6773
|
value: string;
|
|
6735
6774
|
hidden?: boolean | undefined;
|
|
6775
|
+
} | {
|
|
6776
|
+
type: "function";
|
|
6777
|
+
name: string;
|
|
6778
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6779
|
+
hidden?: boolean;
|
|
6736
6780
|
})[];
|
|
6737
6781
|
hidden?: boolean | undefined;
|
|
6738
6782
|
} | {
|
|
@@ -6746,19 +6790,19 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6746
6790
|
type: "unset";
|
|
6747
6791
|
value: "";
|
|
6748
6792
|
hidden?: boolean | undefined;
|
|
6793
|
+
} | {
|
|
6794
|
+
type: "function";
|
|
6795
|
+
name: string;
|
|
6796
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6797
|
+
hidden?: boolean;
|
|
6749
6798
|
};
|
|
6750
|
-
breakpointId: string;
|
|
6751
|
-
styleSourceId: string;
|
|
6752
|
-
state?: string | undefined;
|
|
6753
6799
|
listed?: boolean | undefined;
|
|
6754
6800
|
property: import("@webstudio-is/css-engine").StyleProperty;
|
|
6755
6801
|
}, unknown, z.core.$ZodTypeInternals<{
|
|
6802
|
+
styleSourceId: string;
|
|
6803
|
+
breakpointId: string;
|
|
6804
|
+
state?: string | undefined;
|
|
6756
6805
|
value: import("@webstudio-is/css-engine").ColorValue | {
|
|
6757
|
-
type: "function";
|
|
6758
|
-
name: string;
|
|
6759
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6760
|
-
hidden?: boolean;
|
|
6761
|
-
} | {
|
|
6762
6806
|
type: "image";
|
|
6763
6807
|
value: {
|
|
6764
6808
|
type: "asset";
|
|
@@ -6816,11 +6860,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6816
6860
|
} | {
|
|
6817
6861
|
type: "tuple";
|
|
6818
6862
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
6819
|
-
type: "function";
|
|
6820
|
-
name: string;
|
|
6821
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6822
|
-
hidden?: boolean;
|
|
6823
|
-
} | {
|
|
6824
6863
|
type: "image";
|
|
6825
6864
|
value: {
|
|
6826
6865
|
type: "asset";
|
|
@@ -6875,10 +6914,16 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6875
6914
|
hidden?: boolean | undefined;
|
|
6876
6915
|
} | undefined;
|
|
6877
6916
|
hidden?: boolean | undefined;
|
|
6917
|
+
} | {
|
|
6918
|
+
type: "function";
|
|
6919
|
+
name: string;
|
|
6920
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
6921
|
+
hidden?: boolean;
|
|
6878
6922
|
})[];
|
|
6879
6923
|
hidden?: boolean | undefined;
|
|
6880
6924
|
} | {
|
|
6881
6925
|
type: "shadow";
|
|
6926
|
+
hidden?: boolean | undefined;
|
|
6882
6927
|
position: "inset" | "outset";
|
|
6883
6928
|
offsetX: {
|
|
6884
6929
|
type: "unit";
|
|
@@ -6942,7 +6987,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
6942
6987
|
} | undefined;
|
|
6943
6988
|
hidden?: boolean | undefined;
|
|
6944
6989
|
};
|
|
6945
|
-
hidden?: boolean | undefined;
|
|
6946
6990
|
blur?: {
|
|
6947
6991
|
type: "unit";
|
|
6948
6992
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -7049,11 +7093,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
7049
7093
|
} | {
|
|
7050
7094
|
type: "layers";
|
|
7051
7095
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
7052
|
-
type: "function";
|
|
7053
|
-
name: string;
|
|
7054
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
7055
|
-
hidden?: boolean;
|
|
7056
|
-
} | {
|
|
7057
7096
|
type: "image";
|
|
7058
7097
|
value: {
|
|
7059
7098
|
type: "asset";
|
|
@@ -7111,11 +7150,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
7111
7150
|
} | {
|
|
7112
7151
|
type: "tuple";
|
|
7113
7152
|
value: (import("@webstudio-is/css-engine").ColorValue | {
|
|
7114
|
-
type: "function";
|
|
7115
|
-
name: string;
|
|
7116
|
-
args: import("@webstudio-is/css-engine").StyleValue;
|
|
7117
|
-
hidden?: boolean;
|
|
7118
|
-
} | {
|
|
7119
7153
|
type: "image";
|
|
7120
7154
|
value: {
|
|
7121
7155
|
type: "asset";
|
|
@@ -7170,10 +7204,16 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
7170
7204
|
hidden?: boolean | undefined;
|
|
7171
7205
|
} | undefined;
|
|
7172
7206
|
hidden?: boolean | undefined;
|
|
7207
|
+
} | {
|
|
7208
|
+
type: "function";
|
|
7209
|
+
name: string;
|
|
7210
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
7211
|
+
hidden?: boolean;
|
|
7173
7212
|
})[];
|
|
7174
7213
|
hidden?: boolean | undefined;
|
|
7175
7214
|
} | {
|
|
7176
7215
|
type: "shadow";
|
|
7216
|
+
hidden?: boolean | undefined;
|
|
7177
7217
|
position: "inset" | "outset";
|
|
7178
7218
|
offsetX: {
|
|
7179
7219
|
type: "unit";
|
|
@@ -7237,7 +7277,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
7237
7277
|
} | undefined;
|
|
7238
7278
|
hidden?: boolean | undefined;
|
|
7239
7279
|
};
|
|
7240
|
-
hidden?: boolean | undefined;
|
|
7241
7280
|
blur?: {
|
|
7242
7281
|
type: "unit";
|
|
7243
7282
|
unit: "number" | import("@webstudio-is/css-engine").__Unit;
|
|
@@ -7341,6 +7380,11 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
7341
7380
|
type: "invalid";
|
|
7342
7381
|
value: string;
|
|
7343
7382
|
hidden?: boolean | undefined;
|
|
7383
|
+
} | {
|
|
7384
|
+
type: "function";
|
|
7385
|
+
name: string;
|
|
7386
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
7387
|
+
hidden?: boolean;
|
|
7344
7388
|
})[];
|
|
7345
7389
|
hidden?: boolean | undefined;
|
|
7346
7390
|
} | {
|
|
@@ -7354,10 +7398,12 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
7354
7398
|
type: "unset";
|
|
7355
7399
|
value: "";
|
|
7356
7400
|
hidden?: boolean | undefined;
|
|
7401
|
+
} | {
|
|
7402
|
+
type: "function";
|
|
7403
|
+
name: string;
|
|
7404
|
+
args: import("@webstudio-is/css-engine").StyleValue;
|
|
7405
|
+
hidden?: boolean;
|
|
7357
7406
|
};
|
|
7358
|
-
breakpointId: string;
|
|
7359
|
-
styleSourceId: string;
|
|
7360
|
-
state?: string | undefined;
|
|
7361
7407
|
listed?: boolean | undefined;
|
|
7362
7408
|
property: import("@webstudio-is/css-engine").StyleProperty;
|
|
7363
7409
|
}, unknown>>], null>>;
|
|
@@ -7375,90 +7421,94 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
7375
7421
|
values: z.ZodArray<z.ZodString>;
|
|
7376
7422
|
}, z.core.$strip>], null>>;
|
|
7377
7423
|
props: z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
7424
|
+
id: z.ZodString;
|
|
7425
|
+
instanceId: z.ZodString;
|
|
7426
|
+
name: z.ZodString;
|
|
7427
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
7378
7428
|
type: z.ZodLiteral<"number">;
|
|
7379
7429
|
value: z.ZodNumber;
|
|
7430
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7380
7431
|
id: z.ZodString;
|
|
7381
7432
|
instanceId: z.ZodString;
|
|
7382
7433
|
name: z.ZodString;
|
|
7383
7434
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7384
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7385
7435
|
type: z.ZodLiteral<"string">;
|
|
7386
7436
|
value: z.ZodString;
|
|
7437
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7387
7438
|
id: z.ZodString;
|
|
7388
7439
|
instanceId: z.ZodString;
|
|
7389
7440
|
name: z.ZodString;
|
|
7390
7441
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7391
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7392
7442
|
type: z.ZodLiteral<"boolean">;
|
|
7393
7443
|
value: z.ZodBoolean;
|
|
7444
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7394
7445
|
id: z.ZodString;
|
|
7395
7446
|
instanceId: z.ZodString;
|
|
7396
7447
|
name: z.ZodString;
|
|
7397
7448
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7398
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7399
7449
|
type: z.ZodLiteral<"json">;
|
|
7400
7450
|
value: z.ZodUnknown;
|
|
7451
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7401
7452
|
id: z.ZodString;
|
|
7402
7453
|
instanceId: z.ZodString;
|
|
7403
7454
|
name: z.ZodString;
|
|
7404
7455
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7405
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7406
7456
|
type: z.ZodLiteral<"asset">;
|
|
7407
7457
|
value: z.ZodString;
|
|
7458
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7408
7459
|
id: z.ZodString;
|
|
7409
7460
|
instanceId: z.ZodString;
|
|
7410
7461
|
name: z.ZodString;
|
|
7411
7462
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7412
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7413
7463
|
type: z.ZodLiteral<"page">;
|
|
7414
7464
|
value: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7415
7465
|
pageId: z.ZodString;
|
|
7416
7466
|
instanceId: z.ZodString;
|
|
7417
7467
|
}, z.core.$strip>]>;
|
|
7468
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7418
7469
|
id: z.ZodString;
|
|
7419
7470
|
instanceId: z.ZodString;
|
|
7420
7471
|
name: z.ZodString;
|
|
7421
7472
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7422
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7423
7473
|
type: z.ZodLiteral<"string[]">;
|
|
7424
7474
|
value: z.ZodArray<z.ZodString>;
|
|
7475
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7425
7476
|
id: z.ZodString;
|
|
7426
7477
|
instanceId: z.ZodString;
|
|
7427
7478
|
name: z.ZodString;
|
|
7428
7479
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7429
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7430
7480
|
type: z.ZodLiteral<"parameter">;
|
|
7431
7481
|
value: z.ZodString;
|
|
7482
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7432
7483
|
id: z.ZodString;
|
|
7433
7484
|
instanceId: z.ZodString;
|
|
7434
7485
|
name: z.ZodString;
|
|
7435
7486
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7436
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7437
7487
|
type: z.ZodLiteral<"resource">;
|
|
7438
7488
|
value: z.ZodString;
|
|
7489
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7439
7490
|
id: z.ZodString;
|
|
7440
7491
|
instanceId: z.ZodString;
|
|
7441
7492
|
name: z.ZodString;
|
|
7442
7493
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7443
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7444
7494
|
type: z.ZodLiteral<"expression">;
|
|
7445
7495
|
value: z.ZodString;
|
|
7496
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7446
7497
|
id: z.ZodString;
|
|
7447
7498
|
instanceId: z.ZodString;
|
|
7448
7499
|
name: z.ZodString;
|
|
7449
7500
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7450
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7451
7501
|
type: z.ZodLiteral<"action">;
|
|
7452
7502
|
value: z.ZodArray<z.ZodObject<{
|
|
7453
7503
|
type: z.ZodLiteral<"execute">;
|
|
7454
7504
|
args: z.ZodArray<z.ZodString>;
|
|
7455
7505
|
code: z.ZodString;
|
|
7456
7506
|
}, z.core.$strip>>;
|
|
7507
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7457
7508
|
id: z.ZodString;
|
|
7458
7509
|
instanceId: z.ZodString;
|
|
7459
7510
|
name: z.ZodString;
|
|
7460
7511
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7461
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
7462
7512
|
type: z.ZodLiteral<"animationAction">;
|
|
7463
7513
|
value: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
7464
7514
|
type: z.ZodLiteral<"scroll">;
|
|
@@ -8099,7 +8149,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8099
8149
|
duration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
8100
8150
|
type: z.ZodLiteral<"unit">;
|
|
8101
8151
|
value: z.ZodNumber;
|
|
8102
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
8152
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
8103
8153
|
}, z.core.$strip>, z.ZodObject<{
|
|
8104
8154
|
type: z.ZodLiteral<"var">;
|
|
8105
8155
|
value: z.ZodString;
|
|
@@ -8107,7 +8157,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8107
8157
|
delay: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
8108
8158
|
type: z.ZodLiteral<"unit">;
|
|
8109
8159
|
value: z.ZodNumber;
|
|
8110
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
8160
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
8111
8161
|
}, z.core.$strip>, z.ZodObject<{
|
|
8112
8162
|
type: z.ZodLiteral<"var">;
|
|
8113
8163
|
value: z.ZodString;
|
|
@@ -8116,7 +8166,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8116
8166
|
rangeStart: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
8117
8167
|
type: z.ZodLiteral<"unit">;
|
|
8118
8168
|
value: z.ZodNumber;
|
|
8119
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
8169
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
8120
8170
|
}, z.core.$strip>, z.ZodObject<{
|
|
8121
8171
|
type: z.ZodLiteral<"unparsed">;
|
|
8122
8172
|
value: z.ZodString;
|
|
@@ -8127,7 +8177,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8127
8177
|
rangeEnd: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"start">, z.ZodLiteral<"end">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
8128
8178
|
type: z.ZodLiteral<"unit">;
|
|
8129
8179
|
value: z.ZodNumber;
|
|
8130
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
8180
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
8131
8181
|
}, z.core.$strip>, z.ZodObject<{
|
|
8132
8182
|
type: z.ZodLiteral<"unparsed">;
|
|
8133
8183
|
value: z.ZodString;
|
|
@@ -8778,7 +8828,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8778
8828
|
duration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
8779
8829
|
type: z.ZodLiteral<"unit">;
|
|
8780
8830
|
value: z.ZodNumber;
|
|
8781
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
8831
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
8782
8832
|
}, z.core.$strip>, z.ZodObject<{
|
|
8783
8833
|
type: z.ZodLiteral<"var">;
|
|
8784
8834
|
value: z.ZodString;
|
|
@@ -8786,7 +8836,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8786
8836
|
delay: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
8787
8837
|
type: z.ZodLiteral<"unit">;
|
|
8788
8838
|
value: z.ZodNumber;
|
|
8789
|
-
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"
|
|
8839
|
+
unit: z.ZodUnion<[z.ZodLiteral<"ms">, z.ZodLiteral<"s">, ...z.ZodLiteral<"ms" | "s">[]]>;
|
|
8790
8840
|
}, z.core.$strip>, z.ZodObject<{
|
|
8791
8841
|
type: z.ZodLiteral<"var">;
|
|
8792
8842
|
value: z.ZodString;
|
|
@@ -8795,7 +8845,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8795
8845
|
rangeStart: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"contain">, z.ZodLiteral<"cover">, z.ZodLiteral<"entry">, z.ZodLiteral<"exit">, z.ZodLiteral<"entry-crossing">, z.ZodLiteral<"exit-crossing">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
8796
8846
|
type: z.ZodLiteral<"unit">;
|
|
8797
8847
|
value: z.ZodNumber;
|
|
8798
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
8848
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
8799
8849
|
}, z.core.$strip>, z.ZodObject<{
|
|
8800
8850
|
type: z.ZodLiteral<"unparsed">;
|
|
8801
8851
|
value: z.ZodString;
|
|
@@ -8806,7 +8856,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8806
8856
|
rangeEnd: z.ZodOptional<z.ZodTuple<[z.ZodUnion<readonly [z.ZodLiteral<"contain">, z.ZodLiteral<"cover">, z.ZodLiteral<"entry">, z.ZodLiteral<"exit">, z.ZodLiteral<"entry-crossing">, z.ZodLiteral<"exit-crossing">]>, z.ZodUnion<readonly [z.ZodObject<{
|
|
8807
8857
|
type: z.ZodLiteral<"unit">;
|
|
8808
8858
|
value: z.ZodNumber;
|
|
8809
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
8859
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
8810
8860
|
}, z.core.$strip>, z.ZodObject<{
|
|
8811
8861
|
type: z.ZodLiteral<"unparsed">;
|
|
8812
8862
|
value: z.ZodString;
|
|
@@ -8819,7 +8869,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8819
8869
|
insetStart: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
8820
8870
|
type: z.ZodLiteral<"unit">;
|
|
8821
8871
|
value: z.ZodNumber;
|
|
8822
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
8872
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
8823
8873
|
}, z.core.$strip>, z.ZodObject<{
|
|
8824
8874
|
type: z.ZodLiteral<"unparsed">;
|
|
8825
8875
|
value: z.ZodString;
|
|
@@ -8833,7 +8883,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8833
8883
|
insetEnd: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
8834
8884
|
type: z.ZodLiteral<"unit">;
|
|
8835
8885
|
value: z.ZodNumber;
|
|
8836
|
-
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"
|
|
8886
|
+
unit: z.ZodUnion<[z.ZodLiteral<"%">, z.ZodLiteral<"px">, ...z.ZodLiteral<"%" | "cap" | "ch" | "cm" | "dvb" | "dvh" | "dvi" | "dvmax" | "dvmin" | "dvw" | "em" | "ex" | "in" | "lh" | "lvb" | "lvh" | "lvi" | "lvmax" | "lvmin" | "lvw" | "mm" | "pc" | "pt" | "px" | "q" | "rcap" | "rch" | "rem" | "rex" | "rlh" | "svb" | "svh" | "svi" | "svmax" | "svmin" | "svw" | "vb" | "vh" | "vi" | "vmax" | "vmin" | "vw">[]]>;
|
|
8837
8887
|
}, z.core.$strip>, z.ZodObject<{
|
|
8838
8888
|
type: z.ZodLiteral<"unparsed">;
|
|
8839
8889
|
value: z.ZodString;
|
|
@@ -8847,10 +8897,6 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8847
8897
|
isPinned: z.ZodOptional<z.ZodBoolean>;
|
|
8848
8898
|
debug: z.ZodOptional<z.ZodBoolean>;
|
|
8849
8899
|
}, z.core.$strip>], "type">;
|
|
8850
|
-
id: z.ZodString;
|
|
8851
|
-
instanceId: z.ZodString;
|
|
8852
|
-
name: z.ZodString;
|
|
8853
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
8854
8900
|
}, z.core.$strip>]>], null>>;
|
|
8855
8901
|
instances: z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodObject<{
|
|
8856
8902
|
type: z.ZodLiteral<"instance">;
|
|
@@ -8891,8 +8937,8 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8891
8937
|
type: z.ZodLiteral<"json">;
|
|
8892
8938
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
8893
8939
|
}, z.core.$strip>, z.ZodTransform<{
|
|
8894
|
-
value: {} | null;
|
|
8895
8940
|
type: "json";
|
|
8941
|
+
value: {} | null;
|
|
8896
8942
|
}, {
|
|
8897
8943
|
type: "json";
|
|
8898
8944
|
value?: unknown;
|
|
@@ -8925,17 +8971,40 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8925
8971
|
}, z.core.$strip>>;
|
|
8926
8972
|
body: z.ZodOptional<z.ZodString>;
|
|
8927
8973
|
}, z.core.$strip>], null>>;
|
|
8974
|
+
marketplaceProduct: z.ZodOptional<z.ZodObject<{
|
|
8975
|
+
category: z.ZodUnion<readonly [z.ZodLiteral<"sectionTemplates">, z.ZodLiteral<"pageTemplates">, z.ZodLiteral<"integrationTemplates">]>;
|
|
8976
|
+
name: z.ZodString;
|
|
8977
|
+
thumbnailAssetId: z.ZodString;
|
|
8978
|
+
author: z.ZodString;
|
|
8979
|
+
email: z.ZodString;
|
|
8980
|
+
website: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
|
|
8981
|
+
issues: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
|
|
8982
|
+
description: z.ZodString;
|
|
8983
|
+
}, z.core.$strip>>;
|
|
8984
|
+
projectSettings: z.ZodOptional<z.ZodObject<{
|
|
8985
|
+
meta: z.ZodObject<{
|
|
8986
|
+
siteName: z.ZodOptional<z.ZodString>;
|
|
8987
|
+
contactEmail: z.ZodOptional<z.ZodString>;
|
|
8988
|
+
faviconAssetId: z.ZodOptional<z.ZodString>;
|
|
8989
|
+
code: z.ZodOptional<z.ZodString>;
|
|
8990
|
+
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
8991
|
+
auth: z.ZodOptional<z.ZodString>;
|
|
8992
|
+
}, z.core.$strip>;
|
|
8993
|
+
compiler: z.ZodObject<{
|
|
8994
|
+
atomicStyles: z.ZodOptional<z.ZodBoolean>;
|
|
8995
|
+
}, z.core.$strip>;
|
|
8996
|
+
}, z.core.$strip>>;
|
|
8928
8997
|
deployment: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
8929
8998
|
destination: z.ZodLiteral<"static">;
|
|
8930
8999
|
name: z.ZodString;
|
|
8931
9000
|
assetsDomain: z.ZodString;
|
|
8932
9001
|
templates: z.ZodArray<z.ZodEnum<{
|
|
8933
9002
|
docker: "docker";
|
|
8934
|
-
vercel: "vercel";
|
|
8935
9003
|
netlify: "netlify";
|
|
8936
9004
|
ssg: "ssg";
|
|
8937
9005
|
"ssg-netlify": "ssg-netlify";
|
|
8938
9006
|
"ssg-vercel": "ssg-vercel";
|
|
9007
|
+
vercel: "vercel";
|
|
8939
9008
|
}>>;
|
|
8940
9009
|
}, z.core.$strip>, z.ZodObject<{
|
|
8941
9010
|
destination: z.ZodOptional<z.ZodLiteral<"saas">>;
|
|
@@ -8946,32 +9015,39 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8946
9015
|
}, z.core.$strip>]>>;
|
|
8947
9016
|
}, z.core.$strip>;
|
|
8948
9017
|
assets: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9018
|
+
id: z.ZodString;
|
|
9019
|
+
projectId: z.ZodString;
|
|
9020
|
+
size: z.ZodNumber;
|
|
9021
|
+
name: z.ZodString;
|
|
9022
|
+
filename: z.ZodOptional<z.ZodString>;
|
|
9023
|
+
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
9024
|
+
createdAt: z.ZodString;
|
|
8949
9025
|
format: z.ZodUnion<readonly [z.ZodLiteral<"ttf">, z.ZodLiteral<"woff">, z.ZodLiteral<"woff2">]>;
|
|
8950
9026
|
meta: z.ZodUnion<readonly [z.ZodObject<{
|
|
8951
9027
|
family: z.ZodString;
|
|
8952
9028
|
style: z.ZodEnum<{
|
|
8953
|
-
normal: "normal";
|
|
8954
9029
|
italic: "italic";
|
|
9030
|
+
normal: "normal";
|
|
8955
9031
|
oblique: "oblique";
|
|
8956
9032
|
}>;
|
|
8957
9033
|
weight: z.ZodNumber;
|
|
8958
9034
|
}, z.core.$strip>, z.ZodObject<{
|
|
8959
9035
|
family: z.ZodString;
|
|
8960
9036
|
variationAxes: z.ZodRecord<z.ZodEnum<{
|
|
8961
|
-
wght: "wght";
|
|
8962
|
-
wdth: "wdth";
|
|
8963
|
-
slnt: "slnt";
|
|
8964
|
-
opsz: "opsz";
|
|
8965
|
-
ital: "ital";
|
|
8966
9037
|
GRAD: "GRAD";
|
|
8967
|
-
XTRA: "XTRA";
|
|
8968
9038
|
XOPQ: "XOPQ";
|
|
9039
|
+
XTRA: "XTRA";
|
|
8969
9040
|
YOPQ: "YOPQ";
|
|
8970
|
-
YTLC: "YTLC";
|
|
8971
|
-
YTUC: "YTUC";
|
|
8972
9041
|
YTAS: "YTAS";
|
|
8973
9042
|
YTDE: "YTDE";
|
|
8974
9043
|
YTFI: "YTFI";
|
|
9044
|
+
YTLC: "YTLC";
|
|
9045
|
+
YTUC: "YTUC";
|
|
9046
|
+
ital: "ital";
|
|
9047
|
+
opsz: "opsz";
|
|
9048
|
+
slnt: "slnt";
|
|
9049
|
+
wdth: "wdth";
|
|
9050
|
+
wght: "wght";
|
|
8975
9051
|
}> & z.core.$partial, z.ZodObject<{
|
|
8976
9052
|
name: z.ZodString;
|
|
8977
9053
|
min: z.ZodNumber;
|
|
@@ -8980,6 +9056,7 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8980
9056
|
}, z.core.$strip>>;
|
|
8981
9057
|
}, z.core.$strip>]>;
|
|
8982
9058
|
type: z.ZodLiteral<"font">;
|
|
9059
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8983
9060
|
id: z.ZodString;
|
|
8984
9061
|
projectId: z.ZodString;
|
|
8985
9062
|
size: z.ZodNumber;
|
|
@@ -8987,13 +9064,13 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
8987
9064
|
filename: z.ZodOptional<z.ZodString>;
|
|
8988
9065
|
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
8989
9066
|
createdAt: z.ZodString;
|
|
8990
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
8991
9067
|
format: z.ZodString;
|
|
8992
9068
|
meta: z.ZodObject<{
|
|
8993
9069
|
width: z.ZodNumber;
|
|
8994
9070
|
height: z.ZodNumber;
|
|
8995
9071
|
}, z.core.$strip>;
|
|
8996
9072
|
type: z.ZodLiteral<"image">;
|
|
9073
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8997
9074
|
id: z.ZodString;
|
|
8998
9075
|
projectId: z.ZodString;
|
|
8999
9076
|
size: z.ZodNumber;
|
|
@@ -9001,17 +9078,9 @@ export declare const importProjectBundleInput: z.ZodObject<{
|
|
|
9001
9078
|
filename: z.ZodOptional<z.ZodString>;
|
|
9002
9079
|
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
9003
9080
|
createdAt: z.ZodString;
|
|
9004
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
9005
9081
|
format: z.ZodString;
|
|
9006
9082
|
meta: z.ZodObject<{}, z.core.$strip>;
|
|
9007
9083
|
type: z.ZodLiteral<"file">;
|
|
9008
|
-
id: z.ZodString;
|
|
9009
|
-
projectId: z.ZodString;
|
|
9010
|
-
size: z.ZodNumber;
|
|
9011
|
-
name: z.ZodString;
|
|
9012
|
-
filename: z.ZodOptional<z.ZodString>;
|
|
9013
|
-
description: z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodNull]>;
|
|
9014
|
-
createdAt: z.ZodString;
|
|
9015
9084
|
}, z.core.$strip>]>>;
|
|
9016
9085
|
origin: z.ZodOptional<z.ZodString>;
|
|
9017
9086
|
bundleVersion: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
@@ -9032,7 +9101,7 @@ export type ImportProjectBundleResult = z.infer<typeof importProjectBundleResult
|
|
|
9032
9101
|
export declare const checkProjectBuildPermissionInput: z.ZodObject<{
|
|
9033
9102
|
projectId: z.ZodString;
|
|
9034
9103
|
}, z.core.$strip>;
|
|
9035
|
-
export declare const buildPatchNamespaces: readonly ["pages", "instances", "props", "styles", "styleSources", "styleSourceSelections", "dataSources", "resources", "assets", "breakpoints", "marketplaceProduct"];
|
|
9104
|
+
export declare const buildPatchNamespaces: readonly ["pages", "instances", "props", "styles", "styleSources", "styleSourceSelections", "dataSources", "resources", "assets", "breakpoints", "projectSettings", "marketplaceProduct"];
|
|
9036
9105
|
export type BuildPatchPath = Array<string | number>;
|
|
9037
9106
|
export type BuildPatch = {
|
|
9038
9107
|
op: "add";
|