@encatch/schema 1.1.0-beta.14 → 1.1.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2552,6 +2552,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2552
2552
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2553
2553
|
description: z.ZodOptional<z.ZodString>;
|
|
2554
2554
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2555
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2555
2556
|
}, z.core.$strip>>;
|
|
2556
2557
|
}, z.core.$strip>, z.ZodObject<{
|
|
2557
2558
|
type: z.ZodLiteral<"color">;
|
|
@@ -2562,6 +2563,11 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2562
2563
|
}, z.core.$strip>], "type">>;
|
|
2563
2564
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2564
2565
|
type: z.ZodLiteral<"stack">;
|
|
2566
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
2567
|
+
left: "left";
|
|
2568
|
+
center: "center";
|
|
2569
|
+
cover: "cover";
|
|
2570
|
+
}>>>;
|
|
2565
2571
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2566
2572
|
type: z.ZodLiteral<"image">;
|
|
2567
2573
|
href: z.ZodString;
|
|
@@ -2586,6 +2592,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2586
2592
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2587
2593
|
description: z.ZodOptional<z.ZodString>;
|
|
2588
2594
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2595
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2589
2596
|
}, z.core.$strip>>;
|
|
2590
2597
|
}, z.core.$strip>, z.ZodObject<{
|
|
2591
2598
|
type: z.ZodLiteral<"color">;
|
|
@@ -2624,6 +2631,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2624
2631
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2625
2632
|
description: z.ZodOptional<z.ZodString>;
|
|
2626
2633
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2634
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2627
2635
|
}, z.core.$strip>>;
|
|
2628
2636
|
}, z.core.$strip>, z.ZodObject<{
|
|
2629
2637
|
type: z.ZodLiteral<"color">;
|
|
@@ -2662,6 +2670,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2662
2670
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2663
2671
|
description: z.ZodOptional<z.ZodString>;
|
|
2664
2672
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2673
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2665
2674
|
}, z.core.$strip>>;
|
|
2666
2675
|
}, z.core.$strip>, z.ZodObject<{
|
|
2667
2676
|
type: z.ZodLiteral<"color">;
|
|
@@ -2696,6 +2705,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2696
2705
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2697
2706
|
description: z.ZodOptional<z.ZodString>;
|
|
2698
2707
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2708
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2699
2709
|
}, z.core.$strip>>;
|
|
2700
2710
|
}, z.core.$strip>, z.ZodObject<{
|
|
2701
2711
|
type: z.ZodLiteral<"color">;
|
|
@@ -2732,6 +2742,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2732
2742
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2733
2743
|
description: z.ZodOptional<z.ZodString>;
|
|
2734
2744
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2745
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2735
2746
|
}, z.core.$strip>>;
|
|
2736
2747
|
}, z.core.$strip>, z.ZodObject<{
|
|
2737
2748
|
type: z.ZodLiteral<"color">;
|
|
@@ -2742,6 +2753,11 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2742
2753
|
}, z.core.$strip>], "type">>;
|
|
2743
2754
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2744
2755
|
type: z.ZodLiteral<"stack">;
|
|
2756
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
2757
|
+
left: "left";
|
|
2758
|
+
center: "center";
|
|
2759
|
+
cover: "cover";
|
|
2760
|
+
}>>>;
|
|
2745
2761
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2746
2762
|
type: z.ZodLiteral<"image">;
|
|
2747
2763
|
href: z.ZodString;
|
|
@@ -2766,6 +2782,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2766
2782
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2767
2783
|
description: z.ZodOptional<z.ZodString>;
|
|
2768
2784
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2785
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2769
2786
|
}, z.core.$strip>>;
|
|
2770
2787
|
}, z.core.$strip>, z.ZodObject<{
|
|
2771
2788
|
type: z.ZodLiteral<"color">;
|
|
@@ -2804,6 +2821,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2804
2821
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2805
2822
|
description: z.ZodOptional<z.ZodString>;
|
|
2806
2823
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2824
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2807
2825
|
}, z.core.$strip>>;
|
|
2808
2826
|
}, z.core.$strip>, z.ZodObject<{
|
|
2809
2827
|
type: z.ZodLiteral<"color">;
|
|
@@ -2842,6 +2860,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2842
2860
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2843
2861
|
description: z.ZodOptional<z.ZodString>;
|
|
2844
2862
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2863
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2845
2864
|
}, z.core.$strip>>;
|
|
2846
2865
|
}, z.core.$strip>, z.ZodObject<{
|
|
2847
2866
|
type: z.ZodLiteral<"color">;
|
|
@@ -2876,6 +2895,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2876
2895
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2877
2896
|
description: z.ZodOptional<z.ZodString>;
|
|
2878
2897
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2898
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2879
2899
|
}, z.core.$strip>>;
|
|
2880
2900
|
}, z.core.$strip>, z.ZodObject<{
|
|
2881
2901
|
type: z.ZodLiteral<"color">;
|
|
@@ -2911,6 +2931,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2911
2931
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2912
2932
|
description: z.ZodOptional<z.ZodString>;
|
|
2913
2933
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2934
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2914
2935
|
}, z.core.$strip>>;
|
|
2915
2936
|
}, z.core.$strip>, z.ZodObject<{
|
|
2916
2937
|
type: z.ZodLiteral<"color">;
|
|
@@ -2921,6 +2942,11 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2921
2942
|
}, z.core.$strip>], "type">>;
|
|
2922
2943
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2923
2944
|
type: z.ZodLiteral<"stack">;
|
|
2945
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
2946
|
+
left: "left";
|
|
2947
|
+
center: "center";
|
|
2948
|
+
cover: "cover";
|
|
2949
|
+
}>>>;
|
|
2924
2950
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2925
2951
|
type: z.ZodLiteral<"image">;
|
|
2926
2952
|
href: z.ZodString;
|
|
@@ -2945,6 +2971,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2945
2971
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2946
2972
|
description: z.ZodOptional<z.ZodString>;
|
|
2947
2973
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
2974
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2948
2975
|
}, z.core.$strip>>;
|
|
2949
2976
|
}, z.core.$strip>, z.ZodObject<{
|
|
2950
2977
|
type: z.ZodLiteral<"color">;
|
|
@@ -2983,6 +3010,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2983
3010
|
properties: z.ZodOptional<z.ZodObject<{
|
|
2984
3011
|
description: z.ZodOptional<z.ZodString>;
|
|
2985
3012
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3013
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2986
3014
|
}, z.core.$strip>>;
|
|
2987
3015
|
}, z.core.$strip>, z.ZodObject<{
|
|
2988
3016
|
type: z.ZodLiteral<"color">;
|
|
@@ -3021,6 +3049,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3021
3049
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3022
3050
|
description: z.ZodOptional<z.ZodString>;
|
|
3023
3051
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3052
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3024
3053
|
}, z.core.$strip>>;
|
|
3025
3054
|
}, z.core.$strip>, z.ZodObject<{
|
|
3026
3055
|
type: z.ZodLiteral<"color">;
|
|
@@ -3055,6 +3084,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3055
3084
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3056
3085
|
description: z.ZodOptional<z.ZodString>;
|
|
3057
3086
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3087
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3058
3088
|
}, z.core.$strip>>;
|
|
3059
3089
|
}, z.core.$strip>, z.ZodObject<{
|
|
3060
3090
|
type: z.ZodLiteral<"color">;
|
|
@@ -3093,6 +3123,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3093
3123
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3094
3124
|
description: z.ZodOptional<z.ZodString>;
|
|
3095
3125
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3126
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3096
3127
|
}, z.core.$strip>>;
|
|
3097
3128
|
}, z.core.$strip>, z.ZodObject<{
|
|
3098
3129
|
type: z.ZodLiteral<"color">;
|
|
@@ -3103,6 +3134,11 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3103
3134
|
}, z.core.$strip>], "type">>;
|
|
3104
3135
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3105
3136
|
type: z.ZodLiteral<"stack">;
|
|
3137
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3138
|
+
left: "left";
|
|
3139
|
+
center: "center";
|
|
3140
|
+
cover: "cover";
|
|
3141
|
+
}>>>;
|
|
3106
3142
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3107
3143
|
type: z.ZodLiteral<"image">;
|
|
3108
3144
|
href: z.ZodString;
|
|
@@ -3127,6 +3163,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3127
3163
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3128
3164
|
description: z.ZodOptional<z.ZodString>;
|
|
3129
3165
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3166
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3130
3167
|
}, z.core.$strip>>;
|
|
3131
3168
|
}, z.core.$strip>, z.ZodObject<{
|
|
3132
3169
|
type: z.ZodLiteral<"color">;
|
|
@@ -3165,6 +3202,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3165
3202
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3166
3203
|
description: z.ZodOptional<z.ZodString>;
|
|
3167
3204
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3205
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3168
3206
|
}, z.core.$strip>>;
|
|
3169
3207
|
}, z.core.$strip>, z.ZodObject<{
|
|
3170
3208
|
type: z.ZodLiteral<"color">;
|
|
@@ -3203,6 +3241,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3203
3241
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3204
3242
|
description: z.ZodOptional<z.ZodString>;
|
|
3205
3243
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3244
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3206
3245
|
}, z.core.$strip>>;
|
|
3207
3246
|
}, z.core.$strip>, z.ZodObject<{
|
|
3208
3247
|
type: z.ZodLiteral<"color">;
|
|
@@ -3237,6 +3276,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3237
3276
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3238
3277
|
description: z.ZodOptional<z.ZodString>;
|
|
3239
3278
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3279
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3240
3280
|
}, z.core.$strip>>;
|
|
3241
3281
|
}, z.core.$strip>, z.ZodObject<{
|
|
3242
3282
|
type: z.ZodLiteral<"color">;
|
|
@@ -3273,6 +3313,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3273
3313
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3274
3314
|
description: z.ZodOptional<z.ZodString>;
|
|
3275
3315
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3316
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3276
3317
|
}, z.core.$strip>>;
|
|
3277
3318
|
}, z.core.$strip>, z.ZodObject<{
|
|
3278
3319
|
type: z.ZodLiteral<"color">;
|
|
@@ -3283,6 +3324,11 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3283
3324
|
}, z.core.$strip>], "type">>;
|
|
3284
3325
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3285
3326
|
type: z.ZodLiteral<"stack">;
|
|
3327
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3328
|
+
left: "left";
|
|
3329
|
+
center: "center";
|
|
3330
|
+
cover: "cover";
|
|
3331
|
+
}>>>;
|
|
3286
3332
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3287
3333
|
type: z.ZodLiteral<"image">;
|
|
3288
3334
|
href: z.ZodString;
|
|
@@ -3307,6 +3353,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3307
3353
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3308
3354
|
description: z.ZodOptional<z.ZodString>;
|
|
3309
3355
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3356
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3310
3357
|
}, z.core.$strip>>;
|
|
3311
3358
|
}, z.core.$strip>, z.ZodObject<{
|
|
3312
3359
|
type: z.ZodLiteral<"color">;
|
|
@@ -3345,6 +3392,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3345
3392
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3346
3393
|
description: z.ZodOptional<z.ZodString>;
|
|
3347
3394
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3395
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3348
3396
|
}, z.core.$strip>>;
|
|
3349
3397
|
}, z.core.$strip>, z.ZodObject<{
|
|
3350
3398
|
type: z.ZodLiteral<"color">;
|
|
@@ -3383,6 +3431,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3383
3431
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3384
3432
|
description: z.ZodOptional<z.ZodString>;
|
|
3385
3433
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3434
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3386
3435
|
}, z.core.$strip>>;
|
|
3387
3436
|
}, z.core.$strip>, z.ZodObject<{
|
|
3388
3437
|
type: z.ZodLiteral<"color">;
|
|
@@ -3417,6 +3466,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3417
3466
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3418
3467
|
description: z.ZodOptional<z.ZodString>;
|
|
3419
3468
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3469
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3420
3470
|
}, z.core.$strip>>;
|
|
3421
3471
|
}, z.core.$strip>, z.ZodObject<{
|
|
3422
3472
|
type: z.ZodLiteral<"color">;
|
|
@@ -3452,6 +3502,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3452
3502
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3453
3503
|
description: z.ZodOptional<z.ZodString>;
|
|
3454
3504
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3505
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3455
3506
|
}, z.core.$strip>>;
|
|
3456
3507
|
}, z.core.$strip>, z.ZodObject<{
|
|
3457
3508
|
type: z.ZodLiteral<"color">;
|
|
@@ -3462,6 +3513,11 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3462
3513
|
}, z.core.$strip>], "type">>;
|
|
3463
3514
|
layout: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3464
3515
|
type: z.ZodLiteral<"stack">;
|
|
3516
|
+
align: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3517
|
+
left: "left";
|
|
3518
|
+
center: "center";
|
|
3519
|
+
cover: "cover";
|
|
3520
|
+
}>>>;
|
|
3465
3521
|
attachment: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3466
3522
|
type: z.ZodLiteral<"image">;
|
|
3467
3523
|
href: z.ZodString;
|
|
@@ -3486,6 +3542,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3486
3542
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3487
3543
|
description: z.ZodOptional<z.ZodString>;
|
|
3488
3544
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3545
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3489
3546
|
}, z.core.$strip>>;
|
|
3490
3547
|
}, z.core.$strip>, z.ZodObject<{
|
|
3491
3548
|
type: z.ZodLiteral<"color">;
|
|
@@ -3524,6 +3581,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3524
3581
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3525
3582
|
description: z.ZodOptional<z.ZodString>;
|
|
3526
3583
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3584
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3527
3585
|
}, z.core.$strip>>;
|
|
3528
3586
|
}, z.core.$strip>, z.ZodObject<{
|
|
3529
3587
|
type: z.ZodLiteral<"color">;
|
|
@@ -3562,6 +3620,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3562
3620
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3563
3621
|
description: z.ZodOptional<z.ZodString>;
|
|
3564
3622
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3623
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3565
3624
|
}, z.core.$strip>>;
|
|
3566
3625
|
}, z.core.$strip>, z.ZodObject<{
|
|
3567
3626
|
type: z.ZodLiteral<"color">;
|
|
@@ -3596,6 +3655,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3596
3655
|
properties: z.ZodOptional<z.ZodObject<{
|
|
3597
3656
|
description: z.ZodOptional<z.ZodString>;
|
|
3598
3657
|
decorative: z.ZodDefault<z.ZodBoolean>;
|
|
3658
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
3599
3659
|
}, z.core.$strip>>;
|
|
3600
3660
|
}, z.core.$strip>, z.ZodObject<{
|
|
3601
3661
|
type: z.ZodLiteral<"color">;
|