@encatch/schema 1.1.0-beta.14 → 1.1.0-beta.15
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.
|
@@ -115,6 +115,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
115
115
|
properties: z.ZodOptional<z.ZodObject<{
|
|
116
116
|
description: z.ZodOptional<z.ZodString>;
|
|
117
117
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
118
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
118
119
|
}, z.core.$strip>>;
|
|
119
120
|
}, z.core.$strip>, z.ZodObject<{
|
|
120
121
|
type: z.ZodLiteral<"color">;
|
|
@@ -125,6 +126,11 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
125
126
|
}, z.core.$strip>], "type">>;
|
|
126
127
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
127
128
|
type: z.ZodLiteral<"stack">;
|
|
129
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
130
|
+
left: "left";
|
|
131
|
+
center: "center";
|
|
132
|
+
cover: "cover";
|
|
133
|
+
}>>>;
|
|
128
134
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
129
135
|
type: z.ZodLiteral<"image">;
|
|
130
136
|
href: z.ZodString;
|
|
@@ -149,6 +155,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
149
155
|
properties: z.ZodOptional<z.ZodObject<{
|
|
150
156
|
description: z.ZodOptional<z.ZodString>;
|
|
151
157
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
158
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
152
159
|
}, z.core.$strip>>;
|
|
153
160
|
}, z.core.$strip>, z.ZodObject<{
|
|
154
161
|
type: z.ZodLiteral<"color">;
|
|
@@ -187,6 +194,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
187
194
|
properties: z.ZodOptional<z.ZodObject<{
|
|
188
195
|
description: z.ZodOptional<z.ZodString>;
|
|
189
196
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
197
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
190
198
|
}, z.core.$strip>>;
|
|
191
199
|
}, z.core.$strip>, z.ZodObject<{
|
|
192
200
|
type: z.ZodLiteral<"color">;
|
|
@@ -225,6 +233,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
225
233
|
properties: z.ZodOptional<z.ZodObject<{
|
|
226
234
|
description: z.ZodOptional<z.ZodString>;
|
|
227
235
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
236
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
228
237
|
}, z.core.$strip>>;
|
|
229
238
|
}, z.core.$strip>, z.ZodObject<{
|
|
230
239
|
type: z.ZodLiteral<"color">;
|
|
@@ -259,6 +268,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
259
268
|
properties: z.ZodOptional<z.ZodObject<{
|
|
260
269
|
description: z.ZodOptional<z.ZodString>;
|
|
261
270
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
271
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
262
272
|
}, z.core.$strip>>;
|
|
263
273
|
}, z.core.$strip>, z.ZodObject<{
|
|
264
274
|
type: z.ZodLiteral<"color">;
|
|
@@ -295,6 +305,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
295
305
|
properties: z.ZodOptional<z.ZodObject<{
|
|
296
306
|
description: z.ZodOptional<z.ZodString>;
|
|
297
307
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
308
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
298
309
|
}, z.core.$strip>>;
|
|
299
310
|
}, z.core.$strip>, z.ZodObject<{
|
|
300
311
|
type: z.ZodLiteral<"color">;
|
|
@@ -305,6 +316,11 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
305
316
|
}, z.core.$strip>], "type">>;
|
|
306
317
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
307
318
|
type: z.ZodLiteral<"stack">;
|
|
319
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
320
|
+
left: "left";
|
|
321
|
+
center: "center";
|
|
322
|
+
cover: "cover";
|
|
323
|
+
}>>>;
|
|
308
324
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
309
325
|
type: z.ZodLiteral<"image">;
|
|
310
326
|
href: z.ZodString;
|
|
@@ -329,6 +345,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
329
345
|
properties: z.ZodOptional<z.ZodObject<{
|
|
330
346
|
description: z.ZodOptional<z.ZodString>;
|
|
331
347
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
348
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
332
349
|
}, z.core.$strip>>;
|
|
333
350
|
}, z.core.$strip>, z.ZodObject<{
|
|
334
351
|
type: z.ZodLiteral<"color">;
|
|
@@ -367,6 +384,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
367
384
|
properties: z.ZodOptional<z.ZodObject<{
|
|
368
385
|
description: z.ZodOptional<z.ZodString>;
|
|
369
386
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
387
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
370
388
|
}, z.core.$strip>>;
|
|
371
389
|
}, z.core.$strip>, z.ZodObject<{
|
|
372
390
|
type: z.ZodLiteral<"color">;
|
|
@@ -405,6 +423,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
405
423
|
properties: z.ZodOptional<z.ZodObject<{
|
|
406
424
|
description: z.ZodOptional<z.ZodString>;
|
|
407
425
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
426
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
408
427
|
}, z.core.$strip>>;
|
|
409
428
|
}, z.core.$strip>, z.ZodObject<{
|
|
410
429
|
type: z.ZodLiteral<"color">;
|
|
@@ -439,6 +458,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
439
458
|
properties: z.ZodOptional<z.ZodObject<{
|
|
440
459
|
description: z.ZodOptional<z.ZodString>;
|
|
441
460
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
461
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
442
462
|
}, z.core.$strip>>;
|
|
443
463
|
}, z.core.$strip>, z.ZodObject<{
|
|
444
464
|
type: z.ZodLiteral<"color">;
|
|
@@ -474,6 +494,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
474
494
|
properties: z.ZodOptional<z.ZodObject<{
|
|
475
495
|
description: z.ZodOptional<z.ZodString>;
|
|
476
496
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
497
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
477
498
|
}, z.core.$strip>>;
|
|
478
499
|
}, z.core.$strip>, z.ZodObject<{
|
|
479
500
|
type: z.ZodLiteral<"color">;
|
|
@@ -484,6 +505,11 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
484
505
|
}, z.core.$strip>], "type">>;
|
|
485
506
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
486
507
|
type: z.ZodLiteral<"stack">;
|
|
508
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
509
|
+
left: "left";
|
|
510
|
+
center: "center";
|
|
511
|
+
cover: "cover";
|
|
512
|
+
}>>>;
|
|
487
513
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
488
514
|
type: z.ZodLiteral<"image">;
|
|
489
515
|
href: z.ZodString;
|
|
@@ -508,6 +534,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
508
534
|
properties: z.ZodOptional<z.ZodObject<{
|
|
509
535
|
description: z.ZodOptional<z.ZodString>;
|
|
510
536
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
537
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
511
538
|
}, z.core.$strip>>;
|
|
512
539
|
}, z.core.$strip>, z.ZodObject<{
|
|
513
540
|
type: z.ZodLiteral<"color">;
|
|
@@ -546,6 +573,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
546
573
|
properties: z.ZodOptional<z.ZodObject<{
|
|
547
574
|
description: z.ZodOptional<z.ZodString>;
|
|
548
575
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
576
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
549
577
|
}, z.core.$strip>>;
|
|
550
578
|
}, z.core.$strip>, z.ZodObject<{
|
|
551
579
|
type: z.ZodLiteral<"color">;
|
|
@@ -584,6 +612,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
584
612
|
properties: z.ZodOptional<z.ZodObject<{
|
|
585
613
|
description: z.ZodOptional<z.ZodString>;
|
|
586
614
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
615
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
587
616
|
}, z.core.$strip>>;
|
|
588
617
|
}, z.core.$strip>, z.ZodObject<{
|
|
589
618
|
type: z.ZodLiteral<"color">;
|
|
@@ -618,6 +647,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
618
647
|
properties: z.ZodOptional<z.ZodObject<{
|
|
619
648
|
description: z.ZodOptional<z.ZodString>;
|
|
620
649
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
650
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
621
651
|
}, z.core.$strip>>;
|
|
622
652
|
}, z.core.$strip>, z.ZodObject<{
|
|
623
653
|
type: z.ZodLiteral<"color">;
|
|
@@ -656,6 +686,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
656
686
|
properties: z.ZodOptional<z.ZodObject<{
|
|
657
687
|
description: z.ZodOptional<z.ZodString>;
|
|
658
688
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
689
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
659
690
|
}, z.core.$strip>>;
|
|
660
691
|
}, z.core.$strip>, z.ZodObject<{
|
|
661
692
|
type: z.ZodLiteral<"color">;
|
|
@@ -666,6 +697,11 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
666
697
|
}, z.core.$strip>], "type">>;
|
|
667
698
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
668
699
|
type: z.ZodLiteral<"stack">;
|
|
700
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
701
|
+
left: "left";
|
|
702
|
+
center: "center";
|
|
703
|
+
cover: "cover";
|
|
704
|
+
}>>>;
|
|
669
705
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
670
706
|
type: z.ZodLiteral<"image">;
|
|
671
707
|
href: z.ZodString;
|
|
@@ -690,6 +726,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
690
726
|
properties: z.ZodOptional<z.ZodObject<{
|
|
691
727
|
description: z.ZodOptional<z.ZodString>;
|
|
692
728
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
729
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
693
730
|
}, z.core.$strip>>;
|
|
694
731
|
}, z.core.$strip>, z.ZodObject<{
|
|
695
732
|
type: z.ZodLiteral<"color">;
|
|
@@ -728,6 +765,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
728
765
|
properties: z.ZodOptional<z.ZodObject<{
|
|
729
766
|
description: z.ZodOptional<z.ZodString>;
|
|
730
767
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
768
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
731
769
|
}, z.core.$strip>>;
|
|
732
770
|
}, z.core.$strip>, z.ZodObject<{
|
|
733
771
|
type: z.ZodLiteral<"color">;
|
|
@@ -766,6 +804,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
766
804
|
properties: z.ZodOptional<z.ZodObject<{
|
|
767
805
|
description: z.ZodOptional<z.ZodString>;
|
|
768
806
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
807
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
769
808
|
}, z.core.$strip>>;
|
|
770
809
|
}, z.core.$strip>, z.ZodObject<{
|
|
771
810
|
type: z.ZodLiteral<"color">;
|
|
@@ -800,6 +839,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
800
839
|
properties: z.ZodOptional<z.ZodObject<{
|
|
801
840
|
description: z.ZodOptional<z.ZodString>;
|
|
802
841
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
842
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
803
843
|
}, z.core.$strip>>;
|
|
804
844
|
}, z.core.$strip>, z.ZodObject<{
|
|
805
845
|
type: z.ZodLiteral<"color">;
|
|
@@ -836,6 +876,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
836
876
|
properties: z.ZodOptional<z.ZodObject<{
|
|
837
877
|
description: z.ZodOptional<z.ZodString>;
|
|
838
878
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
879
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
839
880
|
}, z.core.$strip>>;
|
|
840
881
|
}, z.core.$strip>, z.ZodObject<{
|
|
841
882
|
type: z.ZodLiteral<"color">;
|
|
@@ -846,6 +887,11 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
846
887
|
}, z.core.$strip>], "type">>;
|
|
847
888
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
848
889
|
type: z.ZodLiteral<"stack">;
|
|
890
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
891
|
+
left: "left";
|
|
892
|
+
center: "center";
|
|
893
|
+
cover: "cover";
|
|
894
|
+
}>>>;
|
|
849
895
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
850
896
|
type: z.ZodLiteral<"image">;
|
|
851
897
|
href: z.ZodString;
|
|
@@ -870,6 +916,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
870
916
|
properties: z.ZodOptional<z.ZodObject<{
|
|
871
917
|
description: z.ZodOptional<z.ZodString>;
|
|
872
918
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
919
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
873
920
|
}, z.core.$strip>>;
|
|
874
921
|
}, z.core.$strip>, z.ZodObject<{
|
|
875
922
|
type: z.ZodLiteral<"color">;
|
|
@@ -908,6 +955,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
908
955
|
properties: z.ZodOptional<z.ZodObject<{
|
|
909
956
|
description: z.ZodOptional<z.ZodString>;
|
|
910
957
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
958
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
911
959
|
}, z.core.$strip>>;
|
|
912
960
|
}, z.core.$strip>, z.ZodObject<{
|
|
913
961
|
type: z.ZodLiteral<"color">;
|
|
@@ -946,6 +994,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
946
994
|
properties: z.ZodOptional<z.ZodObject<{
|
|
947
995
|
description: z.ZodOptional<z.ZodString>;
|
|
948
996
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
997
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
949
998
|
}, z.core.$strip>>;
|
|
950
999
|
}, z.core.$strip>, z.ZodObject<{
|
|
951
1000
|
type: z.ZodLiteral<"color">;
|
|
@@ -980,6 +1029,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
980
1029
|
properties: z.ZodOptional<z.ZodObject<{
|
|
981
1030
|
description: z.ZodOptional<z.ZodString>;
|
|
982
1031
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
1032
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
983
1033
|
}, z.core.$strip>>;
|
|
984
1034
|
}, z.core.$strip>, z.ZodObject<{
|
|
985
1035
|
type: z.ZodLiteral<"color">;
|
|
@@ -1015,6 +1065,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
1015
1065
|
properties: z.ZodOptional<z.ZodObject<{
|
|
1016
1066
|
description: z.ZodOptional<z.ZodString>;
|
|
1017
1067
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
1068
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1018
1069
|
}, z.core.$strip>>;
|
|
1019
1070
|
}, z.core.$strip>, z.ZodObject<{
|
|
1020
1071
|
type: z.ZodLiteral<"color">;
|
|
@@ -1025,6 +1076,11 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
1025
1076
|
}, z.core.$strip>], "type">>;
|
|
1026
1077
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1027
1078
|
type: z.ZodLiteral<"stack">;
|
|
1079
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
1080
|
+
left: "left";
|
|
1081
|
+
center: "center";
|
|
1082
|
+
cover: "cover";
|
|
1083
|
+
}>>>;
|
|
1028
1084
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1029
1085
|
type: z.ZodLiteral<"image">;
|
|
1030
1086
|
href: z.ZodString;
|
|
@@ -1049,6 +1105,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
1049
1105
|
properties: z.ZodOptional<z.ZodObject<{
|
|
1050
1106
|
description: z.ZodOptional<z.ZodString>;
|
|
1051
1107
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
1108
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1052
1109
|
}, z.core.$strip>>;
|
|
1053
1110
|
}, z.core.$strip>, z.ZodObject<{
|
|
1054
1111
|
type: z.ZodLiteral<"color">;
|
|
@@ -1087,6 +1144,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
1087
1144
|
properties: z.ZodOptional<z.ZodObject<{
|
|
1088
1145
|
description: z.ZodOptional<z.ZodString>;
|
|
1089
1146
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
1147
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1090
1148
|
}, z.core.$strip>>;
|
|
1091
1149
|
}, z.core.$strip>, z.ZodObject<{
|
|
1092
1150
|
type: z.ZodLiteral<"color">;
|
|
@@ -1125,6 +1183,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
1125
1183
|
properties: z.ZodOptional<z.ZodObject<{
|
|
1126
1184
|
description: z.ZodOptional<z.ZodString>;
|
|
1127
1185
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
1186
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1128
1187
|
}, z.core.$strip>>;
|
|
1129
1188
|
}, z.core.$strip>, z.ZodObject<{
|
|
1130
1189
|
type: z.ZodLiteral<"color">;
|
|
@@ -1159,6 +1218,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
1159
1218
|
properties: z.ZodOptional<z.ZodObject<{
|
|
1160
1219
|
description: z.ZodOptional<z.ZodString>;
|
|
1161
1220
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
1221
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1162
1222
|
}, z.core.$strip>>;
|
|
1163
1223
|
}, z.core.$strip>, z.ZodObject<{
|
|
1164
1224
|
type: z.ZodLiteral<"color">;
|
|
@@ -2601,6 +2661,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2601
2661
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2602
2662
|
description: z.ZodOptional<z.ZodString>;
|
|
2603
2663
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2664
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2604
2665
|
}, z.core.$strip>>;
|
|
2605
2666
|
}, z.core.$strip>, z.ZodObject<{
|
|
2606
2667
|
type: z.ZodLiteral<"color">;
|
|
@@ -2611,6 +2672,11 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2611
2672
|
}, z.core.$strip>], "type">>;
|
|
2612
2673
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2613
2674
|
type: z.ZodLiteral<"stack">;
|
|
2675
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
2676
|
+
left: "left";
|
|
2677
|
+
center: "center";
|
|
2678
|
+
cover: "cover";
|
|
2679
|
+
}>>>;
|
|
2614
2680
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2615
2681
|
type: z.ZodLiteral<"image">;
|
|
2616
2682
|
href: z.ZodString;
|
|
@@ -2635,6 +2701,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2635
2701
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2636
2702
|
description: z.ZodOptional<z.ZodString>;
|
|
2637
2703
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2704
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2638
2705
|
}, z.core.$strip>>;
|
|
2639
2706
|
}, z.core.$strip>, z.ZodObject<{
|
|
2640
2707
|
type: z.ZodLiteral<"color">;
|
|
@@ -2673,6 +2740,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2673
2740
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2674
2741
|
description: z.ZodOptional<z.ZodString>;
|
|
2675
2742
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2743
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2676
2744
|
}, z.core.$strip>>;
|
|
2677
2745
|
}, z.core.$strip>, z.ZodObject<{
|
|
2678
2746
|
type: z.ZodLiteral<"color">;
|
|
@@ -2711,6 +2779,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2711
2779
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2712
2780
|
description: z.ZodOptional<z.ZodString>;
|
|
2713
2781
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2782
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2714
2783
|
}, z.core.$strip>>;
|
|
2715
2784
|
}, z.core.$strip>, z.ZodObject<{
|
|
2716
2785
|
type: z.ZodLiteral<"color">;
|
|
@@ -2745,6 +2814,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2745
2814
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2746
2815
|
description: z.ZodOptional<z.ZodString>;
|
|
2747
2816
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2817
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2748
2818
|
}, z.core.$strip>>;
|
|
2749
2819
|
}, z.core.$strip>, z.ZodObject<{
|
|
2750
2820
|
type: z.ZodLiteral<"color">;
|
|
@@ -2781,6 +2851,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2781
2851
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2782
2852
|
description: z.ZodOptional<z.ZodString>;
|
|
2783
2853
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2854
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2784
2855
|
}, z.core.$strip>>;
|
|
2785
2856
|
}, z.core.$strip>, z.ZodObject<{
|
|
2786
2857
|
type: z.ZodLiteral<"color">;
|
|
@@ -2791,6 +2862,11 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2791
2862
|
}, z.core.$strip>], "type">>;
|
|
2792
2863
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2793
2864
|
type: z.ZodLiteral<"stack">;
|
|
2865
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
2866
|
+
left: "left";
|
|
2867
|
+
center: "center";
|
|
2868
|
+
cover: "cover";
|
|
2869
|
+
}>>>;
|
|
2794
2870
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2795
2871
|
type: z.ZodLiteral<"image">;
|
|
2796
2872
|
href: z.ZodString;
|
|
@@ -2815,6 +2891,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2815
2891
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2816
2892
|
description: z.ZodOptional<z.ZodString>;
|
|
2817
2893
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2894
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2818
2895
|
}, z.core.$strip>>;
|
|
2819
2896
|
}, z.core.$strip>, z.ZodObject<{
|
|
2820
2897
|
type: z.ZodLiteral<"color">;
|
|
@@ -2853,6 +2930,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2853
2930
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2854
2931
|
description: z.ZodOptional<z.ZodString>;
|
|
2855
2932
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2933
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2856
2934
|
}, z.core.$strip>>;
|
|
2857
2935
|
}, z.core.$strip>, z.ZodObject<{
|
|
2858
2936
|
type: z.ZodLiteral<"color">;
|
|
@@ -2891,6 +2969,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2891
2969
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2892
2970
|
description: z.ZodOptional<z.ZodString>;
|
|
2893
2971
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2972
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2894
2973
|
}, z.core.$strip>>;
|
|
2895
2974
|
}, z.core.$strip>, z.ZodObject<{
|
|
2896
2975
|
type: z.ZodLiteral<"color">;
|
|
@@ -2925,6 +3004,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2925
3004
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2926
3005
|
description: z.ZodOptional<z.ZodString>;
|
|
2927
3006
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3007
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2928
3008
|
}, z.core.$strip>>;
|
|
2929
3009
|
}, z.core.$strip>, z.ZodObject<{
|
|
2930
3010
|
type: z.ZodLiteral<"color">;
|
|
@@ -2960,6 +3040,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2960
3040
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2961
3041
|
description: z.ZodOptional<z.ZodString>;
|
|
2962
3042
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3043
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2963
3044
|
}, z.core.$strip>>;
|
|
2964
3045
|
}, z.core.$strip>, z.ZodObject<{
|
|
2965
3046
|
type: z.ZodLiteral<"color">;
|
|
@@ -2970,6 +3051,11 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2970
3051
|
}, z.core.$strip>], "type">>;
|
|
2971
3052
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2972
3053
|
type: z.ZodLiteral<"stack">;
|
|
3054
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3055
|
+
left: "left";
|
|
3056
|
+
center: "center";
|
|
3057
|
+
cover: "cover";
|
|
3058
|
+
}>>>;
|
|
2973
3059
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2974
3060
|
type: z.ZodLiteral<"image">;
|
|
2975
3061
|
href: z.ZodString;
|
|
@@ -2994,6 +3080,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2994
3080
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2995
3081
|
description: z.ZodOptional<z.ZodString>;
|
|
2996
3082
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3083
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2997
3084
|
}, z.core.$strip>>;
|
|
2998
3085
|
}, z.core.$strip>, z.ZodObject<{
|
|
2999
3086
|
type: z.ZodLiteral<"color">;
|
|
@@ -3032,6 +3119,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3032
3119
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3033
3120
|
description: z.ZodOptional<z.ZodString>;
|
|
3034
3121
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3122
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3035
3123
|
}, z.core.$strip>>;
|
|
3036
3124
|
}, z.core.$strip>, z.ZodObject<{
|
|
3037
3125
|
type: z.ZodLiteral<"color">;
|
|
@@ -3070,6 +3158,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3070
3158
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3071
3159
|
description: z.ZodOptional<z.ZodString>;
|
|
3072
3160
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3161
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3073
3162
|
}, z.core.$strip>>;
|
|
3074
3163
|
}, z.core.$strip>, z.ZodObject<{
|
|
3075
3164
|
type: z.ZodLiteral<"color">;
|
|
@@ -3104,6 +3193,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3104
3193
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3105
3194
|
description: z.ZodOptional<z.ZodString>;
|
|
3106
3195
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3196
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3107
3197
|
}, z.core.$strip>>;
|
|
3108
3198
|
}, z.core.$strip>, z.ZodObject<{
|
|
3109
3199
|
type: z.ZodLiteral<"color">;
|
|
@@ -3142,6 +3232,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3142
3232
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3143
3233
|
description: z.ZodOptional<z.ZodString>;
|
|
3144
3234
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3235
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3145
3236
|
}, z.core.$strip>>;
|
|
3146
3237
|
}, z.core.$strip>, z.ZodObject<{
|
|
3147
3238
|
type: z.ZodLiteral<"color">;
|
|
@@ -3152,6 +3243,11 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3152
3243
|
}, z.core.$strip>], "type">>;
|
|
3153
3244
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3154
3245
|
type: z.ZodLiteral<"stack">;
|
|
3246
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3247
|
+
left: "left";
|
|
3248
|
+
center: "center";
|
|
3249
|
+
cover: "cover";
|
|
3250
|
+
}>>>;
|
|
3155
3251
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3156
3252
|
type: z.ZodLiteral<"image">;
|
|
3157
3253
|
href: z.ZodString;
|
|
@@ -3176,6 +3272,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3176
3272
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3177
3273
|
description: z.ZodOptional<z.ZodString>;
|
|
3178
3274
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3275
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3179
3276
|
}, z.core.$strip>>;
|
|
3180
3277
|
}, z.core.$strip>, z.ZodObject<{
|
|
3181
3278
|
type: z.ZodLiteral<"color">;
|
|
@@ -3214,6 +3311,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3214
3311
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3215
3312
|
description: z.ZodOptional<z.ZodString>;
|
|
3216
3313
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3314
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3217
3315
|
}, z.core.$strip>>;
|
|
3218
3316
|
}, z.core.$strip>, z.ZodObject<{
|
|
3219
3317
|
type: z.ZodLiteral<"color">;
|
|
@@ -3252,6 +3350,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3252
3350
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3253
3351
|
description: z.ZodOptional<z.ZodString>;
|
|
3254
3352
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3353
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3255
3354
|
}, z.core.$strip>>;
|
|
3256
3355
|
}, z.core.$strip>, z.ZodObject<{
|
|
3257
3356
|
type: z.ZodLiteral<"color">;
|
|
@@ -3286,6 +3385,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3286
3385
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3287
3386
|
description: z.ZodOptional<z.ZodString>;
|
|
3288
3387
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3388
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3289
3389
|
}, z.core.$strip>>;
|
|
3290
3390
|
}, z.core.$strip>, z.ZodObject<{
|
|
3291
3391
|
type: z.ZodLiteral<"color">;
|
|
@@ -3322,6 +3422,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3322
3422
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3323
3423
|
description: z.ZodOptional<z.ZodString>;
|
|
3324
3424
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3425
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3325
3426
|
}, z.core.$strip>>;
|
|
3326
3427
|
}, z.core.$strip>, z.ZodObject<{
|
|
3327
3428
|
type: z.ZodLiteral<"color">;
|
|
@@ -3332,6 +3433,11 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3332
3433
|
}, z.core.$strip>], "type">>;
|
|
3333
3434
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3334
3435
|
type: z.ZodLiteral<"stack">;
|
|
3436
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3437
|
+
left: "left";
|
|
3438
|
+
center: "center";
|
|
3439
|
+
cover: "cover";
|
|
3440
|
+
}>>>;
|
|
3335
3441
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3336
3442
|
type: z.ZodLiteral<"image">;
|
|
3337
3443
|
href: z.ZodString;
|
|
@@ -3356,6 +3462,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3356
3462
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3357
3463
|
description: z.ZodOptional<z.ZodString>;
|
|
3358
3464
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3465
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3359
3466
|
}, z.core.$strip>>;
|
|
3360
3467
|
}, z.core.$strip>, z.ZodObject<{
|
|
3361
3468
|
type: z.ZodLiteral<"color">;
|
|
@@ -3394,6 +3501,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3394
3501
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3395
3502
|
description: z.ZodOptional<z.ZodString>;
|
|
3396
3503
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3504
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3397
3505
|
}, z.core.$strip>>;
|
|
3398
3506
|
}, z.core.$strip>, z.ZodObject<{
|
|
3399
3507
|
type: z.ZodLiteral<"color">;
|
|
@@ -3432,6 +3540,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3432
3540
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3433
3541
|
description: z.ZodOptional<z.ZodString>;
|
|
3434
3542
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3543
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3435
3544
|
}, z.core.$strip>>;
|
|
3436
3545
|
}, z.core.$strip>, z.ZodObject<{
|
|
3437
3546
|
type: z.ZodLiteral<"color">;
|
|
@@ -3466,6 +3575,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3466
3575
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3467
3576
|
description: z.ZodOptional<z.ZodString>;
|
|
3468
3577
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3578
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3469
3579
|
}, z.core.$strip>>;
|
|
3470
3580
|
}, z.core.$strip>, z.ZodObject<{
|
|
3471
3581
|
type: z.ZodLiteral<"color">;
|
|
@@ -3501,6 +3611,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3501
3611
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3502
3612
|
description: z.ZodOptional<z.ZodString>;
|
|
3503
3613
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3614
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3504
3615
|
}, z.core.$strip>>;
|
|
3505
3616
|
}, z.core.$strip>, z.ZodObject<{
|
|
3506
3617
|
type: z.ZodLiteral<"color">;
|
|
@@ -3511,6 +3622,11 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3511
3622
|
}, z.core.$strip>], "type">>;
|
|
3512
3623
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3513
3624
|
type: z.ZodLiteral<"stack">;
|
|
3625
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3626
|
+
left: "left";
|
|
3627
|
+
center: "center";
|
|
3628
|
+
cover: "cover";
|
|
3629
|
+
}>>>;
|
|
3514
3630
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3515
3631
|
type: z.ZodLiteral<"image">;
|
|
3516
3632
|
href: z.ZodString;
|
|
@@ -3535,6 +3651,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3535
3651
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3536
3652
|
description: z.ZodOptional<z.ZodString>;
|
|
3537
3653
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3654
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3538
3655
|
}, z.core.$strip>>;
|
|
3539
3656
|
}, z.core.$strip>, z.ZodObject<{
|
|
3540
3657
|
type: z.ZodLiteral<"color">;
|
|
@@ -3573,6 +3690,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3573
3690
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3574
3691
|
description: z.ZodOptional<z.ZodString>;
|
|
3575
3692
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3693
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3576
3694
|
}, z.core.$strip>>;
|
|
3577
3695
|
}, z.core.$strip>, z.ZodObject<{
|
|
3578
3696
|
type: z.ZodLiteral<"color">;
|
|
@@ -3611,6 +3729,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3611
3729
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3612
3730
|
description: z.ZodOptional<z.ZodString>;
|
|
3613
3731
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3732
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3614
3733
|
}, z.core.$strip>>;
|
|
3615
3734
|
}, z.core.$strip>, z.ZodObject<{
|
|
3616
3735
|
type: z.ZodLiteral<"color">;
|
|
@@ -3645,6 +3764,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3645
3764
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3646
3765
|
description: z.ZodOptional<z.ZodString>;
|
|
3647
3766
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3767
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3648
3768
|
}, z.core.$strip>>;
|
|
3649
3769
|
}, z.core.$strip>, z.ZodObject<{
|
|
3650
3770
|
type: z.ZodLiteral<"color">;
|