@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.
@@ -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>>>;
@@ -279,7 +279,7 @@ export declare const questionSchema: z.ZodObject<{
279
279
  center: "center";
280
280
  justify: "justify";
281
281
  }>>>;
282
- nextButtonLabel: z.ZodOptional<z.ZodString>;
282
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
283
283
  }, z.core.$strip>;
284
284
  export declare const ratingQuestionSchema: z.ZodObject<{
285
285
  id: z.ZodString;
@@ -333,7 +333,7 @@ export declare const ratingQuestionSchema: z.ZodObject<{
333
333
  center: "center";
334
334
  justify: "justify";
335
335
  }>>>;
336
- nextButtonLabel: z.ZodOptional<z.ZodString>;
336
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
337
337
  type: z.ZodLiteral<"rating">;
338
338
  showLabels: z.ZodOptional<z.ZodBoolean>;
339
339
  minLabel: z.ZodOptional<z.ZodString>;
@@ -406,7 +406,7 @@ export declare const annotationQuestionSchema: z.ZodObject<{
406
406
  center: "center";
407
407
  justify: "justify";
408
408
  }>>>;
409
- nextButtonLabel: z.ZodOptional<z.ZodString>;
409
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
410
410
  type: z.ZodLiteral<"annotation">;
411
411
  annotationText: z.ZodOptional<z.ZodString>;
412
412
  noAnnotationText: z.ZodOptional<z.ZodString>;
@@ -461,7 +461,7 @@ export declare const welcomeQuestionSchema: z.ZodObject<{
461
461
  center: "center";
462
462
  justify: "justify";
463
463
  }>>>;
464
- nextButtonLabel: z.ZodOptional<z.ZodString>;
464
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
465
465
  type: z.ZodLiteral<"welcome">;
466
466
  title: z.ZodString;
467
467
  description: z.ZodOptional<z.ZodString>;
@@ -517,7 +517,7 @@ export declare const thankYouQuestionSchema: z.ZodObject<{
517
517
  center: "center";
518
518
  justify: "justify";
519
519
  }>>>;
520
- nextButtonLabel: z.ZodOptional<z.ZodString>;
520
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
521
521
  type: z.ZodLiteral<"thank_you">;
522
522
  title: z.ZodString;
523
523
  description: z.ZodOptional<z.ZodString>;
@@ -573,7 +573,7 @@ export declare const messagePanelQuestionSchema: z.ZodObject<{
573
573
  center: "center";
574
574
  justify: "justify";
575
575
  }>>>;
576
- nextButtonLabel: z.ZodOptional<z.ZodString>;
576
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
577
577
  type: z.ZodLiteral<"message_panel">;
578
578
  title: z.ZodString;
579
579
  description: z.ZodOptional<z.ZodString>;
@@ -631,7 +631,7 @@ export declare const exitFormQuestionSchema: z.ZodObject<{
631
631
  center: "center";
632
632
  justify: "justify";
633
633
  }>>>;
634
- nextButtonLabel: z.ZodOptional<z.ZodString>;
634
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
635
635
  type: z.ZodLiteral<"exit_form">;
636
636
  }, z.core.$strip>;
637
637
  export declare const yesNoQuestionSchema: z.ZodObject<{
@@ -686,7 +686,7 @@ export declare const yesNoQuestionSchema: z.ZodObject<{
686
686
  center: "center";
687
687
  justify: "justify";
688
688
  }>>>;
689
- nextButtonLabel: z.ZodOptional<z.ZodString>;
689
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
690
690
  type: z.ZodLiteral<"yes_no">;
691
691
  yesLabel: z.ZodOptional<z.ZodString>;
692
692
  noLabel: z.ZodOptional<z.ZodString>;
@@ -747,7 +747,7 @@ export declare const consentQuestionSchema: z.ZodObject<{
747
747
  center: "center";
748
748
  justify: "justify";
749
749
  }>>>;
750
- nextButtonLabel: z.ZodOptional<z.ZodString>;
750
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
751
751
  type: z.ZodLiteral<"consent">;
752
752
  }, z.core.$strip>;
753
753
  export declare const ratingMatrixDisplayStyleSchema: z.ZodEnum<{
@@ -852,7 +852,7 @@ export declare const ratingMatrixQuestionSchema: z.ZodObject<{
852
852
  center: "center";
853
853
  justify: "justify";
854
854
  }>>>;
855
- nextButtonLabel: z.ZodOptional<z.ZodString>;
855
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
856
856
  type: z.ZodLiteral<"rating_matrix">;
857
857
  statements: z.ZodArray<z.ZodObject<{
858
858
  id: z.ZodString;
@@ -958,7 +958,7 @@ export declare const matrixSingleChoiceQuestionSchema: z.ZodObject<{
958
958
  center: "center";
959
959
  justify: "justify";
960
960
  }>>>;
961
- nextButtonLabel: z.ZodOptional<z.ZodString>;
961
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
962
962
  type: z.ZodLiteral<"matrix_single_choice">;
963
963
  rows: z.ZodArray<z.ZodObject<{
964
964
  id: z.ZodString;
@@ -1027,7 +1027,7 @@ export declare const matrixMultipleChoiceQuestionSchema: z.ZodObject<{
1027
1027
  center: "center";
1028
1028
  justify: "justify";
1029
1029
  }>>>;
1030
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1030
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1031
1031
  type: z.ZodLiteral<"matrix_multiple_choice">;
1032
1032
  rows: z.ZodArray<z.ZodObject<{
1033
1033
  id: z.ZodString;
@@ -1106,7 +1106,7 @@ export declare const multipleChoiceSingleQuestionSchema: z.ZodObject<{
1106
1106
  center: "center";
1107
1107
  justify: "justify";
1108
1108
  }>>>;
1109
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1109
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1110
1110
  type: z.ZodLiteral<"single_choice">;
1111
1111
  displayStyle: z.ZodOptional<z.ZodEnum<{
1112
1112
  radio: "radio";
@@ -1181,7 +1181,7 @@ export declare const multipleChoiceMultipleQuestionSchema: z.ZodObject<{
1181
1181
  center: "center";
1182
1182
  justify: "justify";
1183
1183
  }>>>;
1184
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1184
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1185
1185
  type: z.ZodLiteral<"multiple_choice_multiple">;
1186
1186
  displayStyle: z.ZodOptional<z.ZodEnum<{
1187
1187
  list: "list";
@@ -1257,7 +1257,7 @@ export declare const npsQuestionSchema: 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<"nps">;
1262
1262
  min: z.ZodLiteral<0>;
1263
1263
  max: z.ZodLiteral<10>;
@@ -1318,7 +1318,7 @@ export declare const shortAnswerQuestionSchema: z.ZodObject<{
1318
1318
  center: "center";
1319
1319
  justify: "justify";
1320
1320
  }>>>;
1321
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1321
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1322
1322
  type: z.ZodLiteral<"short_answer">;
1323
1323
  maxCharacters: z.ZodOptional<z.ZodNumber>;
1324
1324
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -1382,7 +1382,7 @@ export declare const longAnswerQuestionSchema: z.ZodObject<{
1382
1382
  center: "center";
1383
1383
  justify: "justify";
1384
1384
  }>>>;
1385
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1385
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1386
1386
  type: z.ZodLiteral<"long_text">;
1387
1387
  maxCharacters: z.ZodOptional<z.ZodNumber>;
1388
1388
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -1445,7 +1445,7 @@ export declare const nestedDropdownQuestionSchema: z.ZodObject<{
1445
1445
  center: "center";
1446
1446
  justify: "justify";
1447
1447
  }>>>;
1448
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1448
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1449
1449
  type: z.ZodLiteral<"nested_selection">;
1450
1450
  placeholder: z.ZodOptional<z.ZodString>;
1451
1451
  options: z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
@@ -1554,7 +1554,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
1554
1554
  center: "center";
1555
1555
  justify: "justify";
1556
1556
  }>>>;
1557
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1557
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1558
1558
  type: z.ZodLiteral<"rating">;
1559
1559
  showLabels: z.ZodOptional<z.ZodBoolean>;
1560
1560
  minLabel: z.ZodOptional<z.ZodString>;
@@ -1626,7 +1626,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
1626
1626
  center: "center";
1627
1627
  justify: "justify";
1628
1628
  }>>>;
1629
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1629
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1630
1630
  type: z.ZodLiteral<"annotation">;
1631
1631
  annotationText: z.ZodOptional<z.ZodString>;
1632
1632
  noAnnotationText: z.ZodOptional<z.ZodString>;
@@ -1680,7 +1680,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
1680
1680
  center: "center";
1681
1681
  justify: "justify";
1682
1682
  }>>>;
1683
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1683
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1684
1684
  type: z.ZodLiteral<"welcome">;
1685
1685
  title: z.ZodString;
1686
1686
  description: z.ZodOptional<z.ZodString>;
@@ -1735,7 +1735,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
1735
1735
  center: "center";
1736
1736
  justify: "justify";
1737
1737
  }>>>;
1738
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1738
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1739
1739
  type: z.ZodLiteral<"thank_you">;
1740
1740
  title: z.ZodString;
1741
1741
  description: z.ZodOptional<z.ZodString>;
@@ -1790,7 +1790,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
1790
1790
  center: "center";
1791
1791
  justify: "justify";
1792
1792
  }>>>;
1793
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1793
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1794
1794
  type: z.ZodLiteral<"message_panel">;
1795
1795
  title: z.ZodString;
1796
1796
  description: z.ZodOptional<z.ZodString>;
@@ -1847,7 +1847,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
1847
1847
  center: "center";
1848
1848
  justify: "justify";
1849
1849
  }>>>;
1850
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1850
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1851
1851
  type: z.ZodLiteral<"exit_form">;
1852
1852
  }, z.core.$strip>, z.ZodObject<{
1853
1853
  id: z.ZodString;
@@ -1901,7 +1901,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
1901
1901
  center: "center";
1902
1902
  justify: "justify";
1903
1903
  }>>>;
1904
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1904
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1905
1905
  type: z.ZodLiteral<"yes_no">;
1906
1906
  yesLabel: z.ZodOptional<z.ZodString>;
1907
1907
  noLabel: z.ZodOptional<z.ZodString>;
@@ -1961,7 +1961,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
1961
1961
  center: "center";
1962
1962
  justify: "justify";
1963
1963
  }>>>;
1964
- nextButtonLabel: z.ZodOptional<z.ZodString>;
1964
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
1965
1965
  type: z.ZodLiteral<"consent">;
1966
1966
  }, z.core.$strip>, z.ZodObject<{
1967
1967
  id: z.ZodString;
@@ -2015,7 +2015,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
2015
2015
  center: "center";
2016
2016
  justify: "justify";
2017
2017
  }>>>;
2018
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2018
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2019
2019
  type: z.ZodLiteral<"rating_matrix">;
2020
2020
  statements: z.ZodArray<z.ZodObject<{
2021
2021
  id: z.ZodString;
@@ -2108,7 +2108,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
2108
2108
  center: "center";
2109
2109
  justify: "justify";
2110
2110
  }>>>;
2111
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2111
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2112
2112
  type: z.ZodLiteral<"matrix_single_choice">;
2113
2113
  rows: z.ZodArray<z.ZodObject<{
2114
2114
  id: z.ZodString;
@@ -2176,7 +2176,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
2176
2176
  center: "center";
2177
2177
  justify: "justify";
2178
2178
  }>>>;
2179
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2179
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2180
2180
  type: z.ZodLiteral<"matrix_multiple_choice">;
2181
2181
  rows: z.ZodArray<z.ZodObject<{
2182
2182
  id: z.ZodString;
@@ -2246,7 +2246,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
2246
2246
  center: "center";
2247
2247
  justify: "justify";
2248
2248
  }>>>;
2249
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2249
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2250
2250
  type: z.ZodLiteral<"single_choice">;
2251
2251
  displayStyle: z.ZodOptional<z.ZodEnum<{
2252
2252
  radio: "radio";
@@ -2320,7 +2320,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
2320
2320
  center: "center";
2321
2321
  justify: "justify";
2322
2322
  }>>>;
2323
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2323
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2324
2324
  type: z.ZodLiteral<"multiple_choice_multiple">;
2325
2325
  displayStyle: z.ZodOptional<z.ZodEnum<{
2326
2326
  list: "list";
@@ -2395,7 +2395,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
2395
2395
  center: "center";
2396
2396
  justify: "justify";
2397
2397
  }>>>;
2398
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2398
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2399
2399
  type: z.ZodLiteral<"nps">;
2400
2400
  min: z.ZodLiteral<0>;
2401
2401
  max: z.ZodLiteral<10>;
@@ -2455,7 +2455,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
2455
2455
  center: "center";
2456
2456
  justify: "justify";
2457
2457
  }>>>;
2458
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2458
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2459
2459
  type: z.ZodLiteral<"short_answer">;
2460
2460
  maxCharacters: z.ZodOptional<z.ZodNumber>;
2461
2461
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -2518,7 +2518,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
2518
2518
  center: "center";
2519
2519
  justify: "justify";
2520
2520
  }>>>;
2521
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2521
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2522
2522
  type: z.ZodLiteral<"long_text">;
2523
2523
  maxCharacters: z.ZodOptional<z.ZodNumber>;
2524
2524
  minCharacters: z.ZodOptional<z.ZodNumber>;
@@ -2580,7 +2580,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
2580
2580
  center: "center";
2581
2581
  justify: "justify";
2582
2582
  }>>>;
2583
- nextButtonLabel: z.ZodOptional<z.ZodString>;
2583
+ nextButtonLabel: z.ZodDefault<z.ZodString>;
2584
2584
  type: z.ZodLiteral<"nested_selection">;
2585
2585
  placeholder: z.ZodOptional<z.ZodString>;
2586
2586
  options: z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;