@encatch/schema 1.1.0-beta.13 → 1.1.0-beta.14

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.
@@ -89,6 +89,1088 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
89
89
  "bottom-right": "bottom-right";
90
90
  }>;
91
91
  }, z.core.$strip>;
92
+ sectionLayoutDefaults: z.ZodOptional<z.ZodObject<{
93
+ inApp: z.ZodOptional<z.ZodObject<{
94
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
95
+ type: z.ZodLiteral<"image">;
96
+ href: z.ZodString;
97
+ properties: z.ZodOptional<z.ZodObject<{
98
+ description: z.ZodOptional<z.ZodString>;
99
+ decorative: z.ZodDefault<z.ZodBoolean>;
100
+ brightness: z.ZodOptional<z.ZodNumber>;
101
+ focalPoint: z.ZodOptional<z.ZodObject<{
102
+ x: z.ZodNumber;
103
+ y: z.ZodNumber;
104
+ }, z.core.$strip>>;
105
+ }, z.core.$strip>>;
106
+ }, z.core.$strip>, z.ZodObject<{
107
+ type: z.ZodLiteral<"video">;
108
+ href: z.ZodString;
109
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
110
+ 1: "1";
111
+ 0.4: "0.4";
112
+ 0.6: "0.6";
113
+ 0.8: "0.8";
114
+ }>>>;
115
+ properties: z.ZodOptional<z.ZodObject<{
116
+ description: z.ZodOptional<z.ZodString>;
117
+ decorative: z.ZodDefault<z.ZodBoolean>;
118
+ }, z.core.$strip>>;
119
+ }, z.core.$strip>, z.ZodObject<{
120
+ type: z.ZodLiteral<"color">;
121
+ value: z.ZodString;
122
+ }, z.core.$strip>, z.ZodObject<{
123
+ type: z.ZodLiteral<"gradient">;
124
+ value: z.ZodString;
125
+ }, z.core.$strip>], "type">>;
126
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
127
+ type: z.ZodLiteral<"stack">;
128
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
129
+ type: z.ZodLiteral<"image">;
130
+ href: z.ZodString;
131
+ properties: z.ZodOptional<z.ZodObject<{
132
+ description: z.ZodOptional<z.ZodString>;
133
+ decorative: z.ZodDefault<z.ZodBoolean>;
134
+ brightness: z.ZodOptional<z.ZodNumber>;
135
+ focalPoint: z.ZodOptional<z.ZodObject<{
136
+ x: z.ZodNumber;
137
+ y: z.ZodNumber;
138
+ }, z.core.$strip>>;
139
+ }, z.core.$strip>>;
140
+ }, z.core.$strip>, z.ZodObject<{
141
+ type: z.ZodLiteral<"video">;
142
+ href: z.ZodString;
143
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
144
+ 1: "1";
145
+ 0.4: "0.4";
146
+ 0.6: "0.6";
147
+ 0.8: "0.8";
148
+ }>>>;
149
+ properties: z.ZodOptional<z.ZodObject<{
150
+ description: z.ZodOptional<z.ZodString>;
151
+ decorative: z.ZodDefault<z.ZodBoolean>;
152
+ }, z.core.$strip>>;
153
+ }, z.core.$strip>, z.ZodObject<{
154
+ type: z.ZodLiteral<"color">;
155
+ value: z.ZodString;
156
+ }, z.core.$strip>, z.ZodObject<{
157
+ type: z.ZodLiteral<"gradient">;
158
+ value: z.ZodString;
159
+ }, z.core.$strip>], "type">>;
160
+ }, z.core.$strip>, z.ZodObject<{
161
+ type: z.ZodLiteral<"float">;
162
+ placement: z.ZodEnum<{
163
+ left: "left";
164
+ right: "right";
165
+ }>;
166
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
167
+ type: z.ZodLiteral<"image">;
168
+ href: z.ZodString;
169
+ properties: z.ZodOptional<z.ZodObject<{
170
+ description: z.ZodOptional<z.ZodString>;
171
+ decorative: z.ZodDefault<z.ZodBoolean>;
172
+ brightness: z.ZodOptional<z.ZodNumber>;
173
+ focalPoint: z.ZodOptional<z.ZodObject<{
174
+ x: z.ZodNumber;
175
+ y: z.ZodNumber;
176
+ }, z.core.$strip>>;
177
+ }, z.core.$strip>>;
178
+ }, z.core.$strip>, z.ZodObject<{
179
+ type: z.ZodLiteral<"video">;
180
+ href: z.ZodString;
181
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
182
+ 1: "1";
183
+ 0.4: "0.4";
184
+ 0.6: "0.6";
185
+ 0.8: "0.8";
186
+ }>>>;
187
+ properties: z.ZodOptional<z.ZodObject<{
188
+ description: z.ZodOptional<z.ZodString>;
189
+ decorative: z.ZodDefault<z.ZodBoolean>;
190
+ }, z.core.$strip>>;
191
+ }, z.core.$strip>, z.ZodObject<{
192
+ type: z.ZodLiteral<"color">;
193
+ value: z.ZodString;
194
+ }, z.core.$strip>, z.ZodObject<{
195
+ type: z.ZodLiteral<"gradient">;
196
+ value: z.ZodString;
197
+ }, z.core.$strip>], "type">>;
198
+ }, z.core.$strip>, z.ZodObject<{
199
+ type: z.ZodLiteral<"split">;
200
+ placement: z.ZodEnum<{
201
+ left: "left";
202
+ right: "right";
203
+ }>;
204
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
205
+ type: z.ZodLiteral<"image">;
206
+ href: z.ZodString;
207
+ properties: z.ZodOptional<z.ZodObject<{
208
+ description: z.ZodOptional<z.ZodString>;
209
+ decorative: z.ZodDefault<z.ZodBoolean>;
210
+ brightness: z.ZodOptional<z.ZodNumber>;
211
+ focalPoint: z.ZodOptional<z.ZodObject<{
212
+ x: z.ZodNumber;
213
+ y: z.ZodNumber;
214
+ }, z.core.$strip>>;
215
+ }, z.core.$strip>>;
216
+ }, z.core.$strip>, z.ZodObject<{
217
+ type: z.ZodLiteral<"video">;
218
+ href: z.ZodString;
219
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
220
+ 1: "1";
221
+ 0.4: "0.4";
222
+ 0.6: "0.6";
223
+ 0.8: "0.8";
224
+ }>>>;
225
+ properties: z.ZodOptional<z.ZodObject<{
226
+ description: z.ZodOptional<z.ZodString>;
227
+ decorative: z.ZodDefault<z.ZodBoolean>;
228
+ }, z.core.$strip>>;
229
+ }, z.core.$strip>, z.ZodObject<{
230
+ type: z.ZodLiteral<"color">;
231
+ value: z.ZodString;
232
+ }, z.core.$strip>, z.ZodObject<{
233
+ type: z.ZodLiteral<"gradient">;
234
+ value: z.ZodString;
235
+ }, z.core.$strip>], "type">>;
236
+ }, z.core.$strip>, z.ZodObject<{
237
+ type: z.ZodLiteral<"wallpaper">;
238
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
239
+ type: z.ZodLiteral<"image">;
240
+ href: z.ZodString;
241
+ properties: z.ZodOptional<z.ZodObject<{
242
+ description: z.ZodOptional<z.ZodString>;
243
+ decorative: z.ZodDefault<z.ZodBoolean>;
244
+ brightness: z.ZodOptional<z.ZodNumber>;
245
+ focalPoint: z.ZodOptional<z.ZodObject<{
246
+ x: z.ZodNumber;
247
+ y: z.ZodNumber;
248
+ }, z.core.$strip>>;
249
+ }, z.core.$strip>>;
250
+ }, z.core.$strip>, z.ZodObject<{
251
+ type: z.ZodLiteral<"video">;
252
+ href: z.ZodString;
253
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
254
+ 1: "1";
255
+ 0.4: "0.4";
256
+ 0.6: "0.6";
257
+ 0.8: "0.8";
258
+ }>>>;
259
+ properties: z.ZodOptional<z.ZodObject<{
260
+ description: z.ZodOptional<z.ZodString>;
261
+ decorative: z.ZodDefault<z.ZodBoolean>;
262
+ }, z.core.$strip>>;
263
+ }, z.core.$strip>, z.ZodObject<{
264
+ type: z.ZodLiteral<"color">;
265
+ value: z.ZodString;
266
+ }, z.core.$strip>, z.ZodObject<{
267
+ type: z.ZodLiteral<"gradient">;
268
+ value: z.ZodString;
269
+ }, z.core.$strip>], "type">>;
270
+ }, z.core.$strip>], "type">;
271
+ }, z.core.$strip>>;
272
+ link: z.ZodOptional<z.ZodObject<{
273
+ mobile: z.ZodOptional<z.ZodObject<{
274
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
275
+ type: z.ZodLiteral<"image">;
276
+ href: z.ZodString;
277
+ properties: z.ZodOptional<z.ZodObject<{
278
+ description: z.ZodOptional<z.ZodString>;
279
+ decorative: z.ZodDefault<z.ZodBoolean>;
280
+ brightness: z.ZodOptional<z.ZodNumber>;
281
+ focalPoint: z.ZodOptional<z.ZodObject<{
282
+ x: z.ZodNumber;
283
+ y: z.ZodNumber;
284
+ }, z.core.$strip>>;
285
+ }, z.core.$strip>>;
286
+ }, z.core.$strip>, z.ZodObject<{
287
+ type: z.ZodLiteral<"video">;
288
+ href: z.ZodString;
289
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
290
+ 1: "1";
291
+ 0.4: "0.4";
292
+ 0.6: "0.6";
293
+ 0.8: "0.8";
294
+ }>>>;
295
+ properties: z.ZodOptional<z.ZodObject<{
296
+ description: z.ZodOptional<z.ZodString>;
297
+ decorative: z.ZodDefault<z.ZodBoolean>;
298
+ }, z.core.$strip>>;
299
+ }, z.core.$strip>, z.ZodObject<{
300
+ type: z.ZodLiteral<"color">;
301
+ value: z.ZodString;
302
+ }, z.core.$strip>, z.ZodObject<{
303
+ type: z.ZodLiteral<"gradient">;
304
+ value: z.ZodString;
305
+ }, z.core.$strip>], "type">>;
306
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
307
+ type: z.ZodLiteral<"stack">;
308
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
309
+ type: z.ZodLiteral<"image">;
310
+ href: z.ZodString;
311
+ properties: z.ZodOptional<z.ZodObject<{
312
+ description: z.ZodOptional<z.ZodString>;
313
+ decorative: z.ZodDefault<z.ZodBoolean>;
314
+ brightness: z.ZodOptional<z.ZodNumber>;
315
+ focalPoint: z.ZodOptional<z.ZodObject<{
316
+ x: z.ZodNumber;
317
+ y: z.ZodNumber;
318
+ }, z.core.$strip>>;
319
+ }, z.core.$strip>>;
320
+ }, z.core.$strip>, z.ZodObject<{
321
+ type: z.ZodLiteral<"video">;
322
+ href: z.ZodString;
323
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
324
+ 1: "1";
325
+ 0.4: "0.4";
326
+ 0.6: "0.6";
327
+ 0.8: "0.8";
328
+ }>>>;
329
+ properties: z.ZodOptional<z.ZodObject<{
330
+ description: z.ZodOptional<z.ZodString>;
331
+ decorative: z.ZodDefault<z.ZodBoolean>;
332
+ }, z.core.$strip>>;
333
+ }, z.core.$strip>, z.ZodObject<{
334
+ type: z.ZodLiteral<"color">;
335
+ value: z.ZodString;
336
+ }, z.core.$strip>, z.ZodObject<{
337
+ type: z.ZodLiteral<"gradient">;
338
+ value: z.ZodString;
339
+ }, z.core.$strip>], "type">>;
340
+ }, z.core.$strip>, z.ZodObject<{
341
+ type: z.ZodLiteral<"float">;
342
+ placement: z.ZodEnum<{
343
+ left: "left";
344
+ right: "right";
345
+ }>;
346
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
347
+ type: z.ZodLiteral<"image">;
348
+ href: z.ZodString;
349
+ properties: z.ZodOptional<z.ZodObject<{
350
+ description: z.ZodOptional<z.ZodString>;
351
+ decorative: z.ZodDefault<z.ZodBoolean>;
352
+ brightness: z.ZodOptional<z.ZodNumber>;
353
+ focalPoint: z.ZodOptional<z.ZodObject<{
354
+ x: z.ZodNumber;
355
+ y: z.ZodNumber;
356
+ }, z.core.$strip>>;
357
+ }, z.core.$strip>>;
358
+ }, z.core.$strip>, z.ZodObject<{
359
+ type: z.ZodLiteral<"video">;
360
+ href: z.ZodString;
361
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
362
+ 1: "1";
363
+ 0.4: "0.4";
364
+ 0.6: "0.6";
365
+ 0.8: "0.8";
366
+ }>>>;
367
+ properties: z.ZodOptional<z.ZodObject<{
368
+ description: z.ZodOptional<z.ZodString>;
369
+ decorative: z.ZodDefault<z.ZodBoolean>;
370
+ }, z.core.$strip>>;
371
+ }, z.core.$strip>, z.ZodObject<{
372
+ type: z.ZodLiteral<"color">;
373
+ value: z.ZodString;
374
+ }, z.core.$strip>, z.ZodObject<{
375
+ type: z.ZodLiteral<"gradient">;
376
+ value: z.ZodString;
377
+ }, z.core.$strip>], "type">>;
378
+ }, z.core.$strip>, z.ZodObject<{
379
+ type: z.ZodLiteral<"split">;
380
+ placement: z.ZodEnum<{
381
+ left: "left";
382
+ right: "right";
383
+ }>;
384
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
385
+ type: z.ZodLiteral<"image">;
386
+ href: z.ZodString;
387
+ properties: z.ZodOptional<z.ZodObject<{
388
+ description: z.ZodOptional<z.ZodString>;
389
+ decorative: z.ZodDefault<z.ZodBoolean>;
390
+ brightness: z.ZodOptional<z.ZodNumber>;
391
+ focalPoint: z.ZodOptional<z.ZodObject<{
392
+ x: z.ZodNumber;
393
+ y: z.ZodNumber;
394
+ }, z.core.$strip>>;
395
+ }, z.core.$strip>>;
396
+ }, z.core.$strip>, z.ZodObject<{
397
+ type: z.ZodLiteral<"video">;
398
+ href: z.ZodString;
399
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
400
+ 1: "1";
401
+ 0.4: "0.4";
402
+ 0.6: "0.6";
403
+ 0.8: "0.8";
404
+ }>>>;
405
+ properties: z.ZodOptional<z.ZodObject<{
406
+ description: z.ZodOptional<z.ZodString>;
407
+ decorative: z.ZodDefault<z.ZodBoolean>;
408
+ }, z.core.$strip>>;
409
+ }, z.core.$strip>, z.ZodObject<{
410
+ type: z.ZodLiteral<"color">;
411
+ value: z.ZodString;
412
+ }, z.core.$strip>, z.ZodObject<{
413
+ type: z.ZodLiteral<"gradient">;
414
+ value: z.ZodString;
415
+ }, z.core.$strip>], "type">>;
416
+ }, z.core.$strip>, z.ZodObject<{
417
+ type: z.ZodLiteral<"wallpaper">;
418
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
419
+ type: z.ZodLiteral<"image">;
420
+ href: z.ZodString;
421
+ properties: z.ZodOptional<z.ZodObject<{
422
+ description: z.ZodOptional<z.ZodString>;
423
+ decorative: z.ZodDefault<z.ZodBoolean>;
424
+ brightness: z.ZodOptional<z.ZodNumber>;
425
+ focalPoint: z.ZodOptional<z.ZodObject<{
426
+ x: z.ZodNumber;
427
+ y: z.ZodNumber;
428
+ }, z.core.$strip>>;
429
+ }, z.core.$strip>>;
430
+ }, z.core.$strip>, z.ZodObject<{
431
+ type: z.ZodLiteral<"video">;
432
+ href: z.ZodString;
433
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
434
+ 1: "1";
435
+ 0.4: "0.4";
436
+ 0.6: "0.6";
437
+ 0.8: "0.8";
438
+ }>>>;
439
+ properties: z.ZodOptional<z.ZodObject<{
440
+ description: z.ZodOptional<z.ZodString>;
441
+ decorative: z.ZodDefault<z.ZodBoolean>;
442
+ }, z.core.$strip>>;
443
+ }, z.core.$strip>, z.ZodObject<{
444
+ type: z.ZodLiteral<"color">;
445
+ value: z.ZodString;
446
+ }, z.core.$strip>, z.ZodObject<{
447
+ type: z.ZodLiteral<"gradient">;
448
+ value: z.ZodString;
449
+ }, z.core.$strip>], "type">>;
450
+ }, z.core.$strip>], "type">;
451
+ }, z.core.$strip>>;
452
+ others: z.ZodOptional<z.ZodObject<{
453
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
454
+ type: z.ZodLiteral<"image">;
455
+ href: z.ZodString;
456
+ properties: z.ZodOptional<z.ZodObject<{
457
+ description: z.ZodOptional<z.ZodString>;
458
+ decorative: z.ZodDefault<z.ZodBoolean>;
459
+ brightness: z.ZodOptional<z.ZodNumber>;
460
+ focalPoint: z.ZodOptional<z.ZodObject<{
461
+ x: z.ZodNumber;
462
+ y: z.ZodNumber;
463
+ }, z.core.$strip>>;
464
+ }, z.core.$strip>>;
465
+ }, z.core.$strip>, z.ZodObject<{
466
+ type: z.ZodLiteral<"video">;
467
+ href: z.ZodString;
468
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
469
+ 1: "1";
470
+ 0.4: "0.4";
471
+ 0.6: "0.6";
472
+ 0.8: "0.8";
473
+ }>>>;
474
+ properties: z.ZodOptional<z.ZodObject<{
475
+ description: z.ZodOptional<z.ZodString>;
476
+ decorative: z.ZodDefault<z.ZodBoolean>;
477
+ }, z.core.$strip>>;
478
+ }, z.core.$strip>, z.ZodObject<{
479
+ type: z.ZodLiteral<"color">;
480
+ value: z.ZodString;
481
+ }, z.core.$strip>, z.ZodObject<{
482
+ type: z.ZodLiteral<"gradient">;
483
+ value: z.ZodString;
484
+ }, z.core.$strip>], "type">>;
485
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
486
+ type: z.ZodLiteral<"stack">;
487
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
488
+ type: z.ZodLiteral<"image">;
489
+ href: z.ZodString;
490
+ properties: z.ZodOptional<z.ZodObject<{
491
+ description: z.ZodOptional<z.ZodString>;
492
+ decorative: z.ZodDefault<z.ZodBoolean>;
493
+ brightness: z.ZodOptional<z.ZodNumber>;
494
+ focalPoint: z.ZodOptional<z.ZodObject<{
495
+ x: z.ZodNumber;
496
+ y: z.ZodNumber;
497
+ }, z.core.$strip>>;
498
+ }, z.core.$strip>>;
499
+ }, z.core.$strip>, z.ZodObject<{
500
+ type: z.ZodLiteral<"video">;
501
+ href: z.ZodString;
502
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
503
+ 1: "1";
504
+ 0.4: "0.4";
505
+ 0.6: "0.6";
506
+ 0.8: "0.8";
507
+ }>>>;
508
+ properties: z.ZodOptional<z.ZodObject<{
509
+ description: z.ZodOptional<z.ZodString>;
510
+ decorative: z.ZodDefault<z.ZodBoolean>;
511
+ }, z.core.$strip>>;
512
+ }, z.core.$strip>, z.ZodObject<{
513
+ type: z.ZodLiteral<"color">;
514
+ value: z.ZodString;
515
+ }, z.core.$strip>, z.ZodObject<{
516
+ type: z.ZodLiteral<"gradient">;
517
+ value: z.ZodString;
518
+ }, z.core.$strip>], "type">>;
519
+ }, z.core.$strip>, z.ZodObject<{
520
+ type: z.ZodLiteral<"float">;
521
+ placement: z.ZodEnum<{
522
+ left: "left";
523
+ right: "right";
524
+ }>;
525
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
526
+ type: z.ZodLiteral<"image">;
527
+ href: z.ZodString;
528
+ properties: z.ZodOptional<z.ZodObject<{
529
+ description: z.ZodOptional<z.ZodString>;
530
+ decorative: z.ZodDefault<z.ZodBoolean>;
531
+ brightness: z.ZodOptional<z.ZodNumber>;
532
+ focalPoint: z.ZodOptional<z.ZodObject<{
533
+ x: z.ZodNumber;
534
+ y: z.ZodNumber;
535
+ }, z.core.$strip>>;
536
+ }, z.core.$strip>>;
537
+ }, z.core.$strip>, z.ZodObject<{
538
+ type: z.ZodLiteral<"video">;
539
+ href: z.ZodString;
540
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
541
+ 1: "1";
542
+ 0.4: "0.4";
543
+ 0.6: "0.6";
544
+ 0.8: "0.8";
545
+ }>>>;
546
+ properties: z.ZodOptional<z.ZodObject<{
547
+ description: z.ZodOptional<z.ZodString>;
548
+ decorative: z.ZodDefault<z.ZodBoolean>;
549
+ }, z.core.$strip>>;
550
+ }, z.core.$strip>, z.ZodObject<{
551
+ type: z.ZodLiteral<"color">;
552
+ value: z.ZodString;
553
+ }, z.core.$strip>, z.ZodObject<{
554
+ type: z.ZodLiteral<"gradient">;
555
+ value: z.ZodString;
556
+ }, z.core.$strip>], "type">>;
557
+ }, z.core.$strip>, z.ZodObject<{
558
+ type: z.ZodLiteral<"split">;
559
+ placement: z.ZodEnum<{
560
+ left: "left";
561
+ right: "right";
562
+ }>;
563
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
564
+ type: z.ZodLiteral<"image">;
565
+ href: z.ZodString;
566
+ properties: z.ZodOptional<z.ZodObject<{
567
+ description: z.ZodOptional<z.ZodString>;
568
+ decorative: z.ZodDefault<z.ZodBoolean>;
569
+ brightness: z.ZodOptional<z.ZodNumber>;
570
+ focalPoint: z.ZodOptional<z.ZodObject<{
571
+ x: z.ZodNumber;
572
+ y: z.ZodNumber;
573
+ }, z.core.$strip>>;
574
+ }, z.core.$strip>>;
575
+ }, z.core.$strip>, z.ZodObject<{
576
+ type: z.ZodLiteral<"video">;
577
+ href: z.ZodString;
578
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
579
+ 1: "1";
580
+ 0.4: "0.4";
581
+ 0.6: "0.6";
582
+ 0.8: "0.8";
583
+ }>>>;
584
+ properties: z.ZodOptional<z.ZodObject<{
585
+ description: z.ZodOptional<z.ZodString>;
586
+ decorative: z.ZodDefault<z.ZodBoolean>;
587
+ }, z.core.$strip>>;
588
+ }, z.core.$strip>, z.ZodObject<{
589
+ type: z.ZodLiteral<"color">;
590
+ value: z.ZodString;
591
+ }, z.core.$strip>, z.ZodObject<{
592
+ type: z.ZodLiteral<"gradient">;
593
+ value: z.ZodString;
594
+ }, z.core.$strip>], "type">>;
595
+ }, z.core.$strip>, z.ZodObject<{
596
+ type: z.ZodLiteral<"wallpaper">;
597
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
598
+ type: z.ZodLiteral<"image">;
599
+ href: z.ZodString;
600
+ properties: z.ZodOptional<z.ZodObject<{
601
+ description: z.ZodOptional<z.ZodString>;
602
+ decorative: z.ZodDefault<z.ZodBoolean>;
603
+ brightness: z.ZodOptional<z.ZodNumber>;
604
+ focalPoint: z.ZodOptional<z.ZodObject<{
605
+ x: z.ZodNumber;
606
+ y: z.ZodNumber;
607
+ }, z.core.$strip>>;
608
+ }, z.core.$strip>>;
609
+ }, z.core.$strip>, z.ZodObject<{
610
+ type: z.ZodLiteral<"video">;
611
+ href: z.ZodString;
612
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
613
+ 1: "1";
614
+ 0.4: "0.4";
615
+ 0.6: "0.6";
616
+ 0.8: "0.8";
617
+ }>>>;
618
+ properties: z.ZodOptional<z.ZodObject<{
619
+ description: z.ZodOptional<z.ZodString>;
620
+ decorative: z.ZodDefault<z.ZodBoolean>;
621
+ }, z.core.$strip>>;
622
+ }, z.core.$strip>, z.ZodObject<{
623
+ type: z.ZodLiteral<"color">;
624
+ value: z.ZodString;
625
+ }, z.core.$strip>, z.ZodObject<{
626
+ type: z.ZodLiteral<"gradient">;
627
+ value: z.ZodString;
628
+ }, z.core.$strip>], "type">>;
629
+ }, z.core.$strip>], "type">;
630
+ }, z.core.$strip>>;
631
+ }, z.core.$strip>>;
632
+ }, z.core.$strip>>;
633
+ sectionLayouts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
634
+ inApp: z.ZodOptional<z.ZodObject<{
635
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
636
+ type: z.ZodLiteral<"image">;
637
+ href: z.ZodString;
638
+ properties: z.ZodOptional<z.ZodObject<{
639
+ description: z.ZodOptional<z.ZodString>;
640
+ decorative: z.ZodDefault<z.ZodBoolean>;
641
+ brightness: z.ZodOptional<z.ZodNumber>;
642
+ focalPoint: z.ZodOptional<z.ZodObject<{
643
+ x: z.ZodNumber;
644
+ y: z.ZodNumber;
645
+ }, z.core.$strip>>;
646
+ }, z.core.$strip>>;
647
+ }, z.core.$strip>, z.ZodObject<{
648
+ type: z.ZodLiteral<"video">;
649
+ href: z.ZodString;
650
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
651
+ 1: "1";
652
+ 0.4: "0.4";
653
+ 0.6: "0.6";
654
+ 0.8: "0.8";
655
+ }>>>;
656
+ properties: z.ZodOptional<z.ZodObject<{
657
+ description: z.ZodOptional<z.ZodString>;
658
+ decorative: z.ZodDefault<z.ZodBoolean>;
659
+ }, z.core.$strip>>;
660
+ }, z.core.$strip>, z.ZodObject<{
661
+ type: z.ZodLiteral<"color">;
662
+ value: z.ZodString;
663
+ }, z.core.$strip>, z.ZodObject<{
664
+ type: z.ZodLiteral<"gradient">;
665
+ value: z.ZodString;
666
+ }, z.core.$strip>], "type">>;
667
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
668
+ type: z.ZodLiteral<"stack">;
669
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
670
+ type: z.ZodLiteral<"image">;
671
+ href: z.ZodString;
672
+ properties: z.ZodOptional<z.ZodObject<{
673
+ description: z.ZodOptional<z.ZodString>;
674
+ decorative: z.ZodDefault<z.ZodBoolean>;
675
+ brightness: z.ZodOptional<z.ZodNumber>;
676
+ focalPoint: z.ZodOptional<z.ZodObject<{
677
+ x: z.ZodNumber;
678
+ y: z.ZodNumber;
679
+ }, z.core.$strip>>;
680
+ }, z.core.$strip>>;
681
+ }, z.core.$strip>, z.ZodObject<{
682
+ type: z.ZodLiteral<"video">;
683
+ href: z.ZodString;
684
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
685
+ 1: "1";
686
+ 0.4: "0.4";
687
+ 0.6: "0.6";
688
+ 0.8: "0.8";
689
+ }>>>;
690
+ properties: z.ZodOptional<z.ZodObject<{
691
+ description: z.ZodOptional<z.ZodString>;
692
+ decorative: z.ZodDefault<z.ZodBoolean>;
693
+ }, z.core.$strip>>;
694
+ }, z.core.$strip>, z.ZodObject<{
695
+ type: z.ZodLiteral<"color">;
696
+ value: z.ZodString;
697
+ }, z.core.$strip>, z.ZodObject<{
698
+ type: z.ZodLiteral<"gradient">;
699
+ value: z.ZodString;
700
+ }, z.core.$strip>], "type">>;
701
+ }, z.core.$strip>, z.ZodObject<{
702
+ type: z.ZodLiteral<"float">;
703
+ placement: z.ZodEnum<{
704
+ left: "left";
705
+ right: "right";
706
+ }>;
707
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
708
+ type: z.ZodLiteral<"image">;
709
+ href: z.ZodString;
710
+ properties: z.ZodOptional<z.ZodObject<{
711
+ description: z.ZodOptional<z.ZodString>;
712
+ decorative: z.ZodDefault<z.ZodBoolean>;
713
+ brightness: z.ZodOptional<z.ZodNumber>;
714
+ focalPoint: z.ZodOptional<z.ZodObject<{
715
+ x: z.ZodNumber;
716
+ y: z.ZodNumber;
717
+ }, z.core.$strip>>;
718
+ }, z.core.$strip>>;
719
+ }, z.core.$strip>, z.ZodObject<{
720
+ type: z.ZodLiteral<"video">;
721
+ href: z.ZodString;
722
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
723
+ 1: "1";
724
+ 0.4: "0.4";
725
+ 0.6: "0.6";
726
+ 0.8: "0.8";
727
+ }>>>;
728
+ properties: z.ZodOptional<z.ZodObject<{
729
+ description: z.ZodOptional<z.ZodString>;
730
+ decorative: z.ZodDefault<z.ZodBoolean>;
731
+ }, z.core.$strip>>;
732
+ }, z.core.$strip>, z.ZodObject<{
733
+ type: z.ZodLiteral<"color">;
734
+ value: z.ZodString;
735
+ }, z.core.$strip>, z.ZodObject<{
736
+ type: z.ZodLiteral<"gradient">;
737
+ value: z.ZodString;
738
+ }, z.core.$strip>], "type">>;
739
+ }, z.core.$strip>, z.ZodObject<{
740
+ type: z.ZodLiteral<"split">;
741
+ placement: z.ZodEnum<{
742
+ left: "left";
743
+ right: "right";
744
+ }>;
745
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
746
+ type: z.ZodLiteral<"image">;
747
+ href: z.ZodString;
748
+ properties: z.ZodOptional<z.ZodObject<{
749
+ description: z.ZodOptional<z.ZodString>;
750
+ decorative: z.ZodDefault<z.ZodBoolean>;
751
+ brightness: z.ZodOptional<z.ZodNumber>;
752
+ focalPoint: z.ZodOptional<z.ZodObject<{
753
+ x: z.ZodNumber;
754
+ y: z.ZodNumber;
755
+ }, z.core.$strip>>;
756
+ }, z.core.$strip>>;
757
+ }, z.core.$strip>, z.ZodObject<{
758
+ type: z.ZodLiteral<"video">;
759
+ href: z.ZodString;
760
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
761
+ 1: "1";
762
+ 0.4: "0.4";
763
+ 0.6: "0.6";
764
+ 0.8: "0.8";
765
+ }>>>;
766
+ properties: z.ZodOptional<z.ZodObject<{
767
+ description: z.ZodOptional<z.ZodString>;
768
+ decorative: z.ZodDefault<z.ZodBoolean>;
769
+ }, z.core.$strip>>;
770
+ }, z.core.$strip>, z.ZodObject<{
771
+ type: z.ZodLiteral<"color">;
772
+ value: z.ZodString;
773
+ }, z.core.$strip>, z.ZodObject<{
774
+ type: z.ZodLiteral<"gradient">;
775
+ value: z.ZodString;
776
+ }, z.core.$strip>], "type">>;
777
+ }, z.core.$strip>, z.ZodObject<{
778
+ type: z.ZodLiteral<"wallpaper">;
779
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
780
+ type: z.ZodLiteral<"image">;
781
+ href: z.ZodString;
782
+ properties: z.ZodOptional<z.ZodObject<{
783
+ description: z.ZodOptional<z.ZodString>;
784
+ decorative: z.ZodDefault<z.ZodBoolean>;
785
+ brightness: z.ZodOptional<z.ZodNumber>;
786
+ focalPoint: z.ZodOptional<z.ZodObject<{
787
+ x: z.ZodNumber;
788
+ y: z.ZodNumber;
789
+ }, z.core.$strip>>;
790
+ }, z.core.$strip>>;
791
+ }, z.core.$strip>, z.ZodObject<{
792
+ type: z.ZodLiteral<"video">;
793
+ href: z.ZodString;
794
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
795
+ 1: "1";
796
+ 0.4: "0.4";
797
+ 0.6: "0.6";
798
+ 0.8: "0.8";
799
+ }>>>;
800
+ properties: z.ZodOptional<z.ZodObject<{
801
+ description: z.ZodOptional<z.ZodString>;
802
+ decorative: z.ZodDefault<z.ZodBoolean>;
803
+ }, z.core.$strip>>;
804
+ }, z.core.$strip>, z.ZodObject<{
805
+ type: z.ZodLiteral<"color">;
806
+ value: z.ZodString;
807
+ }, z.core.$strip>, z.ZodObject<{
808
+ type: z.ZodLiteral<"gradient">;
809
+ value: z.ZodString;
810
+ }, z.core.$strip>], "type">>;
811
+ }, z.core.$strip>], "type">;
812
+ }, z.core.$strip>>;
813
+ link: z.ZodOptional<z.ZodObject<{
814
+ mobile: z.ZodOptional<z.ZodObject<{
815
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
816
+ type: z.ZodLiteral<"image">;
817
+ href: z.ZodString;
818
+ properties: z.ZodOptional<z.ZodObject<{
819
+ description: z.ZodOptional<z.ZodString>;
820
+ decorative: z.ZodDefault<z.ZodBoolean>;
821
+ brightness: z.ZodOptional<z.ZodNumber>;
822
+ focalPoint: z.ZodOptional<z.ZodObject<{
823
+ x: z.ZodNumber;
824
+ y: z.ZodNumber;
825
+ }, z.core.$strip>>;
826
+ }, z.core.$strip>>;
827
+ }, z.core.$strip>, z.ZodObject<{
828
+ type: z.ZodLiteral<"video">;
829
+ href: z.ZodString;
830
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
831
+ 1: "1";
832
+ 0.4: "0.4";
833
+ 0.6: "0.6";
834
+ 0.8: "0.8";
835
+ }>>>;
836
+ properties: z.ZodOptional<z.ZodObject<{
837
+ description: z.ZodOptional<z.ZodString>;
838
+ decorative: z.ZodDefault<z.ZodBoolean>;
839
+ }, z.core.$strip>>;
840
+ }, z.core.$strip>, z.ZodObject<{
841
+ type: z.ZodLiteral<"color">;
842
+ value: z.ZodString;
843
+ }, z.core.$strip>, z.ZodObject<{
844
+ type: z.ZodLiteral<"gradient">;
845
+ value: z.ZodString;
846
+ }, z.core.$strip>], "type">>;
847
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
848
+ type: z.ZodLiteral<"stack">;
849
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
850
+ type: z.ZodLiteral<"image">;
851
+ href: z.ZodString;
852
+ properties: z.ZodOptional<z.ZodObject<{
853
+ description: z.ZodOptional<z.ZodString>;
854
+ decorative: z.ZodDefault<z.ZodBoolean>;
855
+ brightness: z.ZodOptional<z.ZodNumber>;
856
+ focalPoint: z.ZodOptional<z.ZodObject<{
857
+ x: z.ZodNumber;
858
+ y: z.ZodNumber;
859
+ }, z.core.$strip>>;
860
+ }, z.core.$strip>>;
861
+ }, z.core.$strip>, z.ZodObject<{
862
+ type: z.ZodLiteral<"video">;
863
+ href: z.ZodString;
864
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
865
+ 1: "1";
866
+ 0.4: "0.4";
867
+ 0.6: "0.6";
868
+ 0.8: "0.8";
869
+ }>>>;
870
+ properties: z.ZodOptional<z.ZodObject<{
871
+ description: z.ZodOptional<z.ZodString>;
872
+ decorative: z.ZodDefault<z.ZodBoolean>;
873
+ }, z.core.$strip>>;
874
+ }, z.core.$strip>, z.ZodObject<{
875
+ type: z.ZodLiteral<"color">;
876
+ value: z.ZodString;
877
+ }, z.core.$strip>, z.ZodObject<{
878
+ type: z.ZodLiteral<"gradient">;
879
+ value: z.ZodString;
880
+ }, z.core.$strip>], "type">>;
881
+ }, z.core.$strip>, z.ZodObject<{
882
+ type: z.ZodLiteral<"float">;
883
+ placement: z.ZodEnum<{
884
+ left: "left";
885
+ right: "right";
886
+ }>;
887
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
888
+ type: z.ZodLiteral<"image">;
889
+ href: z.ZodString;
890
+ properties: z.ZodOptional<z.ZodObject<{
891
+ description: z.ZodOptional<z.ZodString>;
892
+ decorative: z.ZodDefault<z.ZodBoolean>;
893
+ brightness: z.ZodOptional<z.ZodNumber>;
894
+ focalPoint: z.ZodOptional<z.ZodObject<{
895
+ x: z.ZodNumber;
896
+ y: z.ZodNumber;
897
+ }, z.core.$strip>>;
898
+ }, z.core.$strip>>;
899
+ }, z.core.$strip>, z.ZodObject<{
900
+ type: z.ZodLiteral<"video">;
901
+ href: z.ZodString;
902
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
903
+ 1: "1";
904
+ 0.4: "0.4";
905
+ 0.6: "0.6";
906
+ 0.8: "0.8";
907
+ }>>>;
908
+ properties: z.ZodOptional<z.ZodObject<{
909
+ description: z.ZodOptional<z.ZodString>;
910
+ decorative: z.ZodDefault<z.ZodBoolean>;
911
+ }, z.core.$strip>>;
912
+ }, z.core.$strip>, z.ZodObject<{
913
+ type: z.ZodLiteral<"color">;
914
+ value: z.ZodString;
915
+ }, z.core.$strip>, z.ZodObject<{
916
+ type: z.ZodLiteral<"gradient">;
917
+ value: z.ZodString;
918
+ }, z.core.$strip>], "type">>;
919
+ }, z.core.$strip>, z.ZodObject<{
920
+ type: z.ZodLiteral<"split">;
921
+ placement: z.ZodEnum<{
922
+ left: "left";
923
+ right: "right";
924
+ }>;
925
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
926
+ type: z.ZodLiteral<"image">;
927
+ href: z.ZodString;
928
+ properties: z.ZodOptional<z.ZodObject<{
929
+ description: z.ZodOptional<z.ZodString>;
930
+ decorative: z.ZodDefault<z.ZodBoolean>;
931
+ brightness: z.ZodOptional<z.ZodNumber>;
932
+ focalPoint: z.ZodOptional<z.ZodObject<{
933
+ x: z.ZodNumber;
934
+ y: z.ZodNumber;
935
+ }, z.core.$strip>>;
936
+ }, z.core.$strip>>;
937
+ }, z.core.$strip>, z.ZodObject<{
938
+ type: z.ZodLiteral<"video">;
939
+ href: z.ZodString;
940
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
941
+ 1: "1";
942
+ 0.4: "0.4";
943
+ 0.6: "0.6";
944
+ 0.8: "0.8";
945
+ }>>>;
946
+ properties: z.ZodOptional<z.ZodObject<{
947
+ description: z.ZodOptional<z.ZodString>;
948
+ decorative: z.ZodDefault<z.ZodBoolean>;
949
+ }, z.core.$strip>>;
950
+ }, z.core.$strip>, z.ZodObject<{
951
+ type: z.ZodLiteral<"color">;
952
+ value: z.ZodString;
953
+ }, z.core.$strip>, z.ZodObject<{
954
+ type: z.ZodLiteral<"gradient">;
955
+ value: z.ZodString;
956
+ }, z.core.$strip>], "type">>;
957
+ }, z.core.$strip>, z.ZodObject<{
958
+ type: z.ZodLiteral<"wallpaper">;
959
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
960
+ type: z.ZodLiteral<"image">;
961
+ href: z.ZodString;
962
+ properties: z.ZodOptional<z.ZodObject<{
963
+ description: z.ZodOptional<z.ZodString>;
964
+ decorative: z.ZodDefault<z.ZodBoolean>;
965
+ brightness: z.ZodOptional<z.ZodNumber>;
966
+ focalPoint: z.ZodOptional<z.ZodObject<{
967
+ x: z.ZodNumber;
968
+ y: z.ZodNumber;
969
+ }, z.core.$strip>>;
970
+ }, z.core.$strip>>;
971
+ }, z.core.$strip>, z.ZodObject<{
972
+ type: z.ZodLiteral<"video">;
973
+ href: z.ZodString;
974
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
975
+ 1: "1";
976
+ 0.4: "0.4";
977
+ 0.6: "0.6";
978
+ 0.8: "0.8";
979
+ }>>>;
980
+ properties: z.ZodOptional<z.ZodObject<{
981
+ description: z.ZodOptional<z.ZodString>;
982
+ decorative: z.ZodDefault<z.ZodBoolean>;
983
+ }, z.core.$strip>>;
984
+ }, z.core.$strip>, z.ZodObject<{
985
+ type: z.ZodLiteral<"color">;
986
+ value: z.ZodString;
987
+ }, z.core.$strip>, z.ZodObject<{
988
+ type: z.ZodLiteral<"gradient">;
989
+ value: z.ZodString;
990
+ }, z.core.$strip>], "type">>;
991
+ }, z.core.$strip>], "type">;
992
+ }, z.core.$strip>>;
993
+ others: z.ZodOptional<z.ZodObject<{
994
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
995
+ type: z.ZodLiteral<"image">;
996
+ href: z.ZodString;
997
+ properties: z.ZodOptional<z.ZodObject<{
998
+ description: z.ZodOptional<z.ZodString>;
999
+ decorative: z.ZodDefault<z.ZodBoolean>;
1000
+ brightness: z.ZodOptional<z.ZodNumber>;
1001
+ focalPoint: z.ZodOptional<z.ZodObject<{
1002
+ x: z.ZodNumber;
1003
+ y: z.ZodNumber;
1004
+ }, z.core.$strip>>;
1005
+ }, z.core.$strip>>;
1006
+ }, z.core.$strip>, z.ZodObject<{
1007
+ type: z.ZodLiteral<"video">;
1008
+ href: z.ZodString;
1009
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1010
+ 1: "1";
1011
+ 0.4: "0.4";
1012
+ 0.6: "0.6";
1013
+ 0.8: "0.8";
1014
+ }>>>;
1015
+ properties: z.ZodOptional<z.ZodObject<{
1016
+ description: z.ZodOptional<z.ZodString>;
1017
+ decorative: z.ZodDefault<z.ZodBoolean>;
1018
+ }, z.core.$strip>>;
1019
+ }, z.core.$strip>, z.ZodObject<{
1020
+ type: z.ZodLiteral<"color">;
1021
+ value: z.ZodString;
1022
+ }, z.core.$strip>, z.ZodObject<{
1023
+ type: z.ZodLiteral<"gradient">;
1024
+ value: z.ZodString;
1025
+ }, z.core.$strip>], "type">>;
1026
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
1027
+ type: z.ZodLiteral<"stack">;
1028
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
1029
+ type: z.ZodLiteral<"image">;
1030
+ href: z.ZodString;
1031
+ properties: z.ZodOptional<z.ZodObject<{
1032
+ description: z.ZodOptional<z.ZodString>;
1033
+ decorative: z.ZodDefault<z.ZodBoolean>;
1034
+ brightness: z.ZodOptional<z.ZodNumber>;
1035
+ focalPoint: z.ZodOptional<z.ZodObject<{
1036
+ x: z.ZodNumber;
1037
+ y: z.ZodNumber;
1038
+ }, z.core.$strip>>;
1039
+ }, z.core.$strip>>;
1040
+ }, z.core.$strip>, z.ZodObject<{
1041
+ type: z.ZodLiteral<"video">;
1042
+ href: z.ZodString;
1043
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1044
+ 1: "1";
1045
+ 0.4: "0.4";
1046
+ 0.6: "0.6";
1047
+ 0.8: "0.8";
1048
+ }>>>;
1049
+ properties: z.ZodOptional<z.ZodObject<{
1050
+ description: z.ZodOptional<z.ZodString>;
1051
+ decorative: z.ZodDefault<z.ZodBoolean>;
1052
+ }, z.core.$strip>>;
1053
+ }, z.core.$strip>, z.ZodObject<{
1054
+ type: z.ZodLiteral<"color">;
1055
+ value: z.ZodString;
1056
+ }, z.core.$strip>, z.ZodObject<{
1057
+ type: z.ZodLiteral<"gradient">;
1058
+ value: z.ZodString;
1059
+ }, z.core.$strip>], "type">>;
1060
+ }, z.core.$strip>, z.ZodObject<{
1061
+ type: z.ZodLiteral<"float">;
1062
+ placement: z.ZodEnum<{
1063
+ left: "left";
1064
+ right: "right";
1065
+ }>;
1066
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
1067
+ type: z.ZodLiteral<"image">;
1068
+ href: z.ZodString;
1069
+ properties: z.ZodOptional<z.ZodObject<{
1070
+ description: z.ZodOptional<z.ZodString>;
1071
+ decorative: z.ZodDefault<z.ZodBoolean>;
1072
+ brightness: z.ZodOptional<z.ZodNumber>;
1073
+ focalPoint: z.ZodOptional<z.ZodObject<{
1074
+ x: z.ZodNumber;
1075
+ y: z.ZodNumber;
1076
+ }, z.core.$strip>>;
1077
+ }, z.core.$strip>>;
1078
+ }, z.core.$strip>, z.ZodObject<{
1079
+ type: z.ZodLiteral<"video">;
1080
+ href: z.ZodString;
1081
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1082
+ 1: "1";
1083
+ 0.4: "0.4";
1084
+ 0.6: "0.6";
1085
+ 0.8: "0.8";
1086
+ }>>>;
1087
+ properties: z.ZodOptional<z.ZodObject<{
1088
+ description: z.ZodOptional<z.ZodString>;
1089
+ decorative: z.ZodDefault<z.ZodBoolean>;
1090
+ }, z.core.$strip>>;
1091
+ }, z.core.$strip>, z.ZodObject<{
1092
+ type: z.ZodLiteral<"color">;
1093
+ value: z.ZodString;
1094
+ }, z.core.$strip>, z.ZodObject<{
1095
+ type: z.ZodLiteral<"gradient">;
1096
+ value: z.ZodString;
1097
+ }, z.core.$strip>], "type">>;
1098
+ }, z.core.$strip>, z.ZodObject<{
1099
+ type: z.ZodLiteral<"split">;
1100
+ placement: z.ZodEnum<{
1101
+ left: "left";
1102
+ right: "right";
1103
+ }>;
1104
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
1105
+ type: z.ZodLiteral<"image">;
1106
+ href: z.ZodString;
1107
+ properties: z.ZodOptional<z.ZodObject<{
1108
+ description: z.ZodOptional<z.ZodString>;
1109
+ decorative: z.ZodDefault<z.ZodBoolean>;
1110
+ brightness: z.ZodOptional<z.ZodNumber>;
1111
+ focalPoint: z.ZodOptional<z.ZodObject<{
1112
+ x: z.ZodNumber;
1113
+ y: z.ZodNumber;
1114
+ }, z.core.$strip>>;
1115
+ }, z.core.$strip>>;
1116
+ }, z.core.$strip>, z.ZodObject<{
1117
+ type: z.ZodLiteral<"video">;
1118
+ href: z.ZodString;
1119
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1120
+ 1: "1";
1121
+ 0.4: "0.4";
1122
+ 0.6: "0.6";
1123
+ 0.8: "0.8";
1124
+ }>>>;
1125
+ properties: z.ZodOptional<z.ZodObject<{
1126
+ description: z.ZodOptional<z.ZodString>;
1127
+ decorative: z.ZodDefault<z.ZodBoolean>;
1128
+ }, z.core.$strip>>;
1129
+ }, z.core.$strip>, z.ZodObject<{
1130
+ type: z.ZodLiteral<"color">;
1131
+ value: z.ZodString;
1132
+ }, z.core.$strip>, z.ZodObject<{
1133
+ type: z.ZodLiteral<"gradient">;
1134
+ value: z.ZodString;
1135
+ }, z.core.$strip>], "type">>;
1136
+ }, z.core.$strip>, z.ZodObject<{
1137
+ type: z.ZodLiteral<"wallpaper">;
1138
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
1139
+ type: z.ZodLiteral<"image">;
1140
+ href: z.ZodString;
1141
+ properties: z.ZodOptional<z.ZodObject<{
1142
+ description: z.ZodOptional<z.ZodString>;
1143
+ decorative: z.ZodDefault<z.ZodBoolean>;
1144
+ brightness: z.ZodOptional<z.ZodNumber>;
1145
+ focalPoint: z.ZodOptional<z.ZodObject<{
1146
+ x: z.ZodNumber;
1147
+ y: z.ZodNumber;
1148
+ }, z.core.$strip>>;
1149
+ }, z.core.$strip>>;
1150
+ }, z.core.$strip>, z.ZodObject<{
1151
+ type: z.ZodLiteral<"video">;
1152
+ href: z.ZodString;
1153
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1154
+ 1: "1";
1155
+ 0.4: "0.4";
1156
+ 0.6: "0.6";
1157
+ 0.8: "0.8";
1158
+ }>>>;
1159
+ properties: z.ZodOptional<z.ZodObject<{
1160
+ description: z.ZodOptional<z.ZodString>;
1161
+ decorative: z.ZodDefault<z.ZodBoolean>;
1162
+ }, z.core.$strip>>;
1163
+ }, z.core.$strip>, z.ZodObject<{
1164
+ type: z.ZodLiteral<"color">;
1165
+ value: z.ZodString;
1166
+ }, z.core.$strip>, z.ZodObject<{
1167
+ type: z.ZodLiteral<"gradient">;
1168
+ value: z.ZodString;
1169
+ }, z.core.$strip>], "type">>;
1170
+ }, z.core.$strip>], "type">;
1171
+ }, z.core.$strip>>;
1172
+ }, z.core.$strip>>;
1173
+ }, z.core.$strip>>>;
92
1174
  }, z.core.$strip>;
93
1175
  export declare const formPropertiesSchema: z.ZodObject<{
94
1176
  feedbackConfigurationId: z.ZodUUID;
@@ -1493,6 +2575,1088 @@ export declare const formPropertiesSchema: z.ZodObject<{
1493
2575
  "bottom-right": "bottom-right";
1494
2576
  }>;
1495
2577
  }, z.core.$strip>;
2578
+ sectionLayoutDefaults: z.ZodOptional<z.ZodObject<{
2579
+ inApp: z.ZodOptional<z.ZodObject<{
2580
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2581
+ type: z.ZodLiteral<"image">;
2582
+ href: z.ZodString;
2583
+ properties: z.ZodOptional<z.ZodObject<{
2584
+ description: z.ZodOptional<z.ZodString>;
2585
+ decorative: z.ZodDefault<z.ZodBoolean>;
2586
+ brightness: z.ZodOptional<z.ZodNumber>;
2587
+ focalPoint: z.ZodOptional<z.ZodObject<{
2588
+ x: z.ZodNumber;
2589
+ y: z.ZodNumber;
2590
+ }, z.core.$strip>>;
2591
+ }, z.core.$strip>>;
2592
+ }, z.core.$strip>, z.ZodObject<{
2593
+ type: z.ZodLiteral<"video">;
2594
+ href: z.ZodString;
2595
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2596
+ 1: "1";
2597
+ 0.4: "0.4";
2598
+ 0.6: "0.6";
2599
+ 0.8: "0.8";
2600
+ }>>>;
2601
+ properties: z.ZodOptional<z.ZodObject<{
2602
+ description: z.ZodOptional<z.ZodString>;
2603
+ decorative: z.ZodDefault<z.ZodBoolean>;
2604
+ }, z.core.$strip>>;
2605
+ }, z.core.$strip>, z.ZodObject<{
2606
+ type: z.ZodLiteral<"color">;
2607
+ value: z.ZodString;
2608
+ }, z.core.$strip>, z.ZodObject<{
2609
+ type: z.ZodLiteral<"gradient">;
2610
+ value: z.ZodString;
2611
+ }, z.core.$strip>], "type">>;
2612
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
2613
+ type: z.ZodLiteral<"stack">;
2614
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2615
+ type: z.ZodLiteral<"image">;
2616
+ href: z.ZodString;
2617
+ properties: z.ZodOptional<z.ZodObject<{
2618
+ description: z.ZodOptional<z.ZodString>;
2619
+ decorative: z.ZodDefault<z.ZodBoolean>;
2620
+ brightness: z.ZodOptional<z.ZodNumber>;
2621
+ focalPoint: z.ZodOptional<z.ZodObject<{
2622
+ x: z.ZodNumber;
2623
+ y: z.ZodNumber;
2624
+ }, z.core.$strip>>;
2625
+ }, z.core.$strip>>;
2626
+ }, z.core.$strip>, z.ZodObject<{
2627
+ type: z.ZodLiteral<"video">;
2628
+ href: z.ZodString;
2629
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2630
+ 1: "1";
2631
+ 0.4: "0.4";
2632
+ 0.6: "0.6";
2633
+ 0.8: "0.8";
2634
+ }>>>;
2635
+ properties: z.ZodOptional<z.ZodObject<{
2636
+ description: z.ZodOptional<z.ZodString>;
2637
+ decorative: z.ZodDefault<z.ZodBoolean>;
2638
+ }, z.core.$strip>>;
2639
+ }, z.core.$strip>, z.ZodObject<{
2640
+ type: z.ZodLiteral<"color">;
2641
+ value: z.ZodString;
2642
+ }, z.core.$strip>, z.ZodObject<{
2643
+ type: z.ZodLiteral<"gradient">;
2644
+ value: z.ZodString;
2645
+ }, z.core.$strip>], "type">>;
2646
+ }, z.core.$strip>, z.ZodObject<{
2647
+ type: z.ZodLiteral<"float">;
2648
+ placement: z.ZodEnum<{
2649
+ left: "left";
2650
+ right: "right";
2651
+ }>;
2652
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2653
+ type: z.ZodLiteral<"image">;
2654
+ href: z.ZodString;
2655
+ properties: z.ZodOptional<z.ZodObject<{
2656
+ description: z.ZodOptional<z.ZodString>;
2657
+ decorative: z.ZodDefault<z.ZodBoolean>;
2658
+ brightness: z.ZodOptional<z.ZodNumber>;
2659
+ focalPoint: z.ZodOptional<z.ZodObject<{
2660
+ x: z.ZodNumber;
2661
+ y: z.ZodNumber;
2662
+ }, z.core.$strip>>;
2663
+ }, z.core.$strip>>;
2664
+ }, z.core.$strip>, z.ZodObject<{
2665
+ type: z.ZodLiteral<"video">;
2666
+ href: z.ZodString;
2667
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2668
+ 1: "1";
2669
+ 0.4: "0.4";
2670
+ 0.6: "0.6";
2671
+ 0.8: "0.8";
2672
+ }>>>;
2673
+ properties: z.ZodOptional<z.ZodObject<{
2674
+ description: z.ZodOptional<z.ZodString>;
2675
+ decorative: z.ZodDefault<z.ZodBoolean>;
2676
+ }, z.core.$strip>>;
2677
+ }, z.core.$strip>, z.ZodObject<{
2678
+ type: z.ZodLiteral<"color">;
2679
+ value: z.ZodString;
2680
+ }, z.core.$strip>, z.ZodObject<{
2681
+ type: z.ZodLiteral<"gradient">;
2682
+ value: z.ZodString;
2683
+ }, z.core.$strip>], "type">>;
2684
+ }, z.core.$strip>, z.ZodObject<{
2685
+ type: z.ZodLiteral<"split">;
2686
+ placement: z.ZodEnum<{
2687
+ left: "left";
2688
+ right: "right";
2689
+ }>;
2690
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2691
+ type: z.ZodLiteral<"image">;
2692
+ href: z.ZodString;
2693
+ properties: z.ZodOptional<z.ZodObject<{
2694
+ description: z.ZodOptional<z.ZodString>;
2695
+ decorative: z.ZodDefault<z.ZodBoolean>;
2696
+ brightness: z.ZodOptional<z.ZodNumber>;
2697
+ focalPoint: z.ZodOptional<z.ZodObject<{
2698
+ x: z.ZodNumber;
2699
+ y: z.ZodNumber;
2700
+ }, z.core.$strip>>;
2701
+ }, z.core.$strip>>;
2702
+ }, z.core.$strip>, z.ZodObject<{
2703
+ type: z.ZodLiteral<"video">;
2704
+ href: z.ZodString;
2705
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2706
+ 1: "1";
2707
+ 0.4: "0.4";
2708
+ 0.6: "0.6";
2709
+ 0.8: "0.8";
2710
+ }>>>;
2711
+ properties: z.ZodOptional<z.ZodObject<{
2712
+ description: z.ZodOptional<z.ZodString>;
2713
+ decorative: z.ZodDefault<z.ZodBoolean>;
2714
+ }, z.core.$strip>>;
2715
+ }, z.core.$strip>, z.ZodObject<{
2716
+ type: z.ZodLiteral<"color">;
2717
+ value: z.ZodString;
2718
+ }, z.core.$strip>, z.ZodObject<{
2719
+ type: z.ZodLiteral<"gradient">;
2720
+ value: z.ZodString;
2721
+ }, z.core.$strip>], "type">>;
2722
+ }, z.core.$strip>, z.ZodObject<{
2723
+ type: z.ZodLiteral<"wallpaper">;
2724
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2725
+ type: z.ZodLiteral<"image">;
2726
+ href: z.ZodString;
2727
+ properties: z.ZodOptional<z.ZodObject<{
2728
+ description: z.ZodOptional<z.ZodString>;
2729
+ decorative: z.ZodDefault<z.ZodBoolean>;
2730
+ brightness: z.ZodOptional<z.ZodNumber>;
2731
+ focalPoint: z.ZodOptional<z.ZodObject<{
2732
+ x: z.ZodNumber;
2733
+ y: z.ZodNumber;
2734
+ }, z.core.$strip>>;
2735
+ }, z.core.$strip>>;
2736
+ }, z.core.$strip>, z.ZodObject<{
2737
+ type: z.ZodLiteral<"video">;
2738
+ href: z.ZodString;
2739
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2740
+ 1: "1";
2741
+ 0.4: "0.4";
2742
+ 0.6: "0.6";
2743
+ 0.8: "0.8";
2744
+ }>>>;
2745
+ properties: z.ZodOptional<z.ZodObject<{
2746
+ description: z.ZodOptional<z.ZodString>;
2747
+ decorative: z.ZodDefault<z.ZodBoolean>;
2748
+ }, z.core.$strip>>;
2749
+ }, z.core.$strip>, z.ZodObject<{
2750
+ type: z.ZodLiteral<"color">;
2751
+ value: z.ZodString;
2752
+ }, z.core.$strip>, z.ZodObject<{
2753
+ type: z.ZodLiteral<"gradient">;
2754
+ value: z.ZodString;
2755
+ }, z.core.$strip>], "type">>;
2756
+ }, z.core.$strip>], "type">;
2757
+ }, z.core.$strip>>;
2758
+ link: z.ZodOptional<z.ZodObject<{
2759
+ mobile: z.ZodOptional<z.ZodObject<{
2760
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2761
+ type: z.ZodLiteral<"image">;
2762
+ href: z.ZodString;
2763
+ properties: z.ZodOptional<z.ZodObject<{
2764
+ description: z.ZodOptional<z.ZodString>;
2765
+ decorative: z.ZodDefault<z.ZodBoolean>;
2766
+ brightness: z.ZodOptional<z.ZodNumber>;
2767
+ focalPoint: z.ZodOptional<z.ZodObject<{
2768
+ x: z.ZodNumber;
2769
+ y: z.ZodNumber;
2770
+ }, z.core.$strip>>;
2771
+ }, z.core.$strip>>;
2772
+ }, z.core.$strip>, z.ZodObject<{
2773
+ type: z.ZodLiteral<"video">;
2774
+ href: z.ZodString;
2775
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2776
+ 1: "1";
2777
+ 0.4: "0.4";
2778
+ 0.6: "0.6";
2779
+ 0.8: "0.8";
2780
+ }>>>;
2781
+ properties: z.ZodOptional<z.ZodObject<{
2782
+ description: z.ZodOptional<z.ZodString>;
2783
+ decorative: z.ZodDefault<z.ZodBoolean>;
2784
+ }, z.core.$strip>>;
2785
+ }, z.core.$strip>, z.ZodObject<{
2786
+ type: z.ZodLiteral<"color">;
2787
+ value: z.ZodString;
2788
+ }, z.core.$strip>, z.ZodObject<{
2789
+ type: z.ZodLiteral<"gradient">;
2790
+ value: z.ZodString;
2791
+ }, z.core.$strip>], "type">>;
2792
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
2793
+ type: z.ZodLiteral<"stack">;
2794
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2795
+ type: z.ZodLiteral<"image">;
2796
+ href: z.ZodString;
2797
+ properties: z.ZodOptional<z.ZodObject<{
2798
+ description: z.ZodOptional<z.ZodString>;
2799
+ decorative: z.ZodDefault<z.ZodBoolean>;
2800
+ brightness: z.ZodOptional<z.ZodNumber>;
2801
+ focalPoint: z.ZodOptional<z.ZodObject<{
2802
+ x: z.ZodNumber;
2803
+ y: z.ZodNumber;
2804
+ }, z.core.$strip>>;
2805
+ }, z.core.$strip>>;
2806
+ }, z.core.$strip>, z.ZodObject<{
2807
+ type: z.ZodLiteral<"video">;
2808
+ href: z.ZodString;
2809
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2810
+ 1: "1";
2811
+ 0.4: "0.4";
2812
+ 0.6: "0.6";
2813
+ 0.8: "0.8";
2814
+ }>>>;
2815
+ properties: z.ZodOptional<z.ZodObject<{
2816
+ description: z.ZodOptional<z.ZodString>;
2817
+ decorative: z.ZodDefault<z.ZodBoolean>;
2818
+ }, z.core.$strip>>;
2819
+ }, z.core.$strip>, z.ZodObject<{
2820
+ type: z.ZodLiteral<"color">;
2821
+ value: z.ZodString;
2822
+ }, z.core.$strip>, z.ZodObject<{
2823
+ type: z.ZodLiteral<"gradient">;
2824
+ value: z.ZodString;
2825
+ }, z.core.$strip>], "type">>;
2826
+ }, z.core.$strip>, z.ZodObject<{
2827
+ type: z.ZodLiteral<"float">;
2828
+ placement: z.ZodEnum<{
2829
+ left: "left";
2830
+ right: "right";
2831
+ }>;
2832
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2833
+ type: z.ZodLiteral<"image">;
2834
+ href: z.ZodString;
2835
+ properties: z.ZodOptional<z.ZodObject<{
2836
+ description: z.ZodOptional<z.ZodString>;
2837
+ decorative: z.ZodDefault<z.ZodBoolean>;
2838
+ brightness: z.ZodOptional<z.ZodNumber>;
2839
+ focalPoint: z.ZodOptional<z.ZodObject<{
2840
+ x: z.ZodNumber;
2841
+ y: z.ZodNumber;
2842
+ }, z.core.$strip>>;
2843
+ }, z.core.$strip>>;
2844
+ }, z.core.$strip>, z.ZodObject<{
2845
+ type: z.ZodLiteral<"video">;
2846
+ href: z.ZodString;
2847
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2848
+ 1: "1";
2849
+ 0.4: "0.4";
2850
+ 0.6: "0.6";
2851
+ 0.8: "0.8";
2852
+ }>>>;
2853
+ properties: z.ZodOptional<z.ZodObject<{
2854
+ description: z.ZodOptional<z.ZodString>;
2855
+ decorative: z.ZodDefault<z.ZodBoolean>;
2856
+ }, z.core.$strip>>;
2857
+ }, z.core.$strip>, z.ZodObject<{
2858
+ type: z.ZodLiteral<"color">;
2859
+ value: z.ZodString;
2860
+ }, z.core.$strip>, z.ZodObject<{
2861
+ type: z.ZodLiteral<"gradient">;
2862
+ value: z.ZodString;
2863
+ }, z.core.$strip>], "type">>;
2864
+ }, z.core.$strip>, z.ZodObject<{
2865
+ type: z.ZodLiteral<"split">;
2866
+ placement: z.ZodEnum<{
2867
+ left: "left";
2868
+ right: "right";
2869
+ }>;
2870
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2871
+ type: z.ZodLiteral<"image">;
2872
+ href: z.ZodString;
2873
+ properties: z.ZodOptional<z.ZodObject<{
2874
+ description: z.ZodOptional<z.ZodString>;
2875
+ decorative: z.ZodDefault<z.ZodBoolean>;
2876
+ brightness: z.ZodOptional<z.ZodNumber>;
2877
+ focalPoint: z.ZodOptional<z.ZodObject<{
2878
+ x: z.ZodNumber;
2879
+ y: z.ZodNumber;
2880
+ }, z.core.$strip>>;
2881
+ }, z.core.$strip>>;
2882
+ }, z.core.$strip>, z.ZodObject<{
2883
+ type: z.ZodLiteral<"video">;
2884
+ href: z.ZodString;
2885
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2886
+ 1: "1";
2887
+ 0.4: "0.4";
2888
+ 0.6: "0.6";
2889
+ 0.8: "0.8";
2890
+ }>>>;
2891
+ properties: z.ZodOptional<z.ZodObject<{
2892
+ description: z.ZodOptional<z.ZodString>;
2893
+ decorative: z.ZodDefault<z.ZodBoolean>;
2894
+ }, z.core.$strip>>;
2895
+ }, z.core.$strip>, z.ZodObject<{
2896
+ type: z.ZodLiteral<"color">;
2897
+ value: z.ZodString;
2898
+ }, z.core.$strip>, z.ZodObject<{
2899
+ type: z.ZodLiteral<"gradient">;
2900
+ value: z.ZodString;
2901
+ }, z.core.$strip>], "type">>;
2902
+ }, z.core.$strip>, z.ZodObject<{
2903
+ type: z.ZodLiteral<"wallpaper">;
2904
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2905
+ type: z.ZodLiteral<"image">;
2906
+ href: z.ZodString;
2907
+ properties: z.ZodOptional<z.ZodObject<{
2908
+ description: z.ZodOptional<z.ZodString>;
2909
+ decorative: z.ZodDefault<z.ZodBoolean>;
2910
+ brightness: z.ZodOptional<z.ZodNumber>;
2911
+ focalPoint: z.ZodOptional<z.ZodObject<{
2912
+ x: z.ZodNumber;
2913
+ y: z.ZodNumber;
2914
+ }, z.core.$strip>>;
2915
+ }, z.core.$strip>>;
2916
+ }, z.core.$strip>, z.ZodObject<{
2917
+ type: z.ZodLiteral<"video">;
2918
+ href: z.ZodString;
2919
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2920
+ 1: "1";
2921
+ 0.4: "0.4";
2922
+ 0.6: "0.6";
2923
+ 0.8: "0.8";
2924
+ }>>>;
2925
+ properties: z.ZodOptional<z.ZodObject<{
2926
+ description: z.ZodOptional<z.ZodString>;
2927
+ decorative: z.ZodDefault<z.ZodBoolean>;
2928
+ }, z.core.$strip>>;
2929
+ }, z.core.$strip>, z.ZodObject<{
2930
+ type: z.ZodLiteral<"color">;
2931
+ value: z.ZodString;
2932
+ }, z.core.$strip>, z.ZodObject<{
2933
+ type: z.ZodLiteral<"gradient">;
2934
+ value: z.ZodString;
2935
+ }, z.core.$strip>], "type">>;
2936
+ }, z.core.$strip>], "type">;
2937
+ }, z.core.$strip>>;
2938
+ others: z.ZodOptional<z.ZodObject<{
2939
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2940
+ type: z.ZodLiteral<"image">;
2941
+ href: z.ZodString;
2942
+ properties: z.ZodOptional<z.ZodObject<{
2943
+ description: z.ZodOptional<z.ZodString>;
2944
+ decorative: z.ZodDefault<z.ZodBoolean>;
2945
+ brightness: z.ZodOptional<z.ZodNumber>;
2946
+ focalPoint: z.ZodOptional<z.ZodObject<{
2947
+ x: z.ZodNumber;
2948
+ y: z.ZodNumber;
2949
+ }, z.core.$strip>>;
2950
+ }, z.core.$strip>>;
2951
+ }, z.core.$strip>, z.ZodObject<{
2952
+ type: z.ZodLiteral<"video">;
2953
+ href: z.ZodString;
2954
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2955
+ 1: "1";
2956
+ 0.4: "0.4";
2957
+ 0.6: "0.6";
2958
+ 0.8: "0.8";
2959
+ }>>>;
2960
+ properties: z.ZodOptional<z.ZodObject<{
2961
+ description: z.ZodOptional<z.ZodString>;
2962
+ decorative: z.ZodDefault<z.ZodBoolean>;
2963
+ }, z.core.$strip>>;
2964
+ }, z.core.$strip>, z.ZodObject<{
2965
+ type: z.ZodLiteral<"color">;
2966
+ value: z.ZodString;
2967
+ }, z.core.$strip>, z.ZodObject<{
2968
+ type: z.ZodLiteral<"gradient">;
2969
+ value: z.ZodString;
2970
+ }, z.core.$strip>], "type">>;
2971
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
2972
+ type: z.ZodLiteral<"stack">;
2973
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2974
+ type: z.ZodLiteral<"image">;
2975
+ href: z.ZodString;
2976
+ properties: z.ZodOptional<z.ZodObject<{
2977
+ description: z.ZodOptional<z.ZodString>;
2978
+ decorative: z.ZodDefault<z.ZodBoolean>;
2979
+ brightness: z.ZodOptional<z.ZodNumber>;
2980
+ focalPoint: z.ZodOptional<z.ZodObject<{
2981
+ x: z.ZodNumber;
2982
+ y: z.ZodNumber;
2983
+ }, z.core.$strip>>;
2984
+ }, z.core.$strip>>;
2985
+ }, z.core.$strip>, z.ZodObject<{
2986
+ type: z.ZodLiteral<"video">;
2987
+ href: z.ZodString;
2988
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2989
+ 1: "1";
2990
+ 0.4: "0.4";
2991
+ 0.6: "0.6";
2992
+ 0.8: "0.8";
2993
+ }>>>;
2994
+ properties: z.ZodOptional<z.ZodObject<{
2995
+ description: z.ZodOptional<z.ZodString>;
2996
+ decorative: z.ZodDefault<z.ZodBoolean>;
2997
+ }, z.core.$strip>>;
2998
+ }, z.core.$strip>, z.ZodObject<{
2999
+ type: z.ZodLiteral<"color">;
3000
+ value: z.ZodString;
3001
+ }, z.core.$strip>, z.ZodObject<{
3002
+ type: z.ZodLiteral<"gradient">;
3003
+ value: z.ZodString;
3004
+ }, z.core.$strip>], "type">>;
3005
+ }, z.core.$strip>, z.ZodObject<{
3006
+ type: z.ZodLiteral<"float">;
3007
+ placement: z.ZodEnum<{
3008
+ left: "left";
3009
+ right: "right";
3010
+ }>;
3011
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3012
+ type: z.ZodLiteral<"image">;
3013
+ href: z.ZodString;
3014
+ properties: z.ZodOptional<z.ZodObject<{
3015
+ description: z.ZodOptional<z.ZodString>;
3016
+ decorative: z.ZodDefault<z.ZodBoolean>;
3017
+ brightness: z.ZodOptional<z.ZodNumber>;
3018
+ focalPoint: z.ZodOptional<z.ZodObject<{
3019
+ x: z.ZodNumber;
3020
+ y: z.ZodNumber;
3021
+ }, z.core.$strip>>;
3022
+ }, z.core.$strip>>;
3023
+ }, z.core.$strip>, z.ZodObject<{
3024
+ type: z.ZodLiteral<"video">;
3025
+ href: z.ZodString;
3026
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3027
+ 1: "1";
3028
+ 0.4: "0.4";
3029
+ 0.6: "0.6";
3030
+ 0.8: "0.8";
3031
+ }>>>;
3032
+ properties: z.ZodOptional<z.ZodObject<{
3033
+ description: z.ZodOptional<z.ZodString>;
3034
+ decorative: z.ZodDefault<z.ZodBoolean>;
3035
+ }, z.core.$strip>>;
3036
+ }, z.core.$strip>, z.ZodObject<{
3037
+ type: z.ZodLiteral<"color">;
3038
+ value: z.ZodString;
3039
+ }, z.core.$strip>, z.ZodObject<{
3040
+ type: z.ZodLiteral<"gradient">;
3041
+ value: z.ZodString;
3042
+ }, z.core.$strip>], "type">>;
3043
+ }, z.core.$strip>, z.ZodObject<{
3044
+ type: z.ZodLiteral<"split">;
3045
+ placement: z.ZodEnum<{
3046
+ left: "left";
3047
+ right: "right";
3048
+ }>;
3049
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3050
+ type: z.ZodLiteral<"image">;
3051
+ href: z.ZodString;
3052
+ properties: z.ZodOptional<z.ZodObject<{
3053
+ description: z.ZodOptional<z.ZodString>;
3054
+ decorative: z.ZodDefault<z.ZodBoolean>;
3055
+ brightness: z.ZodOptional<z.ZodNumber>;
3056
+ focalPoint: z.ZodOptional<z.ZodObject<{
3057
+ x: z.ZodNumber;
3058
+ y: z.ZodNumber;
3059
+ }, z.core.$strip>>;
3060
+ }, z.core.$strip>>;
3061
+ }, z.core.$strip>, z.ZodObject<{
3062
+ type: z.ZodLiteral<"video">;
3063
+ href: z.ZodString;
3064
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3065
+ 1: "1";
3066
+ 0.4: "0.4";
3067
+ 0.6: "0.6";
3068
+ 0.8: "0.8";
3069
+ }>>>;
3070
+ properties: z.ZodOptional<z.ZodObject<{
3071
+ description: z.ZodOptional<z.ZodString>;
3072
+ decorative: z.ZodDefault<z.ZodBoolean>;
3073
+ }, z.core.$strip>>;
3074
+ }, z.core.$strip>, z.ZodObject<{
3075
+ type: z.ZodLiteral<"color">;
3076
+ value: z.ZodString;
3077
+ }, z.core.$strip>, z.ZodObject<{
3078
+ type: z.ZodLiteral<"gradient">;
3079
+ value: z.ZodString;
3080
+ }, z.core.$strip>], "type">>;
3081
+ }, z.core.$strip>, z.ZodObject<{
3082
+ type: z.ZodLiteral<"wallpaper">;
3083
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3084
+ type: z.ZodLiteral<"image">;
3085
+ href: z.ZodString;
3086
+ properties: z.ZodOptional<z.ZodObject<{
3087
+ description: z.ZodOptional<z.ZodString>;
3088
+ decorative: z.ZodDefault<z.ZodBoolean>;
3089
+ brightness: z.ZodOptional<z.ZodNumber>;
3090
+ focalPoint: z.ZodOptional<z.ZodObject<{
3091
+ x: z.ZodNumber;
3092
+ y: z.ZodNumber;
3093
+ }, z.core.$strip>>;
3094
+ }, z.core.$strip>>;
3095
+ }, z.core.$strip>, z.ZodObject<{
3096
+ type: z.ZodLiteral<"video">;
3097
+ href: z.ZodString;
3098
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3099
+ 1: "1";
3100
+ 0.4: "0.4";
3101
+ 0.6: "0.6";
3102
+ 0.8: "0.8";
3103
+ }>>>;
3104
+ properties: z.ZodOptional<z.ZodObject<{
3105
+ description: z.ZodOptional<z.ZodString>;
3106
+ decorative: z.ZodDefault<z.ZodBoolean>;
3107
+ }, z.core.$strip>>;
3108
+ }, z.core.$strip>, z.ZodObject<{
3109
+ type: z.ZodLiteral<"color">;
3110
+ value: z.ZodString;
3111
+ }, z.core.$strip>, z.ZodObject<{
3112
+ type: z.ZodLiteral<"gradient">;
3113
+ value: z.ZodString;
3114
+ }, z.core.$strip>], "type">>;
3115
+ }, z.core.$strip>], "type">;
3116
+ }, z.core.$strip>>;
3117
+ }, z.core.$strip>>;
3118
+ }, z.core.$strip>>;
3119
+ sectionLayouts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3120
+ inApp: z.ZodOptional<z.ZodObject<{
3121
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3122
+ type: z.ZodLiteral<"image">;
3123
+ href: z.ZodString;
3124
+ properties: z.ZodOptional<z.ZodObject<{
3125
+ description: z.ZodOptional<z.ZodString>;
3126
+ decorative: z.ZodDefault<z.ZodBoolean>;
3127
+ brightness: z.ZodOptional<z.ZodNumber>;
3128
+ focalPoint: z.ZodOptional<z.ZodObject<{
3129
+ x: z.ZodNumber;
3130
+ y: z.ZodNumber;
3131
+ }, z.core.$strip>>;
3132
+ }, z.core.$strip>>;
3133
+ }, z.core.$strip>, z.ZodObject<{
3134
+ type: z.ZodLiteral<"video">;
3135
+ href: z.ZodString;
3136
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3137
+ 1: "1";
3138
+ 0.4: "0.4";
3139
+ 0.6: "0.6";
3140
+ 0.8: "0.8";
3141
+ }>>>;
3142
+ properties: z.ZodOptional<z.ZodObject<{
3143
+ description: z.ZodOptional<z.ZodString>;
3144
+ decorative: z.ZodDefault<z.ZodBoolean>;
3145
+ }, z.core.$strip>>;
3146
+ }, z.core.$strip>, z.ZodObject<{
3147
+ type: z.ZodLiteral<"color">;
3148
+ value: z.ZodString;
3149
+ }, z.core.$strip>, z.ZodObject<{
3150
+ type: z.ZodLiteral<"gradient">;
3151
+ value: z.ZodString;
3152
+ }, z.core.$strip>], "type">>;
3153
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
3154
+ type: z.ZodLiteral<"stack">;
3155
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3156
+ type: z.ZodLiteral<"image">;
3157
+ href: z.ZodString;
3158
+ properties: z.ZodOptional<z.ZodObject<{
3159
+ description: z.ZodOptional<z.ZodString>;
3160
+ decorative: z.ZodDefault<z.ZodBoolean>;
3161
+ brightness: z.ZodOptional<z.ZodNumber>;
3162
+ focalPoint: z.ZodOptional<z.ZodObject<{
3163
+ x: z.ZodNumber;
3164
+ y: z.ZodNumber;
3165
+ }, z.core.$strip>>;
3166
+ }, z.core.$strip>>;
3167
+ }, z.core.$strip>, z.ZodObject<{
3168
+ type: z.ZodLiteral<"video">;
3169
+ href: z.ZodString;
3170
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3171
+ 1: "1";
3172
+ 0.4: "0.4";
3173
+ 0.6: "0.6";
3174
+ 0.8: "0.8";
3175
+ }>>>;
3176
+ properties: z.ZodOptional<z.ZodObject<{
3177
+ description: z.ZodOptional<z.ZodString>;
3178
+ decorative: z.ZodDefault<z.ZodBoolean>;
3179
+ }, z.core.$strip>>;
3180
+ }, z.core.$strip>, z.ZodObject<{
3181
+ type: z.ZodLiteral<"color">;
3182
+ value: z.ZodString;
3183
+ }, z.core.$strip>, z.ZodObject<{
3184
+ type: z.ZodLiteral<"gradient">;
3185
+ value: z.ZodString;
3186
+ }, z.core.$strip>], "type">>;
3187
+ }, z.core.$strip>, z.ZodObject<{
3188
+ type: z.ZodLiteral<"float">;
3189
+ placement: z.ZodEnum<{
3190
+ left: "left";
3191
+ right: "right";
3192
+ }>;
3193
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3194
+ type: z.ZodLiteral<"image">;
3195
+ href: z.ZodString;
3196
+ properties: z.ZodOptional<z.ZodObject<{
3197
+ description: z.ZodOptional<z.ZodString>;
3198
+ decorative: z.ZodDefault<z.ZodBoolean>;
3199
+ brightness: z.ZodOptional<z.ZodNumber>;
3200
+ focalPoint: z.ZodOptional<z.ZodObject<{
3201
+ x: z.ZodNumber;
3202
+ y: z.ZodNumber;
3203
+ }, z.core.$strip>>;
3204
+ }, z.core.$strip>>;
3205
+ }, z.core.$strip>, z.ZodObject<{
3206
+ type: z.ZodLiteral<"video">;
3207
+ href: z.ZodString;
3208
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3209
+ 1: "1";
3210
+ 0.4: "0.4";
3211
+ 0.6: "0.6";
3212
+ 0.8: "0.8";
3213
+ }>>>;
3214
+ properties: z.ZodOptional<z.ZodObject<{
3215
+ description: z.ZodOptional<z.ZodString>;
3216
+ decorative: z.ZodDefault<z.ZodBoolean>;
3217
+ }, z.core.$strip>>;
3218
+ }, z.core.$strip>, z.ZodObject<{
3219
+ type: z.ZodLiteral<"color">;
3220
+ value: z.ZodString;
3221
+ }, z.core.$strip>, z.ZodObject<{
3222
+ type: z.ZodLiteral<"gradient">;
3223
+ value: z.ZodString;
3224
+ }, z.core.$strip>], "type">>;
3225
+ }, z.core.$strip>, z.ZodObject<{
3226
+ type: z.ZodLiteral<"split">;
3227
+ placement: z.ZodEnum<{
3228
+ left: "left";
3229
+ right: "right";
3230
+ }>;
3231
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3232
+ type: z.ZodLiteral<"image">;
3233
+ href: z.ZodString;
3234
+ properties: z.ZodOptional<z.ZodObject<{
3235
+ description: z.ZodOptional<z.ZodString>;
3236
+ decorative: z.ZodDefault<z.ZodBoolean>;
3237
+ brightness: z.ZodOptional<z.ZodNumber>;
3238
+ focalPoint: z.ZodOptional<z.ZodObject<{
3239
+ x: z.ZodNumber;
3240
+ y: z.ZodNumber;
3241
+ }, z.core.$strip>>;
3242
+ }, z.core.$strip>>;
3243
+ }, z.core.$strip>, z.ZodObject<{
3244
+ type: z.ZodLiteral<"video">;
3245
+ href: z.ZodString;
3246
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3247
+ 1: "1";
3248
+ 0.4: "0.4";
3249
+ 0.6: "0.6";
3250
+ 0.8: "0.8";
3251
+ }>>>;
3252
+ properties: z.ZodOptional<z.ZodObject<{
3253
+ description: z.ZodOptional<z.ZodString>;
3254
+ decorative: z.ZodDefault<z.ZodBoolean>;
3255
+ }, z.core.$strip>>;
3256
+ }, z.core.$strip>, z.ZodObject<{
3257
+ type: z.ZodLiteral<"color">;
3258
+ value: z.ZodString;
3259
+ }, z.core.$strip>, z.ZodObject<{
3260
+ type: z.ZodLiteral<"gradient">;
3261
+ value: z.ZodString;
3262
+ }, z.core.$strip>], "type">>;
3263
+ }, z.core.$strip>, z.ZodObject<{
3264
+ type: z.ZodLiteral<"wallpaper">;
3265
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3266
+ type: z.ZodLiteral<"image">;
3267
+ href: z.ZodString;
3268
+ properties: z.ZodOptional<z.ZodObject<{
3269
+ description: z.ZodOptional<z.ZodString>;
3270
+ decorative: z.ZodDefault<z.ZodBoolean>;
3271
+ brightness: z.ZodOptional<z.ZodNumber>;
3272
+ focalPoint: z.ZodOptional<z.ZodObject<{
3273
+ x: z.ZodNumber;
3274
+ y: z.ZodNumber;
3275
+ }, z.core.$strip>>;
3276
+ }, z.core.$strip>>;
3277
+ }, z.core.$strip>, z.ZodObject<{
3278
+ type: z.ZodLiteral<"video">;
3279
+ href: z.ZodString;
3280
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3281
+ 1: "1";
3282
+ 0.4: "0.4";
3283
+ 0.6: "0.6";
3284
+ 0.8: "0.8";
3285
+ }>>>;
3286
+ properties: z.ZodOptional<z.ZodObject<{
3287
+ description: z.ZodOptional<z.ZodString>;
3288
+ decorative: z.ZodDefault<z.ZodBoolean>;
3289
+ }, z.core.$strip>>;
3290
+ }, z.core.$strip>, z.ZodObject<{
3291
+ type: z.ZodLiteral<"color">;
3292
+ value: z.ZodString;
3293
+ }, z.core.$strip>, z.ZodObject<{
3294
+ type: z.ZodLiteral<"gradient">;
3295
+ value: z.ZodString;
3296
+ }, z.core.$strip>], "type">>;
3297
+ }, z.core.$strip>], "type">;
3298
+ }, z.core.$strip>>;
3299
+ link: z.ZodOptional<z.ZodObject<{
3300
+ mobile: z.ZodOptional<z.ZodObject<{
3301
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3302
+ type: z.ZodLiteral<"image">;
3303
+ href: z.ZodString;
3304
+ properties: z.ZodOptional<z.ZodObject<{
3305
+ description: z.ZodOptional<z.ZodString>;
3306
+ decorative: z.ZodDefault<z.ZodBoolean>;
3307
+ brightness: z.ZodOptional<z.ZodNumber>;
3308
+ focalPoint: z.ZodOptional<z.ZodObject<{
3309
+ x: z.ZodNumber;
3310
+ y: z.ZodNumber;
3311
+ }, z.core.$strip>>;
3312
+ }, z.core.$strip>>;
3313
+ }, z.core.$strip>, z.ZodObject<{
3314
+ type: z.ZodLiteral<"video">;
3315
+ href: z.ZodString;
3316
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3317
+ 1: "1";
3318
+ 0.4: "0.4";
3319
+ 0.6: "0.6";
3320
+ 0.8: "0.8";
3321
+ }>>>;
3322
+ properties: z.ZodOptional<z.ZodObject<{
3323
+ description: z.ZodOptional<z.ZodString>;
3324
+ decorative: z.ZodDefault<z.ZodBoolean>;
3325
+ }, z.core.$strip>>;
3326
+ }, z.core.$strip>, z.ZodObject<{
3327
+ type: z.ZodLiteral<"color">;
3328
+ value: z.ZodString;
3329
+ }, z.core.$strip>, z.ZodObject<{
3330
+ type: z.ZodLiteral<"gradient">;
3331
+ value: z.ZodString;
3332
+ }, z.core.$strip>], "type">>;
3333
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
3334
+ type: z.ZodLiteral<"stack">;
3335
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3336
+ type: z.ZodLiteral<"image">;
3337
+ href: z.ZodString;
3338
+ properties: z.ZodOptional<z.ZodObject<{
3339
+ description: z.ZodOptional<z.ZodString>;
3340
+ decorative: z.ZodDefault<z.ZodBoolean>;
3341
+ brightness: z.ZodOptional<z.ZodNumber>;
3342
+ focalPoint: z.ZodOptional<z.ZodObject<{
3343
+ x: z.ZodNumber;
3344
+ y: z.ZodNumber;
3345
+ }, z.core.$strip>>;
3346
+ }, z.core.$strip>>;
3347
+ }, z.core.$strip>, z.ZodObject<{
3348
+ type: z.ZodLiteral<"video">;
3349
+ href: z.ZodString;
3350
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3351
+ 1: "1";
3352
+ 0.4: "0.4";
3353
+ 0.6: "0.6";
3354
+ 0.8: "0.8";
3355
+ }>>>;
3356
+ properties: z.ZodOptional<z.ZodObject<{
3357
+ description: z.ZodOptional<z.ZodString>;
3358
+ decorative: z.ZodDefault<z.ZodBoolean>;
3359
+ }, z.core.$strip>>;
3360
+ }, z.core.$strip>, z.ZodObject<{
3361
+ type: z.ZodLiteral<"color">;
3362
+ value: z.ZodString;
3363
+ }, z.core.$strip>, z.ZodObject<{
3364
+ type: z.ZodLiteral<"gradient">;
3365
+ value: z.ZodString;
3366
+ }, z.core.$strip>], "type">>;
3367
+ }, z.core.$strip>, z.ZodObject<{
3368
+ type: z.ZodLiteral<"float">;
3369
+ placement: z.ZodEnum<{
3370
+ left: "left";
3371
+ right: "right";
3372
+ }>;
3373
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3374
+ type: z.ZodLiteral<"image">;
3375
+ href: z.ZodString;
3376
+ properties: z.ZodOptional<z.ZodObject<{
3377
+ description: z.ZodOptional<z.ZodString>;
3378
+ decorative: z.ZodDefault<z.ZodBoolean>;
3379
+ brightness: z.ZodOptional<z.ZodNumber>;
3380
+ focalPoint: z.ZodOptional<z.ZodObject<{
3381
+ x: z.ZodNumber;
3382
+ y: z.ZodNumber;
3383
+ }, z.core.$strip>>;
3384
+ }, z.core.$strip>>;
3385
+ }, z.core.$strip>, z.ZodObject<{
3386
+ type: z.ZodLiteral<"video">;
3387
+ href: z.ZodString;
3388
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3389
+ 1: "1";
3390
+ 0.4: "0.4";
3391
+ 0.6: "0.6";
3392
+ 0.8: "0.8";
3393
+ }>>>;
3394
+ properties: z.ZodOptional<z.ZodObject<{
3395
+ description: z.ZodOptional<z.ZodString>;
3396
+ decorative: z.ZodDefault<z.ZodBoolean>;
3397
+ }, z.core.$strip>>;
3398
+ }, z.core.$strip>, z.ZodObject<{
3399
+ type: z.ZodLiteral<"color">;
3400
+ value: z.ZodString;
3401
+ }, z.core.$strip>, z.ZodObject<{
3402
+ type: z.ZodLiteral<"gradient">;
3403
+ value: z.ZodString;
3404
+ }, z.core.$strip>], "type">>;
3405
+ }, z.core.$strip>, z.ZodObject<{
3406
+ type: z.ZodLiteral<"split">;
3407
+ placement: z.ZodEnum<{
3408
+ left: "left";
3409
+ right: "right";
3410
+ }>;
3411
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3412
+ type: z.ZodLiteral<"image">;
3413
+ href: z.ZodString;
3414
+ properties: z.ZodOptional<z.ZodObject<{
3415
+ description: z.ZodOptional<z.ZodString>;
3416
+ decorative: z.ZodDefault<z.ZodBoolean>;
3417
+ brightness: z.ZodOptional<z.ZodNumber>;
3418
+ focalPoint: z.ZodOptional<z.ZodObject<{
3419
+ x: z.ZodNumber;
3420
+ y: z.ZodNumber;
3421
+ }, z.core.$strip>>;
3422
+ }, z.core.$strip>>;
3423
+ }, z.core.$strip>, z.ZodObject<{
3424
+ type: z.ZodLiteral<"video">;
3425
+ href: z.ZodString;
3426
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3427
+ 1: "1";
3428
+ 0.4: "0.4";
3429
+ 0.6: "0.6";
3430
+ 0.8: "0.8";
3431
+ }>>>;
3432
+ properties: z.ZodOptional<z.ZodObject<{
3433
+ description: z.ZodOptional<z.ZodString>;
3434
+ decorative: z.ZodDefault<z.ZodBoolean>;
3435
+ }, z.core.$strip>>;
3436
+ }, z.core.$strip>, z.ZodObject<{
3437
+ type: z.ZodLiteral<"color">;
3438
+ value: z.ZodString;
3439
+ }, z.core.$strip>, z.ZodObject<{
3440
+ type: z.ZodLiteral<"gradient">;
3441
+ value: z.ZodString;
3442
+ }, z.core.$strip>], "type">>;
3443
+ }, z.core.$strip>, z.ZodObject<{
3444
+ type: z.ZodLiteral<"wallpaper">;
3445
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3446
+ type: z.ZodLiteral<"image">;
3447
+ href: z.ZodString;
3448
+ properties: z.ZodOptional<z.ZodObject<{
3449
+ description: z.ZodOptional<z.ZodString>;
3450
+ decorative: z.ZodDefault<z.ZodBoolean>;
3451
+ brightness: z.ZodOptional<z.ZodNumber>;
3452
+ focalPoint: z.ZodOptional<z.ZodObject<{
3453
+ x: z.ZodNumber;
3454
+ y: z.ZodNumber;
3455
+ }, z.core.$strip>>;
3456
+ }, z.core.$strip>>;
3457
+ }, z.core.$strip>, z.ZodObject<{
3458
+ type: z.ZodLiteral<"video">;
3459
+ href: z.ZodString;
3460
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3461
+ 1: "1";
3462
+ 0.4: "0.4";
3463
+ 0.6: "0.6";
3464
+ 0.8: "0.8";
3465
+ }>>>;
3466
+ properties: z.ZodOptional<z.ZodObject<{
3467
+ description: z.ZodOptional<z.ZodString>;
3468
+ decorative: z.ZodDefault<z.ZodBoolean>;
3469
+ }, z.core.$strip>>;
3470
+ }, z.core.$strip>, z.ZodObject<{
3471
+ type: z.ZodLiteral<"color">;
3472
+ value: z.ZodString;
3473
+ }, z.core.$strip>, z.ZodObject<{
3474
+ type: z.ZodLiteral<"gradient">;
3475
+ value: z.ZodString;
3476
+ }, z.core.$strip>], "type">>;
3477
+ }, z.core.$strip>], "type">;
3478
+ }, z.core.$strip>>;
3479
+ others: z.ZodOptional<z.ZodObject<{
3480
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3481
+ type: z.ZodLiteral<"image">;
3482
+ href: z.ZodString;
3483
+ properties: z.ZodOptional<z.ZodObject<{
3484
+ description: z.ZodOptional<z.ZodString>;
3485
+ decorative: z.ZodDefault<z.ZodBoolean>;
3486
+ brightness: z.ZodOptional<z.ZodNumber>;
3487
+ focalPoint: z.ZodOptional<z.ZodObject<{
3488
+ x: z.ZodNumber;
3489
+ y: z.ZodNumber;
3490
+ }, z.core.$strip>>;
3491
+ }, z.core.$strip>>;
3492
+ }, z.core.$strip>, z.ZodObject<{
3493
+ type: z.ZodLiteral<"video">;
3494
+ href: z.ZodString;
3495
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3496
+ 1: "1";
3497
+ 0.4: "0.4";
3498
+ 0.6: "0.6";
3499
+ 0.8: "0.8";
3500
+ }>>>;
3501
+ properties: z.ZodOptional<z.ZodObject<{
3502
+ description: z.ZodOptional<z.ZodString>;
3503
+ decorative: z.ZodDefault<z.ZodBoolean>;
3504
+ }, z.core.$strip>>;
3505
+ }, z.core.$strip>, z.ZodObject<{
3506
+ type: z.ZodLiteral<"color">;
3507
+ value: z.ZodString;
3508
+ }, z.core.$strip>, z.ZodObject<{
3509
+ type: z.ZodLiteral<"gradient">;
3510
+ value: z.ZodString;
3511
+ }, z.core.$strip>], "type">>;
3512
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
3513
+ type: z.ZodLiteral<"stack">;
3514
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3515
+ type: z.ZodLiteral<"image">;
3516
+ href: z.ZodString;
3517
+ properties: z.ZodOptional<z.ZodObject<{
3518
+ description: z.ZodOptional<z.ZodString>;
3519
+ decorative: z.ZodDefault<z.ZodBoolean>;
3520
+ brightness: z.ZodOptional<z.ZodNumber>;
3521
+ focalPoint: z.ZodOptional<z.ZodObject<{
3522
+ x: z.ZodNumber;
3523
+ y: z.ZodNumber;
3524
+ }, z.core.$strip>>;
3525
+ }, z.core.$strip>>;
3526
+ }, z.core.$strip>, z.ZodObject<{
3527
+ type: z.ZodLiteral<"video">;
3528
+ href: z.ZodString;
3529
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3530
+ 1: "1";
3531
+ 0.4: "0.4";
3532
+ 0.6: "0.6";
3533
+ 0.8: "0.8";
3534
+ }>>>;
3535
+ properties: z.ZodOptional<z.ZodObject<{
3536
+ description: z.ZodOptional<z.ZodString>;
3537
+ decorative: z.ZodDefault<z.ZodBoolean>;
3538
+ }, z.core.$strip>>;
3539
+ }, z.core.$strip>, z.ZodObject<{
3540
+ type: z.ZodLiteral<"color">;
3541
+ value: z.ZodString;
3542
+ }, z.core.$strip>, z.ZodObject<{
3543
+ type: z.ZodLiteral<"gradient">;
3544
+ value: z.ZodString;
3545
+ }, z.core.$strip>], "type">>;
3546
+ }, z.core.$strip>, z.ZodObject<{
3547
+ type: z.ZodLiteral<"float">;
3548
+ placement: z.ZodEnum<{
3549
+ left: "left";
3550
+ right: "right";
3551
+ }>;
3552
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3553
+ type: z.ZodLiteral<"image">;
3554
+ href: z.ZodString;
3555
+ properties: z.ZodOptional<z.ZodObject<{
3556
+ description: z.ZodOptional<z.ZodString>;
3557
+ decorative: z.ZodDefault<z.ZodBoolean>;
3558
+ brightness: z.ZodOptional<z.ZodNumber>;
3559
+ focalPoint: z.ZodOptional<z.ZodObject<{
3560
+ x: z.ZodNumber;
3561
+ y: z.ZodNumber;
3562
+ }, z.core.$strip>>;
3563
+ }, z.core.$strip>>;
3564
+ }, z.core.$strip>, z.ZodObject<{
3565
+ type: z.ZodLiteral<"video">;
3566
+ href: z.ZodString;
3567
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3568
+ 1: "1";
3569
+ 0.4: "0.4";
3570
+ 0.6: "0.6";
3571
+ 0.8: "0.8";
3572
+ }>>>;
3573
+ properties: z.ZodOptional<z.ZodObject<{
3574
+ description: z.ZodOptional<z.ZodString>;
3575
+ decorative: z.ZodDefault<z.ZodBoolean>;
3576
+ }, z.core.$strip>>;
3577
+ }, z.core.$strip>, z.ZodObject<{
3578
+ type: z.ZodLiteral<"color">;
3579
+ value: z.ZodString;
3580
+ }, z.core.$strip>, z.ZodObject<{
3581
+ type: z.ZodLiteral<"gradient">;
3582
+ value: z.ZodString;
3583
+ }, z.core.$strip>], "type">>;
3584
+ }, z.core.$strip>, z.ZodObject<{
3585
+ type: z.ZodLiteral<"split">;
3586
+ placement: z.ZodEnum<{
3587
+ left: "left";
3588
+ right: "right";
3589
+ }>;
3590
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3591
+ type: z.ZodLiteral<"image">;
3592
+ href: z.ZodString;
3593
+ properties: z.ZodOptional<z.ZodObject<{
3594
+ description: z.ZodOptional<z.ZodString>;
3595
+ decorative: z.ZodDefault<z.ZodBoolean>;
3596
+ brightness: z.ZodOptional<z.ZodNumber>;
3597
+ focalPoint: z.ZodOptional<z.ZodObject<{
3598
+ x: z.ZodNumber;
3599
+ y: z.ZodNumber;
3600
+ }, z.core.$strip>>;
3601
+ }, z.core.$strip>>;
3602
+ }, z.core.$strip>, z.ZodObject<{
3603
+ type: z.ZodLiteral<"video">;
3604
+ href: z.ZodString;
3605
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3606
+ 1: "1";
3607
+ 0.4: "0.4";
3608
+ 0.6: "0.6";
3609
+ 0.8: "0.8";
3610
+ }>>>;
3611
+ properties: z.ZodOptional<z.ZodObject<{
3612
+ description: z.ZodOptional<z.ZodString>;
3613
+ decorative: z.ZodDefault<z.ZodBoolean>;
3614
+ }, z.core.$strip>>;
3615
+ }, z.core.$strip>, z.ZodObject<{
3616
+ type: z.ZodLiteral<"color">;
3617
+ value: z.ZodString;
3618
+ }, z.core.$strip>, z.ZodObject<{
3619
+ type: z.ZodLiteral<"gradient">;
3620
+ value: z.ZodString;
3621
+ }, z.core.$strip>], "type">>;
3622
+ }, z.core.$strip>, z.ZodObject<{
3623
+ type: z.ZodLiteral<"wallpaper">;
3624
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3625
+ type: z.ZodLiteral<"image">;
3626
+ href: z.ZodString;
3627
+ properties: z.ZodOptional<z.ZodObject<{
3628
+ description: z.ZodOptional<z.ZodString>;
3629
+ decorative: z.ZodDefault<z.ZodBoolean>;
3630
+ brightness: z.ZodOptional<z.ZodNumber>;
3631
+ focalPoint: z.ZodOptional<z.ZodObject<{
3632
+ x: z.ZodNumber;
3633
+ y: z.ZodNumber;
3634
+ }, z.core.$strip>>;
3635
+ }, z.core.$strip>>;
3636
+ }, z.core.$strip>, z.ZodObject<{
3637
+ type: z.ZodLiteral<"video">;
3638
+ href: z.ZodString;
3639
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3640
+ 1: "1";
3641
+ 0.4: "0.4";
3642
+ 0.6: "0.6";
3643
+ 0.8: "0.8";
3644
+ }>>>;
3645
+ properties: z.ZodOptional<z.ZodObject<{
3646
+ description: z.ZodOptional<z.ZodString>;
3647
+ decorative: z.ZodDefault<z.ZodBoolean>;
3648
+ }, z.core.$strip>>;
3649
+ }, z.core.$strip>, z.ZodObject<{
3650
+ type: z.ZodLiteral<"color">;
3651
+ value: z.ZodString;
3652
+ }, z.core.$strip>, z.ZodObject<{
3653
+ type: z.ZodLiteral<"gradient">;
3654
+ value: z.ZodString;
3655
+ }, z.core.$strip>], "type">>;
3656
+ }, z.core.$strip>], "type">;
3657
+ }, z.core.$strip>>;
3658
+ }, z.core.$strip>>;
3659
+ }, z.core.$strip>>>;
1496
3660
  }, z.core.$strip>;
1497
3661
  }, z.core.$strip>;
1498
3662
  export type FormProperties = z.infer<typeof formPropertiesSchema>;
@@ -1506,3 +3670,4 @@ export type OtherConfigurationProperties = {
1506
3670
  translations: Record<string, z.infer<typeof OtherFieldsTranslationSchema>>;
1507
3671
  };
1508
3672
  export type AppearanceProperties = z.infer<typeof appearancePropertiesSchema>;
3673
+ export type { SectionLayout } from "./layout-schema";