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

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>>>;
@@ -2489,6 +2489,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
2489
2489
  showBranding: z.ZodDefault<z.ZodBoolean>;
2490
2490
  customPosition: z.ZodBoolean;
2491
2491
  customCss: z.ZodOptional<z.ZodString>;
2492
+ fontFamily: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2492
2493
  shareableMode: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
2493
2494
  light: "light";
2494
2495
  dark: "dark";
@@ -76,7 +76,7 @@ export declare const appPropsSchema: z.ZodObject<{
76
76
  center: "center";
77
77
  justify: "justify";
78
78
  }>>>;
79
- nextButtonLabel: z.ZodOptional<z.ZodString>;
79
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
80
80
  type: z.ZodLiteral<"rating">;
81
81
  showLabels: z.ZodOptional<z.ZodBoolean>;
82
82
  minLabel: z.ZodOptional<z.ZodString>;
@@ -148,7 +148,7 @@ export declare const appPropsSchema: z.ZodObject<{
148
148
  center: "center";
149
149
  justify: "justify";
150
150
  }>>>;
151
- nextButtonLabel: z.ZodOptional<z.ZodString>;
151
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
152
152
  type: z.ZodLiteral<"annotation">;
153
153
  annotationText: z.ZodOptional<z.ZodString>;
154
154
  noAnnotationText: z.ZodOptional<z.ZodString>;
@@ -202,7 +202,7 @@ export declare const appPropsSchema: z.ZodObject<{
202
202
  center: "center";
203
203
  justify: "justify";
204
204
  }>>>;
205
- nextButtonLabel: z.ZodOptional<z.ZodString>;
205
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
206
206
  type: z.ZodLiteral<"welcome">;
207
207
  title: z.ZodString;
208
208
  description: z.ZodOptional<z.ZodString>;
@@ -257,7 +257,7 @@ export declare const appPropsSchema: z.ZodObject<{
257
257
  center: "center";
258
258
  justify: "justify";
259
259
  }>>>;
260
- nextButtonLabel: z.ZodOptional<z.ZodString>;
260
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
261
261
  type: z.ZodLiteral<"thank_you">;
262
262
  title: z.ZodString;
263
263
  description: z.ZodOptional<z.ZodString>;
@@ -312,7 +312,7 @@ export declare const appPropsSchema: z.ZodObject<{
312
312
  center: "center";
313
313
  justify: "justify";
314
314
  }>>>;
315
- nextButtonLabel: z.ZodOptional<z.ZodString>;
315
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
316
316
  type: z.ZodLiteral<"message_panel">;
317
317
  title: z.ZodString;
318
318
  description: z.ZodOptional<z.ZodString>;
@@ -369,7 +369,7 @@ export declare const appPropsSchema: z.ZodObject<{
369
369
  center: "center";
370
370
  justify: "justify";
371
371
  }>>>;
372
- nextButtonLabel: z.ZodOptional<z.ZodString>;
372
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
373
373
  type: z.ZodLiteral<"exit_form">;
374
374
  }, z.core.$strip>, z.ZodObject<{
375
375
  id: z.ZodString;
@@ -423,7 +423,7 @@ export declare const appPropsSchema: z.ZodObject<{
423
423
  center: "center";
424
424
  justify: "justify";
425
425
  }>>>;
426
- nextButtonLabel: z.ZodOptional<z.ZodString>;
426
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
427
427
  type: z.ZodLiteral<"yes_no">;
428
428
  yesLabel: z.ZodOptional<z.ZodString>;
429
429
  noLabel: z.ZodOptional<z.ZodString>;
@@ -483,7 +483,7 @@ export declare const appPropsSchema: z.ZodObject<{
483
483
  center: "center";
484
484
  justify: "justify";
485
485
  }>>>;
486
- nextButtonLabel: z.ZodOptional<z.ZodString>;
486
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
487
487
  type: z.ZodLiteral<"consent">;
488
488
  }, z.core.$strip>, z.ZodObject<{
489
489
  id: z.ZodString;
@@ -537,7 +537,7 @@ export declare const appPropsSchema: z.ZodObject<{
537
537
  center: "center";
538
538
  justify: "justify";
539
539
  }>>>;
540
- nextButtonLabel: z.ZodOptional<z.ZodString>;
540
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
541
541
  type: z.ZodLiteral<"rating_matrix">;
542
542
  statements: z.ZodArray<z.ZodObject<{
543
543
  id: z.ZodString;
@@ -630,7 +630,7 @@ export declare const appPropsSchema: z.ZodObject<{
630
630
  center: "center";
631
631
  justify: "justify";
632
632
  }>>>;
633
- nextButtonLabel: z.ZodOptional<z.ZodString>;
633
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
634
634
  type: z.ZodLiteral<"matrix_single_choice">;
635
635
  rows: z.ZodArray<z.ZodObject<{
636
636
  id: z.ZodString;
@@ -698,7 +698,7 @@ export declare const appPropsSchema: z.ZodObject<{
698
698
  center: "center";
699
699
  justify: "justify";
700
700
  }>>>;
701
- nextButtonLabel: z.ZodOptional<z.ZodString>;
701
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
702
702
  type: z.ZodLiteral<"matrix_multiple_choice">;
703
703
  rows: z.ZodArray<z.ZodObject<{
704
704
  id: z.ZodString;
@@ -768,7 +768,7 @@ export declare const appPropsSchema: z.ZodObject<{
768
768
  center: "center";
769
769
  justify: "justify";
770
770
  }>>>;
771
- nextButtonLabel: z.ZodOptional<z.ZodString>;
771
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
772
772
  type: z.ZodLiteral<"single_choice">;
773
773
  displayStyle: z.ZodOptional<z.ZodEnum<{
774
774
  radio: "radio";
@@ -842,7 +842,7 @@ export declare const appPropsSchema: z.ZodObject<{
842
842
  center: "center";
843
843
  justify: "justify";
844
844
  }>>>;
845
- nextButtonLabel: z.ZodOptional<z.ZodString>;
845
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
846
846
  type: z.ZodLiteral<"multiple_choice_multiple">;
847
847
  displayStyle: z.ZodOptional<z.ZodEnum<{
848
848
  list: "list";
@@ -917,7 +917,7 @@ export declare const appPropsSchema: z.ZodObject<{
917
917
  center: "center";
918
918
  justify: "justify";
919
919
  }>>>;
920
- nextButtonLabel: z.ZodOptional<z.ZodString>;
920
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
921
921
  type: z.ZodLiteral<"nps">;
922
922
  min: z.ZodLiteral<0>;
923
923
  max: z.ZodLiteral<10>;
@@ -977,7 +977,7 @@ export declare const appPropsSchema: z.ZodObject<{
977
977
  center: "center";
978
978
  justify: "justify";
979
979
  }>>>;
980
- nextButtonLabel: z.ZodOptional<z.ZodString>;
980
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
981
981
  type: z.ZodLiteral<"short_answer">;
982
982
  maxCharacters: z.ZodOptional<z.ZodNumber>;
983
983
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -1040,7 +1040,7 @@ export declare const appPropsSchema: z.ZodObject<{
1040
1040
  center: "center";
1041
1041
  justify: "justify";
1042
1042
  }>>>;
1043
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1043
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1044
1044
  type: z.ZodLiteral<"long_text">;
1045
1045
  maxCharacters: z.ZodOptional<z.ZodNumber>;
1046
1046
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -1102,7 +1102,7 @@ export declare const appPropsSchema: z.ZodObject<{
1102
1102
  center: "center";
1103
1103
  justify: "justify";
1104
1104
  }>>>;
1105
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1105
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1106
1106
  type: z.ZodLiteral<"nested_selection">;
1107
1107
  placeholder: z.ZodOptional<z.ZodString>;
1108
1108
  options: z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
@@ -1306,6 +1306,7 @@ export declare const appPropsSchema: z.ZodObject<{
1306
1306
  showBranding: z.ZodDefault<z.ZodBoolean>;
1307
1307
  customPosition: z.ZodBoolean;
1308
1308
  customCss: z.ZodOptional<z.ZodString>;
1309
+ fontFamily: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1309
1310
  shareableMode: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1310
1311
  light: "light";
1311
1312
  dark: "dark";