@opencrvs/toolkit 1.8.0-rc.fe7c504 → 1.8.0-rc.fe8c092

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.
Files changed (31) hide show
  1. package/dist/commons/api/router.d.ts +10468 -1335
  2. package/dist/commons/events/ActionConfig.d.ts +0 -2600
  3. package/dist/commons/events/ActionDocument.d.ts +1087 -1081
  4. package/dist/commons/events/ActionInput.d.ts +726 -726
  5. package/dist/commons/events/ActionType.d.ts +2 -0
  6. package/dist/commons/events/AdvancedSearchConfig.d.ts +18 -222
  7. package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
  8. package/dist/commons/events/CountryConfigQueryInput.d.ts +572 -1234
  9. package/dist/commons/events/CreatedAtLocation.d.ts +2 -1
  10. package/dist/commons/events/Draft.d.ts +77 -77
  11. package/dist/commons/events/EventConfig.d.ts +0 -1458
  12. package/dist/commons/events/EventDocument.d.ts +711 -706
  13. package/dist/commons/events/EventIndex.d.ts +151 -135
  14. package/dist/commons/events/EventMetadata.d.ts +29 -38
  15. package/dist/commons/events/FieldConfig.d.ts +0 -178
  16. package/dist/commons/events/FieldTypeMapping.d.ts +16 -16
  17. package/dist/commons/events/FieldValue.d.ts +12 -12
  18. package/dist/commons/events/FormConfig.d.ts +0 -1092
  19. package/dist/commons/events/PageConfig.d.ts +0 -260
  20. package/dist/commons/events/User.d.ts +3 -6
  21. package/dist/commons/events/WorkqueueConfig.d.ts +1028 -2038
  22. package/dist/commons/events/defineConfig.d.ts +0 -294
  23. package/dist/commons/events/field.d.ts +0 -5
  24. package/dist/commons/events/test.utils.d.ts +19 -30
  25. package/dist/commons/events/transactions.d.ts +1 -1
  26. package/dist/commons/events/utils.d.ts +15 -440
  27. package/dist/conditionals/index.js +18 -22
  28. package/dist/events/index.js +185 -303
  29. package/dist/scopes/index.d.ts +6 -92
  30. package/dist/scopes/index.js +9 -38
  31. package/package.json +3 -3
@@ -20,7 +20,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
20
20
  }>>;
21
21
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
22
22
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
23
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
24
23
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
25
24
  id: string;
26
25
  description: string;
@@ -166,7 +165,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
166
165
  type: "DISPLAY_ON_REVIEW";
167
166
  conditional: import(".").JSONSchema;
168
167
  })[] | undefined;
169
- secured?: boolean | undefined;
170
168
  placeholder?: TranslationConfig | undefined;
171
169
  helperText?: TranslationConfig | undefined;
172
170
  hideLabel?: boolean | undefined;
@@ -229,7 +227,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
229
227
  type: "DISPLAY_ON_REVIEW";
230
228
  conditional: import(".").JSONSchema;
231
229
  })[] | undefined;
232
- secured?: boolean | undefined;
233
230
  placeholder?: {
234
231
  id: string;
235
232
  description: string;
@@ -281,7 +278,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
281
278
  }>>;
282
279
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
283
280
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
284
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
285
281
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
286
282
  id: string;
287
283
  description: string;
@@ -373,7 +369,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
373
369
  type: "DISPLAY_ON_REVIEW";
374
370
  conditional: import(".").JSONSchema;
375
371
  })[] | undefined;
376
- secured?: boolean | undefined;
377
372
  placeholder?: TranslationConfig | undefined;
378
373
  helperText?: TranslationConfig | undefined;
379
374
  hideLabel?: boolean | undefined;
@@ -414,7 +409,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
414
409
  type: "DISPLAY_ON_REVIEW";
415
410
  conditional: import(".").JSONSchema;
416
411
  })[] | undefined;
417
- secured?: boolean | undefined;
418
412
  placeholder?: {
419
413
  id: string;
420
414
  description: string;
@@ -452,7 +446,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
452
446
  }>>;
453
447
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
454
448
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
455
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
456
449
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
457
450
  id: string;
458
451
  description: string;
@@ -544,7 +537,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
544
537
  type: "DISPLAY_ON_REVIEW";
545
538
  conditional: import(".").JSONSchema;
546
539
  })[] | undefined;
547
- secured?: boolean | undefined;
548
540
  placeholder?: TranslationConfig | undefined;
549
541
  helperText?: TranslationConfig | undefined;
550
542
  hideLabel?: boolean | undefined;
@@ -585,7 +577,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
585
577
  type: "DISPLAY_ON_REVIEW";
586
578
  conditional: import(".").JSONSchema;
587
579
  })[] | undefined;
588
- secured?: boolean | undefined;
589
580
  placeholder?: {
590
581
  id: string;
591
582
  description: string;
@@ -623,7 +614,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
623
614
  }>>;
624
615
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
625
616
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
626
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
627
617
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
628
618
  id: string;
629
619
  description: string;
@@ -718,7 +708,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
718
708
  type: "DISPLAY_ON_REVIEW";
719
709
  conditional: import(".").JSONSchema;
720
710
  })[] | undefined;
721
- secured?: boolean | undefined;
722
711
  placeholder?: TranslationConfig | undefined;
723
712
  helperText?: TranslationConfig | undefined;
724
713
  hideLabel?: boolean | undefined;
@@ -760,7 +749,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
760
749
  type: "DISPLAY_ON_REVIEW";
761
750
  conditional: import(".").JSONSchema;
762
751
  })[] | undefined;
763
- secured?: boolean | undefined;
764
752
  placeholder?: {
765
753
  id: string;
766
754
  description: string;
@@ -799,7 +787,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
799
787
  }>>;
800
788
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
801
789
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
802
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
803
790
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
804
791
  id: string;
805
792
  description: string;
@@ -874,7 +861,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
874
861
  type: "DISPLAY_ON_REVIEW";
875
862
  conditional: import(".").JSONSchema;
876
863
  })[] | undefined;
877
- secured?: boolean | undefined;
878
864
  placeholder?: TranslationConfig | undefined;
879
865
  helperText?: TranslationConfig | undefined;
880
866
  hideLabel?: boolean | undefined;
@@ -912,7 +898,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
912
898
  type: "DISPLAY_ON_REVIEW";
913
899
  conditional: import(".").JSONSchema;
914
900
  })[] | undefined;
915
- secured?: boolean | undefined;
916
901
  placeholder?: {
917
902
  id: string;
918
903
  description: string;
@@ -943,7 +928,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
943
928
  }>>;
944
929
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
945
930
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
946
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
947
931
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
948
932
  id: string;
949
933
  description: string;
@@ -1018,7 +1002,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1018
1002
  type: "DISPLAY_ON_REVIEW";
1019
1003
  conditional: import(".").JSONSchema;
1020
1004
  })[] | undefined;
1021
- secured?: boolean | undefined;
1022
1005
  placeholder?: TranslationConfig | undefined;
1023
1006
  helperText?: TranslationConfig | undefined;
1024
1007
  hideLabel?: boolean | undefined;
@@ -1056,7 +1039,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1056
1039
  type: "DISPLAY_ON_REVIEW";
1057
1040
  conditional: import(".").JSONSchema;
1058
1041
  })[] | undefined;
1059
- secured?: boolean | undefined;
1060
1042
  placeholder?: {
1061
1043
  id: string;
1062
1044
  description: string;
@@ -1087,7 +1069,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1087
1069
  }>>;
1088
1070
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
1089
1071
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1090
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1091
1072
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
1092
1073
  id: string;
1093
1074
  description: string;
@@ -1169,7 +1150,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1169
1150
  type: "DISPLAY_ON_REVIEW";
1170
1151
  conditional: import(".").JSONSchema;
1171
1152
  })[] | undefined;
1172
- secured?: boolean | undefined;
1173
1153
  placeholder?: TranslationConfig | undefined;
1174
1154
  helperText?: TranslationConfig | undefined;
1175
1155
  hideLabel?: boolean | undefined;
@@ -1204,7 +1184,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1204
1184
  type: "DISPLAY_ON_REVIEW";
1205
1185
  conditional: import(".").JSONSchema;
1206
1186
  })[] | undefined;
1207
- secured?: boolean | undefined;
1208
1187
  placeholder?: {
1209
1188
  id: string;
1210
1189
  description: string;
@@ -1233,7 +1212,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1233
1212
  }>>;
1234
1213
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
1235
1214
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1236
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1237
1215
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
1238
1216
  id: string;
1239
1217
  description: string;
@@ -1332,7 +1310,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1332
1310
  type: "DISPLAY_ON_REVIEW";
1333
1311
  conditional: import(".").JSONSchema;
1334
1312
  })[] | undefined;
1335
- secured?: boolean | undefined;
1336
1313
  placeholder?: TranslationConfig | undefined;
1337
1314
  helperText?: TranslationConfig | undefined;
1338
1315
  hideLabel?: boolean | undefined;
@@ -1380,7 +1357,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1380
1357
  type: "DISPLAY_ON_REVIEW";
1381
1358
  conditional: import(".").JSONSchema;
1382
1359
  })[] | undefined;
1383
- secured?: boolean | undefined;
1384
1360
  placeholder?: {
1385
1361
  id: string;
1386
1362
  description: string;
@@ -1409,7 +1385,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1409
1385
  }>>;
1410
1386
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
1411
1387
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1412
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1413
1388
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
1414
1389
  id: string;
1415
1390
  description: string;
@@ -1497,7 +1472,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1497
1472
  type: "DISPLAY_ON_REVIEW";
1498
1473
  conditional: import(".").JSONSchema;
1499
1474
  })[] | undefined;
1500
- secured?: boolean | undefined;
1501
1475
  placeholder?: TranslationConfig | undefined;
1502
1476
  helperText?: TranslationConfig | undefined;
1503
1477
  hideLabel?: boolean | undefined;
@@ -1537,7 +1511,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1537
1511
  type: "DISPLAY_ON_REVIEW";
1538
1512
  conditional: import(".").JSONSchema;
1539
1513
  })[] | undefined;
1540
- secured?: boolean | undefined;
1541
1514
  placeholder?: {
1542
1515
  id: string;
1543
1516
  description: string;
@@ -1566,7 +1539,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1566
1539
  }>>;
1567
1540
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
1568
1541
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1569
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1570
1542
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
1571
1543
  id: string;
1572
1544
  description: string;
@@ -1626,7 +1598,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1626
1598
  type: "DISPLAY_ON_REVIEW";
1627
1599
  conditional: import(".").JSONSchema;
1628
1600
  })[] | undefined;
1629
- secured?: boolean | undefined;
1630
1601
  placeholder?: TranslationConfig | undefined;
1631
1602
  helperText?: TranslationConfig | undefined;
1632
1603
  hideLabel?: boolean | undefined;
@@ -1661,7 +1632,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1661
1632
  type: "DISPLAY_ON_REVIEW";
1662
1633
  conditional: import(".").JSONSchema;
1663
1634
  })[] | undefined;
1664
- secured?: boolean | undefined;
1665
1635
  placeholder?: {
1666
1636
  id: string;
1667
1637
  description: string;
@@ -1685,7 +1655,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1685
1655
  }>>;
1686
1656
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
1687
1657
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1688
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1689
1658
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
1690
1659
  id: string;
1691
1660
  description: string;
@@ -1767,7 +1736,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1767
1736
  type: "DISPLAY_ON_REVIEW";
1768
1737
  conditional: import(".").JSONSchema;
1769
1738
  })[] | undefined;
1770
- secured?: boolean | undefined;
1771
1739
  placeholder?: TranslationConfig | undefined;
1772
1740
  helperText?: TranslationConfig | undefined;
1773
1741
  hideLabel?: boolean | undefined;
@@ -1810,7 +1778,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1810
1778
  type: "DISPLAY_ON_REVIEW";
1811
1779
  conditional: import(".").JSONSchema;
1812
1780
  })[] | undefined;
1813
- secured?: boolean | undefined;
1814
1781
  placeholder?: {
1815
1782
  id: string;
1816
1783
  description: string;
@@ -1834,7 +1801,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1834
1801
  }>>;
1835
1802
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
1836
1803
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1837
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1838
1804
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
1839
1805
  id: string;
1840
1806
  description: string;
@@ -1932,7 +1898,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1932
1898
  type: "DISPLAY_ON_REVIEW";
1933
1899
  conditional: import(".").JSONSchema;
1934
1900
  })[] | undefined;
1935
- secured?: boolean | undefined;
1936
1901
  placeholder?: TranslationConfig | undefined;
1937
1902
  helperText?: TranslationConfig | undefined;
1938
1903
  hideLabel?: boolean | undefined;
@@ -1975,7 +1940,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
1975
1940
  type: "DISPLAY_ON_REVIEW";
1976
1941
  conditional: import(".").JSONSchema;
1977
1942
  })[] | undefined;
1978
- secured?: boolean | undefined;
1979
1943
  placeholder?: {
1980
1944
  id: string;
1981
1945
  description: string;
@@ -2015,7 +1979,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2015
1979
  }>>;
2016
1980
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
2017
1981
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2018
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2019
1982
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
2020
1983
  id: string;
2021
1984
  description: string;
@@ -2075,7 +2038,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2075
2038
  type: "DISPLAY_ON_REVIEW";
2076
2039
  conditional: import(".").JSONSchema;
2077
2040
  })[] | undefined;
2078
- secured?: boolean | undefined;
2079
2041
  placeholder?: TranslationConfig | undefined;
2080
2042
  helperText?: TranslationConfig | undefined;
2081
2043
  hideLabel?: boolean | undefined;
@@ -2110,7 +2072,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2110
2072
  type: "DISPLAY_ON_REVIEW";
2111
2073
  conditional: import(".").JSONSchema;
2112
2074
  })[] | undefined;
2113
- secured?: boolean | undefined;
2114
2075
  placeholder?: {
2115
2076
  id: string;
2116
2077
  description: string;
@@ -2134,7 +2095,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2134
2095
  }>>;
2135
2096
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
2136
2097
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2137
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2138
2098
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
2139
2099
  id: string;
2140
2100
  description: string;
@@ -2194,7 +2154,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2194
2154
  type: "DISPLAY_ON_REVIEW";
2195
2155
  conditional: import(".").JSONSchema;
2196
2156
  })[] | undefined;
2197
- secured?: boolean | undefined;
2198
2157
  placeholder?: TranslationConfig | undefined;
2199
2158
  helperText?: TranslationConfig | undefined;
2200
2159
  hideLabel?: boolean | undefined;
@@ -2229,7 +2188,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2229
2188
  type: "DISPLAY_ON_REVIEW";
2230
2189
  conditional: import(".").JSONSchema;
2231
2190
  })[] | undefined;
2232
- secured?: boolean | undefined;
2233
2191
  placeholder?: {
2234
2192
  id: string;
2235
2193
  description: string;
@@ -2253,7 +2211,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2253
2211
  }>>;
2254
2212
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
2255
2213
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2256
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2257
2214
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
2258
2215
  id: string;
2259
2216
  description: string;
@@ -2313,7 +2270,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2313
2270
  type: "DISPLAY_ON_REVIEW";
2314
2271
  conditional: import(".").JSONSchema;
2315
2272
  })[] | undefined;
2316
- secured?: boolean | undefined;
2317
2273
  placeholder?: TranslationConfig | undefined;
2318
2274
  helperText?: TranslationConfig | undefined;
2319
2275
  hideLabel?: boolean | undefined;
@@ -2348,7 +2304,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2348
2304
  type: "DISPLAY_ON_REVIEW";
2349
2305
  conditional: import(".").JSONSchema;
2350
2306
  })[] | undefined;
2351
- secured?: boolean | undefined;
2352
2307
  placeholder?: {
2353
2308
  id: string;
2354
2309
  description: string;
@@ -2372,7 +2327,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2372
2327
  }>>;
2373
2328
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
2374
2329
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2375
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2376
2330
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
2377
2331
  id: string;
2378
2332
  description: string;
@@ -2486,7 +2440,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2486
2440
  type: "DISPLAY_ON_REVIEW";
2487
2441
  conditional: import(".").JSONSchema;
2488
2442
  })[] | undefined;
2489
- secured?: boolean | undefined;
2490
2443
  placeholder?: TranslationConfig | undefined;
2491
2444
  helperText?: TranslationConfig | undefined;
2492
2445
  hideLabel?: boolean | undefined;
@@ -2525,7 +2478,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2525
2478
  type: "DISPLAY_ON_REVIEW";
2526
2479
  conditional: import(".").JSONSchema;
2527
2480
  })[] | undefined;
2528
- secured?: boolean | undefined;
2529
2481
  placeholder?: {
2530
2482
  id: string;
2531
2483
  description: string;
@@ -2565,7 +2517,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2565
2517
  }>>;
2566
2518
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
2567
2519
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2568
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2569
2520
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
2570
2521
  id: string;
2571
2522
  description: string;
@@ -2625,7 +2576,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2625
2576
  type: "DISPLAY_ON_REVIEW";
2626
2577
  conditional: import(".").JSONSchema;
2627
2578
  })[] | undefined;
2628
- secured?: boolean | undefined;
2629
2579
  placeholder?: TranslationConfig | undefined;
2630
2580
  helperText?: TranslationConfig | undefined;
2631
2581
  hideLabel?: boolean | undefined;
@@ -2660,7 +2610,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2660
2610
  type: "DISPLAY_ON_REVIEW";
2661
2611
  conditional: import(".").JSONSchema;
2662
2612
  })[] | undefined;
2663
- secured?: boolean | undefined;
2664
2613
  placeholder?: {
2665
2614
  id: string;
2666
2615
  description: string;
@@ -2684,7 +2633,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2684
2633
  }>>;
2685
2634
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
2686
2635
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2687
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2688
2636
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
2689
2637
  id: string;
2690
2638
  description: string;
@@ -2770,7 +2718,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2770
2718
  type: "DISPLAY_ON_REVIEW";
2771
2719
  conditional: import(".").JSONSchema;
2772
2720
  })[] | undefined;
2773
- secured?: boolean | undefined;
2774
2721
  placeholder?: TranslationConfig | undefined;
2775
2722
  helperText?: TranslationConfig | undefined;
2776
2723
  hideLabel?: boolean | undefined;
@@ -2811,7 +2758,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2811
2758
  type: "DISPLAY_ON_REVIEW";
2812
2759
  conditional: import(".").JSONSchema;
2813
2760
  })[] | undefined;
2814
- secured?: boolean | undefined;
2815
2761
  placeholder?: {
2816
2762
  id: string;
2817
2763
  description: string;
@@ -2835,7 +2781,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2835
2781
  }>>;
2836
2782
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
2837
2783
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2838
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2839
2784
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
2840
2785
  id: string;
2841
2786
  description: string;
@@ -2894,7 +2839,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2894
2839
  type: "DISPLAY_ON_REVIEW";
2895
2840
  conditional: import(".").JSONSchema;
2896
2841
  })[] | undefined;
2897
- secured?: boolean | undefined;
2898
2842
  placeholder?: TranslationConfig | undefined;
2899
2843
  helperText?: TranslationConfig | undefined;
2900
2844
  hideLabel?: boolean | undefined;
@@ -2928,7 +2872,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2928
2872
  type: "DISPLAY_ON_REVIEW";
2929
2873
  conditional: import(".").JSONSchema;
2930
2874
  })[] | undefined;
2931
- secured?: boolean | undefined;
2932
2875
  placeholder?: {
2933
2876
  id: string;
2934
2877
  description: string;
@@ -2951,7 +2894,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
2951
2894
  }>>;
2952
2895
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
2953
2896
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2954
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2955
2897
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
2956
2898
  id: string;
2957
2899
  description: string;
@@ -3011,7 +2953,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3011
2953
  type: "DISPLAY_ON_REVIEW";
3012
2954
  conditional: import(".").JSONSchema;
3013
2955
  })[] | undefined;
3014
- secured?: boolean | undefined;
3015
2956
  placeholder?: TranslationConfig | undefined;
3016
2957
  helperText?: TranslationConfig | undefined;
3017
2958
  hideLabel?: boolean | undefined;
@@ -3046,7 +2987,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3046
2987
  type: "DISPLAY_ON_REVIEW";
3047
2988
  conditional: import(".").JSONSchema;
3048
2989
  })[] | undefined;
3049
- secured?: boolean | undefined;
3050
2990
  placeholder?: {
3051
2991
  id: string;
3052
2992
  description: string;
@@ -3070,7 +3010,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3070
3010
  }>>;
3071
3011
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
3072
3012
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3073
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3074
3013
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
3075
3014
  id: string;
3076
3015
  description: string;
@@ -3130,7 +3069,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3130
3069
  type: "DISPLAY_ON_REVIEW";
3131
3070
  conditional: import(".").JSONSchema;
3132
3071
  })[] | undefined;
3133
- secured?: boolean | undefined;
3134
3072
  placeholder?: TranslationConfig | undefined;
3135
3073
  helperText?: TranslationConfig | undefined;
3136
3074
  hideLabel?: boolean | undefined;
@@ -3165,7 +3103,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3165
3103
  type: "DISPLAY_ON_REVIEW";
3166
3104
  conditional: import(".").JSONSchema;
3167
3105
  })[] | undefined;
3168
- secured?: boolean | undefined;
3169
3106
  placeholder?: {
3170
3107
  id: string;
3171
3108
  description: string;
@@ -3189,7 +3126,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3189
3126
  }>>;
3190
3127
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
3191
3128
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3192
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3193
3129
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
3194
3130
  id: string;
3195
3131
  description: string;
@@ -3249,7 +3185,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3249
3185
  type: "DISPLAY_ON_REVIEW";
3250
3186
  conditional: import(".").JSONSchema;
3251
3187
  })[] | undefined;
3252
- secured?: boolean | undefined;
3253
3188
  placeholder?: TranslationConfig | undefined;
3254
3189
  helperText?: TranslationConfig | undefined;
3255
3190
  hideLabel?: boolean | undefined;
@@ -3284,7 +3219,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3284
3219
  type: "DISPLAY_ON_REVIEW";
3285
3220
  conditional: import(".").JSONSchema;
3286
3221
  })[] | undefined;
3287
- secured?: boolean | undefined;
3288
3222
  placeholder?: {
3289
3223
  id: string;
3290
3224
  description: string;
@@ -3308,7 +3242,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3308
3242
  }>>;
3309
3243
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
3310
3244
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3311
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3312
3245
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
3313
3246
  id: string;
3314
3247
  description: string;
@@ -3388,7 +3321,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3388
3321
  type: "DISPLAY_ON_REVIEW";
3389
3322
  conditional: import(".").JSONSchema;
3390
3323
  })[] | undefined;
3391
- secured?: boolean | undefined;
3392
3324
  placeholder?: TranslationConfig | undefined;
3393
3325
  helperText?: TranslationConfig | undefined;
3394
3326
  hideLabel?: boolean | undefined;
@@ -3428,7 +3360,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3428
3360
  type: "DISPLAY_ON_REVIEW";
3429
3361
  conditional: import(".").JSONSchema;
3430
3362
  })[] | undefined;
3431
- secured?: boolean | undefined;
3432
3363
  placeholder?: {
3433
3364
  id: string;
3434
3365
  description: string;
@@ -3456,7 +3387,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3456
3387
  }>>;
3457
3388
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
3458
3389
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3459
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3460
3390
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
3461
3391
  id: string;
3462
3392
  description: string;
@@ -3523,7 +3453,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3523
3453
  type: "DISPLAY_ON_REVIEW";
3524
3454
  conditional: import(".").JSONSchema;
3525
3455
  })[] | undefined;
3526
- secured?: boolean | undefined;
3527
3456
  placeholder?: TranslationConfig | undefined;
3528
3457
  helperText?: TranslationConfig | undefined;
3529
3458
  hideLabel?: boolean | undefined;
@@ -3561,7 +3490,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3561
3490
  type: "DISPLAY_ON_REVIEW";
3562
3491
  conditional: import(".").JSONSchema;
3563
3492
  })[] | undefined;
3564
- secured?: boolean | undefined;
3565
3493
  placeholder?: {
3566
3494
  id: string;
3567
3495
  description: string;
@@ -3588,7 +3516,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3588
3516
  }>>;
3589
3517
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
3590
3518
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3591
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3592
3519
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
3593
3520
  id: string;
3594
3521
  description: string;
@@ -3699,7 +3626,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3699
3626
  type: "DISPLAY_ON_REVIEW";
3700
3627
  conditional: import(".").JSONSchema;
3701
3628
  })[] | undefined;
3702
- secured?: boolean | undefined;
3703
3629
  placeholder?: TranslationConfig | undefined;
3704
3630
  helperText?: TranslationConfig | undefined;
3705
3631
  hideLabel?: boolean | undefined;
@@ -3747,7 +3673,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3747
3673
  type: "DISPLAY_ON_REVIEW";
3748
3674
  conditional: import(".").JSONSchema;
3749
3675
  })[] | undefined;
3750
- secured?: boolean | undefined;
3751
3676
  placeholder?: {
3752
3677
  id: string;
3753
3678
  description: string;
@@ -3780,7 +3705,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3780
3705
  }>>;
3781
3706
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
3782
3707
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3783
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
3784
3708
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
3785
3709
  id: string;
3786
3710
  description: string;
@@ -3915,7 +3839,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3915
3839
  type: "DISPLAY_ON_REVIEW";
3916
3840
  conditional: import(".").JSONSchema;
3917
3841
  })[] | undefined;
3918
- secured?: boolean | undefined;
3919
3842
  placeholder?: TranslationConfig | undefined;
3920
3843
  helperText?: TranslationConfig | undefined;
3921
3844
  hideLabel?: boolean | undefined;
@@ -3970,7 +3893,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
3970
3893
  type: "DISPLAY_ON_REVIEW";
3971
3894
  conditional: import(".").JSONSchema;
3972
3895
  })[] | undefined;
3973
- secured?: boolean | undefined;
3974
3896
  placeholder?: {
3975
3897
  id: string;
3976
3898
  description: string;
@@ -4012,7 +3934,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4012
3934
  type: "DISPLAY_ON_REVIEW";
4013
3935
  conditional: import(".").JSONSchema;
4014
3936
  })[] | undefined;
4015
- secured?: boolean | undefined;
4016
3937
  placeholder?: TranslationConfig | undefined;
4017
3938
  helperText?: TranslationConfig | undefined;
4018
3939
  hideLabel?: boolean | undefined;
@@ -4038,7 +3959,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4038
3959
  type: "DISPLAY_ON_REVIEW";
4039
3960
  conditional: import(".").JSONSchema;
4040
3961
  })[] | undefined;
4041
- secured?: boolean | undefined;
4042
3962
  placeholder?: TranslationConfig | undefined;
4043
3963
  helperText?: TranslationConfig | undefined;
4044
3964
  hideLabel?: boolean | undefined;
@@ -4071,7 +3991,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4071
3991
  type: "DISPLAY_ON_REVIEW";
4072
3992
  conditional: import(".").JSONSchema;
4073
3993
  })[] | undefined;
4074
- secured?: boolean | undefined;
4075
3994
  placeholder?: TranslationConfig | undefined;
4076
3995
  helperText?: TranslationConfig | undefined;
4077
3996
  hideLabel?: boolean | undefined;
@@ -4104,7 +4023,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4104
4023
  type: "DISPLAY_ON_REVIEW";
4105
4024
  conditional: import(".").JSONSchema;
4106
4025
  })[] | undefined;
4107
- secured?: boolean | undefined;
4108
4026
  placeholder?: TranslationConfig | undefined;
4109
4027
  helperText?: TranslationConfig | undefined;
4110
4028
  hideLabel?: boolean | undefined;
@@ -4143,7 +4061,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4143
4061
  type: "DISPLAY_ON_REVIEW";
4144
4062
  conditional: import(".").JSONSchema;
4145
4063
  })[] | undefined;
4146
- secured?: boolean | undefined;
4147
4064
  placeholder?: TranslationConfig | undefined;
4148
4065
  helperText?: TranslationConfig | undefined;
4149
4066
  hideLabel?: boolean | undefined;
@@ -4170,7 +4087,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4170
4087
  type: "DISPLAY_ON_REVIEW";
4171
4088
  conditional: import(".").JSONSchema;
4172
4089
  })[] | undefined;
4173
- secured?: boolean | undefined;
4174
4090
  placeholder?: TranslationConfig | undefined;
4175
4091
  helperText?: TranslationConfig | undefined;
4176
4092
  hideLabel?: boolean | undefined;
@@ -4200,7 +4116,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4200
4116
  type: "DISPLAY_ON_REVIEW";
4201
4117
  conditional: import(".").JSONSchema;
4202
4118
  })[] | undefined;
4203
- secured?: boolean | undefined;
4204
4119
  placeholder?: TranslationConfig | undefined;
4205
4120
  helperText?: TranslationConfig | undefined;
4206
4121
  hideLabel?: boolean | undefined;
@@ -4230,7 +4145,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4230
4145
  type: "DISPLAY_ON_REVIEW";
4231
4146
  conditional: import(".").JSONSchema;
4232
4147
  })[] | undefined;
4233
- secured?: boolean | undefined;
4234
4148
  placeholder?: TranslationConfig | undefined;
4235
4149
  helperText?: TranslationConfig | undefined;
4236
4150
  hideLabel?: boolean | undefined;
@@ -4265,7 +4179,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4265
4179
  type: "DISPLAY_ON_REVIEW";
4266
4180
  conditional: import(".").JSONSchema;
4267
4181
  })[] | undefined;
4268
- secured?: boolean | undefined;
4269
4182
  placeholder?: TranslationConfig | undefined;
4270
4183
  helperText?: TranslationConfig | undefined;
4271
4184
  hideLabel?: boolean | undefined;
@@ -4292,7 +4205,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4292
4205
  type: "DISPLAY_ON_REVIEW";
4293
4206
  conditional: import(".").JSONSchema;
4294
4207
  })[] | undefined;
4295
- secured?: boolean | undefined;
4296
4208
  placeholder?: TranslationConfig | undefined;
4297
4209
  helperText?: TranslationConfig | undefined;
4298
4210
  hideLabel?: boolean | undefined;
@@ -4327,7 +4239,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4327
4239
  type: "DISPLAY_ON_REVIEW";
4328
4240
  conditional: import(".").JSONSchema;
4329
4241
  })[] | undefined;
4330
- secured?: boolean | undefined;
4331
4242
  placeholder?: TranslationConfig | undefined;
4332
4243
  helperText?: TranslationConfig | undefined;
4333
4244
  hideLabel?: boolean | undefined;
@@ -4362,7 +4273,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4362
4273
  type: "DISPLAY_ON_REVIEW";
4363
4274
  conditional: import(".").JSONSchema;
4364
4275
  })[] | undefined;
4365
- secured?: boolean | undefined;
4366
4276
  placeholder?: TranslationConfig | undefined;
4367
4277
  helperText?: TranslationConfig | undefined;
4368
4278
  hideLabel?: boolean | undefined;
@@ -4400,7 +4310,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4400
4310
  type: "DISPLAY_ON_REVIEW";
4401
4311
  conditional: import(".").JSONSchema;
4402
4312
  })[] | undefined;
4403
- secured?: boolean | undefined;
4404
4313
  placeholder?: TranslationConfig | undefined;
4405
4314
  helperText?: TranslationConfig | undefined;
4406
4315
  hideLabel?: boolean | undefined;
@@ -4431,7 +4340,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4431
4340
  type: "DISPLAY_ON_REVIEW";
4432
4341
  conditional: import(".").JSONSchema;
4433
4342
  })[] | undefined;
4434
- secured?: boolean | undefined;
4435
4343
  placeholder?: TranslationConfig | undefined;
4436
4344
  helperText?: TranslationConfig | undefined;
4437
4345
  hideLabel?: boolean | undefined;
@@ -4458,7 +4366,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4458
4366
  type: "DISPLAY_ON_REVIEW";
4459
4367
  conditional: import(".").JSONSchema;
4460
4368
  })[] | undefined;
4461
- secured?: boolean | undefined;
4462
4369
  placeholder?: TranslationConfig | undefined;
4463
4370
  helperText?: TranslationConfig | undefined;
4464
4371
  hideLabel?: boolean | undefined;
@@ -4493,7 +4400,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4493
4400
  type: "DISPLAY_ON_REVIEW";
4494
4401
  conditional: import(".").JSONSchema;
4495
4402
  })[] | undefined;
4496
- secured?: boolean | undefined;
4497
4403
  placeholder?: TranslationConfig | undefined;
4498
4404
  helperText?: TranslationConfig | undefined;
4499
4405
  hideLabel?: boolean | undefined;
@@ -4520,7 +4426,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4520
4426
  type: "DISPLAY_ON_REVIEW";
4521
4427
  conditional: import(".").JSONSchema;
4522
4428
  })[] | undefined;
4523
- secured?: boolean | undefined;
4524
4429
  placeholder?: TranslationConfig | undefined;
4525
4430
  helperText?: TranslationConfig | undefined;
4526
4431
  hideLabel?: boolean | undefined;
@@ -4547,7 +4452,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4547
4452
  type: "DISPLAY_ON_REVIEW";
4548
4453
  conditional: import(".").JSONSchema;
4549
4454
  })[] | undefined;
4550
- secured?: boolean | undefined;
4551
4455
  placeholder?: TranslationConfig | undefined;
4552
4456
  helperText?: TranslationConfig | undefined;
4553
4457
  hideLabel?: boolean | undefined;
@@ -4574,7 +4478,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4574
4478
  type: "DISPLAY_ON_REVIEW";
4575
4479
  conditional: import(".").JSONSchema;
4576
4480
  })[] | undefined;
4577
- secured?: boolean | undefined;
4578
4481
  placeholder?: TranslationConfig | undefined;
4579
4482
  helperText?: TranslationConfig | undefined;
4580
4483
  hideLabel?: boolean | undefined;
@@ -4607,7 +4510,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4607
4510
  type: "DISPLAY_ON_REVIEW";
4608
4511
  conditional: import(".").JSONSchema;
4609
4512
  })[] | undefined;
4610
- secured?: boolean | undefined;
4611
4513
  placeholder?: TranslationConfig | undefined;
4612
4514
  helperText?: TranslationConfig | undefined;
4613
4515
  hideLabel?: boolean | undefined;
@@ -4634,7 +4536,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4634
4536
  type: "DISPLAY_ON_REVIEW";
4635
4537
  conditional: import(".").JSONSchema;
4636
4538
  })[] | undefined;
4637
- secured?: boolean | undefined;
4638
4539
  placeholder?: TranslationConfig | undefined;
4639
4540
  helperText?: TranslationConfig | undefined;
4640
4541
  hideLabel?: boolean | undefined;
@@ -4669,7 +4570,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4669
4570
  type: "DISPLAY_ON_REVIEW";
4670
4571
  conditional: import(".").JSONSchema;
4671
4572
  })[] | undefined;
4672
- secured?: boolean | undefined;
4673
4573
  placeholder?: TranslationConfig | undefined;
4674
4574
  helperText?: TranslationConfig | undefined;
4675
4575
  hideLabel?: boolean | undefined;
@@ -4701,7 +4601,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4701
4601
  type: "DISPLAY_ON_REVIEW";
4702
4602
  conditional: import(".").JSONSchema;
4703
4603
  })[] | undefined;
4704
- secured?: boolean | undefined;
4705
4604
  placeholder?: TranslationConfig | undefined;
4706
4605
  helperText?: TranslationConfig | undefined;
4707
4606
  hideLabel?: boolean | undefined;
@@ -4728,7 +4627,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4728
4627
  type: "DISPLAY_ON_REVIEW";
4729
4628
  conditional: import(".").JSONSchema;
4730
4629
  })[] | undefined;
4731
- secured?: boolean | undefined;
4732
4630
  placeholder?: TranslationConfig | undefined;
4733
4631
  helperText?: TranslationConfig | undefined;
4734
4632
  hideLabel?: boolean | undefined;
@@ -4755,7 +4653,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4755
4653
  type: "DISPLAY_ON_REVIEW";
4756
4654
  conditional: import(".").JSONSchema;
4757
4655
  })[] | undefined;
4758
- secured?: boolean | undefined;
4759
4656
  placeholder?: TranslationConfig | undefined;
4760
4657
  helperText?: TranslationConfig | undefined;
4761
4658
  hideLabel?: boolean | undefined;
@@ -4819,7 +4716,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4819
4716
  type: "DISPLAY_ON_REVIEW";
4820
4717
  conditional: import(".").JSONSchema;
4821
4718
  })[] | undefined;
4822
- secured?: boolean | undefined;
4823
4719
  placeholder?: TranslationConfig | undefined;
4824
4720
  helperText?: TranslationConfig | undefined;
4825
4721
  hideLabel?: boolean | undefined;
@@ -4862,7 +4758,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4862
4758
  type: "DISPLAY_ON_REVIEW";
4863
4759
  conditional: import(".").JSONSchema;
4864
4760
  })[] | undefined;
4865
- secured?: boolean | undefined;
4866
4761
  placeholder?: {
4867
4762
  id: string;
4868
4763
  description: string;
@@ -4904,7 +4799,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4904
4799
  type: "DISPLAY_ON_REVIEW";
4905
4800
  conditional: import(".").JSONSchema;
4906
4801
  })[] | undefined;
4907
- secured?: boolean | undefined;
4908
4802
  placeholder?: {
4909
4803
  id: string;
4910
4804
  description: string;
@@ -4961,7 +4855,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
4961
4855
  type: "DISPLAY_ON_REVIEW";
4962
4856
  conditional: import(".").JSONSchema;
4963
4857
  })[] | undefined;
4964
- secured?: boolean | undefined;
4965
4858
  placeholder?: {
4966
4859
  id: string;
4967
4860
  description: string;
@@ -5018,7 +4911,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5018
4911
  type: "DISPLAY_ON_REVIEW";
5019
4912
  conditional: import(".").JSONSchema;
5020
4913
  })[] | undefined;
5021
- secured?: boolean | undefined;
5022
4914
  placeholder?: {
5023
4915
  id: string;
5024
4916
  description: string;
@@ -5081,7 +4973,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5081
4973
  type: "DISPLAY_ON_REVIEW";
5082
4974
  conditional: import(".").JSONSchema;
5083
4975
  })[] | undefined;
5084
- secured?: boolean | undefined;
5085
4976
  placeholder?: {
5086
4977
  id: string;
5087
4978
  description: string;
@@ -5128,7 +5019,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5128
5019
  type: "DISPLAY_ON_REVIEW";
5129
5020
  conditional: import(".").JSONSchema;
5130
5021
  })[] | undefined;
5131
- secured?: boolean | undefined;
5132
5022
  placeholder?: {
5133
5023
  id: string;
5134
5024
  description: string;
@@ -5174,7 +5064,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5174
5064
  type: "DISPLAY_ON_REVIEW";
5175
5065
  conditional: import(".").JSONSchema;
5176
5066
  })[] | undefined;
5177
- secured?: boolean | undefined;
5178
5067
  placeholder?: {
5179
5068
  id: string;
5180
5069
  description: string;
@@ -5224,7 +5113,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5224
5113
  type: "DISPLAY_ON_REVIEW";
5225
5114
  conditional: import(".").JSONSchema;
5226
5115
  })[] | undefined;
5227
- secured?: boolean | undefined;
5228
5116
  placeholder?: {
5229
5117
  id: string;
5230
5118
  description: string;
@@ -5274,7 +5162,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5274
5162
  type: "DISPLAY_ON_REVIEW";
5275
5163
  conditional: import(".").JSONSchema;
5276
5164
  })[] | undefined;
5277
- secured?: boolean | undefined;
5278
5165
  placeholder?: {
5279
5166
  id: string;
5280
5167
  description: string;
@@ -5322,7 +5209,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5322
5209
  type: "DISPLAY_ON_REVIEW";
5323
5210
  conditional: import(".").JSONSchema;
5324
5211
  })[] | undefined;
5325
- secured?: boolean | undefined;
5326
5212
  placeholder?: {
5327
5213
  id: string;
5328
5214
  description: string;
@@ -5365,7 +5251,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5365
5251
  type: "DISPLAY_ON_REVIEW";
5366
5252
  conditional: import(".").JSONSchema;
5367
5253
  })[] | undefined;
5368
- secured?: boolean | undefined;
5369
5254
  placeholder?: {
5370
5255
  id: string;
5371
5256
  description: string;
@@ -5432,7 +5317,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5432
5317
  type: "DISPLAY_ON_REVIEW";
5433
5318
  conditional: import(".").JSONSchema;
5434
5319
  })[] | undefined;
5435
- secured?: boolean | undefined;
5436
5320
  placeholder?: {
5437
5321
  id: string;
5438
5322
  description: string;
@@ -5485,7 +5369,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5485
5369
  type: "DISPLAY_ON_REVIEW";
5486
5370
  conditional: import(".").JSONSchema;
5487
5371
  })[] | undefined;
5488
- secured?: boolean | undefined;
5489
5372
  placeholder?: {
5490
5373
  id: string;
5491
5374
  description: string;
@@ -5541,7 +5424,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5541
5424
  type: "DISPLAY_ON_REVIEW";
5542
5425
  conditional: import(".").JSONSchema;
5543
5426
  })[] | undefined;
5544
- secured?: boolean | undefined;
5545
5427
  placeholder?: {
5546
5428
  id: string;
5547
5429
  description: string;
@@ -5584,7 +5466,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5584
5466
  type: "DISPLAY_ON_REVIEW";
5585
5467
  conditional: import(".").JSONSchema;
5586
5468
  })[] | undefined;
5587
- secured?: boolean | undefined;
5588
5469
  placeholder?: {
5589
5470
  id: string;
5590
5471
  description: string;
@@ -5643,7 +5524,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5643
5524
  type: "DISPLAY_ON_REVIEW";
5644
5525
  conditional: import(".").JSONSchema;
5645
5526
  })[] | undefined;
5646
- secured?: boolean | undefined;
5647
5527
  placeholder?: {
5648
5528
  id: string;
5649
5529
  description: string;
@@ -5686,7 +5566,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5686
5566
  type: "DISPLAY_ON_REVIEW";
5687
5567
  conditional: import(".").JSONSchema;
5688
5568
  })[] | undefined;
5689
- secured?: boolean | undefined;
5690
5569
  placeholder?: {
5691
5570
  id: string;
5692
5571
  description: string;
@@ -5729,7 +5608,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5729
5608
  type: "DISPLAY_ON_REVIEW";
5730
5609
  conditional: import(".").JSONSchema;
5731
5610
  })[] | undefined;
5732
- secured?: boolean | undefined;
5733
5611
  placeholder?: {
5734
5612
  id: string;
5735
5613
  description: string;
@@ -5772,7 +5650,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5772
5650
  type: "DISPLAY_ON_REVIEW";
5773
5651
  conditional: import(".").JSONSchema;
5774
5652
  })[] | undefined;
5775
- secured?: boolean | undefined;
5776
5653
  placeholder?: {
5777
5654
  id: string;
5778
5655
  description: string;
@@ -5821,7 +5698,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5821
5698
  type: "DISPLAY_ON_REVIEW";
5822
5699
  conditional: import(".").JSONSchema;
5823
5700
  })[] | undefined;
5824
- secured?: boolean | undefined;
5825
5701
  placeholder?: {
5826
5702
  id: string;
5827
5703
  description: string;
@@ -5864,7 +5740,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5864
5740
  type: "DISPLAY_ON_REVIEW";
5865
5741
  conditional: import(".").JSONSchema;
5866
5742
  })[] | undefined;
5867
- secured?: boolean | undefined;
5868
5743
  placeholder?: {
5869
5744
  id: string;
5870
5745
  description: string;
@@ -5915,7 +5790,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5915
5790
  type: "DISPLAY_ON_REVIEW";
5916
5791
  conditional: import(".").JSONSchema;
5917
5792
  })[] | undefined;
5918
- secured?: boolean | undefined;
5919
5793
  placeholder?: {
5920
5794
  id: string;
5921
5795
  description: string;
@@ -5967,7 +5841,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
5967
5841
  type: "DISPLAY_ON_REVIEW";
5968
5842
  conditional: import(".").JSONSchema;
5969
5843
  })[] | undefined;
5970
- secured?: boolean | undefined;
5971
5844
  placeholder?: {
5972
5845
  id: string;
5973
5846
  description: string;
@@ -6010,7 +5883,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
6010
5883
  type: "DISPLAY_ON_REVIEW";
6011
5884
  conditional: import(".").JSONSchema;
6012
5885
  })[] | undefined;
6013
- secured?: boolean | undefined;
6014
5886
  placeholder?: {
6015
5887
  id: string;
6016
5888
  description: string;
@@ -6053,7 +5925,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
6053
5925
  type: "DISPLAY_ON_REVIEW";
6054
5926
  conditional: import(".").JSONSchema;
6055
5927
  })[] | undefined;
6056
- secured?: boolean | undefined;
6057
5928
  placeholder?: {
6058
5929
  id: string;
6059
5930
  description: string;
@@ -6145,7 +6016,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
6145
6016
  type: "DISPLAY_ON_REVIEW";
6146
6017
  conditional: import(".").JSONSchema;
6147
6018
  })[] | undefined;
6148
- secured?: boolean | undefined;
6149
6019
  placeholder?: {
6150
6020
  id: string;
6151
6021
  description: string;
@@ -6293,7 +6163,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6293
6163
  }>>;
6294
6164
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
6295
6165
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
6296
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
6297
6166
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
6298
6167
  id: string;
6299
6168
  description: string;
@@ -6439,7 +6308,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6439
6308
  type: "DISPLAY_ON_REVIEW";
6440
6309
  conditional: import(".").JSONSchema;
6441
6310
  })[] | undefined;
6442
- secured?: boolean | undefined;
6443
6311
  placeholder?: TranslationConfig | undefined;
6444
6312
  helperText?: TranslationConfig | undefined;
6445
6313
  hideLabel?: boolean | undefined;
@@ -6502,7 +6370,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6502
6370
  type: "DISPLAY_ON_REVIEW";
6503
6371
  conditional: import(".").JSONSchema;
6504
6372
  })[] | undefined;
6505
- secured?: boolean | undefined;
6506
6373
  placeholder?: {
6507
6374
  id: string;
6508
6375
  description: string;
@@ -6554,7 +6421,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6554
6421
  }>>;
6555
6422
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
6556
6423
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
6557
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
6558
6424
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
6559
6425
  id: string;
6560
6426
  description: string;
@@ -6646,7 +6512,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6646
6512
  type: "DISPLAY_ON_REVIEW";
6647
6513
  conditional: import(".").JSONSchema;
6648
6514
  })[] | undefined;
6649
- secured?: boolean | undefined;
6650
6515
  placeholder?: TranslationConfig | undefined;
6651
6516
  helperText?: TranslationConfig | undefined;
6652
6517
  hideLabel?: boolean | undefined;
@@ -6687,7 +6552,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6687
6552
  type: "DISPLAY_ON_REVIEW";
6688
6553
  conditional: import(".").JSONSchema;
6689
6554
  })[] | undefined;
6690
- secured?: boolean | undefined;
6691
6555
  placeholder?: {
6692
6556
  id: string;
6693
6557
  description: string;
@@ -6725,7 +6589,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6725
6589
  }>>;
6726
6590
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
6727
6591
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
6728
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
6729
6592
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
6730
6593
  id: string;
6731
6594
  description: string;
@@ -6817,7 +6680,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6817
6680
  type: "DISPLAY_ON_REVIEW";
6818
6681
  conditional: import(".").JSONSchema;
6819
6682
  })[] | undefined;
6820
- secured?: boolean | undefined;
6821
6683
  placeholder?: TranslationConfig | undefined;
6822
6684
  helperText?: TranslationConfig | undefined;
6823
6685
  hideLabel?: boolean | undefined;
@@ -6858,7 +6720,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6858
6720
  type: "DISPLAY_ON_REVIEW";
6859
6721
  conditional: import(".").JSONSchema;
6860
6722
  })[] | undefined;
6861
- secured?: boolean | undefined;
6862
6723
  placeholder?: {
6863
6724
  id: string;
6864
6725
  description: string;
@@ -6896,7 +6757,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6896
6757
  }>>;
6897
6758
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
6898
6759
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
6899
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
6900
6760
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
6901
6761
  id: string;
6902
6762
  description: string;
@@ -6991,7 +6851,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
6991
6851
  type: "DISPLAY_ON_REVIEW";
6992
6852
  conditional: import(".").JSONSchema;
6993
6853
  })[] | undefined;
6994
- secured?: boolean | undefined;
6995
6854
  placeholder?: TranslationConfig | undefined;
6996
6855
  helperText?: TranslationConfig | undefined;
6997
6856
  hideLabel?: boolean | undefined;
@@ -7033,7 +6892,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7033
6892
  type: "DISPLAY_ON_REVIEW";
7034
6893
  conditional: import(".").JSONSchema;
7035
6894
  })[] | undefined;
7036
- secured?: boolean | undefined;
7037
6895
  placeholder?: {
7038
6896
  id: string;
7039
6897
  description: string;
@@ -7072,7 +6930,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7072
6930
  }>>;
7073
6931
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
7074
6932
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7075
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7076
6933
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
7077
6934
  id: string;
7078
6935
  description: string;
@@ -7147,7 +7004,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7147
7004
  type: "DISPLAY_ON_REVIEW";
7148
7005
  conditional: import(".").JSONSchema;
7149
7006
  })[] | undefined;
7150
- secured?: boolean | undefined;
7151
7007
  placeholder?: TranslationConfig | undefined;
7152
7008
  helperText?: TranslationConfig | undefined;
7153
7009
  hideLabel?: boolean | undefined;
@@ -7185,7 +7041,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7185
7041
  type: "DISPLAY_ON_REVIEW";
7186
7042
  conditional: import(".").JSONSchema;
7187
7043
  })[] | undefined;
7188
- secured?: boolean | undefined;
7189
7044
  placeholder?: {
7190
7045
  id: string;
7191
7046
  description: string;
@@ -7216,7 +7071,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7216
7071
  }>>;
7217
7072
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
7218
7073
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7219
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7220
7074
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
7221
7075
  id: string;
7222
7076
  description: string;
@@ -7291,7 +7145,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7291
7145
  type: "DISPLAY_ON_REVIEW";
7292
7146
  conditional: import(".").JSONSchema;
7293
7147
  })[] | undefined;
7294
- secured?: boolean | undefined;
7295
7148
  placeholder?: TranslationConfig | undefined;
7296
7149
  helperText?: TranslationConfig | undefined;
7297
7150
  hideLabel?: boolean | undefined;
@@ -7329,7 +7182,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7329
7182
  type: "DISPLAY_ON_REVIEW";
7330
7183
  conditional: import(".").JSONSchema;
7331
7184
  })[] | undefined;
7332
- secured?: boolean | undefined;
7333
7185
  placeholder?: {
7334
7186
  id: string;
7335
7187
  description: string;
@@ -7360,7 +7212,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7360
7212
  }>>;
7361
7213
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
7362
7214
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7363
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7364
7215
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
7365
7216
  id: string;
7366
7217
  description: string;
@@ -7442,7 +7293,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7442
7293
  type: "DISPLAY_ON_REVIEW";
7443
7294
  conditional: import(".").JSONSchema;
7444
7295
  })[] | undefined;
7445
- secured?: boolean | undefined;
7446
7296
  placeholder?: TranslationConfig | undefined;
7447
7297
  helperText?: TranslationConfig | undefined;
7448
7298
  hideLabel?: boolean | undefined;
@@ -7477,7 +7327,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7477
7327
  type: "DISPLAY_ON_REVIEW";
7478
7328
  conditional: import(".").JSONSchema;
7479
7329
  })[] | undefined;
7480
- secured?: boolean | undefined;
7481
7330
  placeholder?: {
7482
7331
  id: string;
7483
7332
  description: string;
@@ -7506,7 +7355,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7506
7355
  }>>;
7507
7356
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
7508
7357
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7509
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7510
7358
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
7511
7359
  id: string;
7512
7360
  description: string;
@@ -7605,7 +7453,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7605
7453
  type: "DISPLAY_ON_REVIEW";
7606
7454
  conditional: import(".").JSONSchema;
7607
7455
  })[] | undefined;
7608
- secured?: boolean | undefined;
7609
7456
  placeholder?: TranslationConfig | undefined;
7610
7457
  helperText?: TranslationConfig | undefined;
7611
7458
  hideLabel?: boolean | undefined;
@@ -7653,7 +7500,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7653
7500
  type: "DISPLAY_ON_REVIEW";
7654
7501
  conditional: import(".").JSONSchema;
7655
7502
  })[] | undefined;
7656
- secured?: boolean | undefined;
7657
7503
  placeholder?: {
7658
7504
  id: string;
7659
7505
  description: string;
@@ -7682,7 +7528,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7682
7528
  }>>;
7683
7529
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
7684
7530
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7685
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7686
7531
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
7687
7532
  id: string;
7688
7533
  description: string;
@@ -7770,7 +7615,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7770
7615
  type: "DISPLAY_ON_REVIEW";
7771
7616
  conditional: import(".").JSONSchema;
7772
7617
  })[] | undefined;
7773
- secured?: boolean | undefined;
7774
7618
  placeholder?: TranslationConfig | undefined;
7775
7619
  helperText?: TranslationConfig | undefined;
7776
7620
  hideLabel?: boolean | undefined;
@@ -7810,7 +7654,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7810
7654
  type: "DISPLAY_ON_REVIEW";
7811
7655
  conditional: import(".").JSONSchema;
7812
7656
  })[] | undefined;
7813
- secured?: boolean | undefined;
7814
7657
  placeholder?: {
7815
7658
  id: string;
7816
7659
  description: string;
@@ -7839,7 +7682,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7839
7682
  }>>;
7840
7683
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
7841
7684
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7842
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7843
7685
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
7844
7686
  id: string;
7845
7687
  description: string;
@@ -7899,7 +7741,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7899
7741
  type: "DISPLAY_ON_REVIEW";
7900
7742
  conditional: import(".").JSONSchema;
7901
7743
  })[] | undefined;
7902
- secured?: boolean | undefined;
7903
7744
  placeholder?: TranslationConfig | undefined;
7904
7745
  helperText?: TranslationConfig | undefined;
7905
7746
  hideLabel?: boolean | undefined;
@@ -7934,7 +7775,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7934
7775
  type: "DISPLAY_ON_REVIEW";
7935
7776
  conditional: import(".").JSONSchema;
7936
7777
  })[] | undefined;
7937
- secured?: boolean | undefined;
7938
7778
  placeholder?: {
7939
7779
  id: string;
7940
7780
  description: string;
@@ -7958,7 +7798,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
7958
7798
  }>>;
7959
7799
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
7960
7800
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7961
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7962
7801
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
7963
7802
  id: string;
7964
7803
  description: string;
@@ -8040,7 +7879,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8040
7879
  type: "DISPLAY_ON_REVIEW";
8041
7880
  conditional: import(".").JSONSchema;
8042
7881
  })[] | undefined;
8043
- secured?: boolean | undefined;
8044
7882
  placeholder?: TranslationConfig | undefined;
8045
7883
  helperText?: TranslationConfig | undefined;
8046
7884
  hideLabel?: boolean | undefined;
@@ -8083,7 +7921,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8083
7921
  type: "DISPLAY_ON_REVIEW";
8084
7922
  conditional: import(".").JSONSchema;
8085
7923
  })[] | undefined;
8086
- secured?: boolean | undefined;
8087
7924
  placeholder?: {
8088
7925
  id: string;
8089
7926
  description: string;
@@ -8107,7 +7944,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8107
7944
  }>>;
8108
7945
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
8109
7946
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8110
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8111
7947
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
8112
7948
  id: string;
8113
7949
  description: string;
@@ -8205,7 +8041,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8205
8041
  type: "DISPLAY_ON_REVIEW";
8206
8042
  conditional: import(".").JSONSchema;
8207
8043
  })[] | undefined;
8208
- secured?: boolean | undefined;
8209
8044
  placeholder?: TranslationConfig | undefined;
8210
8045
  helperText?: TranslationConfig | undefined;
8211
8046
  hideLabel?: boolean | undefined;
@@ -8248,7 +8083,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8248
8083
  type: "DISPLAY_ON_REVIEW";
8249
8084
  conditional: import(".").JSONSchema;
8250
8085
  })[] | undefined;
8251
- secured?: boolean | undefined;
8252
8086
  placeholder?: {
8253
8087
  id: string;
8254
8088
  description: string;
@@ -8288,7 +8122,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8288
8122
  }>>;
8289
8123
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
8290
8124
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8291
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8292
8125
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
8293
8126
  id: string;
8294
8127
  description: string;
@@ -8348,7 +8181,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8348
8181
  type: "DISPLAY_ON_REVIEW";
8349
8182
  conditional: import(".").JSONSchema;
8350
8183
  })[] | undefined;
8351
- secured?: boolean | undefined;
8352
8184
  placeholder?: TranslationConfig | undefined;
8353
8185
  helperText?: TranslationConfig | undefined;
8354
8186
  hideLabel?: boolean | undefined;
@@ -8383,7 +8215,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8383
8215
  type: "DISPLAY_ON_REVIEW";
8384
8216
  conditional: import(".").JSONSchema;
8385
8217
  })[] | undefined;
8386
- secured?: boolean | undefined;
8387
8218
  placeholder?: {
8388
8219
  id: string;
8389
8220
  description: string;
@@ -8407,7 +8238,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8407
8238
  }>>;
8408
8239
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
8409
8240
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8410
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8411
8241
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
8412
8242
  id: string;
8413
8243
  description: string;
@@ -8467,7 +8297,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8467
8297
  type: "DISPLAY_ON_REVIEW";
8468
8298
  conditional: import(".").JSONSchema;
8469
8299
  })[] | undefined;
8470
- secured?: boolean | undefined;
8471
8300
  placeholder?: TranslationConfig | undefined;
8472
8301
  helperText?: TranslationConfig | undefined;
8473
8302
  hideLabel?: boolean | undefined;
@@ -8502,7 +8331,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8502
8331
  type: "DISPLAY_ON_REVIEW";
8503
8332
  conditional: import(".").JSONSchema;
8504
8333
  })[] | undefined;
8505
- secured?: boolean | undefined;
8506
8334
  placeholder?: {
8507
8335
  id: string;
8508
8336
  description: string;
@@ -8526,7 +8354,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8526
8354
  }>>;
8527
8355
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
8528
8356
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8529
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8530
8357
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
8531
8358
  id: string;
8532
8359
  description: string;
@@ -8586,7 +8413,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8586
8413
  type: "DISPLAY_ON_REVIEW";
8587
8414
  conditional: import(".").JSONSchema;
8588
8415
  })[] | undefined;
8589
- secured?: boolean | undefined;
8590
8416
  placeholder?: TranslationConfig | undefined;
8591
8417
  helperText?: TranslationConfig | undefined;
8592
8418
  hideLabel?: boolean | undefined;
@@ -8621,7 +8447,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8621
8447
  type: "DISPLAY_ON_REVIEW";
8622
8448
  conditional: import(".").JSONSchema;
8623
8449
  })[] | undefined;
8624
- secured?: boolean | undefined;
8625
8450
  placeholder?: {
8626
8451
  id: string;
8627
8452
  description: string;
@@ -8645,7 +8470,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8645
8470
  }>>;
8646
8471
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
8647
8472
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8648
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8649
8473
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
8650
8474
  id: string;
8651
8475
  description: string;
@@ -8759,7 +8583,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8759
8583
  type: "DISPLAY_ON_REVIEW";
8760
8584
  conditional: import(".").JSONSchema;
8761
8585
  })[] | undefined;
8762
- secured?: boolean | undefined;
8763
8586
  placeholder?: TranslationConfig | undefined;
8764
8587
  helperText?: TranslationConfig | undefined;
8765
8588
  hideLabel?: boolean | undefined;
@@ -8798,7 +8621,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8798
8621
  type: "DISPLAY_ON_REVIEW";
8799
8622
  conditional: import(".").JSONSchema;
8800
8623
  })[] | undefined;
8801
- secured?: boolean | undefined;
8802
8624
  placeholder?: {
8803
8625
  id: string;
8804
8626
  description: string;
@@ -8838,7 +8660,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8838
8660
  }>>;
8839
8661
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
8840
8662
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8841
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8842
8663
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
8843
8664
  id: string;
8844
8665
  description: string;
@@ -8898,7 +8719,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8898
8719
  type: "DISPLAY_ON_REVIEW";
8899
8720
  conditional: import(".").JSONSchema;
8900
8721
  })[] | undefined;
8901
- secured?: boolean | undefined;
8902
8722
  placeholder?: TranslationConfig | undefined;
8903
8723
  helperText?: TranslationConfig | undefined;
8904
8724
  hideLabel?: boolean | undefined;
@@ -8933,7 +8753,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8933
8753
  type: "DISPLAY_ON_REVIEW";
8934
8754
  conditional: import(".").JSONSchema;
8935
8755
  })[] | undefined;
8936
- secured?: boolean | undefined;
8937
8756
  placeholder?: {
8938
8757
  id: string;
8939
8758
  description: string;
@@ -8957,7 +8776,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
8957
8776
  }>>;
8958
8777
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
8959
8778
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8960
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8961
8779
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
8962
8780
  id: string;
8963
8781
  description: string;
@@ -9043,7 +8861,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9043
8861
  type: "DISPLAY_ON_REVIEW";
9044
8862
  conditional: import(".").JSONSchema;
9045
8863
  })[] | undefined;
9046
- secured?: boolean | undefined;
9047
8864
  placeholder?: TranslationConfig | undefined;
9048
8865
  helperText?: TranslationConfig | undefined;
9049
8866
  hideLabel?: boolean | undefined;
@@ -9084,7 +8901,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9084
8901
  type: "DISPLAY_ON_REVIEW";
9085
8902
  conditional: import(".").JSONSchema;
9086
8903
  })[] | undefined;
9087
- secured?: boolean | undefined;
9088
8904
  placeholder?: {
9089
8905
  id: string;
9090
8906
  description: string;
@@ -9108,7 +8924,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9108
8924
  }>>;
9109
8925
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
9110
8926
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9111
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9112
8927
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
9113
8928
  id: string;
9114
8929
  description: string;
@@ -9167,7 +8982,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9167
8982
  type: "DISPLAY_ON_REVIEW";
9168
8983
  conditional: import(".").JSONSchema;
9169
8984
  })[] | undefined;
9170
- secured?: boolean | undefined;
9171
8985
  placeholder?: TranslationConfig | undefined;
9172
8986
  helperText?: TranslationConfig | undefined;
9173
8987
  hideLabel?: boolean | undefined;
@@ -9201,7 +9015,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9201
9015
  type: "DISPLAY_ON_REVIEW";
9202
9016
  conditional: import(".").JSONSchema;
9203
9017
  })[] | undefined;
9204
- secured?: boolean | undefined;
9205
9018
  placeholder?: {
9206
9019
  id: string;
9207
9020
  description: string;
@@ -9224,7 +9037,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9224
9037
  }>>;
9225
9038
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
9226
9039
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9227
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9228
9040
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
9229
9041
  id: string;
9230
9042
  description: string;
@@ -9284,7 +9096,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9284
9096
  type: "DISPLAY_ON_REVIEW";
9285
9097
  conditional: import(".").JSONSchema;
9286
9098
  })[] | undefined;
9287
- secured?: boolean | undefined;
9288
9099
  placeholder?: TranslationConfig | undefined;
9289
9100
  helperText?: TranslationConfig | undefined;
9290
9101
  hideLabel?: boolean | undefined;
@@ -9319,7 +9130,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9319
9130
  type: "DISPLAY_ON_REVIEW";
9320
9131
  conditional: import(".").JSONSchema;
9321
9132
  })[] | undefined;
9322
- secured?: boolean | undefined;
9323
9133
  placeholder?: {
9324
9134
  id: string;
9325
9135
  description: string;
@@ -9343,7 +9153,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9343
9153
  }>>;
9344
9154
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
9345
9155
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9346
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9347
9156
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
9348
9157
  id: string;
9349
9158
  description: string;
@@ -9403,7 +9212,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9403
9212
  type: "DISPLAY_ON_REVIEW";
9404
9213
  conditional: import(".").JSONSchema;
9405
9214
  })[] | undefined;
9406
- secured?: boolean | undefined;
9407
9215
  placeholder?: TranslationConfig | undefined;
9408
9216
  helperText?: TranslationConfig | undefined;
9409
9217
  hideLabel?: boolean | undefined;
@@ -9438,7 +9246,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9438
9246
  type: "DISPLAY_ON_REVIEW";
9439
9247
  conditional: import(".").JSONSchema;
9440
9248
  })[] | undefined;
9441
- secured?: boolean | undefined;
9442
9249
  placeholder?: {
9443
9250
  id: string;
9444
9251
  description: string;
@@ -9462,7 +9269,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9462
9269
  }>>;
9463
9270
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
9464
9271
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9465
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9466
9272
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
9467
9273
  id: string;
9468
9274
  description: string;
@@ -9522,7 +9328,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9522
9328
  type: "DISPLAY_ON_REVIEW";
9523
9329
  conditional: import(".").JSONSchema;
9524
9330
  })[] | undefined;
9525
- secured?: boolean | undefined;
9526
9331
  placeholder?: TranslationConfig | undefined;
9527
9332
  helperText?: TranslationConfig | undefined;
9528
9333
  hideLabel?: boolean | undefined;
@@ -9557,7 +9362,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9557
9362
  type: "DISPLAY_ON_REVIEW";
9558
9363
  conditional: import(".").JSONSchema;
9559
9364
  })[] | undefined;
9560
- secured?: boolean | undefined;
9561
9365
  placeholder?: {
9562
9366
  id: string;
9563
9367
  description: string;
@@ -9581,7 +9385,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9581
9385
  }>>;
9582
9386
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
9583
9387
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9584
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9585
9388
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
9586
9389
  id: string;
9587
9390
  description: string;
@@ -9661,7 +9464,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9661
9464
  type: "DISPLAY_ON_REVIEW";
9662
9465
  conditional: import(".").JSONSchema;
9663
9466
  })[] | undefined;
9664
- secured?: boolean | undefined;
9665
9467
  placeholder?: TranslationConfig | undefined;
9666
9468
  helperText?: TranslationConfig | undefined;
9667
9469
  hideLabel?: boolean | undefined;
@@ -9701,7 +9503,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9701
9503
  type: "DISPLAY_ON_REVIEW";
9702
9504
  conditional: import(".").JSONSchema;
9703
9505
  })[] | undefined;
9704
- secured?: boolean | undefined;
9705
9506
  placeholder?: {
9706
9507
  id: string;
9707
9508
  description: string;
@@ -9729,7 +9530,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9729
9530
  }>>;
9730
9531
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
9731
9532
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9732
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9733
9533
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
9734
9534
  id: string;
9735
9535
  description: string;
@@ -9796,7 +9596,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9796
9596
  type: "DISPLAY_ON_REVIEW";
9797
9597
  conditional: import(".").JSONSchema;
9798
9598
  })[] | undefined;
9799
- secured?: boolean | undefined;
9800
9599
  placeholder?: TranslationConfig | undefined;
9801
9600
  helperText?: TranslationConfig | undefined;
9802
9601
  hideLabel?: boolean | undefined;
@@ -9834,7 +9633,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9834
9633
  type: "DISPLAY_ON_REVIEW";
9835
9634
  conditional: import(".").JSONSchema;
9836
9635
  })[] | undefined;
9837
- secured?: boolean | undefined;
9838
9636
  placeholder?: {
9839
9637
  id: string;
9840
9638
  description: string;
@@ -9861,7 +9659,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9861
9659
  }>>;
9862
9660
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
9863
9661
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9864
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9865
9662
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
9866
9663
  id: string;
9867
9664
  description: string;
@@ -9972,7 +9769,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
9972
9769
  type: "DISPLAY_ON_REVIEW";
9973
9770
  conditional: import(".").JSONSchema;
9974
9771
  })[] | undefined;
9975
- secured?: boolean | undefined;
9976
9772
  placeholder?: TranslationConfig | undefined;
9977
9773
  helperText?: TranslationConfig | undefined;
9978
9774
  hideLabel?: boolean | undefined;
@@ -10020,7 +9816,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10020
9816
  type: "DISPLAY_ON_REVIEW";
10021
9817
  conditional: import(".").JSONSchema;
10022
9818
  })[] | undefined;
10023
- secured?: boolean | undefined;
10024
9819
  placeholder?: {
10025
9820
  id: string;
10026
9821
  description: string;
@@ -10053,7 +9848,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10053
9848
  }>>;
10054
9849
  conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
10055
9850
  required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10056
- secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10057
9851
  placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
10058
9852
  id: string;
10059
9853
  description: string;
@@ -10188,7 +9982,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10188
9982
  type: "DISPLAY_ON_REVIEW";
10189
9983
  conditional: import(".").JSONSchema;
10190
9984
  })[] | undefined;
10191
- secured?: boolean | undefined;
10192
9985
  placeholder?: TranslationConfig | undefined;
10193
9986
  helperText?: TranslationConfig | undefined;
10194
9987
  hideLabel?: boolean | undefined;
@@ -10243,7 +10036,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10243
10036
  type: "DISPLAY_ON_REVIEW";
10244
10037
  conditional: import(".").JSONSchema;
10245
10038
  })[] | undefined;
10246
- secured?: boolean | undefined;
10247
10039
  placeholder?: {
10248
10040
  id: string;
10249
10041
  description: string;
@@ -10411,7 +10203,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10411
10203
  type: "DISPLAY_ON_REVIEW";
10412
10204
  conditional: import(".").JSONSchema;
10413
10205
  })[] | undefined;
10414
- secured?: boolean | undefined;
10415
10206
  placeholder?: TranslationConfig | undefined;
10416
10207
  helperText?: TranslationConfig | undefined;
10417
10208
  hideLabel?: boolean | undefined;
@@ -10437,7 +10228,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10437
10228
  type: "DISPLAY_ON_REVIEW";
10438
10229
  conditional: import(".").JSONSchema;
10439
10230
  })[] | undefined;
10440
- secured?: boolean | undefined;
10441
10231
  placeholder?: TranslationConfig | undefined;
10442
10232
  helperText?: TranslationConfig | undefined;
10443
10233
  hideLabel?: boolean | undefined;
@@ -10470,7 +10260,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10470
10260
  type: "DISPLAY_ON_REVIEW";
10471
10261
  conditional: import(".").JSONSchema;
10472
10262
  })[] | undefined;
10473
- secured?: boolean | undefined;
10474
10263
  placeholder?: TranslationConfig | undefined;
10475
10264
  helperText?: TranslationConfig | undefined;
10476
10265
  hideLabel?: boolean | undefined;
@@ -10503,7 +10292,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10503
10292
  type: "DISPLAY_ON_REVIEW";
10504
10293
  conditional: import(".").JSONSchema;
10505
10294
  })[] | undefined;
10506
- secured?: boolean | undefined;
10507
10295
  placeholder?: TranslationConfig | undefined;
10508
10296
  helperText?: TranslationConfig | undefined;
10509
10297
  hideLabel?: boolean | undefined;
@@ -10542,7 +10330,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10542
10330
  type: "DISPLAY_ON_REVIEW";
10543
10331
  conditional: import(".").JSONSchema;
10544
10332
  })[] | undefined;
10545
- secured?: boolean | undefined;
10546
10333
  placeholder?: TranslationConfig | undefined;
10547
10334
  helperText?: TranslationConfig | undefined;
10548
10335
  hideLabel?: boolean | undefined;
@@ -10569,7 +10356,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10569
10356
  type: "DISPLAY_ON_REVIEW";
10570
10357
  conditional: import(".").JSONSchema;
10571
10358
  })[] | undefined;
10572
- secured?: boolean | undefined;
10573
10359
  placeholder?: TranslationConfig | undefined;
10574
10360
  helperText?: TranslationConfig | undefined;
10575
10361
  hideLabel?: boolean | undefined;
@@ -10599,7 +10385,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10599
10385
  type: "DISPLAY_ON_REVIEW";
10600
10386
  conditional: import(".").JSONSchema;
10601
10387
  })[] | undefined;
10602
- secured?: boolean | undefined;
10603
10388
  placeholder?: TranslationConfig | undefined;
10604
10389
  helperText?: TranslationConfig | undefined;
10605
10390
  hideLabel?: boolean | undefined;
@@ -10629,7 +10414,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10629
10414
  type: "DISPLAY_ON_REVIEW";
10630
10415
  conditional: import(".").JSONSchema;
10631
10416
  })[] | undefined;
10632
- secured?: boolean | undefined;
10633
10417
  placeholder?: TranslationConfig | undefined;
10634
10418
  helperText?: TranslationConfig | undefined;
10635
10419
  hideLabel?: boolean | undefined;
@@ -10664,7 +10448,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10664
10448
  type: "DISPLAY_ON_REVIEW";
10665
10449
  conditional: import(".").JSONSchema;
10666
10450
  })[] | undefined;
10667
- secured?: boolean | undefined;
10668
10451
  placeholder?: TranslationConfig | undefined;
10669
10452
  helperText?: TranslationConfig | undefined;
10670
10453
  hideLabel?: boolean | undefined;
@@ -10691,7 +10474,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10691
10474
  type: "DISPLAY_ON_REVIEW";
10692
10475
  conditional: import(".").JSONSchema;
10693
10476
  })[] | undefined;
10694
- secured?: boolean | undefined;
10695
10477
  placeholder?: TranslationConfig | undefined;
10696
10478
  helperText?: TranslationConfig | undefined;
10697
10479
  hideLabel?: boolean | undefined;
@@ -10726,7 +10508,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10726
10508
  type: "DISPLAY_ON_REVIEW";
10727
10509
  conditional: import(".").JSONSchema;
10728
10510
  })[] | undefined;
10729
- secured?: boolean | undefined;
10730
10511
  placeholder?: TranslationConfig | undefined;
10731
10512
  helperText?: TranslationConfig | undefined;
10732
10513
  hideLabel?: boolean | undefined;
@@ -10761,7 +10542,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10761
10542
  type: "DISPLAY_ON_REVIEW";
10762
10543
  conditional: import(".").JSONSchema;
10763
10544
  })[] | undefined;
10764
- secured?: boolean | undefined;
10765
10545
  placeholder?: TranslationConfig | undefined;
10766
10546
  helperText?: TranslationConfig | undefined;
10767
10547
  hideLabel?: boolean | undefined;
@@ -10799,7 +10579,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10799
10579
  type: "DISPLAY_ON_REVIEW";
10800
10580
  conditional: import(".").JSONSchema;
10801
10581
  })[] | undefined;
10802
- secured?: boolean | undefined;
10803
10582
  placeholder?: TranslationConfig | undefined;
10804
10583
  helperText?: TranslationConfig | undefined;
10805
10584
  hideLabel?: boolean | undefined;
@@ -10830,7 +10609,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10830
10609
  type: "DISPLAY_ON_REVIEW";
10831
10610
  conditional: import(".").JSONSchema;
10832
10611
  })[] | undefined;
10833
- secured?: boolean | undefined;
10834
10612
  placeholder?: TranslationConfig | undefined;
10835
10613
  helperText?: TranslationConfig | undefined;
10836
10614
  hideLabel?: boolean | undefined;
@@ -10857,7 +10635,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10857
10635
  type: "DISPLAY_ON_REVIEW";
10858
10636
  conditional: import(".").JSONSchema;
10859
10637
  })[] | undefined;
10860
- secured?: boolean | undefined;
10861
10638
  placeholder?: TranslationConfig | undefined;
10862
10639
  helperText?: TranslationConfig | undefined;
10863
10640
  hideLabel?: boolean | undefined;
@@ -10892,7 +10669,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10892
10669
  type: "DISPLAY_ON_REVIEW";
10893
10670
  conditional: import(".").JSONSchema;
10894
10671
  })[] | undefined;
10895
- secured?: boolean | undefined;
10896
10672
  placeholder?: TranslationConfig | undefined;
10897
10673
  helperText?: TranslationConfig | undefined;
10898
10674
  hideLabel?: boolean | undefined;
@@ -10919,7 +10695,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10919
10695
  type: "DISPLAY_ON_REVIEW";
10920
10696
  conditional: import(".").JSONSchema;
10921
10697
  })[] | undefined;
10922
- secured?: boolean | undefined;
10923
10698
  placeholder?: TranslationConfig | undefined;
10924
10699
  helperText?: TranslationConfig | undefined;
10925
10700
  hideLabel?: boolean | undefined;
@@ -10946,7 +10721,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10946
10721
  type: "DISPLAY_ON_REVIEW";
10947
10722
  conditional: import(".").JSONSchema;
10948
10723
  })[] | undefined;
10949
- secured?: boolean | undefined;
10950
10724
  placeholder?: TranslationConfig | undefined;
10951
10725
  helperText?: TranslationConfig | undefined;
10952
10726
  hideLabel?: boolean | undefined;
@@ -10973,7 +10747,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
10973
10747
  type: "DISPLAY_ON_REVIEW";
10974
10748
  conditional: import(".").JSONSchema;
10975
10749
  })[] | undefined;
10976
- secured?: boolean | undefined;
10977
10750
  placeholder?: TranslationConfig | undefined;
10978
10751
  helperText?: TranslationConfig | undefined;
10979
10752
  hideLabel?: boolean | undefined;
@@ -11006,7 +10779,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11006
10779
  type: "DISPLAY_ON_REVIEW";
11007
10780
  conditional: import(".").JSONSchema;
11008
10781
  })[] | undefined;
11009
- secured?: boolean | undefined;
11010
10782
  placeholder?: TranslationConfig | undefined;
11011
10783
  helperText?: TranslationConfig | undefined;
11012
10784
  hideLabel?: boolean | undefined;
@@ -11033,7 +10805,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11033
10805
  type: "DISPLAY_ON_REVIEW";
11034
10806
  conditional: import(".").JSONSchema;
11035
10807
  })[] | undefined;
11036
- secured?: boolean | undefined;
11037
10808
  placeholder?: TranslationConfig | undefined;
11038
10809
  helperText?: TranslationConfig | undefined;
11039
10810
  hideLabel?: boolean | undefined;
@@ -11068,7 +10839,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11068
10839
  type: "DISPLAY_ON_REVIEW";
11069
10840
  conditional: import(".").JSONSchema;
11070
10841
  })[] | undefined;
11071
- secured?: boolean | undefined;
11072
10842
  placeholder?: TranslationConfig | undefined;
11073
10843
  helperText?: TranslationConfig | undefined;
11074
10844
  hideLabel?: boolean | undefined;
@@ -11100,7 +10870,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11100
10870
  type: "DISPLAY_ON_REVIEW";
11101
10871
  conditional: import(".").JSONSchema;
11102
10872
  })[] | undefined;
11103
- secured?: boolean | undefined;
11104
10873
  placeholder?: TranslationConfig | undefined;
11105
10874
  helperText?: TranslationConfig | undefined;
11106
10875
  hideLabel?: boolean | undefined;
@@ -11127,7 +10896,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11127
10896
  type: "DISPLAY_ON_REVIEW";
11128
10897
  conditional: import(".").JSONSchema;
11129
10898
  })[] | undefined;
11130
- secured?: boolean | undefined;
11131
10899
  placeholder?: TranslationConfig | undefined;
11132
10900
  helperText?: TranslationConfig | undefined;
11133
10901
  hideLabel?: boolean | undefined;
@@ -11154,7 +10922,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11154
10922
  type: "DISPLAY_ON_REVIEW";
11155
10923
  conditional: import(".").JSONSchema;
11156
10924
  })[] | undefined;
11157
- secured?: boolean | undefined;
11158
10925
  placeholder?: TranslationConfig | undefined;
11159
10926
  helperText?: TranslationConfig | undefined;
11160
10927
  hideLabel?: boolean | undefined;
@@ -11218,7 +10985,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11218
10985
  type: "DISPLAY_ON_REVIEW";
11219
10986
  conditional: import(".").JSONSchema;
11220
10987
  })[] | undefined;
11221
- secured?: boolean | undefined;
11222
10988
  placeholder?: TranslationConfig | undefined;
11223
10989
  helperText?: TranslationConfig | undefined;
11224
10990
  hideLabel?: boolean | undefined;
@@ -11290,7 +11056,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11290
11056
  type: "DISPLAY_ON_REVIEW";
11291
11057
  conditional: import(".").JSONSchema;
11292
11058
  })[] | undefined;
11293
- secured?: boolean | undefined;
11294
11059
  placeholder?: {
11295
11060
  id: string;
11296
11061
  description: string;
@@ -11332,7 +11097,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11332
11097
  type: "DISPLAY_ON_REVIEW";
11333
11098
  conditional: import(".").JSONSchema;
11334
11099
  })[] | undefined;
11335
- secured?: boolean | undefined;
11336
11100
  placeholder?: {
11337
11101
  id: string;
11338
11102
  description: string;
@@ -11389,7 +11153,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11389
11153
  type: "DISPLAY_ON_REVIEW";
11390
11154
  conditional: import(".").JSONSchema;
11391
11155
  })[] | undefined;
11392
- secured?: boolean | undefined;
11393
11156
  placeholder?: {
11394
11157
  id: string;
11395
11158
  description: string;
@@ -11446,7 +11209,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11446
11209
  type: "DISPLAY_ON_REVIEW";
11447
11210
  conditional: import(".").JSONSchema;
11448
11211
  })[] | undefined;
11449
- secured?: boolean | undefined;
11450
11212
  placeholder?: {
11451
11213
  id: string;
11452
11214
  description: string;
@@ -11509,7 +11271,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11509
11271
  type: "DISPLAY_ON_REVIEW";
11510
11272
  conditional: import(".").JSONSchema;
11511
11273
  })[] | undefined;
11512
- secured?: boolean | undefined;
11513
11274
  placeholder?: {
11514
11275
  id: string;
11515
11276
  description: string;
@@ -11556,7 +11317,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11556
11317
  type: "DISPLAY_ON_REVIEW";
11557
11318
  conditional: import(".").JSONSchema;
11558
11319
  })[] | undefined;
11559
- secured?: boolean | undefined;
11560
11320
  placeholder?: {
11561
11321
  id: string;
11562
11322
  description: string;
@@ -11602,7 +11362,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11602
11362
  type: "DISPLAY_ON_REVIEW";
11603
11363
  conditional: import(".").JSONSchema;
11604
11364
  })[] | undefined;
11605
- secured?: boolean | undefined;
11606
11365
  placeholder?: {
11607
11366
  id: string;
11608
11367
  description: string;
@@ -11652,7 +11411,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11652
11411
  type: "DISPLAY_ON_REVIEW";
11653
11412
  conditional: import(".").JSONSchema;
11654
11413
  })[] | undefined;
11655
- secured?: boolean | undefined;
11656
11414
  placeholder?: {
11657
11415
  id: string;
11658
11416
  description: string;
@@ -11702,7 +11460,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11702
11460
  type: "DISPLAY_ON_REVIEW";
11703
11461
  conditional: import(".").JSONSchema;
11704
11462
  })[] | undefined;
11705
- secured?: boolean | undefined;
11706
11463
  placeholder?: {
11707
11464
  id: string;
11708
11465
  description: string;
@@ -11750,7 +11507,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11750
11507
  type: "DISPLAY_ON_REVIEW";
11751
11508
  conditional: import(".").JSONSchema;
11752
11509
  })[] | undefined;
11753
- secured?: boolean | undefined;
11754
11510
  placeholder?: {
11755
11511
  id: string;
11756
11512
  description: string;
@@ -11793,7 +11549,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11793
11549
  type: "DISPLAY_ON_REVIEW";
11794
11550
  conditional: import(".").JSONSchema;
11795
11551
  })[] | undefined;
11796
- secured?: boolean | undefined;
11797
11552
  placeholder?: {
11798
11553
  id: string;
11799
11554
  description: string;
@@ -11860,7 +11615,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11860
11615
  type: "DISPLAY_ON_REVIEW";
11861
11616
  conditional: import(".").JSONSchema;
11862
11617
  })[] | undefined;
11863
- secured?: boolean | undefined;
11864
11618
  placeholder?: {
11865
11619
  id: string;
11866
11620
  description: string;
@@ -11913,7 +11667,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11913
11667
  type: "DISPLAY_ON_REVIEW";
11914
11668
  conditional: import(".").JSONSchema;
11915
11669
  })[] | undefined;
11916
- secured?: boolean | undefined;
11917
11670
  placeholder?: {
11918
11671
  id: string;
11919
11672
  description: string;
@@ -11969,7 +11722,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
11969
11722
  type: "DISPLAY_ON_REVIEW";
11970
11723
  conditional: import(".").JSONSchema;
11971
11724
  })[] | undefined;
11972
- secured?: boolean | undefined;
11973
11725
  placeholder?: {
11974
11726
  id: string;
11975
11727
  description: string;
@@ -12012,7 +11764,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12012
11764
  type: "DISPLAY_ON_REVIEW";
12013
11765
  conditional: import(".").JSONSchema;
12014
11766
  })[] | undefined;
12015
- secured?: boolean | undefined;
12016
11767
  placeholder?: {
12017
11768
  id: string;
12018
11769
  description: string;
@@ -12071,7 +11822,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12071
11822
  type: "DISPLAY_ON_REVIEW";
12072
11823
  conditional: import(".").JSONSchema;
12073
11824
  })[] | undefined;
12074
- secured?: boolean | undefined;
12075
11825
  placeholder?: {
12076
11826
  id: string;
12077
11827
  description: string;
@@ -12114,7 +11864,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12114
11864
  type: "DISPLAY_ON_REVIEW";
12115
11865
  conditional: import(".").JSONSchema;
12116
11866
  })[] | undefined;
12117
- secured?: boolean | undefined;
12118
11867
  placeholder?: {
12119
11868
  id: string;
12120
11869
  description: string;
@@ -12157,7 +11906,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12157
11906
  type: "DISPLAY_ON_REVIEW";
12158
11907
  conditional: import(".").JSONSchema;
12159
11908
  })[] | undefined;
12160
- secured?: boolean | undefined;
12161
11909
  placeholder?: {
12162
11910
  id: string;
12163
11911
  description: string;
@@ -12200,7 +11948,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12200
11948
  type: "DISPLAY_ON_REVIEW";
12201
11949
  conditional: import(".").JSONSchema;
12202
11950
  })[] | undefined;
12203
- secured?: boolean | undefined;
12204
11951
  placeholder?: {
12205
11952
  id: string;
12206
11953
  description: string;
@@ -12249,7 +11996,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12249
11996
  type: "DISPLAY_ON_REVIEW";
12250
11997
  conditional: import(".").JSONSchema;
12251
11998
  })[] | undefined;
12252
- secured?: boolean | undefined;
12253
11999
  placeholder?: {
12254
12000
  id: string;
12255
12001
  description: string;
@@ -12292,7 +12038,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12292
12038
  type: "DISPLAY_ON_REVIEW";
12293
12039
  conditional: import(".").JSONSchema;
12294
12040
  })[] | undefined;
12295
- secured?: boolean | undefined;
12296
12041
  placeholder?: {
12297
12042
  id: string;
12298
12043
  description: string;
@@ -12343,7 +12088,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12343
12088
  type: "DISPLAY_ON_REVIEW";
12344
12089
  conditional: import(".").JSONSchema;
12345
12090
  })[] | undefined;
12346
- secured?: boolean | undefined;
12347
12091
  placeholder?: {
12348
12092
  id: string;
12349
12093
  description: string;
@@ -12395,7 +12139,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12395
12139
  type: "DISPLAY_ON_REVIEW";
12396
12140
  conditional: import(".").JSONSchema;
12397
12141
  })[] | undefined;
12398
- secured?: boolean | undefined;
12399
12142
  placeholder?: {
12400
12143
  id: string;
12401
12144
  description: string;
@@ -12438,7 +12181,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12438
12181
  type: "DISPLAY_ON_REVIEW";
12439
12182
  conditional: import(".").JSONSchema;
12440
12183
  })[] | undefined;
12441
- secured?: boolean | undefined;
12442
12184
  placeholder?: {
12443
12185
  id: string;
12444
12186
  description: string;
@@ -12481,7 +12223,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12481
12223
  type: "DISPLAY_ON_REVIEW";
12482
12224
  conditional: import(".").JSONSchema;
12483
12225
  })[] | undefined;
12484
- secured?: boolean | undefined;
12485
12226
  placeholder?: {
12486
12227
  id: string;
12487
12228
  description: string;
@@ -12573,7 +12314,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
12573
12314
  type: "DISPLAY_ON_REVIEW";
12574
12315
  conditional: import(".").JSONSchema;
12575
12316
  })[] | undefined;
12576
- secured?: boolean | undefined;
12577
12317
  placeholder?: {
12578
12318
  id: string;
12579
12319
  description: string;