@opencrvs/toolkit 1.8.0-rc.fb8e005 → 1.8.0-rc.fb96ec1
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.
- package/dist/commons/api/router.d.ts +9779 -578
- package/dist/commons/events/ActionConfig.d.ts +0 -2856
- package/dist/commons/events/ActionDocument.d.ts +696 -696
- package/dist/commons/events/ActionInput.d.ts +600 -600
- package/dist/commons/events/ActionType.d.ts +2 -0
- package/dist/commons/events/AdvancedSearchConfig.d.ts +18 -18
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/Draft.d.ts +48 -48
- package/dist/commons/events/EventConfig.d.ts +0 -1432
- package/dist/commons/events/EventDocument.d.ts +432 -432
- package/dist/commons/events/EventIndex.d.ts +10 -10
- package/dist/commons/events/FieldConfig.d.ts +0 -179
- package/dist/commons/events/FieldTypeMapping.d.ts +16 -16
- package/dist/commons/events/FieldValue.d.ts +12 -12
- package/dist/commons/events/FormConfig.d.ts +0 -1200
- package/dist/commons/events/PageConfig.d.ts +0 -288
- package/dist/commons/events/defineConfig.d.ts +0 -308
- package/dist/commons/events/test.utils.d.ts +12 -12
- package/dist/commons/events/utils.d.ts +8 -456
- package/dist/events/index.js +40 -43
- package/package.json +1 -1
@@ -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;
|
@@ -1893,14 +1859,10 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1893
1859
|
description: string;
|
1894
1860
|
defaultMessage: string;
|
1895
1861
|
}>>;
|
1896
|
-
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1897
|
-
searchMode: z.ZodOptional<z.ZodBoolean>;
|
1898
1862
|
}, "strip", z.ZodTypeAny, {
|
1899
1863
|
maxLength?: number | undefined;
|
1900
1864
|
prefix?: TranslationConfig | undefined;
|
1901
1865
|
postfix?: TranslationConfig | undefined;
|
1902
|
-
includeMiddlename?: boolean | undefined;
|
1903
|
-
searchMode?: boolean | undefined;
|
1904
1866
|
}, {
|
1905
1867
|
maxLength?: number | undefined;
|
1906
1868
|
prefix?: {
|
@@ -1913,8 +1875,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1913
1875
|
description: string;
|
1914
1876
|
defaultMessage: string;
|
1915
1877
|
} | undefined;
|
1916
|
-
includeMiddlename?: boolean | undefined;
|
1917
|
-
searchMode?: boolean | undefined;
|
1918
1878
|
}>>;
|
1919
1879
|
}>, "strip", z.ZodTypeAny, {
|
1920
1880
|
type: "NAME";
|
@@ -1938,7 +1898,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1938
1898
|
type: "DISPLAY_ON_REVIEW";
|
1939
1899
|
conditional: import(".").JSONSchema;
|
1940
1900
|
})[] | undefined;
|
1941
|
-
secured?: boolean | undefined;
|
1942
1901
|
placeholder?: TranslationConfig | undefined;
|
1943
1902
|
helperText?: TranslationConfig | undefined;
|
1944
1903
|
hideLabel?: boolean | undefined;
|
@@ -1950,8 +1909,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1950
1909
|
maxLength?: number | undefined;
|
1951
1910
|
prefix?: TranslationConfig | undefined;
|
1952
1911
|
postfix?: TranslationConfig | undefined;
|
1953
|
-
includeMiddlename?: boolean | undefined;
|
1954
|
-
searchMode?: boolean | undefined;
|
1955
1912
|
} | undefined;
|
1956
1913
|
}, {
|
1957
1914
|
type: "NAME";
|
@@ -1983,7 +1940,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1983
1940
|
type: "DISPLAY_ON_REVIEW";
|
1984
1941
|
conditional: import(".").JSONSchema;
|
1985
1942
|
})[] | undefined;
|
1986
|
-
secured?: boolean | undefined;
|
1987
1943
|
placeholder?: {
|
1988
1944
|
id: string;
|
1989
1945
|
description: string;
|
@@ -2011,8 +1967,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2011
1967
|
description: string;
|
2012
1968
|
defaultMessage: string;
|
2013
1969
|
} | undefined;
|
2014
|
-
includeMiddlename?: boolean | undefined;
|
2015
|
-
searchMode?: boolean | undefined;
|
2016
1970
|
} | undefined;
|
2017
1971
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2018
1972
|
id: z.ZodString;
|
@@ -2025,7 +1979,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2025
1979
|
}>>;
|
2026
1980
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2027
1981
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2028
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2029
1982
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2030
1983
|
id: string;
|
2031
1984
|
description: string;
|
@@ -2085,7 +2038,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2085
2038
|
type: "DISPLAY_ON_REVIEW";
|
2086
2039
|
conditional: import(".").JSONSchema;
|
2087
2040
|
})[] | undefined;
|
2088
|
-
secured?: boolean | undefined;
|
2089
2041
|
placeholder?: TranslationConfig | undefined;
|
2090
2042
|
helperText?: TranslationConfig | undefined;
|
2091
2043
|
hideLabel?: boolean | undefined;
|
@@ -2120,7 +2072,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2120
2072
|
type: "DISPLAY_ON_REVIEW";
|
2121
2073
|
conditional: import(".").JSONSchema;
|
2122
2074
|
})[] | undefined;
|
2123
|
-
secured?: boolean | undefined;
|
2124
2075
|
placeholder?: {
|
2125
2076
|
id: string;
|
2126
2077
|
description: string;
|
@@ -2144,7 +2095,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2144
2095
|
}>>;
|
2145
2096
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2146
2097
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2147
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2148
2098
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2149
2099
|
id: string;
|
2150
2100
|
description: string;
|
@@ -2204,7 +2154,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2204
2154
|
type: "DISPLAY_ON_REVIEW";
|
2205
2155
|
conditional: import(".").JSONSchema;
|
2206
2156
|
})[] | undefined;
|
2207
|
-
secured?: boolean | undefined;
|
2208
2157
|
placeholder?: TranslationConfig | undefined;
|
2209
2158
|
helperText?: TranslationConfig | undefined;
|
2210
2159
|
hideLabel?: boolean | undefined;
|
@@ -2239,7 +2188,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2239
2188
|
type: "DISPLAY_ON_REVIEW";
|
2240
2189
|
conditional: import(".").JSONSchema;
|
2241
2190
|
})[] | undefined;
|
2242
|
-
secured?: boolean | undefined;
|
2243
2191
|
placeholder?: {
|
2244
2192
|
id: string;
|
2245
2193
|
description: string;
|
@@ -2263,7 +2211,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2263
2211
|
}>>;
|
2264
2212
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2265
2213
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2266
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2267
2214
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2268
2215
|
id: string;
|
2269
2216
|
description: string;
|
@@ -2323,7 +2270,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2323
2270
|
type: "DISPLAY_ON_REVIEW";
|
2324
2271
|
conditional: import(".").JSONSchema;
|
2325
2272
|
})[] | undefined;
|
2326
|
-
secured?: boolean | undefined;
|
2327
2273
|
placeholder?: TranslationConfig | undefined;
|
2328
2274
|
helperText?: TranslationConfig | undefined;
|
2329
2275
|
hideLabel?: boolean | undefined;
|
@@ -2358,7 +2304,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2358
2304
|
type: "DISPLAY_ON_REVIEW";
|
2359
2305
|
conditional: import(".").JSONSchema;
|
2360
2306
|
})[] | undefined;
|
2361
|
-
secured?: boolean | undefined;
|
2362
2307
|
placeholder?: {
|
2363
2308
|
id: string;
|
2364
2309
|
description: string;
|
@@ -2382,7 +2327,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2382
2327
|
}>>;
|
2383
2328
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2384
2329
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2385
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2386
2330
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2387
2331
|
id: string;
|
2388
2332
|
description: string;
|
@@ -2496,7 +2440,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2496
2440
|
type: "DISPLAY_ON_REVIEW";
|
2497
2441
|
conditional: import(".").JSONSchema;
|
2498
2442
|
})[] | undefined;
|
2499
|
-
secured?: boolean | undefined;
|
2500
2443
|
placeholder?: TranslationConfig | undefined;
|
2501
2444
|
helperText?: TranslationConfig | undefined;
|
2502
2445
|
hideLabel?: boolean | undefined;
|
@@ -2535,7 +2478,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2535
2478
|
type: "DISPLAY_ON_REVIEW";
|
2536
2479
|
conditional: import(".").JSONSchema;
|
2537
2480
|
})[] | undefined;
|
2538
|
-
secured?: boolean | undefined;
|
2539
2481
|
placeholder?: {
|
2540
2482
|
id: string;
|
2541
2483
|
description: string;
|
@@ -2575,7 +2517,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2575
2517
|
}>>;
|
2576
2518
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2577
2519
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2578
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2579
2520
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2580
2521
|
id: string;
|
2581
2522
|
description: string;
|
@@ -2635,7 +2576,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2635
2576
|
type: "DISPLAY_ON_REVIEW";
|
2636
2577
|
conditional: import(".").JSONSchema;
|
2637
2578
|
})[] | undefined;
|
2638
|
-
secured?: boolean | undefined;
|
2639
2579
|
placeholder?: TranslationConfig | undefined;
|
2640
2580
|
helperText?: TranslationConfig | undefined;
|
2641
2581
|
hideLabel?: boolean | undefined;
|
@@ -2670,7 +2610,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2670
2610
|
type: "DISPLAY_ON_REVIEW";
|
2671
2611
|
conditional: import(".").JSONSchema;
|
2672
2612
|
})[] | undefined;
|
2673
|
-
secured?: boolean | undefined;
|
2674
2613
|
placeholder?: {
|
2675
2614
|
id: string;
|
2676
2615
|
description: string;
|
@@ -2694,7 +2633,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2694
2633
|
}>>;
|
2695
2634
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2696
2635
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2697
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2698
2636
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2699
2637
|
id: string;
|
2700
2638
|
description: string;
|
@@ -2780,7 +2718,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2780
2718
|
type: "DISPLAY_ON_REVIEW";
|
2781
2719
|
conditional: import(".").JSONSchema;
|
2782
2720
|
})[] | undefined;
|
2783
|
-
secured?: boolean | undefined;
|
2784
2721
|
placeholder?: TranslationConfig | undefined;
|
2785
2722
|
helperText?: TranslationConfig | undefined;
|
2786
2723
|
hideLabel?: boolean | undefined;
|
@@ -2821,7 +2758,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2821
2758
|
type: "DISPLAY_ON_REVIEW";
|
2822
2759
|
conditional: import(".").JSONSchema;
|
2823
2760
|
})[] | undefined;
|
2824
|
-
secured?: boolean | undefined;
|
2825
2761
|
placeholder?: {
|
2826
2762
|
id: string;
|
2827
2763
|
description: string;
|
@@ -2845,7 +2781,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2845
2781
|
}>>;
|
2846
2782
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2847
2783
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2848
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2849
2784
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2850
2785
|
id: string;
|
2851
2786
|
description: string;
|
@@ -2904,7 +2839,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2904
2839
|
type: "DISPLAY_ON_REVIEW";
|
2905
2840
|
conditional: import(".").JSONSchema;
|
2906
2841
|
})[] | undefined;
|
2907
|
-
secured?: boolean | undefined;
|
2908
2842
|
placeholder?: TranslationConfig | undefined;
|
2909
2843
|
helperText?: TranslationConfig | undefined;
|
2910
2844
|
hideLabel?: boolean | undefined;
|
@@ -2938,7 +2872,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2938
2872
|
type: "DISPLAY_ON_REVIEW";
|
2939
2873
|
conditional: import(".").JSONSchema;
|
2940
2874
|
})[] | undefined;
|
2941
|
-
secured?: boolean | undefined;
|
2942
2875
|
placeholder?: {
|
2943
2876
|
id: string;
|
2944
2877
|
description: string;
|
@@ -2961,7 +2894,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2961
2894
|
}>>;
|
2962
2895
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2963
2896
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2964
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2965
2897
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2966
2898
|
id: string;
|
2967
2899
|
description: string;
|
@@ -3021,7 +2953,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3021
2953
|
type: "DISPLAY_ON_REVIEW";
|
3022
2954
|
conditional: import(".").JSONSchema;
|
3023
2955
|
})[] | undefined;
|
3024
|
-
secured?: boolean | undefined;
|
3025
2956
|
placeholder?: TranslationConfig | undefined;
|
3026
2957
|
helperText?: TranslationConfig | undefined;
|
3027
2958
|
hideLabel?: boolean | undefined;
|
@@ -3056,7 +2987,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3056
2987
|
type: "DISPLAY_ON_REVIEW";
|
3057
2988
|
conditional: import(".").JSONSchema;
|
3058
2989
|
})[] | undefined;
|
3059
|
-
secured?: boolean | undefined;
|
3060
2990
|
placeholder?: {
|
3061
2991
|
id: string;
|
3062
2992
|
description: string;
|
@@ -3080,7 +3010,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3080
3010
|
}>>;
|
3081
3011
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3082
3012
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3083
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3084
3013
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3085
3014
|
id: string;
|
3086
3015
|
description: string;
|
@@ -3140,7 +3069,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3140
3069
|
type: "DISPLAY_ON_REVIEW";
|
3141
3070
|
conditional: import(".").JSONSchema;
|
3142
3071
|
})[] | undefined;
|
3143
|
-
secured?: boolean | undefined;
|
3144
3072
|
placeholder?: TranslationConfig | undefined;
|
3145
3073
|
helperText?: TranslationConfig | undefined;
|
3146
3074
|
hideLabel?: boolean | undefined;
|
@@ -3175,7 +3103,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3175
3103
|
type: "DISPLAY_ON_REVIEW";
|
3176
3104
|
conditional: import(".").JSONSchema;
|
3177
3105
|
})[] | undefined;
|
3178
|
-
secured?: boolean | undefined;
|
3179
3106
|
placeholder?: {
|
3180
3107
|
id: string;
|
3181
3108
|
description: string;
|
@@ -3199,7 +3126,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3199
3126
|
}>>;
|
3200
3127
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3201
3128
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3202
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3203
3129
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3204
3130
|
id: string;
|
3205
3131
|
description: string;
|
@@ -3259,7 +3185,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3259
3185
|
type: "DISPLAY_ON_REVIEW";
|
3260
3186
|
conditional: import(".").JSONSchema;
|
3261
3187
|
})[] | undefined;
|
3262
|
-
secured?: boolean | undefined;
|
3263
3188
|
placeholder?: TranslationConfig | undefined;
|
3264
3189
|
helperText?: TranslationConfig | undefined;
|
3265
3190
|
hideLabel?: boolean | undefined;
|
@@ -3294,7 +3219,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3294
3219
|
type: "DISPLAY_ON_REVIEW";
|
3295
3220
|
conditional: import(".").JSONSchema;
|
3296
3221
|
})[] | undefined;
|
3297
|
-
secured?: boolean | undefined;
|
3298
3222
|
placeholder?: {
|
3299
3223
|
id: string;
|
3300
3224
|
description: string;
|
@@ -3318,7 +3242,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3318
3242
|
}>>;
|
3319
3243
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3320
3244
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3321
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3322
3245
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3323
3246
|
id: string;
|
3324
3247
|
description: string;
|
@@ -3398,7 +3321,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3398
3321
|
type: "DISPLAY_ON_REVIEW";
|
3399
3322
|
conditional: import(".").JSONSchema;
|
3400
3323
|
})[] | undefined;
|
3401
|
-
secured?: boolean | undefined;
|
3402
3324
|
placeholder?: TranslationConfig | undefined;
|
3403
3325
|
helperText?: TranslationConfig | undefined;
|
3404
3326
|
hideLabel?: boolean | undefined;
|
@@ -3438,7 +3360,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3438
3360
|
type: "DISPLAY_ON_REVIEW";
|
3439
3361
|
conditional: import(".").JSONSchema;
|
3440
3362
|
})[] | undefined;
|
3441
|
-
secured?: boolean | undefined;
|
3442
3363
|
placeholder?: {
|
3443
3364
|
id: string;
|
3444
3365
|
description: string;
|
@@ -3466,7 +3387,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3466
3387
|
}>>;
|
3467
3388
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3468
3389
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3469
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3470
3390
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3471
3391
|
id: string;
|
3472
3392
|
description: string;
|
@@ -3533,7 +3453,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3533
3453
|
type: "DISPLAY_ON_REVIEW";
|
3534
3454
|
conditional: import(".").JSONSchema;
|
3535
3455
|
})[] | undefined;
|
3536
|
-
secured?: boolean | undefined;
|
3537
3456
|
placeholder?: TranslationConfig | undefined;
|
3538
3457
|
helperText?: TranslationConfig | undefined;
|
3539
3458
|
hideLabel?: boolean | undefined;
|
@@ -3571,7 +3490,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3571
3490
|
type: "DISPLAY_ON_REVIEW";
|
3572
3491
|
conditional: import(".").JSONSchema;
|
3573
3492
|
})[] | undefined;
|
3574
|
-
secured?: boolean | undefined;
|
3575
3493
|
placeholder?: {
|
3576
3494
|
id: string;
|
3577
3495
|
description: string;
|
@@ -3598,7 +3516,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3598
3516
|
}>>;
|
3599
3517
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3600
3518
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3601
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3602
3519
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3603
3520
|
id: string;
|
3604
3521
|
description: string;
|
@@ -3709,7 +3626,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3709
3626
|
type: "DISPLAY_ON_REVIEW";
|
3710
3627
|
conditional: import(".").JSONSchema;
|
3711
3628
|
})[] | undefined;
|
3712
|
-
secured?: boolean | undefined;
|
3713
3629
|
placeholder?: TranslationConfig | undefined;
|
3714
3630
|
helperText?: TranslationConfig | undefined;
|
3715
3631
|
hideLabel?: boolean | undefined;
|
@@ -3757,7 +3673,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3757
3673
|
type: "DISPLAY_ON_REVIEW";
|
3758
3674
|
conditional: import(".").JSONSchema;
|
3759
3675
|
})[] | undefined;
|
3760
|
-
secured?: boolean | undefined;
|
3761
3676
|
placeholder?: {
|
3762
3677
|
id: string;
|
3763
3678
|
description: string;
|
@@ -3790,7 +3705,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3790
3705
|
}>>;
|
3791
3706
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3792
3707
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3793
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3794
3708
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3795
3709
|
id: string;
|
3796
3710
|
description: string;
|
@@ -3925,7 +3839,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3925
3839
|
type: "DISPLAY_ON_REVIEW";
|
3926
3840
|
conditional: import(".").JSONSchema;
|
3927
3841
|
})[] | undefined;
|
3928
|
-
secured?: boolean | undefined;
|
3929
3842
|
placeholder?: TranslationConfig | undefined;
|
3930
3843
|
helperText?: TranslationConfig | undefined;
|
3931
3844
|
hideLabel?: boolean | undefined;
|
@@ -3980,7 +3893,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3980
3893
|
type: "DISPLAY_ON_REVIEW";
|
3981
3894
|
conditional: import(".").JSONSchema;
|
3982
3895
|
})[] | undefined;
|
3983
|
-
secured?: boolean | undefined;
|
3984
3896
|
placeholder?: {
|
3985
3897
|
id: string;
|
3986
3898
|
description: string;
|
@@ -4022,7 +3934,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4022
3934
|
type: "DISPLAY_ON_REVIEW";
|
4023
3935
|
conditional: import(".").JSONSchema;
|
4024
3936
|
})[] | undefined;
|
4025
|
-
secured?: boolean | undefined;
|
4026
3937
|
placeholder?: TranslationConfig | undefined;
|
4027
3938
|
helperText?: TranslationConfig | undefined;
|
4028
3939
|
hideLabel?: boolean | undefined;
|
@@ -4048,7 +3959,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4048
3959
|
type: "DISPLAY_ON_REVIEW";
|
4049
3960
|
conditional: import(".").JSONSchema;
|
4050
3961
|
})[] | undefined;
|
4051
|
-
secured?: boolean | undefined;
|
4052
3962
|
placeholder?: TranslationConfig | undefined;
|
4053
3963
|
helperText?: TranslationConfig | undefined;
|
4054
3964
|
hideLabel?: boolean | undefined;
|
@@ -4081,7 +3991,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4081
3991
|
type: "DISPLAY_ON_REVIEW";
|
4082
3992
|
conditional: import(".").JSONSchema;
|
4083
3993
|
})[] | undefined;
|
4084
|
-
secured?: boolean | undefined;
|
4085
3994
|
placeholder?: TranslationConfig | undefined;
|
4086
3995
|
helperText?: TranslationConfig | undefined;
|
4087
3996
|
hideLabel?: boolean | undefined;
|
@@ -4114,7 +4023,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4114
4023
|
type: "DISPLAY_ON_REVIEW";
|
4115
4024
|
conditional: import(".").JSONSchema;
|
4116
4025
|
})[] | undefined;
|
4117
|
-
secured?: boolean | undefined;
|
4118
4026
|
placeholder?: TranslationConfig | undefined;
|
4119
4027
|
helperText?: TranslationConfig | undefined;
|
4120
4028
|
hideLabel?: boolean | undefined;
|
@@ -4153,7 +4061,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4153
4061
|
type: "DISPLAY_ON_REVIEW";
|
4154
4062
|
conditional: import(".").JSONSchema;
|
4155
4063
|
})[] | undefined;
|
4156
|
-
secured?: boolean | undefined;
|
4157
4064
|
placeholder?: TranslationConfig | undefined;
|
4158
4065
|
helperText?: TranslationConfig | undefined;
|
4159
4066
|
hideLabel?: boolean | undefined;
|
@@ -4180,7 +4087,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4180
4087
|
type: "DISPLAY_ON_REVIEW";
|
4181
4088
|
conditional: import(".").JSONSchema;
|
4182
4089
|
})[] | undefined;
|
4183
|
-
secured?: boolean | undefined;
|
4184
4090
|
placeholder?: TranslationConfig | undefined;
|
4185
4091
|
helperText?: TranslationConfig | undefined;
|
4186
4092
|
hideLabel?: boolean | undefined;
|
@@ -4210,7 +4116,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4210
4116
|
type: "DISPLAY_ON_REVIEW";
|
4211
4117
|
conditional: import(".").JSONSchema;
|
4212
4118
|
})[] | undefined;
|
4213
|
-
secured?: boolean | undefined;
|
4214
4119
|
placeholder?: TranslationConfig | undefined;
|
4215
4120
|
helperText?: TranslationConfig | undefined;
|
4216
4121
|
hideLabel?: boolean | undefined;
|
@@ -4240,7 +4145,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4240
4145
|
type: "DISPLAY_ON_REVIEW";
|
4241
4146
|
conditional: import(".").JSONSchema;
|
4242
4147
|
})[] | undefined;
|
4243
|
-
secured?: boolean | undefined;
|
4244
4148
|
placeholder?: TranslationConfig | undefined;
|
4245
4149
|
helperText?: TranslationConfig | undefined;
|
4246
4150
|
hideLabel?: boolean | undefined;
|
@@ -4275,7 +4179,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4275
4179
|
type: "DISPLAY_ON_REVIEW";
|
4276
4180
|
conditional: import(".").JSONSchema;
|
4277
4181
|
})[] | undefined;
|
4278
|
-
secured?: boolean | undefined;
|
4279
4182
|
placeholder?: TranslationConfig | undefined;
|
4280
4183
|
helperText?: TranslationConfig | undefined;
|
4281
4184
|
hideLabel?: boolean | undefined;
|
@@ -4302,7 +4205,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4302
4205
|
type: "DISPLAY_ON_REVIEW";
|
4303
4206
|
conditional: import(".").JSONSchema;
|
4304
4207
|
})[] | undefined;
|
4305
|
-
secured?: boolean | undefined;
|
4306
4208
|
placeholder?: TranslationConfig | undefined;
|
4307
4209
|
helperText?: TranslationConfig | undefined;
|
4308
4210
|
hideLabel?: boolean | undefined;
|
@@ -4337,7 +4239,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4337
4239
|
type: "DISPLAY_ON_REVIEW";
|
4338
4240
|
conditional: import(".").JSONSchema;
|
4339
4241
|
})[] | undefined;
|
4340
|
-
secured?: boolean | undefined;
|
4341
4242
|
placeholder?: TranslationConfig | undefined;
|
4342
4243
|
helperText?: TranslationConfig | undefined;
|
4343
4244
|
hideLabel?: boolean | undefined;
|
@@ -4372,7 +4273,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4372
4273
|
type: "DISPLAY_ON_REVIEW";
|
4373
4274
|
conditional: import(".").JSONSchema;
|
4374
4275
|
})[] | undefined;
|
4375
|
-
secured?: boolean | undefined;
|
4376
4276
|
placeholder?: TranslationConfig | undefined;
|
4377
4277
|
helperText?: TranslationConfig | undefined;
|
4378
4278
|
hideLabel?: boolean | undefined;
|
@@ -4410,7 +4310,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4410
4310
|
type: "DISPLAY_ON_REVIEW";
|
4411
4311
|
conditional: import(".").JSONSchema;
|
4412
4312
|
})[] | undefined;
|
4413
|
-
secured?: boolean | undefined;
|
4414
4313
|
placeholder?: TranslationConfig | undefined;
|
4415
4314
|
helperText?: TranslationConfig | undefined;
|
4416
4315
|
hideLabel?: boolean | undefined;
|
@@ -4441,7 +4340,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4441
4340
|
type: "DISPLAY_ON_REVIEW";
|
4442
4341
|
conditional: import(".").JSONSchema;
|
4443
4342
|
})[] | undefined;
|
4444
|
-
secured?: boolean | undefined;
|
4445
4343
|
placeholder?: TranslationConfig | undefined;
|
4446
4344
|
helperText?: TranslationConfig | undefined;
|
4447
4345
|
hideLabel?: boolean | undefined;
|
@@ -4468,7 +4366,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4468
4366
|
type: "DISPLAY_ON_REVIEW";
|
4469
4367
|
conditional: import(".").JSONSchema;
|
4470
4368
|
})[] | undefined;
|
4471
|
-
secured?: boolean | undefined;
|
4472
4369
|
placeholder?: TranslationConfig | undefined;
|
4473
4370
|
helperText?: TranslationConfig | undefined;
|
4474
4371
|
hideLabel?: boolean | undefined;
|
@@ -4480,8 +4377,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4480
4377
|
maxLength?: number | undefined;
|
4481
4378
|
prefix?: TranslationConfig | undefined;
|
4482
4379
|
postfix?: TranslationConfig | undefined;
|
4483
|
-
includeMiddlename?: boolean | undefined;
|
4484
|
-
searchMode?: boolean | undefined;
|
4485
4380
|
} | undefined;
|
4486
4381
|
} | {
|
4487
4382
|
type: "PHONE";
|
@@ -4505,7 +4400,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4505
4400
|
type: "DISPLAY_ON_REVIEW";
|
4506
4401
|
conditional: import(".").JSONSchema;
|
4507
4402
|
})[] | undefined;
|
4508
|
-
secured?: boolean | undefined;
|
4509
4403
|
placeholder?: TranslationConfig | undefined;
|
4510
4404
|
helperText?: TranslationConfig | undefined;
|
4511
4405
|
hideLabel?: boolean | undefined;
|
@@ -4532,7 +4426,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4532
4426
|
type: "DISPLAY_ON_REVIEW";
|
4533
4427
|
conditional: import(".").JSONSchema;
|
4534
4428
|
})[] | undefined;
|
4535
|
-
secured?: boolean | undefined;
|
4536
4429
|
placeholder?: TranslationConfig | undefined;
|
4537
4430
|
helperText?: TranslationConfig | undefined;
|
4538
4431
|
hideLabel?: boolean | undefined;
|
@@ -4559,7 +4452,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4559
4452
|
type: "DISPLAY_ON_REVIEW";
|
4560
4453
|
conditional: import(".").JSONSchema;
|
4561
4454
|
})[] | undefined;
|
4562
|
-
secured?: boolean | undefined;
|
4563
4455
|
placeholder?: TranslationConfig | undefined;
|
4564
4456
|
helperText?: TranslationConfig | undefined;
|
4565
4457
|
hideLabel?: boolean | undefined;
|
@@ -4586,7 +4478,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4586
4478
|
type: "DISPLAY_ON_REVIEW";
|
4587
4479
|
conditional: import(".").JSONSchema;
|
4588
4480
|
})[] | undefined;
|
4589
|
-
secured?: boolean | undefined;
|
4590
4481
|
placeholder?: TranslationConfig | undefined;
|
4591
4482
|
helperText?: TranslationConfig | undefined;
|
4592
4483
|
hideLabel?: boolean | undefined;
|
@@ -4619,7 +4510,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4619
4510
|
type: "DISPLAY_ON_REVIEW";
|
4620
4511
|
conditional: import(".").JSONSchema;
|
4621
4512
|
})[] | undefined;
|
4622
|
-
secured?: boolean | undefined;
|
4623
4513
|
placeholder?: TranslationConfig | undefined;
|
4624
4514
|
helperText?: TranslationConfig | undefined;
|
4625
4515
|
hideLabel?: boolean | undefined;
|
@@ -4646,7 +4536,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4646
4536
|
type: "DISPLAY_ON_REVIEW";
|
4647
4537
|
conditional: import(".").JSONSchema;
|
4648
4538
|
})[] | undefined;
|
4649
|
-
secured?: boolean | undefined;
|
4650
4539
|
placeholder?: TranslationConfig | undefined;
|
4651
4540
|
helperText?: TranslationConfig | undefined;
|
4652
4541
|
hideLabel?: boolean | undefined;
|
@@ -4681,7 +4570,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4681
4570
|
type: "DISPLAY_ON_REVIEW";
|
4682
4571
|
conditional: import(".").JSONSchema;
|
4683
4572
|
})[] | undefined;
|
4684
|
-
secured?: boolean | undefined;
|
4685
4573
|
placeholder?: TranslationConfig | undefined;
|
4686
4574
|
helperText?: TranslationConfig | undefined;
|
4687
4575
|
hideLabel?: boolean | undefined;
|
@@ -4713,7 +4601,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4713
4601
|
type: "DISPLAY_ON_REVIEW";
|
4714
4602
|
conditional: import(".").JSONSchema;
|
4715
4603
|
})[] | undefined;
|
4716
|
-
secured?: boolean | undefined;
|
4717
4604
|
placeholder?: TranslationConfig | undefined;
|
4718
4605
|
helperText?: TranslationConfig | undefined;
|
4719
4606
|
hideLabel?: boolean | undefined;
|
@@ -4740,7 +4627,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4740
4627
|
type: "DISPLAY_ON_REVIEW";
|
4741
4628
|
conditional: import(".").JSONSchema;
|
4742
4629
|
})[] | undefined;
|
4743
|
-
secured?: boolean | undefined;
|
4744
4630
|
placeholder?: TranslationConfig | undefined;
|
4745
4631
|
helperText?: TranslationConfig | undefined;
|
4746
4632
|
hideLabel?: boolean | undefined;
|
@@ -4767,7 +4653,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4767
4653
|
type: "DISPLAY_ON_REVIEW";
|
4768
4654
|
conditional: import(".").JSONSchema;
|
4769
4655
|
})[] | undefined;
|
4770
|
-
secured?: boolean | undefined;
|
4771
4656
|
placeholder?: TranslationConfig | undefined;
|
4772
4657
|
helperText?: TranslationConfig | undefined;
|
4773
4658
|
hideLabel?: boolean | undefined;
|
@@ -4831,7 +4716,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4831
4716
|
type: "DISPLAY_ON_REVIEW";
|
4832
4717
|
conditional: import(".").JSONSchema;
|
4833
4718
|
})[] | undefined;
|
4834
|
-
secured?: boolean | undefined;
|
4835
4719
|
placeholder?: TranslationConfig | undefined;
|
4836
4720
|
helperText?: TranslationConfig | undefined;
|
4837
4721
|
hideLabel?: boolean | undefined;
|
@@ -4874,7 +4758,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4874
4758
|
type: "DISPLAY_ON_REVIEW";
|
4875
4759
|
conditional: import(".").JSONSchema;
|
4876
4760
|
})[] | undefined;
|
4877
|
-
secured?: boolean | undefined;
|
4878
4761
|
placeholder?: {
|
4879
4762
|
id: string;
|
4880
4763
|
description: string;
|
@@ -4916,7 +4799,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4916
4799
|
type: "DISPLAY_ON_REVIEW";
|
4917
4800
|
conditional: import(".").JSONSchema;
|
4918
4801
|
})[] | undefined;
|
4919
|
-
secured?: boolean | undefined;
|
4920
4802
|
placeholder?: {
|
4921
4803
|
id: string;
|
4922
4804
|
description: string;
|
@@ -4973,7 +4855,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4973
4855
|
type: "DISPLAY_ON_REVIEW";
|
4974
4856
|
conditional: import(".").JSONSchema;
|
4975
4857
|
})[] | undefined;
|
4976
|
-
secured?: boolean | undefined;
|
4977
4858
|
placeholder?: {
|
4978
4859
|
id: string;
|
4979
4860
|
description: string;
|
@@ -5030,7 +4911,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5030
4911
|
type: "DISPLAY_ON_REVIEW";
|
5031
4912
|
conditional: import(".").JSONSchema;
|
5032
4913
|
})[] | undefined;
|
5033
|
-
secured?: boolean | undefined;
|
5034
4914
|
placeholder?: {
|
5035
4915
|
id: string;
|
5036
4916
|
description: string;
|
@@ -5093,7 +4973,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5093
4973
|
type: "DISPLAY_ON_REVIEW";
|
5094
4974
|
conditional: import(".").JSONSchema;
|
5095
4975
|
})[] | undefined;
|
5096
|
-
secured?: boolean | undefined;
|
5097
4976
|
placeholder?: {
|
5098
4977
|
id: string;
|
5099
4978
|
description: string;
|
@@ -5140,7 +5019,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5140
5019
|
type: "DISPLAY_ON_REVIEW";
|
5141
5020
|
conditional: import(".").JSONSchema;
|
5142
5021
|
})[] | undefined;
|
5143
|
-
secured?: boolean | undefined;
|
5144
5022
|
placeholder?: {
|
5145
5023
|
id: string;
|
5146
5024
|
description: string;
|
@@ -5186,7 +5064,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5186
5064
|
type: "DISPLAY_ON_REVIEW";
|
5187
5065
|
conditional: import(".").JSONSchema;
|
5188
5066
|
})[] | undefined;
|
5189
|
-
secured?: boolean | undefined;
|
5190
5067
|
placeholder?: {
|
5191
5068
|
id: string;
|
5192
5069
|
description: string;
|
@@ -5236,7 +5113,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5236
5113
|
type: "DISPLAY_ON_REVIEW";
|
5237
5114
|
conditional: import(".").JSONSchema;
|
5238
5115
|
})[] | undefined;
|
5239
|
-
secured?: boolean | undefined;
|
5240
5116
|
placeholder?: {
|
5241
5117
|
id: string;
|
5242
5118
|
description: string;
|
@@ -5286,7 +5162,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5286
5162
|
type: "DISPLAY_ON_REVIEW";
|
5287
5163
|
conditional: import(".").JSONSchema;
|
5288
5164
|
})[] | undefined;
|
5289
|
-
secured?: boolean | undefined;
|
5290
5165
|
placeholder?: {
|
5291
5166
|
id: string;
|
5292
5167
|
description: string;
|
@@ -5334,7 +5209,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5334
5209
|
type: "DISPLAY_ON_REVIEW";
|
5335
5210
|
conditional: import(".").JSONSchema;
|
5336
5211
|
})[] | undefined;
|
5337
|
-
secured?: boolean | undefined;
|
5338
5212
|
placeholder?: {
|
5339
5213
|
id: string;
|
5340
5214
|
description: string;
|
@@ -5377,7 +5251,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5377
5251
|
type: "DISPLAY_ON_REVIEW";
|
5378
5252
|
conditional: import(".").JSONSchema;
|
5379
5253
|
})[] | undefined;
|
5380
|
-
secured?: boolean | undefined;
|
5381
5254
|
placeholder?: {
|
5382
5255
|
id: string;
|
5383
5256
|
description: string;
|
@@ -5444,7 +5317,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5444
5317
|
type: "DISPLAY_ON_REVIEW";
|
5445
5318
|
conditional: import(".").JSONSchema;
|
5446
5319
|
})[] | undefined;
|
5447
|
-
secured?: boolean | undefined;
|
5448
5320
|
placeholder?: {
|
5449
5321
|
id: string;
|
5450
5322
|
description: string;
|
@@ -5497,7 +5369,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5497
5369
|
type: "DISPLAY_ON_REVIEW";
|
5498
5370
|
conditional: import(".").JSONSchema;
|
5499
5371
|
})[] | undefined;
|
5500
|
-
secured?: boolean | undefined;
|
5501
5372
|
placeholder?: {
|
5502
5373
|
id: string;
|
5503
5374
|
description: string;
|
@@ -5553,7 +5424,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5553
5424
|
type: "DISPLAY_ON_REVIEW";
|
5554
5425
|
conditional: import(".").JSONSchema;
|
5555
5426
|
})[] | undefined;
|
5556
|
-
secured?: boolean | undefined;
|
5557
5427
|
placeholder?: {
|
5558
5428
|
id: string;
|
5559
5429
|
description: string;
|
@@ -5596,7 +5466,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5596
5466
|
type: "DISPLAY_ON_REVIEW";
|
5597
5467
|
conditional: import(".").JSONSchema;
|
5598
5468
|
})[] | undefined;
|
5599
|
-
secured?: boolean | undefined;
|
5600
5469
|
placeholder?: {
|
5601
5470
|
id: string;
|
5602
5471
|
description: string;
|
@@ -5624,8 +5493,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5624
5493
|
description: string;
|
5625
5494
|
defaultMessage: string;
|
5626
5495
|
} | undefined;
|
5627
|
-
includeMiddlename?: boolean | undefined;
|
5628
|
-
searchMode?: boolean | undefined;
|
5629
5496
|
} | undefined;
|
5630
5497
|
} | {
|
5631
5498
|
type: "PHONE";
|
@@ -5657,7 +5524,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5657
5524
|
type: "DISPLAY_ON_REVIEW";
|
5658
5525
|
conditional: import(".").JSONSchema;
|
5659
5526
|
})[] | undefined;
|
5660
|
-
secured?: boolean | undefined;
|
5661
5527
|
placeholder?: {
|
5662
5528
|
id: string;
|
5663
5529
|
description: string;
|
@@ -5700,7 +5566,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5700
5566
|
type: "DISPLAY_ON_REVIEW";
|
5701
5567
|
conditional: import(".").JSONSchema;
|
5702
5568
|
})[] | undefined;
|
5703
|
-
secured?: boolean | undefined;
|
5704
5569
|
placeholder?: {
|
5705
5570
|
id: string;
|
5706
5571
|
description: string;
|
@@ -5743,7 +5608,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5743
5608
|
type: "DISPLAY_ON_REVIEW";
|
5744
5609
|
conditional: import(".").JSONSchema;
|
5745
5610
|
})[] | undefined;
|
5746
|
-
secured?: boolean | undefined;
|
5747
5611
|
placeholder?: {
|
5748
5612
|
id: string;
|
5749
5613
|
description: string;
|
@@ -5786,7 +5650,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5786
5650
|
type: "DISPLAY_ON_REVIEW";
|
5787
5651
|
conditional: import(".").JSONSchema;
|
5788
5652
|
})[] | undefined;
|
5789
|
-
secured?: boolean | undefined;
|
5790
5653
|
placeholder?: {
|
5791
5654
|
id: string;
|
5792
5655
|
description: string;
|
@@ -5835,7 +5698,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5835
5698
|
type: "DISPLAY_ON_REVIEW";
|
5836
5699
|
conditional: import(".").JSONSchema;
|
5837
5700
|
})[] | undefined;
|
5838
|
-
secured?: boolean | undefined;
|
5839
5701
|
placeholder?: {
|
5840
5702
|
id: string;
|
5841
5703
|
description: string;
|
@@ -5878,7 +5740,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5878
5740
|
type: "DISPLAY_ON_REVIEW";
|
5879
5741
|
conditional: import(".").JSONSchema;
|
5880
5742
|
})[] | undefined;
|
5881
|
-
secured?: boolean | undefined;
|
5882
5743
|
placeholder?: {
|
5883
5744
|
id: string;
|
5884
5745
|
description: string;
|
@@ -5929,7 +5790,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5929
5790
|
type: "DISPLAY_ON_REVIEW";
|
5930
5791
|
conditional: import(".").JSONSchema;
|
5931
5792
|
})[] | undefined;
|
5932
|
-
secured?: boolean | undefined;
|
5933
5793
|
placeholder?: {
|
5934
5794
|
id: string;
|
5935
5795
|
description: string;
|
@@ -5981,7 +5841,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5981
5841
|
type: "DISPLAY_ON_REVIEW";
|
5982
5842
|
conditional: import(".").JSONSchema;
|
5983
5843
|
})[] | undefined;
|
5984
|
-
secured?: boolean | undefined;
|
5985
5844
|
placeholder?: {
|
5986
5845
|
id: string;
|
5987
5846
|
description: string;
|
@@ -6024,7 +5883,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
6024
5883
|
type: "DISPLAY_ON_REVIEW";
|
6025
5884
|
conditional: import(".").JSONSchema;
|
6026
5885
|
})[] | undefined;
|
6027
|
-
secured?: boolean | undefined;
|
6028
5886
|
placeholder?: {
|
6029
5887
|
id: string;
|
6030
5888
|
description: string;
|
@@ -6067,7 +5925,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
6067
5925
|
type: "DISPLAY_ON_REVIEW";
|
6068
5926
|
conditional: import(".").JSONSchema;
|
6069
5927
|
})[] | undefined;
|
6070
|
-
secured?: boolean | undefined;
|
6071
5928
|
placeholder?: {
|
6072
5929
|
id: string;
|
6073
5930
|
description: string;
|
@@ -6159,7 +6016,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
6159
6016
|
type: "DISPLAY_ON_REVIEW";
|
6160
6017
|
conditional: import(".").JSONSchema;
|
6161
6018
|
})[] | undefined;
|
6162
|
-
secured?: boolean | undefined;
|
6163
6019
|
placeholder?: {
|
6164
6020
|
id: string;
|
6165
6021
|
description: string;
|
@@ -6307,7 +6163,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6307
6163
|
}>>;
|
6308
6164
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
6309
6165
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6310
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6311
6166
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
6312
6167
|
id: string;
|
6313
6168
|
description: string;
|
@@ -6453,7 +6308,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6453
6308
|
type: "DISPLAY_ON_REVIEW";
|
6454
6309
|
conditional: import(".").JSONSchema;
|
6455
6310
|
})[] | undefined;
|
6456
|
-
secured?: boolean | undefined;
|
6457
6311
|
placeholder?: TranslationConfig | undefined;
|
6458
6312
|
helperText?: TranslationConfig | undefined;
|
6459
6313
|
hideLabel?: boolean | undefined;
|
@@ -6516,7 +6370,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6516
6370
|
type: "DISPLAY_ON_REVIEW";
|
6517
6371
|
conditional: import(".").JSONSchema;
|
6518
6372
|
})[] | undefined;
|
6519
|
-
secured?: boolean | undefined;
|
6520
6373
|
placeholder?: {
|
6521
6374
|
id: string;
|
6522
6375
|
description: string;
|
@@ -6568,7 +6421,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6568
6421
|
}>>;
|
6569
6422
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
6570
6423
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6571
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6572
6424
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
6573
6425
|
id: string;
|
6574
6426
|
description: string;
|
@@ -6660,7 +6512,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6660
6512
|
type: "DISPLAY_ON_REVIEW";
|
6661
6513
|
conditional: import(".").JSONSchema;
|
6662
6514
|
})[] | undefined;
|
6663
|
-
secured?: boolean | undefined;
|
6664
6515
|
placeholder?: TranslationConfig | undefined;
|
6665
6516
|
helperText?: TranslationConfig | undefined;
|
6666
6517
|
hideLabel?: boolean | undefined;
|
@@ -6701,7 +6552,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6701
6552
|
type: "DISPLAY_ON_REVIEW";
|
6702
6553
|
conditional: import(".").JSONSchema;
|
6703
6554
|
})[] | undefined;
|
6704
|
-
secured?: boolean | undefined;
|
6705
6555
|
placeholder?: {
|
6706
6556
|
id: string;
|
6707
6557
|
description: string;
|
@@ -6739,7 +6589,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6739
6589
|
}>>;
|
6740
6590
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
6741
6591
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6742
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6743
6592
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
6744
6593
|
id: string;
|
6745
6594
|
description: string;
|
@@ -6831,7 +6680,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6831
6680
|
type: "DISPLAY_ON_REVIEW";
|
6832
6681
|
conditional: import(".").JSONSchema;
|
6833
6682
|
})[] | undefined;
|
6834
|
-
secured?: boolean | undefined;
|
6835
6683
|
placeholder?: TranslationConfig | undefined;
|
6836
6684
|
helperText?: TranslationConfig | undefined;
|
6837
6685
|
hideLabel?: boolean | undefined;
|
@@ -6872,7 +6720,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6872
6720
|
type: "DISPLAY_ON_REVIEW";
|
6873
6721
|
conditional: import(".").JSONSchema;
|
6874
6722
|
})[] | undefined;
|
6875
|
-
secured?: boolean | undefined;
|
6876
6723
|
placeholder?: {
|
6877
6724
|
id: string;
|
6878
6725
|
description: string;
|
@@ -6910,7 +6757,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6910
6757
|
}>>;
|
6911
6758
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
6912
6759
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6913
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6914
6760
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
6915
6761
|
id: string;
|
6916
6762
|
description: string;
|
@@ -7005,7 +6851,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7005
6851
|
type: "DISPLAY_ON_REVIEW";
|
7006
6852
|
conditional: import(".").JSONSchema;
|
7007
6853
|
})[] | undefined;
|
7008
|
-
secured?: boolean | undefined;
|
7009
6854
|
placeholder?: TranslationConfig | undefined;
|
7010
6855
|
helperText?: TranslationConfig | undefined;
|
7011
6856
|
hideLabel?: boolean | undefined;
|
@@ -7047,7 +6892,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7047
6892
|
type: "DISPLAY_ON_REVIEW";
|
7048
6893
|
conditional: import(".").JSONSchema;
|
7049
6894
|
})[] | undefined;
|
7050
|
-
secured?: boolean | undefined;
|
7051
6895
|
placeholder?: {
|
7052
6896
|
id: string;
|
7053
6897
|
description: string;
|
@@ -7086,7 +6930,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7086
6930
|
}>>;
|
7087
6931
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7088
6932
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7089
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7090
6933
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7091
6934
|
id: string;
|
7092
6935
|
description: string;
|
@@ -7161,7 +7004,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7161
7004
|
type: "DISPLAY_ON_REVIEW";
|
7162
7005
|
conditional: import(".").JSONSchema;
|
7163
7006
|
})[] | undefined;
|
7164
|
-
secured?: boolean | undefined;
|
7165
7007
|
placeholder?: TranslationConfig | undefined;
|
7166
7008
|
helperText?: TranslationConfig | undefined;
|
7167
7009
|
hideLabel?: boolean | undefined;
|
@@ -7199,7 +7041,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7199
7041
|
type: "DISPLAY_ON_REVIEW";
|
7200
7042
|
conditional: import(".").JSONSchema;
|
7201
7043
|
})[] | undefined;
|
7202
|
-
secured?: boolean | undefined;
|
7203
7044
|
placeholder?: {
|
7204
7045
|
id: string;
|
7205
7046
|
description: string;
|
@@ -7230,7 +7071,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7230
7071
|
}>>;
|
7231
7072
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7232
7073
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7233
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7234
7074
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7235
7075
|
id: string;
|
7236
7076
|
description: string;
|
@@ -7305,7 +7145,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7305
7145
|
type: "DISPLAY_ON_REVIEW";
|
7306
7146
|
conditional: import(".").JSONSchema;
|
7307
7147
|
})[] | undefined;
|
7308
|
-
secured?: boolean | undefined;
|
7309
7148
|
placeholder?: TranslationConfig | undefined;
|
7310
7149
|
helperText?: TranslationConfig | undefined;
|
7311
7150
|
hideLabel?: boolean | undefined;
|
@@ -7343,7 +7182,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7343
7182
|
type: "DISPLAY_ON_REVIEW";
|
7344
7183
|
conditional: import(".").JSONSchema;
|
7345
7184
|
})[] | undefined;
|
7346
|
-
secured?: boolean | undefined;
|
7347
7185
|
placeholder?: {
|
7348
7186
|
id: string;
|
7349
7187
|
description: string;
|
@@ -7374,7 +7212,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7374
7212
|
}>>;
|
7375
7213
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7376
7214
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7377
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7378
7215
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7379
7216
|
id: string;
|
7380
7217
|
description: string;
|
@@ -7456,7 +7293,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7456
7293
|
type: "DISPLAY_ON_REVIEW";
|
7457
7294
|
conditional: import(".").JSONSchema;
|
7458
7295
|
})[] | undefined;
|
7459
|
-
secured?: boolean | undefined;
|
7460
7296
|
placeholder?: TranslationConfig | undefined;
|
7461
7297
|
helperText?: TranslationConfig | undefined;
|
7462
7298
|
hideLabel?: boolean | undefined;
|
@@ -7491,7 +7327,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7491
7327
|
type: "DISPLAY_ON_REVIEW";
|
7492
7328
|
conditional: import(".").JSONSchema;
|
7493
7329
|
})[] | undefined;
|
7494
|
-
secured?: boolean | undefined;
|
7495
7330
|
placeholder?: {
|
7496
7331
|
id: string;
|
7497
7332
|
description: string;
|
@@ -7520,7 +7355,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7520
7355
|
}>>;
|
7521
7356
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7522
7357
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7523
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7524
7358
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7525
7359
|
id: string;
|
7526
7360
|
description: string;
|
@@ -7619,7 +7453,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7619
7453
|
type: "DISPLAY_ON_REVIEW";
|
7620
7454
|
conditional: import(".").JSONSchema;
|
7621
7455
|
})[] | undefined;
|
7622
|
-
secured?: boolean | undefined;
|
7623
7456
|
placeholder?: TranslationConfig | undefined;
|
7624
7457
|
helperText?: TranslationConfig | undefined;
|
7625
7458
|
hideLabel?: boolean | undefined;
|
@@ -7667,7 +7500,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7667
7500
|
type: "DISPLAY_ON_REVIEW";
|
7668
7501
|
conditional: import(".").JSONSchema;
|
7669
7502
|
})[] | undefined;
|
7670
|
-
secured?: boolean | undefined;
|
7671
7503
|
placeholder?: {
|
7672
7504
|
id: string;
|
7673
7505
|
description: string;
|
@@ -7696,7 +7528,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7696
7528
|
}>>;
|
7697
7529
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7698
7530
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7699
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7700
7531
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7701
7532
|
id: string;
|
7702
7533
|
description: string;
|
@@ -7784,7 +7615,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7784
7615
|
type: "DISPLAY_ON_REVIEW";
|
7785
7616
|
conditional: import(".").JSONSchema;
|
7786
7617
|
})[] | undefined;
|
7787
|
-
secured?: boolean | undefined;
|
7788
7618
|
placeholder?: TranslationConfig | undefined;
|
7789
7619
|
helperText?: TranslationConfig | undefined;
|
7790
7620
|
hideLabel?: boolean | undefined;
|
@@ -7824,7 +7654,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7824
7654
|
type: "DISPLAY_ON_REVIEW";
|
7825
7655
|
conditional: import(".").JSONSchema;
|
7826
7656
|
})[] | undefined;
|
7827
|
-
secured?: boolean | undefined;
|
7828
7657
|
placeholder?: {
|
7829
7658
|
id: string;
|
7830
7659
|
description: string;
|
@@ -7853,7 +7682,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7853
7682
|
}>>;
|
7854
7683
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7855
7684
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7856
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7857
7685
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7858
7686
|
id: string;
|
7859
7687
|
description: string;
|
@@ -7913,7 +7741,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7913
7741
|
type: "DISPLAY_ON_REVIEW";
|
7914
7742
|
conditional: import(".").JSONSchema;
|
7915
7743
|
})[] | undefined;
|
7916
|
-
secured?: boolean | undefined;
|
7917
7744
|
placeholder?: TranslationConfig | undefined;
|
7918
7745
|
helperText?: TranslationConfig | undefined;
|
7919
7746
|
hideLabel?: boolean | undefined;
|
@@ -7948,7 +7775,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7948
7775
|
type: "DISPLAY_ON_REVIEW";
|
7949
7776
|
conditional: import(".").JSONSchema;
|
7950
7777
|
})[] | undefined;
|
7951
|
-
secured?: boolean | undefined;
|
7952
7778
|
placeholder?: {
|
7953
7779
|
id: string;
|
7954
7780
|
description: string;
|
@@ -7972,7 +7798,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7972
7798
|
}>>;
|
7973
7799
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7974
7800
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7975
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7976
7801
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7977
7802
|
id: string;
|
7978
7803
|
description: string;
|
@@ -8054,7 +7879,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8054
7879
|
type: "DISPLAY_ON_REVIEW";
|
8055
7880
|
conditional: import(".").JSONSchema;
|
8056
7881
|
})[] | undefined;
|
8057
|
-
secured?: boolean | undefined;
|
8058
7882
|
placeholder?: TranslationConfig | undefined;
|
8059
7883
|
helperText?: TranslationConfig | undefined;
|
8060
7884
|
hideLabel?: boolean | undefined;
|
@@ -8097,7 +7921,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8097
7921
|
type: "DISPLAY_ON_REVIEW";
|
8098
7922
|
conditional: import(".").JSONSchema;
|
8099
7923
|
})[] | undefined;
|
8100
|
-
secured?: boolean | undefined;
|
8101
7924
|
placeholder?: {
|
8102
7925
|
id: string;
|
8103
7926
|
description: string;
|
@@ -8121,7 +7944,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8121
7944
|
}>>;
|
8122
7945
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8123
7946
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8124
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8125
7947
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8126
7948
|
id: string;
|
8127
7949
|
description: string;
|
@@ -8180,14 +8002,10 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8180
8002
|
description: string;
|
8181
8003
|
defaultMessage: string;
|
8182
8004
|
}>>;
|
8183
|
-
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8184
|
-
searchMode: z.ZodOptional<z.ZodBoolean>;
|
8185
8005
|
}, "strip", z.ZodTypeAny, {
|
8186
8006
|
maxLength?: number | undefined;
|
8187
8007
|
prefix?: TranslationConfig | undefined;
|
8188
8008
|
postfix?: TranslationConfig | undefined;
|
8189
|
-
includeMiddlename?: boolean | undefined;
|
8190
|
-
searchMode?: boolean | undefined;
|
8191
8009
|
}, {
|
8192
8010
|
maxLength?: number | undefined;
|
8193
8011
|
prefix?: {
|
@@ -8200,8 +8018,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8200
8018
|
description: string;
|
8201
8019
|
defaultMessage: string;
|
8202
8020
|
} | undefined;
|
8203
|
-
includeMiddlename?: boolean | undefined;
|
8204
|
-
searchMode?: boolean | undefined;
|
8205
8021
|
}>>;
|
8206
8022
|
}>, "strip", z.ZodTypeAny, {
|
8207
8023
|
type: "NAME";
|
@@ -8225,7 +8041,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8225
8041
|
type: "DISPLAY_ON_REVIEW";
|
8226
8042
|
conditional: import(".").JSONSchema;
|
8227
8043
|
})[] | undefined;
|
8228
|
-
secured?: boolean | undefined;
|
8229
8044
|
placeholder?: TranslationConfig | undefined;
|
8230
8045
|
helperText?: TranslationConfig | undefined;
|
8231
8046
|
hideLabel?: boolean | undefined;
|
@@ -8237,8 +8052,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8237
8052
|
maxLength?: number | undefined;
|
8238
8053
|
prefix?: TranslationConfig | undefined;
|
8239
8054
|
postfix?: TranslationConfig | undefined;
|
8240
|
-
includeMiddlename?: boolean | undefined;
|
8241
|
-
searchMode?: boolean | undefined;
|
8242
8055
|
} | undefined;
|
8243
8056
|
}, {
|
8244
8057
|
type: "NAME";
|
@@ -8270,7 +8083,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8270
8083
|
type: "DISPLAY_ON_REVIEW";
|
8271
8084
|
conditional: import(".").JSONSchema;
|
8272
8085
|
})[] | undefined;
|
8273
|
-
secured?: boolean | undefined;
|
8274
8086
|
placeholder?: {
|
8275
8087
|
id: string;
|
8276
8088
|
description: string;
|
@@ -8298,8 +8110,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8298
8110
|
description: string;
|
8299
8111
|
defaultMessage: string;
|
8300
8112
|
} | undefined;
|
8301
|
-
includeMiddlename?: boolean | undefined;
|
8302
|
-
searchMode?: boolean | undefined;
|
8303
8113
|
} | undefined;
|
8304
8114
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
8305
8115
|
id: z.ZodString;
|
@@ -8312,7 +8122,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8312
8122
|
}>>;
|
8313
8123
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8314
8124
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8315
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8316
8125
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8317
8126
|
id: string;
|
8318
8127
|
description: string;
|
@@ -8372,7 +8181,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8372
8181
|
type: "DISPLAY_ON_REVIEW";
|
8373
8182
|
conditional: import(".").JSONSchema;
|
8374
8183
|
})[] | undefined;
|
8375
|
-
secured?: boolean | undefined;
|
8376
8184
|
placeholder?: TranslationConfig | undefined;
|
8377
8185
|
helperText?: TranslationConfig | undefined;
|
8378
8186
|
hideLabel?: boolean | undefined;
|
@@ -8407,7 +8215,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8407
8215
|
type: "DISPLAY_ON_REVIEW";
|
8408
8216
|
conditional: import(".").JSONSchema;
|
8409
8217
|
})[] | undefined;
|
8410
|
-
secured?: boolean | undefined;
|
8411
8218
|
placeholder?: {
|
8412
8219
|
id: string;
|
8413
8220
|
description: string;
|
@@ -8431,7 +8238,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8431
8238
|
}>>;
|
8432
8239
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8433
8240
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8434
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8435
8241
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8436
8242
|
id: string;
|
8437
8243
|
description: string;
|
@@ -8491,7 +8297,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8491
8297
|
type: "DISPLAY_ON_REVIEW";
|
8492
8298
|
conditional: import(".").JSONSchema;
|
8493
8299
|
})[] | undefined;
|
8494
|
-
secured?: boolean | undefined;
|
8495
8300
|
placeholder?: TranslationConfig | undefined;
|
8496
8301
|
helperText?: TranslationConfig | undefined;
|
8497
8302
|
hideLabel?: boolean | undefined;
|
@@ -8526,7 +8331,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8526
8331
|
type: "DISPLAY_ON_REVIEW";
|
8527
8332
|
conditional: import(".").JSONSchema;
|
8528
8333
|
})[] | undefined;
|
8529
|
-
secured?: boolean | undefined;
|
8530
8334
|
placeholder?: {
|
8531
8335
|
id: string;
|
8532
8336
|
description: string;
|
@@ -8550,7 +8354,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8550
8354
|
}>>;
|
8551
8355
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8552
8356
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8553
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8554
8357
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8555
8358
|
id: string;
|
8556
8359
|
description: string;
|
@@ -8610,7 +8413,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8610
8413
|
type: "DISPLAY_ON_REVIEW";
|
8611
8414
|
conditional: import(".").JSONSchema;
|
8612
8415
|
})[] | undefined;
|
8613
|
-
secured?: boolean | undefined;
|
8614
8416
|
placeholder?: TranslationConfig | undefined;
|
8615
8417
|
helperText?: TranslationConfig | undefined;
|
8616
8418
|
hideLabel?: boolean | undefined;
|
@@ -8645,7 +8447,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8645
8447
|
type: "DISPLAY_ON_REVIEW";
|
8646
8448
|
conditional: import(".").JSONSchema;
|
8647
8449
|
})[] | undefined;
|
8648
|
-
secured?: boolean | undefined;
|
8649
8450
|
placeholder?: {
|
8650
8451
|
id: string;
|
8651
8452
|
description: string;
|
@@ -8669,7 +8470,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8669
8470
|
}>>;
|
8670
8471
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8671
8472
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8672
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8673
8473
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8674
8474
|
id: string;
|
8675
8475
|
description: string;
|
@@ -8783,7 +8583,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8783
8583
|
type: "DISPLAY_ON_REVIEW";
|
8784
8584
|
conditional: import(".").JSONSchema;
|
8785
8585
|
})[] | undefined;
|
8786
|
-
secured?: boolean | undefined;
|
8787
8586
|
placeholder?: TranslationConfig | undefined;
|
8788
8587
|
helperText?: TranslationConfig | undefined;
|
8789
8588
|
hideLabel?: boolean | undefined;
|
@@ -8822,7 +8621,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8822
8621
|
type: "DISPLAY_ON_REVIEW";
|
8823
8622
|
conditional: import(".").JSONSchema;
|
8824
8623
|
})[] | undefined;
|
8825
|
-
secured?: boolean | undefined;
|
8826
8624
|
placeholder?: {
|
8827
8625
|
id: string;
|
8828
8626
|
description: string;
|
@@ -8862,7 +8660,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8862
8660
|
}>>;
|
8863
8661
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8864
8662
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8865
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8866
8663
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8867
8664
|
id: string;
|
8868
8665
|
description: string;
|
@@ -8922,7 +8719,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8922
8719
|
type: "DISPLAY_ON_REVIEW";
|
8923
8720
|
conditional: import(".").JSONSchema;
|
8924
8721
|
})[] | undefined;
|
8925
|
-
secured?: boolean | undefined;
|
8926
8722
|
placeholder?: TranslationConfig | undefined;
|
8927
8723
|
helperText?: TranslationConfig | undefined;
|
8928
8724
|
hideLabel?: boolean | undefined;
|
@@ -8957,7 +8753,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8957
8753
|
type: "DISPLAY_ON_REVIEW";
|
8958
8754
|
conditional: import(".").JSONSchema;
|
8959
8755
|
})[] | undefined;
|
8960
|
-
secured?: boolean | undefined;
|
8961
8756
|
placeholder?: {
|
8962
8757
|
id: string;
|
8963
8758
|
description: string;
|
@@ -8981,7 +8776,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8981
8776
|
}>>;
|
8982
8777
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8983
8778
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8984
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8985
8779
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8986
8780
|
id: string;
|
8987
8781
|
description: string;
|
@@ -9067,7 +8861,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9067
8861
|
type: "DISPLAY_ON_REVIEW";
|
9068
8862
|
conditional: import(".").JSONSchema;
|
9069
8863
|
})[] | undefined;
|
9070
|
-
secured?: boolean | undefined;
|
9071
8864
|
placeholder?: TranslationConfig | undefined;
|
9072
8865
|
helperText?: TranslationConfig | undefined;
|
9073
8866
|
hideLabel?: boolean | undefined;
|
@@ -9108,7 +8901,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9108
8901
|
type: "DISPLAY_ON_REVIEW";
|
9109
8902
|
conditional: import(".").JSONSchema;
|
9110
8903
|
})[] | undefined;
|
9111
|
-
secured?: boolean | undefined;
|
9112
8904
|
placeholder?: {
|
9113
8905
|
id: string;
|
9114
8906
|
description: string;
|
@@ -9132,7 +8924,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9132
8924
|
}>>;
|
9133
8925
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9134
8926
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9135
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9136
8927
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9137
8928
|
id: string;
|
9138
8929
|
description: string;
|
@@ -9191,7 +8982,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9191
8982
|
type: "DISPLAY_ON_REVIEW";
|
9192
8983
|
conditional: import(".").JSONSchema;
|
9193
8984
|
})[] | undefined;
|
9194
|
-
secured?: boolean | undefined;
|
9195
8985
|
placeholder?: TranslationConfig | undefined;
|
9196
8986
|
helperText?: TranslationConfig | undefined;
|
9197
8987
|
hideLabel?: boolean | undefined;
|
@@ -9225,7 +9015,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9225
9015
|
type: "DISPLAY_ON_REVIEW";
|
9226
9016
|
conditional: import(".").JSONSchema;
|
9227
9017
|
})[] | undefined;
|
9228
|
-
secured?: boolean | undefined;
|
9229
9018
|
placeholder?: {
|
9230
9019
|
id: string;
|
9231
9020
|
description: string;
|
@@ -9248,7 +9037,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9248
9037
|
}>>;
|
9249
9038
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9250
9039
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9251
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9252
9040
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9253
9041
|
id: string;
|
9254
9042
|
description: string;
|
@@ -9308,7 +9096,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9308
9096
|
type: "DISPLAY_ON_REVIEW";
|
9309
9097
|
conditional: import(".").JSONSchema;
|
9310
9098
|
})[] | undefined;
|
9311
|
-
secured?: boolean | undefined;
|
9312
9099
|
placeholder?: TranslationConfig | undefined;
|
9313
9100
|
helperText?: TranslationConfig | undefined;
|
9314
9101
|
hideLabel?: boolean | undefined;
|
@@ -9343,7 +9130,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9343
9130
|
type: "DISPLAY_ON_REVIEW";
|
9344
9131
|
conditional: import(".").JSONSchema;
|
9345
9132
|
})[] | undefined;
|
9346
|
-
secured?: boolean | undefined;
|
9347
9133
|
placeholder?: {
|
9348
9134
|
id: string;
|
9349
9135
|
description: string;
|
@@ -9367,7 +9153,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9367
9153
|
}>>;
|
9368
9154
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9369
9155
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9370
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9371
9156
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9372
9157
|
id: string;
|
9373
9158
|
description: string;
|
@@ -9427,7 +9212,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9427
9212
|
type: "DISPLAY_ON_REVIEW";
|
9428
9213
|
conditional: import(".").JSONSchema;
|
9429
9214
|
})[] | undefined;
|
9430
|
-
secured?: boolean | undefined;
|
9431
9215
|
placeholder?: TranslationConfig | undefined;
|
9432
9216
|
helperText?: TranslationConfig | undefined;
|
9433
9217
|
hideLabel?: boolean | undefined;
|
@@ -9462,7 +9246,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9462
9246
|
type: "DISPLAY_ON_REVIEW";
|
9463
9247
|
conditional: import(".").JSONSchema;
|
9464
9248
|
})[] | undefined;
|
9465
|
-
secured?: boolean | undefined;
|
9466
9249
|
placeholder?: {
|
9467
9250
|
id: string;
|
9468
9251
|
description: string;
|
@@ -9486,7 +9269,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9486
9269
|
}>>;
|
9487
9270
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9488
9271
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9489
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9490
9272
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9491
9273
|
id: string;
|
9492
9274
|
description: string;
|
@@ -9546,7 +9328,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9546
9328
|
type: "DISPLAY_ON_REVIEW";
|
9547
9329
|
conditional: import(".").JSONSchema;
|
9548
9330
|
})[] | undefined;
|
9549
|
-
secured?: boolean | undefined;
|
9550
9331
|
placeholder?: TranslationConfig | undefined;
|
9551
9332
|
helperText?: TranslationConfig | undefined;
|
9552
9333
|
hideLabel?: boolean | undefined;
|
@@ -9581,7 +9362,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9581
9362
|
type: "DISPLAY_ON_REVIEW";
|
9582
9363
|
conditional: import(".").JSONSchema;
|
9583
9364
|
})[] | undefined;
|
9584
|
-
secured?: boolean | undefined;
|
9585
9365
|
placeholder?: {
|
9586
9366
|
id: string;
|
9587
9367
|
description: string;
|
@@ -9605,7 +9385,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9605
9385
|
}>>;
|
9606
9386
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9607
9387
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9608
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9609
9388
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9610
9389
|
id: string;
|
9611
9390
|
description: string;
|
@@ -9685,7 +9464,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9685
9464
|
type: "DISPLAY_ON_REVIEW";
|
9686
9465
|
conditional: import(".").JSONSchema;
|
9687
9466
|
})[] | undefined;
|
9688
|
-
secured?: boolean | undefined;
|
9689
9467
|
placeholder?: TranslationConfig | undefined;
|
9690
9468
|
helperText?: TranslationConfig | undefined;
|
9691
9469
|
hideLabel?: boolean | undefined;
|
@@ -9725,7 +9503,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9725
9503
|
type: "DISPLAY_ON_REVIEW";
|
9726
9504
|
conditional: import(".").JSONSchema;
|
9727
9505
|
})[] | undefined;
|
9728
|
-
secured?: boolean | undefined;
|
9729
9506
|
placeholder?: {
|
9730
9507
|
id: string;
|
9731
9508
|
description: string;
|
@@ -9753,7 +9530,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9753
9530
|
}>>;
|
9754
9531
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9755
9532
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9756
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9757
9533
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9758
9534
|
id: string;
|
9759
9535
|
description: string;
|
@@ -9820,7 +9596,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9820
9596
|
type: "DISPLAY_ON_REVIEW";
|
9821
9597
|
conditional: import(".").JSONSchema;
|
9822
9598
|
})[] | undefined;
|
9823
|
-
secured?: boolean | undefined;
|
9824
9599
|
placeholder?: TranslationConfig | undefined;
|
9825
9600
|
helperText?: TranslationConfig | undefined;
|
9826
9601
|
hideLabel?: boolean | undefined;
|
@@ -9858,7 +9633,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9858
9633
|
type: "DISPLAY_ON_REVIEW";
|
9859
9634
|
conditional: import(".").JSONSchema;
|
9860
9635
|
})[] | undefined;
|
9861
|
-
secured?: boolean | undefined;
|
9862
9636
|
placeholder?: {
|
9863
9637
|
id: string;
|
9864
9638
|
description: string;
|
@@ -9885,7 +9659,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9885
9659
|
}>>;
|
9886
9660
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9887
9661
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9888
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9889
9662
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9890
9663
|
id: string;
|
9891
9664
|
description: string;
|
@@ -9996,7 +9769,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9996
9769
|
type: "DISPLAY_ON_REVIEW";
|
9997
9770
|
conditional: import(".").JSONSchema;
|
9998
9771
|
})[] | undefined;
|
9999
|
-
secured?: boolean | undefined;
|
10000
9772
|
placeholder?: TranslationConfig | undefined;
|
10001
9773
|
helperText?: TranslationConfig | undefined;
|
10002
9774
|
hideLabel?: boolean | undefined;
|
@@ -10044,7 +9816,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10044
9816
|
type: "DISPLAY_ON_REVIEW";
|
10045
9817
|
conditional: import(".").JSONSchema;
|
10046
9818
|
})[] | undefined;
|
10047
|
-
secured?: boolean | undefined;
|
10048
9819
|
placeholder?: {
|
10049
9820
|
id: string;
|
10050
9821
|
description: string;
|
@@ -10077,7 +9848,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10077
9848
|
}>>;
|
10078
9849
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
10079
9850
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
10080
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
10081
9851
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
10082
9852
|
id: string;
|
10083
9853
|
description: string;
|
@@ -10212,7 +9982,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10212
9982
|
type: "DISPLAY_ON_REVIEW";
|
10213
9983
|
conditional: import(".").JSONSchema;
|
10214
9984
|
})[] | undefined;
|
10215
|
-
secured?: boolean | undefined;
|
10216
9985
|
placeholder?: TranslationConfig | undefined;
|
10217
9986
|
helperText?: TranslationConfig | undefined;
|
10218
9987
|
hideLabel?: boolean | undefined;
|
@@ -10267,7 +10036,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10267
10036
|
type: "DISPLAY_ON_REVIEW";
|
10268
10037
|
conditional: import(".").JSONSchema;
|
10269
10038
|
})[] | undefined;
|
10270
|
-
secured?: boolean | undefined;
|
10271
10039
|
placeholder?: {
|
10272
10040
|
id: string;
|
10273
10041
|
description: string;
|
@@ -10435,7 +10203,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10435
10203
|
type: "DISPLAY_ON_REVIEW";
|
10436
10204
|
conditional: import(".").JSONSchema;
|
10437
10205
|
})[] | undefined;
|
10438
|
-
secured?: boolean | undefined;
|
10439
10206
|
placeholder?: TranslationConfig | undefined;
|
10440
10207
|
helperText?: TranslationConfig | undefined;
|
10441
10208
|
hideLabel?: boolean | undefined;
|
@@ -10461,7 +10228,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10461
10228
|
type: "DISPLAY_ON_REVIEW";
|
10462
10229
|
conditional: import(".").JSONSchema;
|
10463
10230
|
})[] | undefined;
|
10464
|
-
secured?: boolean | undefined;
|
10465
10231
|
placeholder?: TranslationConfig | undefined;
|
10466
10232
|
helperText?: TranslationConfig | undefined;
|
10467
10233
|
hideLabel?: boolean | undefined;
|
@@ -10494,7 +10260,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10494
10260
|
type: "DISPLAY_ON_REVIEW";
|
10495
10261
|
conditional: import(".").JSONSchema;
|
10496
10262
|
})[] | undefined;
|
10497
|
-
secured?: boolean | undefined;
|
10498
10263
|
placeholder?: TranslationConfig | undefined;
|
10499
10264
|
helperText?: TranslationConfig | undefined;
|
10500
10265
|
hideLabel?: boolean | undefined;
|
@@ -10527,7 +10292,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10527
10292
|
type: "DISPLAY_ON_REVIEW";
|
10528
10293
|
conditional: import(".").JSONSchema;
|
10529
10294
|
})[] | undefined;
|
10530
|
-
secured?: boolean | undefined;
|
10531
10295
|
placeholder?: TranslationConfig | undefined;
|
10532
10296
|
helperText?: TranslationConfig | undefined;
|
10533
10297
|
hideLabel?: boolean | undefined;
|
@@ -10566,7 +10330,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10566
10330
|
type: "DISPLAY_ON_REVIEW";
|
10567
10331
|
conditional: import(".").JSONSchema;
|
10568
10332
|
})[] | undefined;
|
10569
|
-
secured?: boolean | undefined;
|
10570
10333
|
placeholder?: TranslationConfig | undefined;
|
10571
10334
|
helperText?: TranslationConfig | undefined;
|
10572
10335
|
hideLabel?: boolean | undefined;
|
@@ -10593,7 +10356,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10593
10356
|
type: "DISPLAY_ON_REVIEW";
|
10594
10357
|
conditional: import(".").JSONSchema;
|
10595
10358
|
})[] | undefined;
|
10596
|
-
secured?: boolean | undefined;
|
10597
10359
|
placeholder?: TranslationConfig | undefined;
|
10598
10360
|
helperText?: TranslationConfig | undefined;
|
10599
10361
|
hideLabel?: boolean | undefined;
|
@@ -10623,7 +10385,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10623
10385
|
type: "DISPLAY_ON_REVIEW";
|
10624
10386
|
conditional: import(".").JSONSchema;
|
10625
10387
|
})[] | undefined;
|
10626
|
-
secured?: boolean | undefined;
|
10627
10388
|
placeholder?: TranslationConfig | undefined;
|
10628
10389
|
helperText?: TranslationConfig | undefined;
|
10629
10390
|
hideLabel?: boolean | undefined;
|
@@ -10653,7 +10414,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10653
10414
|
type: "DISPLAY_ON_REVIEW";
|
10654
10415
|
conditional: import(".").JSONSchema;
|
10655
10416
|
})[] | undefined;
|
10656
|
-
secured?: boolean | undefined;
|
10657
10417
|
placeholder?: TranslationConfig | undefined;
|
10658
10418
|
helperText?: TranslationConfig | undefined;
|
10659
10419
|
hideLabel?: boolean | undefined;
|
@@ -10688,7 +10448,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10688
10448
|
type: "DISPLAY_ON_REVIEW";
|
10689
10449
|
conditional: import(".").JSONSchema;
|
10690
10450
|
})[] | undefined;
|
10691
|
-
secured?: boolean | undefined;
|
10692
10451
|
placeholder?: TranslationConfig | undefined;
|
10693
10452
|
helperText?: TranslationConfig | undefined;
|
10694
10453
|
hideLabel?: boolean | undefined;
|
@@ -10715,7 +10474,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10715
10474
|
type: "DISPLAY_ON_REVIEW";
|
10716
10475
|
conditional: import(".").JSONSchema;
|
10717
10476
|
})[] | undefined;
|
10718
|
-
secured?: boolean | undefined;
|
10719
10477
|
placeholder?: TranslationConfig | undefined;
|
10720
10478
|
helperText?: TranslationConfig | undefined;
|
10721
10479
|
hideLabel?: boolean | undefined;
|
@@ -10750,7 +10508,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10750
10508
|
type: "DISPLAY_ON_REVIEW";
|
10751
10509
|
conditional: import(".").JSONSchema;
|
10752
10510
|
})[] | undefined;
|
10753
|
-
secured?: boolean | undefined;
|
10754
10511
|
placeholder?: TranslationConfig | undefined;
|
10755
10512
|
helperText?: TranslationConfig | undefined;
|
10756
10513
|
hideLabel?: boolean | undefined;
|
@@ -10785,7 +10542,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10785
10542
|
type: "DISPLAY_ON_REVIEW";
|
10786
10543
|
conditional: import(".").JSONSchema;
|
10787
10544
|
})[] | undefined;
|
10788
|
-
secured?: boolean | undefined;
|
10789
10545
|
placeholder?: TranslationConfig | undefined;
|
10790
10546
|
helperText?: TranslationConfig | undefined;
|
10791
10547
|
hideLabel?: boolean | undefined;
|
@@ -10823,7 +10579,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10823
10579
|
type: "DISPLAY_ON_REVIEW";
|
10824
10580
|
conditional: import(".").JSONSchema;
|
10825
10581
|
})[] | undefined;
|
10826
|
-
secured?: boolean | undefined;
|
10827
10582
|
placeholder?: TranslationConfig | undefined;
|
10828
10583
|
helperText?: TranslationConfig | undefined;
|
10829
10584
|
hideLabel?: boolean | undefined;
|
@@ -10854,7 +10609,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10854
10609
|
type: "DISPLAY_ON_REVIEW";
|
10855
10610
|
conditional: import(".").JSONSchema;
|
10856
10611
|
})[] | undefined;
|
10857
|
-
secured?: boolean | undefined;
|
10858
10612
|
placeholder?: TranslationConfig | undefined;
|
10859
10613
|
helperText?: TranslationConfig | undefined;
|
10860
10614
|
hideLabel?: boolean | undefined;
|
@@ -10881,7 +10635,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10881
10635
|
type: "DISPLAY_ON_REVIEW";
|
10882
10636
|
conditional: import(".").JSONSchema;
|
10883
10637
|
})[] | undefined;
|
10884
|
-
secured?: boolean | undefined;
|
10885
10638
|
placeholder?: TranslationConfig | undefined;
|
10886
10639
|
helperText?: TranslationConfig | undefined;
|
10887
10640
|
hideLabel?: boolean | undefined;
|
@@ -10893,8 +10646,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10893
10646
|
maxLength?: number | undefined;
|
10894
10647
|
prefix?: TranslationConfig | undefined;
|
10895
10648
|
postfix?: TranslationConfig | undefined;
|
10896
|
-
includeMiddlename?: boolean | undefined;
|
10897
|
-
searchMode?: boolean | undefined;
|
10898
10649
|
} | undefined;
|
10899
10650
|
} | {
|
10900
10651
|
type: "PHONE";
|
@@ -10918,7 +10669,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10918
10669
|
type: "DISPLAY_ON_REVIEW";
|
10919
10670
|
conditional: import(".").JSONSchema;
|
10920
10671
|
})[] | undefined;
|
10921
|
-
secured?: boolean | undefined;
|
10922
10672
|
placeholder?: TranslationConfig | undefined;
|
10923
10673
|
helperText?: TranslationConfig | undefined;
|
10924
10674
|
hideLabel?: boolean | undefined;
|
@@ -10945,7 +10695,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10945
10695
|
type: "DISPLAY_ON_REVIEW";
|
10946
10696
|
conditional: import(".").JSONSchema;
|
10947
10697
|
})[] | undefined;
|
10948
|
-
secured?: boolean | undefined;
|
10949
10698
|
placeholder?: TranslationConfig | undefined;
|
10950
10699
|
helperText?: TranslationConfig | undefined;
|
10951
10700
|
hideLabel?: boolean | undefined;
|
@@ -10972,7 +10721,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10972
10721
|
type: "DISPLAY_ON_REVIEW";
|
10973
10722
|
conditional: import(".").JSONSchema;
|
10974
10723
|
})[] | undefined;
|
10975
|
-
secured?: boolean | undefined;
|
10976
10724
|
placeholder?: TranslationConfig | undefined;
|
10977
10725
|
helperText?: TranslationConfig | undefined;
|
10978
10726
|
hideLabel?: boolean | undefined;
|
@@ -10999,7 +10747,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10999
10747
|
type: "DISPLAY_ON_REVIEW";
|
11000
10748
|
conditional: import(".").JSONSchema;
|
11001
10749
|
})[] | undefined;
|
11002
|
-
secured?: boolean | undefined;
|
11003
10750
|
placeholder?: TranslationConfig | undefined;
|
11004
10751
|
helperText?: TranslationConfig | undefined;
|
11005
10752
|
hideLabel?: boolean | undefined;
|
@@ -11032,7 +10779,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11032
10779
|
type: "DISPLAY_ON_REVIEW";
|
11033
10780
|
conditional: import(".").JSONSchema;
|
11034
10781
|
})[] | undefined;
|
11035
|
-
secured?: boolean | undefined;
|
11036
10782
|
placeholder?: TranslationConfig | undefined;
|
11037
10783
|
helperText?: TranslationConfig | undefined;
|
11038
10784
|
hideLabel?: boolean | undefined;
|
@@ -11059,7 +10805,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11059
10805
|
type: "DISPLAY_ON_REVIEW";
|
11060
10806
|
conditional: import(".").JSONSchema;
|
11061
10807
|
})[] | undefined;
|
11062
|
-
secured?: boolean | undefined;
|
11063
10808
|
placeholder?: TranslationConfig | undefined;
|
11064
10809
|
helperText?: TranslationConfig | undefined;
|
11065
10810
|
hideLabel?: boolean | undefined;
|
@@ -11094,7 +10839,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11094
10839
|
type: "DISPLAY_ON_REVIEW";
|
11095
10840
|
conditional: import(".").JSONSchema;
|
11096
10841
|
})[] | undefined;
|
11097
|
-
secured?: boolean | undefined;
|
11098
10842
|
placeholder?: TranslationConfig | undefined;
|
11099
10843
|
helperText?: TranslationConfig | undefined;
|
11100
10844
|
hideLabel?: boolean | undefined;
|
@@ -11126,7 +10870,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11126
10870
|
type: "DISPLAY_ON_REVIEW";
|
11127
10871
|
conditional: import(".").JSONSchema;
|
11128
10872
|
})[] | undefined;
|
11129
|
-
secured?: boolean | undefined;
|
11130
10873
|
placeholder?: TranslationConfig | undefined;
|
11131
10874
|
helperText?: TranslationConfig | undefined;
|
11132
10875
|
hideLabel?: boolean | undefined;
|
@@ -11153,7 +10896,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11153
10896
|
type: "DISPLAY_ON_REVIEW";
|
11154
10897
|
conditional: import(".").JSONSchema;
|
11155
10898
|
})[] | undefined;
|
11156
|
-
secured?: boolean | undefined;
|
11157
10899
|
placeholder?: TranslationConfig | undefined;
|
11158
10900
|
helperText?: TranslationConfig | undefined;
|
11159
10901
|
hideLabel?: boolean | undefined;
|
@@ -11180,7 +10922,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11180
10922
|
type: "DISPLAY_ON_REVIEW";
|
11181
10923
|
conditional: import(".").JSONSchema;
|
11182
10924
|
})[] | undefined;
|
11183
|
-
secured?: boolean | undefined;
|
11184
10925
|
placeholder?: TranslationConfig | undefined;
|
11185
10926
|
helperText?: TranslationConfig | undefined;
|
11186
10927
|
hideLabel?: boolean | undefined;
|
@@ -11244,7 +10985,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11244
10985
|
type: "DISPLAY_ON_REVIEW";
|
11245
10986
|
conditional: import(".").JSONSchema;
|
11246
10987
|
})[] | undefined;
|
11247
|
-
secured?: boolean | undefined;
|
11248
10988
|
placeholder?: TranslationConfig | undefined;
|
11249
10989
|
helperText?: TranslationConfig | undefined;
|
11250
10990
|
hideLabel?: boolean | undefined;
|
@@ -11316,7 +11056,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11316
11056
|
type: "DISPLAY_ON_REVIEW";
|
11317
11057
|
conditional: import(".").JSONSchema;
|
11318
11058
|
})[] | undefined;
|
11319
|
-
secured?: boolean | undefined;
|
11320
11059
|
placeholder?: {
|
11321
11060
|
id: string;
|
11322
11061
|
description: string;
|
@@ -11358,7 +11097,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11358
11097
|
type: "DISPLAY_ON_REVIEW";
|
11359
11098
|
conditional: import(".").JSONSchema;
|
11360
11099
|
})[] | undefined;
|
11361
|
-
secured?: boolean | undefined;
|
11362
11100
|
placeholder?: {
|
11363
11101
|
id: string;
|
11364
11102
|
description: string;
|
@@ -11415,7 +11153,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11415
11153
|
type: "DISPLAY_ON_REVIEW";
|
11416
11154
|
conditional: import(".").JSONSchema;
|
11417
11155
|
})[] | undefined;
|
11418
|
-
secured?: boolean | undefined;
|
11419
11156
|
placeholder?: {
|
11420
11157
|
id: string;
|
11421
11158
|
description: string;
|
@@ -11472,7 +11209,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11472
11209
|
type: "DISPLAY_ON_REVIEW";
|
11473
11210
|
conditional: import(".").JSONSchema;
|
11474
11211
|
})[] | undefined;
|
11475
|
-
secured?: boolean | undefined;
|
11476
11212
|
placeholder?: {
|
11477
11213
|
id: string;
|
11478
11214
|
description: string;
|
@@ -11535,7 +11271,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11535
11271
|
type: "DISPLAY_ON_REVIEW";
|
11536
11272
|
conditional: import(".").JSONSchema;
|
11537
11273
|
})[] | undefined;
|
11538
|
-
secured?: boolean | undefined;
|
11539
11274
|
placeholder?: {
|
11540
11275
|
id: string;
|
11541
11276
|
description: string;
|
@@ -11582,7 +11317,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11582
11317
|
type: "DISPLAY_ON_REVIEW";
|
11583
11318
|
conditional: import(".").JSONSchema;
|
11584
11319
|
})[] | undefined;
|
11585
|
-
secured?: boolean | undefined;
|
11586
11320
|
placeholder?: {
|
11587
11321
|
id: string;
|
11588
11322
|
description: string;
|
@@ -11628,7 +11362,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11628
11362
|
type: "DISPLAY_ON_REVIEW";
|
11629
11363
|
conditional: import(".").JSONSchema;
|
11630
11364
|
})[] | undefined;
|
11631
|
-
secured?: boolean | undefined;
|
11632
11365
|
placeholder?: {
|
11633
11366
|
id: string;
|
11634
11367
|
description: string;
|
@@ -11678,7 +11411,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11678
11411
|
type: "DISPLAY_ON_REVIEW";
|
11679
11412
|
conditional: import(".").JSONSchema;
|
11680
11413
|
})[] | undefined;
|
11681
|
-
secured?: boolean | undefined;
|
11682
11414
|
placeholder?: {
|
11683
11415
|
id: string;
|
11684
11416
|
description: string;
|
@@ -11728,7 +11460,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11728
11460
|
type: "DISPLAY_ON_REVIEW";
|
11729
11461
|
conditional: import(".").JSONSchema;
|
11730
11462
|
})[] | undefined;
|
11731
|
-
secured?: boolean | undefined;
|
11732
11463
|
placeholder?: {
|
11733
11464
|
id: string;
|
11734
11465
|
description: string;
|
@@ -11776,7 +11507,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11776
11507
|
type: "DISPLAY_ON_REVIEW";
|
11777
11508
|
conditional: import(".").JSONSchema;
|
11778
11509
|
})[] | undefined;
|
11779
|
-
secured?: boolean | undefined;
|
11780
11510
|
placeholder?: {
|
11781
11511
|
id: string;
|
11782
11512
|
description: string;
|
@@ -11819,7 +11549,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11819
11549
|
type: "DISPLAY_ON_REVIEW";
|
11820
11550
|
conditional: import(".").JSONSchema;
|
11821
11551
|
})[] | undefined;
|
11822
|
-
secured?: boolean | undefined;
|
11823
11552
|
placeholder?: {
|
11824
11553
|
id: string;
|
11825
11554
|
description: string;
|
@@ -11886,7 +11615,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11886
11615
|
type: "DISPLAY_ON_REVIEW";
|
11887
11616
|
conditional: import(".").JSONSchema;
|
11888
11617
|
})[] | undefined;
|
11889
|
-
secured?: boolean | undefined;
|
11890
11618
|
placeholder?: {
|
11891
11619
|
id: string;
|
11892
11620
|
description: string;
|
@@ -11939,7 +11667,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11939
11667
|
type: "DISPLAY_ON_REVIEW";
|
11940
11668
|
conditional: import(".").JSONSchema;
|
11941
11669
|
})[] | undefined;
|
11942
|
-
secured?: boolean | undefined;
|
11943
11670
|
placeholder?: {
|
11944
11671
|
id: string;
|
11945
11672
|
description: string;
|
@@ -11995,7 +11722,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11995
11722
|
type: "DISPLAY_ON_REVIEW";
|
11996
11723
|
conditional: import(".").JSONSchema;
|
11997
11724
|
})[] | undefined;
|
11998
|
-
secured?: boolean | undefined;
|
11999
11725
|
placeholder?: {
|
12000
11726
|
id: string;
|
12001
11727
|
description: string;
|
@@ -12038,7 +11764,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12038
11764
|
type: "DISPLAY_ON_REVIEW";
|
12039
11765
|
conditional: import(".").JSONSchema;
|
12040
11766
|
})[] | undefined;
|
12041
|
-
secured?: boolean | undefined;
|
12042
11767
|
placeholder?: {
|
12043
11768
|
id: string;
|
12044
11769
|
description: string;
|
@@ -12066,8 +11791,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12066
11791
|
description: string;
|
12067
11792
|
defaultMessage: string;
|
12068
11793
|
} | undefined;
|
12069
|
-
includeMiddlename?: boolean | undefined;
|
12070
|
-
searchMode?: boolean | undefined;
|
12071
11794
|
} | undefined;
|
12072
11795
|
} | {
|
12073
11796
|
type: "PHONE";
|
@@ -12099,7 +11822,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12099
11822
|
type: "DISPLAY_ON_REVIEW";
|
12100
11823
|
conditional: import(".").JSONSchema;
|
12101
11824
|
})[] | undefined;
|
12102
|
-
secured?: boolean | undefined;
|
12103
11825
|
placeholder?: {
|
12104
11826
|
id: string;
|
12105
11827
|
description: string;
|
@@ -12142,7 +11864,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12142
11864
|
type: "DISPLAY_ON_REVIEW";
|
12143
11865
|
conditional: import(".").JSONSchema;
|
12144
11866
|
})[] | undefined;
|
12145
|
-
secured?: boolean | undefined;
|
12146
11867
|
placeholder?: {
|
12147
11868
|
id: string;
|
12148
11869
|
description: string;
|
@@ -12185,7 +11906,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12185
11906
|
type: "DISPLAY_ON_REVIEW";
|
12186
11907
|
conditional: import(".").JSONSchema;
|
12187
11908
|
})[] | undefined;
|
12188
|
-
secured?: boolean | undefined;
|
12189
11909
|
placeholder?: {
|
12190
11910
|
id: string;
|
12191
11911
|
description: string;
|
@@ -12228,7 +11948,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12228
11948
|
type: "DISPLAY_ON_REVIEW";
|
12229
11949
|
conditional: import(".").JSONSchema;
|
12230
11950
|
})[] | undefined;
|
12231
|
-
secured?: boolean | undefined;
|
12232
11951
|
placeholder?: {
|
12233
11952
|
id: string;
|
12234
11953
|
description: string;
|
@@ -12277,7 +11996,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12277
11996
|
type: "DISPLAY_ON_REVIEW";
|
12278
11997
|
conditional: import(".").JSONSchema;
|
12279
11998
|
})[] | undefined;
|
12280
|
-
secured?: boolean | undefined;
|
12281
11999
|
placeholder?: {
|
12282
12000
|
id: string;
|
12283
12001
|
description: string;
|
@@ -12320,7 +12038,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12320
12038
|
type: "DISPLAY_ON_REVIEW";
|
12321
12039
|
conditional: import(".").JSONSchema;
|
12322
12040
|
})[] | undefined;
|
12323
|
-
secured?: boolean | undefined;
|
12324
12041
|
placeholder?: {
|
12325
12042
|
id: string;
|
12326
12043
|
description: string;
|
@@ -12371,7 +12088,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12371
12088
|
type: "DISPLAY_ON_REVIEW";
|
12372
12089
|
conditional: import(".").JSONSchema;
|
12373
12090
|
})[] | undefined;
|
12374
|
-
secured?: boolean | undefined;
|
12375
12091
|
placeholder?: {
|
12376
12092
|
id: string;
|
12377
12093
|
description: string;
|
@@ -12423,7 +12139,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12423
12139
|
type: "DISPLAY_ON_REVIEW";
|
12424
12140
|
conditional: import(".").JSONSchema;
|
12425
12141
|
})[] | undefined;
|
12426
|
-
secured?: boolean | undefined;
|
12427
12142
|
placeholder?: {
|
12428
12143
|
id: string;
|
12429
12144
|
description: string;
|
@@ -12466,7 +12181,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12466
12181
|
type: "DISPLAY_ON_REVIEW";
|
12467
12182
|
conditional: import(".").JSONSchema;
|
12468
12183
|
})[] | undefined;
|
12469
|
-
secured?: boolean | undefined;
|
12470
12184
|
placeholder?: {
|
12471
12185
|
id: string;
|
12472
12186
|
description: string;
|
@@ -12509,7 +12223,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12509
12223
|
type: "DISPLAY_ON_REVIEW";
|
12510
12224
|
conditional: import(".").JSONSchema;
|
12511
12225
|
})[] | undefined;
|
12512
|
-
secured?: boolean | undefined;
|
12513
12226
|
placeholder?: {
|
12514
12227
|
id: string;
|
12515
12228
|
description: string;
|
@@ -12601,7 +12314,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12601
12314
|
type: "DISPLAY_ON_REVIEW";
|
12602
12315
|
conditional: import(".").JSONSchema;
|
12603
12316
|
})[] | undefined;
|
12604
|
-
secured?: boolean | undefined;
|
12605
12317
|
placeholder?: {
|
12606
12318
|
id: string;
|
12607
12319
|
description: string;
|