@encatch/schema 1.1.0-beta.12 → 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.
@@ -231,7 +231,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
231
231
  center: "center";
232
232
  justify: "justify";
233
233
  }>>>;
234
- nextButtonLabel: z.ZodOptional<z.ZodString>;
234
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
235
235
  type: z.ZodLiteral<"rating">;
236
236
  showLabels: z.ZodOptional<z.ZodBoolean>;
237
237
  minLabel: z.ZodOptional<z.ZodString>;
@@ -303,7 +303,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
303
303
  center: "center";
304
304
  justify: "justify";
305
305
  }>>>;
306
- nextButtonLabel: z.ZodOptional<z.ZodString>;
306
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
307
307
  type: z.ZodLiteral<"annotation">;
308
308
  annotationText: z.ZodOptional<z.ZodString>;
309
309
  noAnnotationText: z.ZodOptional<z.ZodString>;
@@ -357,7 +357,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
357
357
  center: "center";
358
358
  justify: "justify";
359
359
  }>>>;
360
- nextButtonLabel: z.ZodOptional<z.ZodString>;
360
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
361
361
  type: z.ZodLiteral<"welcome">;
362
362
  title: z.ZodString;
363
363
  description: z.ZodOptional<z.ZodString>;
@@ -412,7 +412,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
412
412
  center: "center";
413
413
  justify: "justify";
414
414
  }>>>;
415
- nextButtonLabel: z.ZodOptional<z.ZodString>;
415
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
416
416
  type: z.ZodLiteral<"thank_you">;
417
417
  title: z.ZodString;
418
418
  description: z.ZodOptional<z.ZodString>;
@@ -467,7 +467,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
467
467
  center: "center";
468
468
  justify: "justify";
469
469
  }>>>;
470
- nextButtonLabel: z.ZodOptional<z.ZodString>;
470
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
471
471
  type: z.ZodLiteral<"message_panel">;
472
472
  title: z.ZodString;
473
473
  description: z.ZodOptional<z.ZodString>;
@@ -524,7 +524,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
524
524
  center: "center";
525
525
  justify: "justify";
526
526
  }>>>;
527
- nextButtonLabel: z.ZodOptional<z.ZodString>;
527
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
528
528
  type: z.ZodLiteral<"exit_form">;
529
529
  }, z.core.$strip>, z.ZodObject<{
530
530
  id: z.ZodString;
@@ -578,7 +578,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
578
578
  center: "center";
579
579
  justify: "justify";
580
580
  }>>>;
581
- nextButtonLabel: z.ZodOptional<z.ZodString>;
581
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
582
582
  type: z.ZodLiteral<"yes_no">;
583
583
  yesLabel: z.ZodOptional<z.ZodString>;
584
584
  noLabel: z.ZodOptional<z.ZodString>;
@@ -638,7 +638,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
638
638
  center: "center";
639
639
  justify: "justify";
640
640
  }>>>;
641
- nextButtonLabel: z.ZodOptional<z.ZodString>;
641
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
642
642
  type: z.ZodLiteral<"consent">;
643
643
  }, z.core.$strip>, z.ZodObject<{
644
644
  id: z.ZodString;
@@ -692,7 +692,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
692
692
  center: "center";
693
693
  justify: "justify";
694
694
  }>>>;
695
- nextButtonLabel: z.ZodOptional<z.ZodString>;
695
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
696
696
  type: z.ZodLiteral<"rating_matrix">;
697
697
  statements: z.ZodArray<z.ZodObject<{
698
698
  id: z.ZodString;
@@ -785,7 +785,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
785
785
  center: "center";
786
786
  justify: "justify";
787
787
  }>>>;
788
- nextButtonLabel: z.ZodOptional<z.ZodString>;
788
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
789
789
  type: z.ZodLiteral<"matrix_single_choice">;
790
790
  rows: z.ZodArray<z.ZodObject<{
791
791
  id: z.ZodString;
@@ -853,7 +853,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
853
853
  center: "center";
854
854
  justify: "justify";
855
855
  }>>>;
856
- nextButtonLabel: z.ZodOptional<z.ZodString>;
856
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
857
857
  type: z.ZodLiteral<"matrix_multiple_choice">;
858
858
  rows: z.ZodArray<z.ZodObject<{
859
859
  id: z.ZodString;
@@ -923,7 +923,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
923
923
  center: "center";
924
924
  justify: "justify";
925
925
  }>>>;
926
- nextButtonLabel: z.ZodOptional<z.ZodString>;
926
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
927
927
  type: z.ZodLiteral<"single_choice">;
928
928
  displayStyle: z.ZodOptional<z.ZodEnum<{
929
929
  radio: "radio";
@@ -997,7 +997,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
997
997
  center: "center";
998
998
  justify: "justify";
999
999
  }>>>;
1000
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1000
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1001
1001
  type: z.ZodLiteral<"multiple_choice_multiple">;
1002
1002
  displayStyle: z.ZodOptional<z.ZodEnum<{
1003
1003
  list: "list";
@@ -1072,7 +1072,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
1072
1072
  center: "center";
1073
1073
  justify: "justify";
1074
1074
  }>>>;
1075
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1075
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1076
1076
  type: z.ZodLiteral<"nps">;
1077
1077
  min: z.ZodLiteral<0>;
1078
1078
  max: z.ZodLiteral<10>;
@@ -1132,7 +1132,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
1132
1132
  center: "center";
1133
1133
  justify: "justify";
1134
1134
  }>>>;
1135
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1135
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1136
1136
  type: z.ZodLiteral<"short_answer">;
1137
1137
  maxCharacters: z.ZodOptional<z.ZodNumber>;
1138
1138
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -1195,7 +1195,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
1195
1195
  center: "center";
1196
1196
  justify: "justify";
1197
1197
  }>>>;
1198
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1198
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1199
1199
  type: z.ZodLiteral<"long_text">;
1200
1200
  maxCharacters: z.ZodOptional<z.ZodNumber>;
1201
1201
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -1257,7 +1257,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
1257
1257
  center: "center";
1258
1258
  justify: "justify";
1259
1259
  }>>>;
1260
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1260
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1261
1261
  type: z.ZodLiteral<"nested_selection">;
1262
1262
  placeholder: z.ZodOptional<z.ZodString>;
1263
1263
  options: z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
@@ -1364,7 +1364,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1364
1364
  center: "center";
1365
1365
  justify: "justify";
1366
1366
  }>>>;
1367
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1367
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1368
1368
  type: z.ZodLiteral<"rating">;
1369
1369
  showLabels: z.ZodOptional<z.ZodBoolean>;
1370
1370
  minLabel: z.ZodOptional<z.ZodString>;
@@ -1436,7 +1436,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1436
1436
  center: "center";
1437
1437
  justify: "justify";
1438
1438
  }>>>;
1439
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1439
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1440
1440
  type: z.ZodLiteral<"annotation">;
1441
1441
  annotationText: z.ZodOptional<z.ZodString>;
1442
1442
  noAnnotationText: z.ZodOptional<z.ZodString>;
@@ -1490,7 +1490,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1490
1490
  center: "center";
1491
1491
  justify: "justify";
1492
1492
  }>>>;
1493
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1493
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1494
1494
  type: z.ZodLiteral<"welcome">;
1495
1495
  title: z.ZodString;
1496
1496
  description: z.ZodOptional<z.ZodString>;
@@ -1545,7 +1545,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1545
1545
  center: "center";
1546
1546
  justify: "justify";
1547
1547
  }>>>;
1548
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1548
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1549
1549
  type: z.ZodLiteral<"thank_you">;
1550
1550
  title: z.ZodString;
1551
1551
  description: z.ZodOptional<z.ZodString>;
@@ -1600,7 +1600,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1600
1600
  center: "center";
1601
1601
  justify: "justify";
1602
1602
  }>>>;
1603
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1603
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1604
1604
  type: z.ZodLiteral<"message_panel">;
1605
1605
  title: z.ZodString;
1606
1606
  description: z.ZodOptional<z.ZodString>;
@@ -1657,7 +1657,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1657
1657
  center: "center";
1658
1658
  justify: "justify";
1659
1659
  }>>>;
1660
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1660
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1661
1661
  type: z.ZodLiteral<"exit_form">;
1662
1662
  }, z.core.$strip>, z.ZodObject<{
1663
1663
  id: z.ZodString;
@@ -1711,7 +1711,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1711
1711
  center: "center";
1712
1712
  justify: "justify";
1713
1713
  }>>>;
1714
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1714
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1715
1715
  type: z.ZodLiteral<"yes_no">;
1716
1716
  yesLabel: z.ZodOptional<z.ZodString>;
1717
1717
  noLabel: z.ZodOptional<z.ZodString>;
@@ -1771,7 +1771,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1771
1771
  center: "center";
1772
1772
  justify: "justify";
1773
1773
  }>>>;
1774
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1774
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1775
1775
  type: z.ZodLiteral<"consent">;
1776
1776
  }, z.core.$strip>, z.ZodObject<{
1777
1777
  id: z.ZodString;
@@ -1825,7 +1825,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1825
1825
  center: "center";
1826
1826
  justify: "justify";
1827
1827
  }>>>;
1828
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1828
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1829
1829
  type: z.ZodLiteral<"rating_matrix">;
1830
1830
  statements: z.ZodArray<z.ZodObject<{
1831
1831
  id: z.ZodString;
@@ -1918,7 +1918,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1918
1918
  center: "center";
1919
1919
  justify: "justify";
1920
1920
  }>>>;
1921
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1921
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1922
1922
  type: z.ZodLiteral<"matrix_single_choice">;
1923
1923
  rows: z.ZodArray<z.ZodObject<{
1924
1924
  id: z.ZodString;
@@ -1986,7 +1986,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
1986
1986
  center: "center";
1987
1987
  justify: "justify";
1988
1988
  }>>>;
1989
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1989
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1990
1990
  type: z.ZodLiteral<"matrix_multiple_choice">;
1991
1991
  rows: z.ZodArray<z.ZodObject<{
1992
1992
  id: z.ZodString;
@@ -2056,7 +2056,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
2056
2056
  center: "center";
2057
2057
  justify: "justify";
2058
2058
  }>>>;
2059
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2059
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2060
2060
  type: z.ZodLiteral<"single_choice">;
2061
2061
  displayStyle: z.ZodOptional<z.ZodEnum<{
2062
2062
  radio: "radio";
@@ -2130,7 +2130,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
2130
2130
  center: "center";
2131
2131
  justify: "justify";
2132
2132
  }>>>;
2133
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2133
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2134
2134
  type: z.ZodLiteral<"multiple_choice_multiple">;
2135
2135
  displayStyle: z.ZodOptional<z.ZodEnum<{
2136
2136
  list: "list";
@@ -2205,7 +2205,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
2205
2205
  center: "center";
2206
2206
  justify: "justify";
2207
2207
  }>>>;
2208
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2208
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2209
2209
  type: z.ZodLiteral<"nps">;
2210
2210
  min: z.ZodLiteral<0>;
2211
2211
  max: z.ZodLiteral<10>;
@@ -2265,7 +2265,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
2265
2265
  center: "center";
2266
2266
  justify: "justify";
2267
2267
  }>>>;
2268
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2268
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2269
2269
  type: z.ZodLiteral<"short_answer">;
2270
2270
  maxCharacters: z.ZodOptional<z.ZodNumber>;
2271
2271
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -2328,7 +2328,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
2328
2328
  center: "center";
2329
2329
  justify: "justify";
2330
2330
  }>>>;
2331
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2331
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2332
2332
  type: z.ZodLiteral<"long_text">;
2333
2333
  maxCharacters: z.ZodOptional<z.ZodNumber>;
2334
2334
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -2390,7 +2390,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
2390
2390
  center: "center";
2391
2391
  justify: "justify";
2392
2392
  }>>>;
2393
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2393
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2394
2394
  type: z.ZodLiteral<"nested_selection">;
2395
2395
  placeholder: z.ZodOptional<z.ZodString>;
2396
2396
  options: z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
@@ -2526,6 +2526,1088 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
2526
2526
  "bottom-right": "bottom-right";
2527
2527
  }>;
2528
2528
  }, z.core.$strip>;
2529
+ sectionLayoutDefaults: z.ZodOptional<z.ZodObject<{
2530
+ inApp: z.ZodOptional<z.ZodObject<{
2531
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2532
+ type: z.ZodLiteral<"image">;
2533
+ href: z.ZodString;
2534
+ properties: z.ZodOptional<z.ZodObject<{
2535
+ description: z.ZodOptional<z.ZodString>;
2536
+ decorative: z.ZodDefault<z.ZodBoolean>;
2537
+ brightness: z.ZodOptional<z.ZodNumber>;
2538
+ focalPoint: z.ZodOptional<z.ZodObject<{
2539
+ x: z.ZodNumber;
2540
+ y: z.ZodNumber;
2541
+ }, z.core.$strip>>;
2542
+ }, z.core.$strip>>;
2543
+ }, z.core.$strip>, z.ZodObject<{
2544
+ type: z.ZodLiteral<"video">;
2545
+ href: z.ZodString;
2546
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2547
+ 1: "1";
2548
+ 0.4: "0.4";
2549
+ 0.6: "0.6";
2550
+ 0.8: "0.8";
2551
+ }>>>;
2552
+ properties: z.ZodOptional<z.ZodObject<{
2553
+ description: z.ZodOptional<z.ZodString>;
2554
+ decorative: z.ZodDefault<z.ZodBoolean>;
2555
+ }, z.core.$strip>>;
2556
+ }, z.core.$strip>, z.ZodObject<{
2557
+ type: z.ZodLiteral<"color">;
2558
+ value: z.ZodString;
2559
+ }, z.core.$strip>, z.ZodObject<{
2560
+ type: z.ZodLiteral<"gradient">;
2561
+ value: z.ZodString;
2562
+ }, z.core.$strip>], "type">>;
2563
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
2564
+ type: z.ZodLiteral<"stack">;
2565
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2566
+ type: z.ZodLiteral<"image">;
2567
+ href: z.ZodString;
2568
+ properties: z.ZodOptional<z.ZodObject<{
2569
+ description: z.ZodOptional<z.ZodString>;
2570
+ decorative: z.ZodDefault<z.ZodBoolean>;
2571
+ brightness: z.ZodOptional<z.ZodNumber>;
2572
+ focalPoint: z.ZodOptional<z.ZodObject<{
2573
+ x: z.ZodNumber;
2574
+ y: z.ZodNumber;
2575
+ }, z.core.$strip>>;
2576
+ }, z.core.$strip>>;
2577
+ }, z.core.$strip>, z.ZodObject<{
2578
+ type: z.ZodLiteral<"video">;
2579
+ href: z.ZodString;
2580
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2581
+ 1: "1";
2582
+ 0.4: "0.4";
2583
+ 0.6: "0.6";
2584
+ 0.8: "0.8";
2585
+ }>>>;
2586
+ properties: z.ZodOptional<z.ZodObject<{
2587
+ description: z.ZodOptional<z.ZodString>;
2588
+ decorative: z.ZodDefault<z.ZodBoolean>;
2589
+ }, z.core.$strip>>;
2590
+ }, z.core.$strip>, z.ZodObject<{
2591
+ type: z.ZodLiteral<"color">;
2592
+ value: z.ZodString;
2593
+ }, z.core.$strip>, z.ZodObject<{
2594
+ type: z.ZodLiteral<"gradient">;
2595
+ value: z.ZodString;
2596
+ }, z.core.$strip>], "type">>;
2597
+ }, z.core.$strip>, z.ZodObject<{
2598
+ type: z.ZodLiteral<"float">;
2599
+ placement: z.ZodEnum<{
2600
+ left: "left";
2601
+ right: "right";
2602
+ }>;
2603
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2604
+ type: z.ZodLiteral<"image">;
2605
+ href: z.ZodString;
2606
+ properties: z.ZodOptional<z.ZodObject<{
2607
+ description: z.ZodOptional<z.ZodString>;
2608
+ decorative: z.ZodDefault<z.ZodBoolean>;
2609
+ brightness: z.ZodOptional<z.ZodNumber>;
2610
+ focalPoint: z.ZodOptional<z.ZodObject<{
2611
+ x: z.ZodNumber;
2612
+ y: z.ZodNumber;
2613
+ }, z.core.$strip>>;
2614
+ }, z.core.$strip>>;
2615
+ }, z.core.$strip>, z.ZodObject<{
2616
+ type: z.ZodLiteral<"video">;
2617
+ href: z.ZodString;
2618
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2619
+ 1: "1";
2620
+ 0.4: "0.4";
2621
+ 0.6: "0.6";
2622
+ 0.8: "0.8";
2623
+ }>>>;
2624
+ properties: z.ZodOptional<z.ZodObject<{
2625
+ description: z.ZodOptional<z.ZodString>;
2626
+ decorative: z.ZodDefault<z.ZodBoolean>;
2627
+ }, z.core.$strip>>;
2628
+ }, z.core.$strip>, z.ZodObject<{
2629
+ type: z.ZodLiteral<"color">;
2630
+ value: z.ZodString;
2631
+ }, z.core.$strip>, z.ZodObject<{
2632
+ type: z.ZodLiteral<"gradient">;
2633
+ value: z.ZodString;
2634
+ }, z.core.$strip>], "type">>;
2635
+ }, z.core.$strip>, z.ZodObject<{
2636
+ type: z.ZodLiteral<"split">;
2637
+ placement: z.ZodEnum<{
2638
+ left: "left";
2639
+ right: "right";
2640
+ }>;
2641
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2642
+ type: z.ZodLiteral<"image">;
2643
+ href: z.ZodString;
2644
+ properties: z.ZodOptional<z.ZodObject<{
2645
+ description: z.ZodOptional<z.ZodString>;
2646
+ decorative: z.ZodDefault<z.ZodBoolean>;
2647
+ brightness: z.ZodOptional<z.ZodNumber>;
2648
+ focalPoint: z.ZodOptional<z.ZodObject<{
2649
+ x: z.ZodNumber;
2650
+ y: z.ZodNumber;
2651
+ }, z.core.$strip>>;
2652
+ }, z.core.$strip>>;
2653
+ }, z.core.$strip>, z.ZodObject<{
2654
+ type: z.ZodLiteral<"video">;
2655
+ href: z.ZodString;
2656
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2657
+ 1: "1";
2658
+ 0.4: "0.4";
2659
+ 0.6: "0.6";
2660
+ 0.8: "0.8";
2661
+ }>>>;
2662
+ properties: z.ZodOptional<z.ZodObject<{
2663
+ description: z.ZodOptional<z.ZodString>;
2664
+ decorative: z.ZodDefault<z.ZodBoolean>;
2665
+ }, z.core.$strip>>;
2666
+ }, z.core.$strip>, z.ZodObject<{
2667
+ type: z.ZodLiteral<"color">;
2668
+ value: z.ZodString;
2669
+ }, z.core.$strip>, z.ZodObject<{
2670
+ type: z.ZodLiteral<"gradient">;
2671
+ value: z.ZodString;
2672
+ }, z.core.$strip>], "type">>;
2673
+ }, z.core.$strip>, z.ZodObject<{
2674
+ type: z.ZodLiteral<"wallpaper">;
2675
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2676
+ type: z.ZodLiteral<"image">;
2677
+ href: z.ZodString;
2678
+ properties: z.ZodOptional<z.ZodObject<{
2679
+ description: z.ZodOptional<z.ZodString>;
2680
+ decorative: z.ZodDefault<z.ZodBoolean>;
2681
+ brightness: z.ZodOptional<z.ZodNumber>;
2682
+ focalPoint: z.ZodOptional<z.ZodObject<{
2683
+ x: z.ZodNumber;
2684
+ y: z.ZodNumber;
2685
+ }, z.core.$strip>>;
2686
+ }, z.core.$strip>>;
2687
+ }, z.core.$strip>, z.ZodObject<{
2688
+ type: z.ZodLiteral<"video">;
2689
+ href: z.ZodString;
2690
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2691
+ 1: "1";
2692
+ 0.4: "0.4";
2693
+ 0.6: "0.6";
2694
+ 0.8: "0.8";
2695
+ }>>>;
2696
+ properties: z.ZodOptional<z.ZodObject<{
2697
+ description: z.ZodOptional<z.ZodString>;
2698
+ decorative: z.ZodDefault<z.ZodBoolean>;
2699
+ }, z.core.$strip>>;
2700
+ }, z.core.$strip>, z.ZodObject<{
2701
+ type: z.ZodLiteral<"color">;
2702
+ value: z.ZodString;
2703
+ }, z.core.$strip>, z.ZodObject<{
2704
+ type: z.ZodLiteral<"gradient">;
2705
+ value: z.ZodString;
2706
+ }, z.core.$strip>], "type">>;
2707
+ }, z.core.$strip>], "type">;
2708
+ }, z.core.$strip>>;
2709
+ link: z.ZodOptional<z.ZodObject<{
2710
+ mobile: z.ZodOptional<z.ZodObject<{
2711
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2712
+ type: z.ZodLiteral<"image">;
2713
+ href: z.ZodString;
2714
+ properties: z.ZodOptional<z.ZodObject<{
2715
+ description: z.ZodOptional<z.ZodString>;
2716
+ decorative: z.ZodDefault<z.ZodBoolean>;
2717
+ brightness: z.ZodOptional<z.ZodNumber>;
2718
+ focalPoint: z.ZodOptional<z.ZodObject<{
2719
+ x: z.ZodNumber;
2720
+ y: z.ZodNumber;
2721
+ }, z.core.$strip>>;
2722
+ }, z.core.$strip>>;
2723
+ }, z.core.$strip>, z.ZodObject<{
2724
+ type: z.ZodLiteral<"video">;
2725
+ href: z.ZodString;
2726
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2727
+ 1: "1";
2728
+ 0.4: "0.4";
2729
+ 0.6: "0.6";
2730
+ 0.8: "0.8";
2731
+ }>>>;
2732
+ properties: z.ZodOptional<z.ZodObject<{
2733
+ description: z.ZodOptional<z.ZodString>;
2734
+ decorative: z.ZodDefault<z.ZodBoolean>;
2735
+ }, z.core.$strip>>;
2736
+ }, z.core.$strip>, z.ZodObject<{
2737
+ type: z.ZodLiteral<"color">;
2738
+ value: z.ZodString;
2739
+ }, z.core.$strip>, z.ZodObject<{
2740
+ type: z.ZodLiteral<"gradient">;
2741
+ value: z.ZodString;
2742
+ }, z.core.$strip>], "type">>;
2743
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
2744
+ type: z.ZodLiteral<"stack">;
2745
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2746
+ type: z.ZodLiteral<"image">;
2747
+ href: z.ZodString;
2748
+ properties: z.ZodOptional<z.ZodObject<{
2749
+ description: z.ZodOptional<z.ZodString>;
2750
+ decorative: z.ZodDefault<z.ZodBoolean>;
2751
+ brightness: z.ZodOptional<z.ZodNumber>;
2752
+ focalPoint: z.ZodOptional<z.ZodObject<{
2753
+ x: z.ZodNumber;
2754
+ y: z.ZodNumber;
2755
+ }, z.core.$strip>>;
2756
+ }, z.core.$strip>>;
2757
+ }, z.core.$strip>, z.ZodObject<{
2758
+ type: z.ZodLiteral<"video">;
2759
+ href: z.ZodString;
2760
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2761
+ 1: "1";
2762
+ 0.4: "0.4";
2763
+ 0.6: "0.6";
2764
+ 0.8: "0.8";
2765
+ }>>>;
2766
+ properties: z.ZodOptional<z.ZodObject<{
2767
+ description: z.ZodOptional<z.ZodString>;
2768
+ decorative: z.ZodDefault<z.ZodBoolean>;
2769
+ }, z.core.$strip>>;
2770
+ }, z.core.$strip>, z.ZodObject<{
2771
+ type: z.ZodLiteral<"color">;
2772
+ value: z.ZodString;
2773
+ }, z.core.$strip>, z.ZodObject<{
2774
+ type: z.ZodLiteral<"gradient">;
2775
+ value: z.ZodString;
2776
+ }, z.core.$strip>], "type">>;
2777
+ }, z.core.$strip>, z.ZodObject<{
2778
+ type: z.ZodLiteral<"float">;
2779
+ placement: z.ZodEnum<{
2780
+ left: "left";
2781
+ right: "right";
2782
+ }>;
2783
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2784
+ type: z.ZodLiteral<"image">;
2785
+ href: z.ZodString;
2786
+ properties: z.ZodOptional<z.ZodObject<{
2787
+ description: z.ZodOptional<z.ZodString>;
2788
+ decorative: z.ZodDefault<z.ZodBoolean>;
2789
+ brightness: z.ZodOptional<z.ZodNumber>;
2790
+ focalPoint: z.ZodOptional<z.ZodObject<{
2791
+ x: z.ZodNumber;
2792
+ y: z.ZodNumber;
2793
+ }, z.core.$strip>>;
2794
+ }, z.core.$strip>>;
2795
+ }, z.core.$strip>, z.ZodObject<{
2796
+ type: z.ZodLiteral<"video">;
2797
+ href: z.ZodString;
2798
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2799
+ 1: "1";
2800
+ 0.4: "0.4";
2801
+ 0.6: "0.6";
2802
+ 0.8: "0.8";
2803
+ }>>>;
2804
+ properties: z.ZodOptional<z.ZodObject<{
2805
+ description: z.ZodOptional<z.ZodString>;
2806
+ decorative: z.ZodDefault<z.ZodBoolean>;
2807
+ }, z.core.$strip>>;
2808
+ }, z.core.$strip>, z.ZodObject<{
2809
+ type: z.ZodLiteral<"color">;
2810
+ value: z.ZodString;
2811
+ }, z.core.$strip>, z.ZodObject<{
2812
+ type: z.ZodLiteral<"gradient">;
2813
+ value: z.ZodString;
2814
+ }, z.core.$strip>], "type">>;
2815
+ }, z.core.$strip>, z.ZodObject<{
2816
+ type: z.ZodLiteral<"split">;
2817
+ placement: z.ZodEnum<{
2818
+ left: "left";
2819
+ right: "right";
2820
+ }>;
2821
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2822
+ type: z.ZodLiteral<"image">;
2823
+ href: z.ZodString;
2824
+ properties: z.ZodOptional<z.ZodObject<{
2825
+ description: z.ZodOptional<z.ZodString>;
2826
+ decorative: z.ZodDefault<z.ZodBoolean>;
2827
+ brightness: z.ZodOptional<z.ZodNumber>;
2828
+ focalPoint: z.ZodOptional<z.ZodObject<{
2829
+ x: z.ZodNumber;
2830
+ y: z.ZodNumber;
2831
+ }, z.core.$strip>>;
2832
+ }, z.core.$strip>>;
2833
+ }, z.core.$strip>, z.ZodObject<{
2834
+ type: z.ZodLiteral<"video">;
2835
+ href: z.ZodString;
2836
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2837
+ 1: "1";
2838
+ 0.4: "0.4";
2839
+ 0.6: "0.6";
2840
+ 0.8: "0.8";
2841
+ }>>>;
2842
+ properties: z.ZodOptional<z.ZodObject<{
2843
+ description: z.ZodOptional<z.ZodString>;
2844
+ decorative: z.ZodDefault<z.ZodBoolean>;
2845
+ }, z.core.$strip>>;
2846
+ }, z.core.$strip>, z.ZodObject<{
2847
+ type: z.ZodLiteral<"color">;
2848
+ value: z.ZodString;
2849
+ }, z.core.$strip>, z.ZodObject<{
2850
+ type: z.ZodLiteral<"gradient">;
2851
+ value: z.ZodString;
2852
+ }, z.core.$strip>], "type">>;
2853
+ }, z.core.$strip>, z.ZodObject<{
2854
+ type: z.ZodLiteral<"wallpaper">;
2855
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2856
+ type: z.ZodLiteral<"image">;
2857
+ href: z.ZodString;
2858
+ properties: z.ZodOptional<z.ZodObject<{
2859
+ description: z.ZodOptional<z.ZodString>;
2860
+ decorative: z.ZodDefault<z.ZodBoolean>;
2861
+ brightness: z.ZodOptional<z.ZodNumber>;
2862
+ focalPoint: z.ZodOptional<z.ZodObject<{
2863
+ x: z.ZodNumber;
2864
+ y: z.ZodNumber;
2865
+ }, z.core.$strip>>;
2866
+ }, z.core.$strip>>;
2867
+ }, z.core.$strip>, z.ZodObject<{
2868
+ type: z.ZodLiteral<"video">;
2869
+ href: z.ZodString;
2870
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2871
+ 1: "1";
2872
+ 0.4: "0.4";
2873
+ 0.6: "0.6";
2874
+ 0.8: "0.8";
2875
+ }>>>;
2876
+ properties: z.ZodOptional<z.ZodObject<{
2877
+ description: z.ZodOptional<z.ZodString>;
2878
+ decorative: z.ZodDefault<z.ZodBoolean>;
2879
+ }, z.core.$strip>>;
2880
+ }, z.core.$strip>, z.ZodObject<{
2881
+ type: z.ZodLiteral<"color">;
2882
+ value: z.ZodString;
2883
+ }, z.core.$strip>, z.ZodObject<{
2884
+ type: z.ZodLiteral<"gradient">;
2885
+ value: z.ZodString;
2886
+ }, z.core.$strip>], "type">>;
2887
+ }, z.core.$strip>], "type">;
2888
+ }, z.core.$strip>>;
2889
+ others: z.ZodOptional<z.ZodObject<{
2890
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2891
+ type: z.ZodLiteral<"image">;
2892
+ href: z.ZodString;
2893
+ properties: z.ZodOptional<z.ZodObject<{
2894
+ description: z.ZodOptional<z.ZodString>;
2895
+ decorative: z.ZodDefault<z.ZodBoolean>;
2896
+ brightness: z.ZodOptional<z.ZodNumber>;
2897
+ focalPoint: z.ZodOptional<z.ZodObject<{
2898
+ x: z.ZodNumber;
2899
+ y: z.ZodNumber;
2900
+ }, z.core.$strip>>;
2901
+ }, z.core.$strip>>;
2902
+ }, z.core.$strip>, z.ZodObject<{
2903
+ type: z.ZodLiteral<"video">;
2904
+ href: z.ZodString;
2905
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2906
+ 1: "1";
2907
+ 0.4: "0.4";
2908
+ 0.6: "0.6";
2909
+ 0.8: "0.8";
2910
+ }>>>;
2911
+ properties: z.ZodOptional<z.ZodObject<{
2912
+ description: z.ZodOptional<z.ZodString>;
2913
+ decorative: z.ZodDefault<z.ZodBoolean>;
2914
+ }, z.core.$strip>>;
2915
+ }, z.core.$strip>, z.ZodObject<{
2916
+ type: z.ZodLiteral<"color">;
2917
+ value: z.ZodString;
2918
+ }, z.core.$strip>, z.ZodObject<{
2919
+ type: z.ZodLiteral<"gradient">;
2920
+ value: z.ZodString;
2921
+ }, z.core.$strip>], "type">>;
2922
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
2923
+ type: z.ZodLiteral<"stack">;
2924
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2925
+ type: z.ZodLiteral<"image">;
2926
+ href: z.ZodString;
2927
+ properties: z.ZodOptional<z.ZodObject<{
2928
+ description: z.ZodOptional<z.ZodString>;
2929
+ decorative: z.ZodDefault<z.ZodBoolean>;
2930
+ brightness: z.ZodOptional<z.ZodNumber>;
2931
+ focalPoint: z.ZodOptional<z.ZodObject<{
2932
+ x: z.ZodNumber;
2933
+ y: z.ZodNumber;
2934
+ }, z.core.$strip>>;
2935
+ }, z.core.$strip>>;
2936
+ }, z.core.$strip>, z.ZodObject<{
2937
+ type: z.ZodLiteral<"video">;
2938
+ href: z.ZodString;
2939
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2940
+ 1: "1";
2941
+ 0.4: "0.4";
2942
+ 0.6: "0.6";
2943
+ 0.8: "0.8";
2944
+ }>>>;
2945
+ properties: z.ZodOptional<z.ZodObject<{
2946
+ description: z.ZodOptional<z.ZodString>;
2947
+ decorative: z.ZodDefault<z.ZodBoolean>;
2948
+ }, z.core.$strip>>;
2949
+ }, z.core.$strip>, z.ZodObject<{
2950
+ type: z.ZodLiteral<"color">;
2951
+ value: z.ZodString;
2952
+ }, z.core.$strip>, z.ZodObject<{
2953
+ type: z.ZodLiteral<"gradient">;
2954
+ value: z.ZodString;
2955
+ }, z.core.$strip>], "type">>;
2956
+ }, z.core.$strip>, z.ZodObject<{
2957
+ type: z.ZodLiteral<"float">;
2958
+ placement: z.ZodEnum<{
2959
+ left: "left";
2960
+ right: "right";
2961
+ }>;
2962
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2963
+ type: z.ZodLiteral<"image">;
2964
+ href: z.ZodString;
2965
+ properties: z.ZodOptional<z.ZodObject<{
2966
+ description: z.ZodOptional<z.ZodString>;
2967
+ decorative: z.ZodDefault<z.ZodBoolean>;
2968
+ brightness: z.ZodOptional<z.ZodNumber>;
2969
+ focalPoint: z.ZodOptional<z.ZodObject<{
2970
+ x: z.ZodNumber;
2971
+ y: z.ZodNumber;
2972
+ }, z.core.$strip>>;
2973
+ }, z.core.$strip>>;
2974
+ }, z.core.$strip>, z.ZodObject<{
2975
+ type: z.ZodLiteral<"video">;
2976
+ href: z.ZodString;
2977
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
2978
+ 1: "1";
2979
+ 0.4: "0.4";
2980
+ 0.6: "0.6";
2981
+ 0.8: "0.8";
2982
+ }>>>;
2983
+ properties: z.ZodOptional<z.ZodObject<{
2984
+ description: z.ZodOptional<z.ZodString>;
2985
+ decorative: z.ZodDefault<z.ZodBoolean>;
2986
+ }, z.core.$strip>>;
2987
+ }, z.core.$strip>, z.ZodObject<{
2988
+ type: z.ZodLiteral<"color">;
2989
+ value: z.ZodString;
2990
+ }, z.core.$strip>, z.ZodObject<{
2991
+ type: z.ZodLiteral<"gradient">;
2992
+ value: z.ZodString;
2993
+ }, z.core.$strip>], "type">>;
2994
+ }, z.core.$strip>, z.ZodObject<{
2995
+ type: z.ZodLiteral<"split">;
2996
+ placement: z.ZodEnum<{
2997
+ left: "left";
2998
+ right: "right";
2999
+ }>;
3000
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3001
+ type: z.ZodLiteral<"image">;
3002
+ href: z.ZodString;
3003
+ properties: z.ZodOptional<z.ZodObject<{
3004
+ description: z.ZodOptional<z.ZodString>;
3005
+ decorative: z.ZodDefault<z.ZodBoolean>;
3006
+ brightness: z.ZodOptional<z.ZodNumber>;
3007
+ focalPoint: z.ZodOptional<z.ZodObject<{
3008
+ x: z.ZodNumber;
3009
+ y: z.ZodNumber;
3010
+ }, z.core.$strip>>;
3011
+ }, z.core.$strip>>;
3012
+ }, z.core.$strip>, z.ZodObject<{
3013
+ type: z.ZodLiteral<"video">;
3014
+ href: z.ZodString;
3015
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3016
+ 1: "1";
3017
+ 0.4: "0.4";
3018
+ 0.6: "0.6";
3019
+ 0.8: "0.8";
3020
+ }>>>;
3021
+ properties: z.ZodOptional<z.ZodObject<{
3022
+ description: z.ZodOptional<z.ZodString>;
3023
+ decorative: z.ZodDefault<z.ZodBoolean>;
3024
+ }, z.core.$strip>>;
3025
+ }, z.core.$strip>, z.ZodObject<{
3026
+ type: z.ZodLiteral<"color">;
3027
+ value: z.ZodString;
3028
+ }, z.core.$strip>, z.ZodObject<{
3029
+ type: z.ZodLiteral<"gradient">;
3030
+ value: z.ZodString;
3031
+ }, z.core.$strip>], "type">>;
3032
+ }, z.core.$strip>, z.ZodObject<{
3033
+ type: z.ZodLiteral<"wallpaper">;
3034
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3035
+ type: z.ZodLiteral<"image">;
3036
+ href: z.ZodString;
3037
+ properties: z.ZodOptional<z.ZodObject<{
3038
+ description: z.ZodOptional<z.ZodString>;
3039
+ decorative: z.ZodDefault<z.ZodBoolean>;
3040
+ brightness: z.ZodOptional<z.ZodNumber>;
3041
+ focalPoint: z.ZodOptional<z.ZodObject<{
3042
+ x: z.ZodNumber;
3043
+ y: z.ZodNumber;
3044
+ }, z.core.$strip>>;
3045
+ }, z.core.$strip>>;
3046
+ }, z.core.$strip>, z.ZodObject<{
3047
+ type: z.ZodLiteral<"video">;
3048
+ href: z.ZodString;
3049
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3050
+ 1: "1";
3051
+ 0.4: "0.4";
3052
+ 0.6: "0.6";
3053
+ 0.8: "0.8";
3054
+ }>>>;
3055
+ properties: z.ZodOptional<z.ZodObject<{
3056
+ description: z.ZodOptional<z.ZodString>;
3057
+ decorative: z.ZodDefault<z.ZodBoolean>;
3058
+ }, z.core.$strip>>;
3059
+ }, z.core.$strip>, z.ZodObject<{
3060
+ type: z.ZodLiteral<"color">;
3061
+ value: z.ZodString;
3062
+ }, z.core.$strip>, z.ZodObject<{
3063
+ type: z.ZodLiteral<"gradient">;
3064
+ value: z.ZodString;
3065
+ }, z.core.$strip>], "type">>;
3066
+ }, z.core.$strip>], "type">;
3067
+ }, z.core.$strip>>;
3068
+ }, z.core.$strip>>;
3069
+ }, z.core.$strip>>;
3070
+ sectionLayouts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3071
+ inApp: z.ZodOptional<z.ZodObject<{
3072
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3073
+ type: z.ZodLiteral<"image">;
3074
+ href: z.ZodString;
3075
+ properties: z.ZodOptional<z.ZodObject<{
3076
+ description: z.ZodOptional<z.ZodString>;
3077
+ decorative: z.ZodDefault<z.ZodBoolean>;
3078
+ brightness: z.ZodOptional<z.ZodNumber>;
3079
+ focalPoint: z.ZodOptional<z.ZodObject<{
3080
+ x: z.ZodNumber;
3081
+ y: z.ZodNumber;
3082
+ }, z.core.$strip>>;
3083
+ }, z.core.$strip>>;
3084
+ }, z.core.$strip>, z.ZodObject<{
3085
+ type: z.ZodLiteral<"video">;
3086
+ href: z.ZodString;
3087
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3088
+ 1: "1";
3089
+ 0.4: "0.4";
3090
+ 0.6: "0.6";
3091
+ 0.8: "0.8";
3092
+ }>>>;
3093
+ properties: z.ZodOptional<z.ZodObject<{
3094
+ description: z.ZodOptional<z.ZodString>;
3095
+ decorative: z.ZodDefault<z.ZodBoolean>;
3096
+ }, z.core.$strip>>;
3097
+ }, z.core.$strip>, z.ZodObject<{
3098
+ type: z.ZodLiteral<"color">;
3099
+ value: z.ZodString;
3100
+ }, z.core.$strip>, z.ZodObject<{
3101
+ type: z.ZodLiteral<"gradient">;
3102
+ value: z.ZodString;
3103
+ }, z.core.$strip>], "type">>;
3104
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
3105
+ type: z.ZodLiteral<"stack">;
3106
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3107
+ type: z.ZodLiteral<"image">;
3108
+ href: z.ZodString;
3109
+ properties: z.ZodOptional<z.ZodObject<{
3110
+ description: z.ZodOptional<z.ZodString>;
3111
+ decorative: z.ZodDefault<z.ZodBoolean>;
3112
+ brightness: z.ZodOptional<z.ZodNumber>;
3113
+ focalPoint: z.ZodOptional<z.ZodObject<{
3114
+ x: z.ZodNumber;
3115
+ y: z.ZodNumber;
3116
+ }, z.core.$strip>>;
3117
+ }, z.core.$strip>>;
3118
+ }, z.core.$strip>, z.ZodObject<{
3119
+ type: z.ZodLiteral<"video">;
3120
+ href: z.ZodString;
3121
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3122
+ 1: "1";
3123
+ 0.4: "0.4";
3124
+ 0.6: "0.6";
3125
+ 0.8: "0.8";
3126
+ }>>>;
3127
+ properties: z.ZodOptional<z.ZodObject<{
3128
+ description: z.ZodOptional<z.ZodString>;
3129
+ decorative: z.ZodDefault<z.ZodBoolean>;
3130
+ }, z.core.$strip>>;
3131
+ }, z.core.$strip>, z.ZodObject<{
3132
+ type: z.ZodLiteral<"color">;
3133
+ value: z.ZodString;
3134
+ }, z.core.$strip>, z.ZodObject<{
3135
+ type: z.ZodLiteral<"gradient">;
3136
+ value: z.ZodString;
3137
+ }, z.core.$strip>], "type">>;
3138
+ }, z.core.$strip>, z.ZodObject<{
3139
+ type: z.ZodLiteral<"float">;
3140
+ placement: z.ZodEnum<{
3141
+ left: "left";
3142
+ right: "right";
3143
+ }>;
3144
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3145
+ type: z.ZodLiteral<"image">;
3146
+ href: z.ZodString;
3147
+ properties: z.ZodOptional<z.ZodObject<{
3148
+ description: z.ZodOptional<z.ZodString>;
3149
+ decorative: z.ZodDefault<z.ZodBoolean>;
3150
+ brightness: z.ZodOptional<z.ZodNumber>;
3151
+ focalPoint: z.ZodOptional<z.ZodObject<{
3152
+ x: z.ZodNumber;
3153
+ y: z.ZodNumber;
3154
+ }, z.core.$strip>>;
3155
+ }, z.core.$strip>>;
3156
+ }, z.core.$strip>, z.ZodObject<{
3157
+ type: z.ZodLiteral<"video">;
3158
+ href: z.ZodString;
3159
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3160
+ 1: "1";
3161
+ 0.4: "0.4";
3162
+ 0.6: "0.6";
3163
+ 0.8: "0.8";
3164
+ }>>>;
3165
+ properties: z.ZodOptional<z.ZodObject<{
3166
+ description: z.ZodOptional<z.ZodString>;
3167
+ decorative: z.ZodDefault<z.ZodBoolean>;
3168
+ }, z.core.$strip>>;
3169
+ }, z.core.$strip>, z.ZodObject<{
3170
+ type: z.ZodLiteral<"color">;
3171
+ value: z.ZodString;
3172
+ }, z.core.$strip>, z.ZodObject<{
3173
+ type: z.ZodLiteral<"gradient">;
3174
+ value: z.ZodString;
3175
+ }, z.core.$strip>], "type">>;
3176
+ }, z.core.$strip>, z.ZodObject<{
3177
+ type: z.ZodLiteral<"split">;
3178
+ placement: z.ZodEnum<{
3179
+ left: "left";
3180
+ right: "right";
3181
+ }>;
3182
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3183
+ type: z.ZodLiteral<"image">;
3184
+ href: z.ZodString;
3185
+ properties: z.ZodOptional<z.ZodObject<{
3186
+ description: z.ZodOptional<z.ZodString>;
3187
+ decorative: z.ZodDefault<z.ZodBoolean>;
3188
+ brightness: z.ZodOptional<z.ZodNumber>;
3189
+ focalPoint: z.ZodOptional<z.ZodObject<{
3190
+ x: z.ZodNumber;
3191
+ y: z.ZodNumber;
3192
+ }, z.core.$strip>>;
3193
+ }, z.core.$strip>>;
3194
+ }, z.core.$strip>, z.ZodObject<{
3195
+ type: z.ZodLiteral<"video">;
3196
+ href: z.ZodString;
3197
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3198
+ 1: "1";
3199
+ 0.4: "0.4";
3200
+ 0.6: "0.6";
3201
+ 0.8: "0.8";
3202
+ }>>>;
3203
+ properties: z.ZodOptional<z.ZodObject<{
3204
+ description: z.ZodOptional<z.ZodString>;
3205
+ decorative: z.ZodDefault<z.ZodBoolean>;
3206
+ }, z.core.$strip>>;
3207
+ }, z.core.$strip>, z.ZodObject<{
3208
+ type: z.ZodLiteral<"color">;
3209
+ value: z.ZodString;
3210
+ }, z.core.$strip>, z.ZodObject<{
3211
+ type: z.ZodLiteral<"gradient">;
3212
+ value: z.ZodString;
3213
+ }, z.core.$strip>], "type">>;
3214
+ }, z.core.$strip>, z.ZodObject<{
3215
+ type: z.ZodLiteral<"wallpaper">;
3216
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3217
+ type: z.ZodLiteral<"image">;
3218
+ href: z.ZodString;
3219
+ properties: z.ZodOptional<z.ZodObject<{
3220
+ description: z.ZodOptional<z.ZodString>;
3221
+ decorative: z.ZodDefault<z.ZodBoolean>;
3222
+ brightness: z.ZodOptional<z.ZodNumber>;
3223
+ focalPoint: z.ZodOptional<z.ZodObject<{
3224
+ x: z.ZodNumber;
3225
+ y: z.ZodNumber;
3226
+ }, z.core.$strip>>;
3227
+ }, z.core.$strip>>;
3228
+ }, z.core.$strip>, z.ZodObject<{
3229
+ type: z.ZodLiteral<"video">;
3230
+ href: z.ZodString;
3231
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3232
+ 1: "1";
3233
+ 0.4: "0.4";
3234
+ 0.6: "0.6";
3235
+ 0.8: "0.8";
3236
+ }>>>;
3237
+ properties: z.ZodOptional<z.ZodObject<{
3238
+ description: z.ZodOptional<z.ZodString>;
3239
+ decorative: z.ZodDefault<z.ZodBoolean>;
3240
+ }, z.core.$strip>>;
3241
+ }, z.core.$strip>, z.ZodObject<{
3242
+ type: z.ZodLiteral<"color">;
3243
+ value: z.ZodString;
3244
+ }, z.core.$strip>, z.ZodObject<{
3245
+ type: z.ZodLiteral<"gradient">;
3246
+ value: z.ZodString;
3247
+ }, z.core.$strip>], "type">>;
3248
+ }, z.core.$strip>], "type">;
3249
+ }, z.core.$strip>>;
3250
+ link: z.ZodOptional<z.ZodObject<{
3251
+ mobile: z.ZodOptional<z.ZodObject<{
3252
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3253
+ type: z.ZodLiteral<"image">;
3254
+ href: z.ZodString;
3255
+ properties: z.ZodOptional<z.ZodObject<{
3256
+ description: z.ZodOptional<z.ZodString>;
3257
+ decorative: z.ZodDefault<z.ZodBoolean>;
3258
+ brightness: z.ZodOptional<z.ZodNumber>;
3259
+ focalPoint: z.ZodOptional<z.ZodObject<{
3260
+ x: z.ZodNumber;
3261
+ y: z.ZodNumber;
3262
+ }, z.core.$strip>>;
3263
+ }, z.core.$strip>>;
3264
+ }, z.core.$strip>, z.ZodObject<{
3265
+ type: z.ZodLiteral<"video">;
3266
+ href: z.ZodString;
3267
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3268
+ 1: "1";
3269
+ 0.4: "0.4";
3270
+ 0.6: "0.6";
3271
+ 0.8: "0.8";
3272
+ }>>>;
3273
+ properties: z.ZodOptional<z.ZodObject<{
3274
+ description: z.ZodOptional<z.ZodString>;
3275
+ decorative: z.ZodDefault<z.ZodBoolean>;
3276
+ }, z.core.$strip>>;
3277
+ }, z.core.$strip>, z.ZodObject<{
3278
+ type: z.ZodLiteral<"color">;
3279
+ value: z.ZodString;
3280
+ }, z.core.$strip>, z.ZodObject<{
3281
+ type: z.ZodLiteral<"gradient">;
3282
+ value: z.ZodString;
3283
+ }, z.core.$strip>], "type">>;
3284
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
3285
+ type: z.ZodLiteral<"stack">;
3286
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3287
+ type: z.ZodLiteral<"image">;
3288
+ href: z.ZodString;
3289
+ properties: z.ZodOptional<z.ZodObject<{
3290
+ description: z.ZodOptional<z.ZodString>;
3291
+ decorative: z.ZodDefault<z.ZodBoolean>;
3292
+ brightness: z.ZodOptional<z.ZodNumber>;
3293
+ focalPoint: z.ZodOptional<z.ZodObject<{
3294
+ x: z.ZodNumber;
3295
+ y: z.ZodNumber;
3296
+ }, z.core.$strip>>;
3297
+ }, z.core.$strip>>;
3298
+ }, z.core.$strip>, z.ZodObject<{
3299
+ type: z.ZodLiteral<"video">;
3300
+ href: z.ZodString;
3301
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3302
+ 1: "1";
3303
+ 0.4: "0.4";
3304
+ 0.6: "0.6";
3305
+ 0.8: "0.8";
3306
+ }>>>;
3307
+ properties: z.ZodOptional<z.ZodObject<{
3308
+ description: z.ZodOptional<z.ZodString>;
3309
+ decorative: z.ZodDefault<z.ZodBoolean>;
3310
+ }, z.core.$strip>>;
3311
+ }, z.core.$strip>, z.ZodObject<{
3312
+ type: z.ZodLiteral<"color">;
3313
+ value: z.ZodString;
3314
+ }, z.core.$strip>, z.ZodObject<{
3315
+ type: z.ZodLiteral<"gradient">;
3316
+ value: z.ZodString;
3317
+ }, z.core.$strip>], "type">>;
3318
+ }, z.core.$strip>, z.ZodObject<{
3319
+ type: z.ZodLiteral<"float">;
3320
+ placement: z.ZodEnum<{
3321
+ left: "left";
3322
+ right: "right";
3323
+ }>;
3324
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3325
+ type: z.ZodLiteral<"image">;
3326
+ href: z.ZodString;
3327
+ properties: z.ZodOptional<z.ZodObject<{
3328
+ description: z.ZodOptional<z.ZodString>;
3329
+ decorative: z.ZodDefault<z.ZodBoolean>;
3330
+ brightness: z.ZodOptional<z.ZodNumber>;
3331
+ focalPoint: z.ZodOptional<z.ZodObject<{
3332
+ x: z.ZodNumber;
3333
+ y: z.ZodNumber;
3334
+ }, z.core.$strip>>;
3335
+ }, z.core.$strip>>;
3336
+ }, z.core.$strip>, z.ZodObject<{
3337
+ type: z.ZodLiteral<"video">;
3338
+ href: z.ZodString;
3339
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3340
+ 1: "1";
3341
+ 0.4: "0.4";
3342
+ 0.6: "0.6";
3343
+ 0.8: "0.8";
3344
+ }>>>;
3345
+ properties: z.ZodOptional<z.ZodObject<{
3346
+ description: z.ZodOptional<z.ZodString>;
3347
+ decorative: z.ZodDefault<z.ZodBoolean>;
3348
+ }, z.core.$strip>>;
3349
+ }, z.core.$strip>, z.ZodObject<{
3350
+ type: z.ZodLiteral<"color">;
3351
+ value: z.ZodString;
3352
+ }, z.core.$strip>, z.ZodObject<{
3353
+ type: z.ZodLiteral<"gradient">;
3354
+ value: z.ZodString;
3355
+ }, z.core.$strip>], "type">>;
3356
+ }, z.core.$strip>, z.ZodObject<{
3357
+ type: z.ZodLiteral<"split">;
3358
+ placement: z.ZodEnum<{
3359
+ left: "left";
3360
+ right: "right";
3361
+ }>;
3362
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3363
+ type: z.ZodLiteral<"image">;
3364
+ href: z.ZodString;
3365
+ properties: z.ZodOptional<z.ZodObject<{
3366
+ description: z.ZodOptional<z.ZodString>;
3367
+ decorative: z.ZodDefault<z.ZodBoolean>;
3368
+ brightness: z.ZodOptional<z.ZodNumber>;
3369
+ focalPoint: z.ZodOptional<z.ZodObject<{
3370
+ x: z.ZodNumber;
3371
+ y: z.ZodNumber;
3372
+ }, z.core.$strip>>;
3373
+ }, z.core.$strip>>;
3374
+ }, z.core.$strip>, z.ZodObject<{
3375
+ type: z.ZodLiteral<"video">;
3376
+ href: z.ZodString;
3377
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3378
+ 1: "1";
3379
+ 0.4: "0.4";
3380
+ 0.6: "0.6";
3381
+ 0.8: "0.8";
3382
+ }>>>;
3383
+ properties: z.ZodOptional<z.ZodObject<{
3384
+ description: z.ZodOptional<z.ZodString>;
3385
+ decorative: z.ZodDefault<z.ZodBoolean>;
3386
+ }, z.core.$strip>>;
3387
+ }, z.core.$strip>, z.ZodObject<{
3388
+ type: z.ZodLiteral<"color">;
3389
+ value: z.ZodString;
3390
+ }, z.core.$strip>, z.ZodObject<{
3391
+ type: z.ZodLiteral<"gradient">;
3392
+ value: z.ZodString;
3393
+ }, z.core.$strip>], "type">>;
3394
+ }, z.core.$strip>, z.ZodObject<{
3395
+ type: z.ZodLiteral<"wallpaper">;
3396
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3397
+ type: z.ZodLiteral<"image">;
3398
+ href: z.ZodString;
3399
+ properties: z.ZodOptional<z.ZodObject<{
3400
+ description: z.ZodOptional<z.ZodString>;
3401
+ decorative: z.ZodDefault<z.ZodBoolean>;
3402
+ brightness: z.ZodOptional<z.ZodNumber>;
3403
+ focalPoint: z.ZodOptional<z.ZodObject<{
3404
+ x: z.ZodNumber;
3405
+ y: z.ZodNumber;
3406
+ }, z.core.$strip>>;
3407
+ }, z.core.$strip>>;
3408
+ }, z.core.$strip>, z.ZodObject<{
3409
+ type: z.ZodLiteral<"video">;
3410
+ href: z.ZodString;
3411
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3412
+ 1: "1";
3413
+ 0.4: "0.4";
3414
+ 0.6: "0.6";
3415
+ 0.8: "0.8";
3416
+ }>>>;
3417
+ properties: z.ZodOptional<z.ZodObject<{
3418
+ description: z.ZodOptional<z.ZodString>;
3419
+ decorative: z.ZodDefault<z.ZodBoolean>;
3420
+ }, z.core.$strip>>;
3421
+ }, z.core.$strip>, z.ZodObject<{
3422
+ type: z.ZodLiteral<"color">;
3423
+ value: z.ZodString;
3424
+ }, z.core.$strip>, z.ZodObject<{
3425
+ type: z.ZodLiteral<"gradient">;
3426
+ value: z.ZodString;
3427
+ }, z.core.$strip>], "type">>;
3428
+ }, z.core.$strip>], "type">;
3429
+ }, z.core.$strip>>;
3430
+ others: z.ZodOptional<z.ZodObject<{
3431
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3432
+ type: z.ZodLiteral<"image">;
3433
+ href: z.ZodString;
3434
+ properties: z.ZodOptional<z.ZodObject<{
3435
+ description: z.ZodOptional<z.ZodString>;
3436
+ decorative: z.ZodDefault<z.ZodBoolean>;
3437
+ brightness: z.ZodOptional<z.ZodNumber>;
3438
+ focalPoint: z.ZodOptional<z.ZodObject<{
3439
+ x: z.ZodNumber;
3440
+ y: z.ZodNumber;
3441
+ }, z.core.$strip>>;
3442
+ }, z.core.$strip>>;
3443
+ }, z.core.$strip>, z.ZodObject<{
3444
+ type: z.ZodLiteral<"video">;
3445
+ href: z.ZodString;
3446
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3447
+ 1: "1";
3448
+ 0.4: "0.4";
3449
+ 0.6: "0.6";
3450
+ 0.8: "0.8";
3451
+ }>>>;
3452
+ properties: z.ZodOptional<z.ZodObject<{
3453
+ description: z.ZodOptional<z.ZodString>;
3454
+ decorative: z.ZodDefault<z.ZodBoolean>;
3455
+ }, z.core.$strip>>;
3456
+ }, z.core.$strip>, z.ZodObject<{
3457
+ type: z.ZodLiteral<"color">;
3458
+ value: z.ZodString;
3459
+ }, z.core.$strip>, z.ZodObject<{
3460
+ type: z.ZodLiteral<"gradient">;
3461
+ value: z.ZodString;
3462
+ }, z.core.$strip>], "type">>;
3463
+ layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
3464
+ type: z.ZodLiteral<"stack">;
3465
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3466
+ type: z.ZodLiteral<"image">;
3467
+ href: z.ZodString;
3468
+ properties: z.ZodOptional<z.ZodObject<{
3469
+ description: z.ZodOptional<z.ZodString>;
3470
+ decorative: z.ZodDefault<z.ZodBoolean>;
3471
+ brightness: z.ZodOptional<z.ZodNumber>;
3472
+ focalPoint: z.ZodOptional<z.ZodObject<{
3473
+ x: z.ZodNumber;
3474
+ y: z.ZodNumber;
3475
+ }, z.core.$strip>>;
3476
+ }, z.core.$strip>>;
3477
+ }, z.core.$strip>, z.ZodObject<{
3478
+ type: z.ZodLiteral<"video">;
3479
+ href: z.ZodString;
3480
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3481
+ 1: "1";
3482
+ 0.4: "0.4";
3483
+ 0.6: "0.6";
3484
+ 0.8: "0.8";
3485
+ }>>>;
3486
+ properties: z.ZodOptional<z.ZodObject<{
3487
+ description: z.ZodOptional<z.ZodString>;
3488
+ decorative: z.ZodDefault<z.ZodBoolean>;
3489
+ }, z.core.$strip>>;
3490
+ }, z.core.$strip>, z.ZodObject<{
3491
+ type: z.ZodLiteral<"color">;
3492
+ value: z.ZodString;
3493
+ }, z.core.$strip>, z.ZodObject<{
3494
+ type: z.ZodLiteral<"gradient">;
3495
+ value: z.ZodString;
3496
+ }, z.core.$strip>], "type">>;
3497
+ }, z.core.$strip>, z.ZodObject<{
3498
+ type: z.ZodLiteral<"float">;
3499
+ placement: z.ZodEnum<{
3500
+ left: "left";
3501
+ right: "right";
3502
+ }>;
3503
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3504
+ type: z.ZodLiteral<"image">;
3505
+ href: z.ZodString;
3506
+ properties: z.ZodOptional<z.ZodObject<{
3507
+ description: z.ZodOptional<z.ZodString>;
3508
+ decorative: z.ZodDefault<z.ZodBoolean>;
3509
+ brightness: z.ZodOptional<z.ZodNumber>;
3510
+ focalPoint: z.ZodOptional<z.ZodObject<{
3511
+ x: z.ZodNumber;
3512
+ y: z.ZodNumber;
3513
+ }, z.core.$strip>>;
3514
+ }, z.core.$strip>>;
3515
+ }, z.core.$strip>, z.ZodObject<{
3516
+ type: z.ZodLiteral<"video">;
3517
+ href: z.ZodString;
3518
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3519
+ 1: "1";
3520
+ 0.4: "0.4";
3521
+ 0.6: "0.6";
3522
+ 0.8: "0.8";
3523
+ }>>>;
3524
+ properties: z.ZodOptional<z.ZodObject<{
3525
+ description: z.ZodOptional<z.ZodString>;
3526
+ decorative: z.ZodDefault<z.ZodBoolean>;
3527
+ }, z.core.$strip>>;
3528
+ }, z.core.$strip>, z.ZodObject<{
3529
+ type: z.ZodLiteral<"color">;
3530
+ value: z.ZodString;
3531
+ }, z.core.$strip>, z.ZodObject<{
3532
+ type: z.ZodLiteral<"gradient">;
3533
+ value: z.ZodString;
3534
+ }, z.core.$strip>], "type">>;
3535
+ }, z.core.$strip>, z.ZodObject<{
3536
+ type: z.ZodLiteral<"split">;
3537
+ placement: z.ZodEnum<{
3538
+ left: "left";
3539
+ right: "right";
3540
+ }>;
3541
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3542
+ type: z.ZodLiteral<"image">;
3543
+ href: z.ZodString;
3544
+ properties: z.ZodOptional<z.ZodObject<{
3545
+ description: z.ZodOptional<z.ZodString>;
3546
+ decorative: z.ZodDefault<z.ZodBoolean>;
3547
+ brightness: z.ZodOptional<z.ZodNumber>;
3548
+ focalPoint: z.ZodOptional<z.ZodObject<{
3549
+ x: z.ZodNumber;
3550
+ y: z.ZodNumber;
3551
+ }, z.core.$strip>>;
3552
+ }, z.core.$strip>>;
3553
+ }, z.core.$strip>, z.ZodObject<{
3554
+ type: z.ZodLiteral<"video">;
3555
+ href: z.ZodString;
3556
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3557
+ 1: "1";
3558
+ 0.4: "0.4";
3559
+ 0.6: "0.6";
3560
+ 0.8: "0.8";
3561
+ }>>>;
3562
+ properties: z.ZodOptional<z.ZodObject<{
3563
+ description: z.ZodOptional<z.ZodString>;
3564
+ decorative: z.ZodDefault<z.ZodBoolean>;
3565
+ }, z.core.$strip>>;
3566
+ }, z.core.$strip>, z.ZodObject<{
3567
+ type: z.ZodLiteral<"color">;
3568
+ value: z.ZodString;
3569
+ }, z.core.$strip>, z.ZodObject<{
3570
+ type: z.ZodLiteral<"gradient">;
3571
+ value: z.ZodString;
3572
+ }, z.core.$strip>], "type">>;
3573
+ }, z.core.$strip>, z.ZodObject<{
3574
+ type: z.ZodLiteral<"wallpaper">;
3575
+ attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
3576
+ type: z.ZodLiteral<"image">;
3577
+ href: z.ZodString;
3578
+ properties: z.ZodOptional<z.ZodObject<{
3579
+ description: z.ZodOptional<z.ZodString>;
3580
+ decorative: z.ZodDefault<z.ZodBoolean>;
3581
+ brightness: z.ZodOptional<z.ZodNumber>;
3582
+ focalPoint: z.ZodOptional<z.ZodObject<{
3583
+ x: z.ZodNumber;
3584
+ y: z.ZodNumber;
3585
+ }, z.core.$strip>>;
3586
+ }, z.core.$strip>>;
3587
+ }, z.core.$strip>, z.ZodObject<{
3588
+ type: z.ZodLiteral<"video">;
3589
+ href: z.ZodString;
3590
+ scale: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3591
+ 1: "1";
3592
+ 0.4: "0.4";
3593
+ 0.6: "0.6";
3594
+ 0.8: "0.8";
3595
+ }>>>;
3596
+ properties: z.ZodOptional<z.ZodObject<{
3597
+ description: z.ZodOptional<z.ZodString>;
3598
+ decorative: z.ZodDefault<z.ZodBoolean>;
3599
+ }, z.core.$strip>>;
3600
+ }, z.core.$strip>, z.ZodObject<{
3601
+ type: z.ZodLiteral<"color">;
3602
+ value: z.ZodString;
3603
+ }, z.core.$strip>, z.ZodObject<{
3604
+ type: z.ZodLiteral<"gradient">;
3605
+ value: z.ZodString;
3606
+ }, z.core.$strip>], "type">>;
3607
+ }, z.core.$strip>], "type">;
3608
+ }, z.core.$strip>>;
3609
+ }, z.core.$strip>>;
3610
+ }, z.core.$strip>>>;
2529
3611
  }, z.core.$strip>;
2530
3612
  }, z.core.$strict>;
2531
3613
  export declare const fetchConfigurationListResponseSchema: z.ZodObject<{