@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.
@@ -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<{