@opencrvs/toolkit 1.8.0-rc.fb8e005 → 1.8.0-rc.fbababd
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 +8621 -5643
- package/dist/commons/events/ActionConfig.d.ts +18584 -33488
- package/dist/commons/events/ActionDocument.d.ts +1083 -1182
- package/dist/commons/events/ActionInput.d.ts +726 -726
- package/dist/commons/events/AdvancedSearchConfig.d.ts +18 -222
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/CountryConfigQueryInput.d.ts +412 -1160
- package/dist/commons/events/CreatedAtLocation.d.ts +2 -1
- package/dist/commons/events/Draft.d.ts +71 -76
- package/dist/commons/events/EventConfig.d.ts +17504 -27573
- package/dist/commons/events/EventDocument.d.ts +707 -782
- package/dist/commons/events/EventIndex.d.ts +224 -639
- package/dist/commons/events/EventMetadata.d.ts +31 -73
- package/dist/commons/events/FieldConfig.d.ts +37 -198
- 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 +66 -1200
- package/dist/commons/events/PageConfig.d.ts +18 -288
- package/dist/commons/events/WorkqueueColumnConfig.d.ts +11 -11
- package/dist/commons/events/WorkqueueConfig.d.ts +740 -3237
- package/dist/commons/events/defineConfig.d.ts +1589 -3532
- package/dist/commons/events/field.d.ts +0 -5
- package/dist/commons/events/index.d.ts +0 -1
- package/dist/commons/events/scopes.d.ts +3 -2
- package/dist/commons/events/test.utils.d.ts +17 -40
- package/dist/commons/events/transactions.d.ts +1 -1
- package/dist/commons/events/utils.d.ts +1604 -3684
- package/dist/conditionals/index.js +17 -20
- package/dist/events/index.js +1323 -1695
- package/dist/scopes/index.d.ts +1 -4
- package/dist/scopes/index.js +17 -67
- package/package.json +3 -3
@@ -20,7 +20,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
20
20
|
}>>;
|
21
21
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
22
22
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
23
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
24
23
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
25
24
|
id: string;
|
26
25
|
description: string;
|
@@ -166,7 +165,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
166
165
|
type: "DISPLAY_ON_REVIEW";
|
167
166
|
conditional: import(".").JSONSchema;
|
168
167
|
})[] | undefined;
|
169
|
-
secured?: boolean | undefined;
|
170
168
|
placeholder?: TranslationConfig | undefined;
|
171
169
|
helperText?: TranslationConfig | undefined;
|
172
170
|
hideLabel?: boolean | undefined;
|
@@ -229,7 +227,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
229
227
|
type: "DISPLAY_ON_REVIEW";
|
230
228
|
conditional: import(".").JSONSchema;
|
231
229
|
})[] | undefined;
|
232
|
-
secured?: boolean | undefined;
|
233
230
|
placeholder?: {
|
234
231
|
id: string;
|
235
232
|
description: string;
|
@@ -281,7 +278,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
281
278
|
}>>;
|
282
279
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
283
280
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
284
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
285
281
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
286
282
|
id: string;
|
287
283
|
description: string;
|
@@ -373,7 +369,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
373
369
|
type: "DISPLAY_ON_REVIEW";
|
374
370
|
conditional: import(".").JSONSchema;
|
375
371
|
})[] | undefined;
|
376
|
-
secured?: boolean | undefined;
|
377
372
|
placeholder?: TranslationConfig | undefined;
|
378
373
|
helperText?: TranslationConfig | undefined;
|
379
374
|
hideLabel?: boolean | undefined;
|
@@ -414,7 +409,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
414
409
|
type: "DISPLAY_ON_REVIEW";
|
415
410
|
conditional: import(".").JSONSchema;
|
416
411
|
})[] | undefined;
|
417
|
-
secured?: boolean | undefined;
|
418
412
|
placeholder?: {
|
419
413
|
id: string;
|
420
414
|
description: string;
|
@@ -452,7 +446,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
452
446
|
}>>;
|
453
447
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
454
448
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
455
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
456
449
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
457
450
|
id: string;
|
458
451
|
description: string;
|
@@ -544,7 +537,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
544
537
|
type: "DISPLAY_ON_REVIEW";
|
545
538
|
conditional: import(".").JSONSchema;
|
546
539
|
})[] | undefined;
|
547
|
-
secured?: boolean | undefined;
|
548
540
|
placeholder?: TranslationConfig | undefined;
|
549
541
|
helperText?: TranslationConfig | undefined;
|
550
542
|
hideLabel?: boolean | undefined;
|
@@ -585,7 +577,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
585
577
|
type: "DISPLAY_ON_REVIEW";
|
586
578
|
conditional: import(".").JSONSchema;
|
587
579
|
})[] | undefined;
|
588
|
-
secured?: boolean | undefined;
|
589
580
|
placeholder?: {
|
590
581
|
id: string;
|
591
582
|
description: string;
|
@@ -623,7 +614,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
623
614
|
}>>;
|
624
615
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
625
616
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
626
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
627
617
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
628
618
|
id: string;
|
629
619
|
description: string;
|
@@ -718,7 +708,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
718
708
|
type: "DISPLAY_ON_REVIEW";
|
719
709
|
conditional: import(".").JSONSchema;
|
720
710
|
})[] | undefined;
|
721
|
-
secured?: boolean | undefined;
|
722
711
|
placeholder?: TranslationConfig | undefined;
|
723
712
|
helperText?: TranslationConfig | undefined;
|
724
713
|
hideLabel?: boolean | undefined;
|
@@ -760,7 +749,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
760
749
|
type: "DISPLAY_ON_REVIEW";
|
761
750
|
conditional: import(".").JSONSchema;
|
762
751
|
})[] | undefined;
|
763
|
-
secured?: boolean | undefined;
|
764
752
|
placeholder?: {
|
765
753
|
id: string;
|
766
754
|
description: string;
|
@@ -799,7 +787,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
799
787
|
}>>;
|
800
788
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
801
789
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
802
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
803
790
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
804
791
|
id: string;
|
805
792
|
description: string;
|
@@ -874,7 +861,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
874
861
|
type: "DISPLAY_ON_REVIEW";
|
875
862
|
conditional: import(".").JSONSchema;
|
876
863
|
})[] | undefined;
|
877
|
-
secured?: boolean | undefined;
|
878
864
|
placeholder?: TranslationConfig | undefined;
|
879
865
|
helperText?: TranslationConfig | undefined;
|
880
866
|
hideLabel?: boolean | undefined;
|
@@ -912,7 +898,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
912
898
|
type: "DISPLAY_ON_REVIEW";
|
913
899
|
conditional: import(".").JSONSchema;
|
914
900
|
})[] | undefined;
|
915
|
-
secured?: boolean | undefined;
|
916
901
|
placeholder?: {
|
917
902
|
id: string;
|
918
903
|
description: string;
|
@@ -943,7 +928,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
943
928
|
}>>;
|
944
929
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
945
930
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
946
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
947
931
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
948
932
|
id: string;
|
949
933
|
description: string;
|
@@ -1018,7 +1002,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1018
1002
|
type: "DISPLAY_ON_REVIEW";
|
1019
1003
|
conditional: import(".").JSONSchema;
|
1020
1004
|
})[] | undefined;
|
1021
|
-
secured?: boolean | undefined;
|
1022
1005
|
placeholder?: TranslationConfig | undefined;
|
1023
1006
|
helperText?: TranslationConfig | undefined;
|
1024
1007
|
hideLabel?: boolean | undefined;
|
@@ -1056,7 +1039,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1056
1039
|
type: "DISPLAY_ON_REVIEW";
|
1057
1040
|
conditional: import(".").JSONSchema;
|
1058
1041
|
})[] | undefined;
|
1059
|
-
secured?: boolean | undefined;
|
1060
1042
|
placeholder?: {
|
1061
1043
|
id: string;
|
1062
1044
|
description: string;
|
@@ -1087,7 +1069,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1087
1069
|
}>>;
|
1088
1070
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
1089
1071
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1090
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1091
1072
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
1092
1073
|
id: string;
|
1093
1074
|
description: string;
|
@@ -1128,18 +1109,23 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1128
1109
|
configuration: z.ZodDefault<z.ZodObject<{
|
1129
1110
|
styles: z.ZodOptional<z.ZodObject<{
|
1130
1111
|
fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
|
1112
|
+
hint: z.ZodOptional<z.ZodBoolean>;
|
1131
1113
|
}, "strip", z.ZodTypeAny, {
|
1132
1114
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
1115
|
+
hint?: boolean | undefined;
|
1133
1116
|
}, {
|
1134
1117
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
1118
|
+
hint?: boolean | undefined;
|
1135
1119
|
}>>;
|
1136
1120
|
}, "strip", z.ZodTypeAny, {
|
1137
1121
|
styles?: {
|
1138
1122
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
1123
|
+
hint?: boolean | undefined;
|
1139
1124
|
} | undefined;
|
1140
1125
|
}, {
|
1141
1126
|
styles?: {
|
1142
1127
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
1128
|
+
hint?: boolean | undefined;
|
1143
1129
|
} | undefined;
|
1144
1130
|
}>>;
|
1145
1131
|
}>, "strip", z.ZodTypeAny, {
|
@@ -1149,6 +1135,7 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1149
1135
|
configuration: {
|
1150
1136
|
styles?: {
|
1151
1137
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
1138
|
+
hint?: boolean | undefined;
|
1152
1139
|
} | undefined;
|
1153
1140
|
};
|
1154
1141
|
parent?: {
|
@@ -1169,7 +1156,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1169
1156
|
type: "DISPLAY_ON_REVIEW";
|
1170
1157
|
conditional: import(".").JSONSchema;
|
1171
1158
|
})[] | undefined;
|
1172
|
-
secured?: boolean | undefined;
|
1173
1159
|
placeholder?: TranslationConfig | undefined;
|
1174
1160
|
helperText?: TranslationConfig | undefined;
|
1175
1161
|
hideLabel?: boolean | undefined;
|
@@ -1204,7 +1190,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1204
1190
|
type: "DISPLAY_ON_REVIEW";
|
1205
1191
|
conditional: import(".").JSONSchema;
|
1206
1192
|
})[] | undefined;
|
1207
|
-
secured?: boolean | undefined;
|
1208
1193
|
placeholder?: {
|
1209
1194
|
id: string;
|
1210
1195
|
description: string;
|
@@ -1220,6 +1205,7 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1220
1205
|
configuration?: {
|
1221
1206
|
styles?: {
|
1222
1207
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
1208
|
+
hint?: boolean | undefined;
|
1223
1209
|
} | undefined;
|
1224
1210
|
} | undefined;
|
1225
1211
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
@@ -1233,7 +1219,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1233
1219
|
}>>;
|
1234
1220
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
1235
1221
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1236
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1237
1222
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
1238
1223
|
id: string;
|
1239
1224
|
description: string;
|
@@ -1332,7 +1317,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1332
1317
|
type: "DISPLAY_ON_REVIEW";
|
1333
1318
|
conditional: import(".").JSONSchema;
|
1334
1319
|
})[] | undefined;
|
1335
|
-
secured?: boolean | undefined;
|
1336
1320
|
placeholder?: TranslationConfig | undefined;
|
1337
1321
|
helperText?: TranslationConfig | undefined;
|
1338
1322
|
hideLabel?: boolean | undefined;
|
@@ -1380,7 +1364,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1380
1364
|
type: "DISPLAY_ON_REVIEW";
|
1381
1365
|
conditional: import(".").JSONSchema;
|
1382
1366
|
})[] | undefined;
|
1383
|
-
secured?: boolean | undefined;
|
1384
1367
|
placeholder?: {
|
1385
1368
|
id: string;
|
1386
1369
|
description: string;
|
@@ -1409,7 +1392,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1409
1392
|
}>>;
|
1410
1393
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
1411
1394
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1412
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1413
1395
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
1414
1396
|
id: string;
|
1415
1397
|
description: string;
|
@@ -1497,7 +1479,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1497
1479
|
type: "DISPLAY_ON_REVIEW";
|
1498
1480
|
conditional: import(".").JSONSchema;
|
1499
1481
|
})[] | undefined;
|
1500
|
-
secured?: boolean | undefined;
|
1501
1482
|
placeholder?: TranslationConfig | undefined;
|
1502
1483
|
helperText?: TranslationConfig | undefined;
|
1503
1484
|
hideLabel?: boolean | undefined;
|
@@ -1537,7 +1518,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1537
1518
|
type: "DISPLAY_ON_REVIEW";
|
1538
1519
|
conditional: import(".").JSONSchema;
|
1539
1520
|
})[] | undefined;
|
1540
|
-
secured?: boolean | undefined;
|
1541
1521
|
placeholder?: {
|
1542
1522
|
id: string;
|
1543
1523
|
description: string;
|
@@ -1566,7 +1546,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1566
1546
|
}>>;
|
1567
1547
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
1568
1548
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1569
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1570
1549
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
1571
1550
|
id: string;
|
1572
1551
|
description: string;
|
@@ -1626,7 +1605,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1626
1605
|
type: "DISPLAY_ON_REVIEW";
|
1627
1606
|
conditional: import(".").JSONSchema;
|
1628
1607
|
})[] | undefined;
|
1629
|
-
secured?: boolean | undefined;
|
1630
1608
|
placeholder?: TranslationConfig | undefined;
|
1631
1609
|
helperText?: TranslationConfig | undefined;
|
1632
1610
|
hideLabel?: boolean | undefined;
|
@@ -1661,7 +1639,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1661
1639
|
type: "DISPLAY_ON_REVIEW";
|
1662
1640
|
conditional: import(".").JSONSchema;
|
1663
1641
|
})[] | undefined;
|
1664
|
-
secured?: boolean | undefined;
|
1665
1642
|
placeholder?: {
|
1666
1643
|
id: string;
|
1667
1644
|
description: string;
|
@@ -1685,7 +1662,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1685
1662
|
}>>;
|
1686
1663
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
1687
1664
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1688
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1689
1665
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
1690
1666
|
id: string;
|
1691
1667
|
description: string;
|
@@ -1767,7 +1743,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1767
1743
|
type: "DISPLAY_ON_REVIEW";
|
1768
1744
|
conditional: import(".").JSONSchema;
|
1769
1745
|
})[] | undefined;
|
1770
|
-
secured?: boolean | undefined;
|
1771
1746
|
placeholder?: TranslationConfig | undefined;
|
1772
1747
|
helperText?: TranslationConfig | undefined;
|
1773
1748
|
hideLabel?: boolean | undefined;
|
@@ -1810,7 +1785,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1810
1785
|
type: "DISPLAY_ON_REVIEW";
|
1811
1786
|
conditional: import(".").JSONSchema;
|
1812
1787
|
})[] | undefined;
|
1813
|
-
secured?: boolean | undefined;
|
1814
1788
|
placeholder?: {
|
1815
1789
|
id: string;
|
1816
1790
|
description: string;
|
@@ -1834,7 +1808,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1834
1808
|
}>>;
|
1835
1809
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
1836
1810
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1837
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1838
1811
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
1839
1812
|
id: string;
|
1840
1813
|
description: string;
|
@@ -1893,14 +1866,10 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1893
1866
|
description: string;
|
1894
1867
|
defaultMessage: string;
|
1895
1868
|
}>>;
|
1896
|
-
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
1897
|
-
searchMode: z.ZodOptional<z.ZodBoolean>;
|
1898
1869
|
}, "strip", z.ZodTypeAny, {
|
1899
1870
|
maxLength?: number | undefined;
|
1900
1871
|
prefix?: TranslationConfig | undefined;
|
1901
1872
|
postfix?: TranslationConfig | undefined;
|
1902
|
-
includeMiddlename?: boolean | undefined;
|
1903
|
-
searchMode?: boolean | undefined;
|
1904
1873
|
}, {
|
1905
1874
|
maxLength?: number | undefined;
|
1906
1875
|
prefix?: {
|
@@ -1913,8 +1882,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1913
1882
|
description: string;
|
1914
1883
|
defaultMessage: string;
|
1915
1884
|
} | undefined;
|
1916
|
-
includeMiddlename?: boolean | undefined;
|
1917
|
-
searchMode?: boolean | undefined;
|
1918
1885
|
}>>;
|
1919
1886
|
}>, "strip", z.ZodTypeAny, {
|
1920
1887
|
type: "NAME";
|
@@ -1938,7 +1905,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1938
1905
|
type: "DISPLAY_ON_REVIEW";
|
1939
1906
|
conditional: import(".").JSONSchema;
|
1940
1907
|
})[] | undefined;
|
1941
|
-
secured?: boolean | undefined;
|
1942
1908
|
placeholder?: TranslationConfig | undefined;
|
1943
1909
|
helperText?: TranslationConfig | undefined;
|
1944
1910
|
hideLabel?: boolean | undefined;
|
@@ -1950,8 +1916,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1950
1916
|
maxLength?: number | undefined;
|
1951
1917
|
prefix?: TranslationConfig | undefined;
|
1952
1918
|
postfix?: TranslationConfig | undefined;
|
1953
|
-
includeMiddlename?: boolean | undefined;
|
1954
|
-
searchMode?: boolean | undefined;
|
1955
1919
|
} | undefined;
|
1956
1920
|
}, {
|
1957
1921
|
type: "NAME";
|
@@ -1983,7 +1947,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
1983
1947
|
type: "DISPLAY_ON_REVIEW";
|
1984
1948
|
conditional: import(".").JSONSchema;
|
1985
1949
|
})[] | undefined;
|
1986
|
-
secured?: boolean | undefined;
|
1987
1950
|
placeholder?: {
|
1988
1951
|
id: string;
|
1989
1952
|
description: string;
|
@@ -2011,8 +1974,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2011
1974
|
description: string;
|
2012
1975
|
defaultMessage: string;
|
2013
1976
|
} | undefined;
|
2014
|
-
includeMiddlename?: boolean | undefined;
|
2015
|
-
searchMode?: boolean | undefined;
|
2016
1977
|
} | undefined;
|
2017
1978
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2018
1979
|
id: z.ZodString;
|
@@ -2025,7 +1986,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2025
1986
|
}>>;
|
2026
1987
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2027
1988
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2028
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2029
1989
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2030
1990
|
id: string;
|
2031
1991
|
description: string;
|
@@ -2085,7 +2045,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2085
2045
|
type: "DISPLAY_ON_REVIEW";
|
2086
2046
|
conditional: import(".").JSONSchema;
|
2087
2047
|
})[] | undefined;
|
2088
|
-
secured?: boolean | undefined;
|
2089
2048
|
placeholder?: TranslationConfig | undefined;
|
2090
2049
|
helperText?: TranslationConfig | undefined;
|
2091
2050
|
hideLabel?: boolean | undefined;
|
@@ -2120,7 +2079,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2120
2079
|
type: "DISPLAY_ON_REVIEW";
|
2121
2080
|
conditional: import(".").JSONSchema;
|
2122
2081
|
})[] | undefined;
|
2123
|
-
secured?: boolean | undefined;
|
2124
2082
|
placeholder?: {
|
2125
2083
|
id: string;
|
2126
2084
|
description: string;
|
@@ -2144,7 +2102,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2144
2102
|
}>>;
|
2145
2103
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2146
2104
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2147
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2148
2105
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2149
2106
|
id: string;
|
2150
2107
|
description: string;
|
@@ -2204,7 +2161,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2204
2161
|
type: "DISPLAY_ON_REVIEW";
|
2205
2162
|
conditional: import(".").JSONSchema;
|
2206
2163
|
})[] | undefined;
|
2207
|
-
secured?: boolean | undefined;
|
2208
2164
|
placeholder?: TranslationConfig | undefined;
|
2209
2165
|
helperText?: TranslationConfig | undefined;
|
2210
2166
|
hideLabel?: boolean | undefined;
|
@@ -2239,7 +2195,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2239
2195
|
type: "DISPLAY_ON_REVIEW";
|
2240
2196
|
conditional: import(".").JSONSchema;
|
2241
2197
|
})[] | undefined;
|
2242
|
-
secured?: boolean | undefined;
|
2243
2198
|
placeholder?: {
|
2244
2199
|
id: string;
|
2245
2200
|
description: string;
|
@@ -2263,7 +2218,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2263
2218
|
}>>;
|
2264
2219
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2265
2220
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2266
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2267
2221
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2268
2222
|
id: string;
|
2269
2223
|
description: string;
|
@@ -2323,7 +2277,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2323
2277
|
type: "DISPLAY_ON_REVIEW";
|
2324
2278
|
conditional: import(".").JSONSchema;
|
2325
2279
|
})[] | undefined;
|
2326
|
-
secured?: boolean | undefined;
|
2327
2280
|
placeholder?: TranslationConfig | undefined;
|
2328
2281
|
helperText?: TranslationConfig | undefined;
|
2329
2282
|
hideLabel?: boolean | undefined;
|
@@ -2358,7 +2311,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2358
2311
|
type: "DISPLAY_ON_REVIEW";
|
2359
2312
|
conditional: import(".").JSONSchema;
|
2360
2313
|
})[] | undefined;
|
2361
|
-
secured?: boolean | undefined;
|
2362
2314
|
placeholder?: {
|
2363
2315
|
id: string;
|
2364
2316
|
description: string;
|
@@ -2382,7 +2334,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2382
2334
|
}>>;
|
2383
2335
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2384
2336
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2385
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2386
2337
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2387
2338
|
id: string;
|
2388
2339
|
description: string;
|
@@ -2496,7 +2447,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2496
2447
|
type: "DISPLAY_ON_REVIEW";
|
2497
2448
|
conditional: import(".").JSONSchema;
|
2498
2449
|
})[] | undefined;
|
2499
|
-
secured?: boolean | undefined;
|
2500
2450
|
placeholder?: TranslationConfig | undefined;
|
2501
2451
|
helperText?: TranslationConfig | undefined;
|
2502
2452
|
hideLabel?: boolean | undefined;
|
@@ -2535,7 +2485,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2535
2485
|
type: "DISPLAY_ON_REVIEW";
|
2536
2486
|
conditional: import(".").JSONSchema;
|
2537
2487
|
})[] | undefined;
|
2538
|
-
secured?: boolean | undefined;
|
2539
2488
|
placeholder?: {
|
2540
2489
|
id: string;
|
2541
2490
|
description: string;
|
@@ -2575,7 +2524,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2575
2524
|
}>>;
|
2576
2525
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2577
2526
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2578
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2579
2527
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2580
2528
|
id: string;
|
2581
2529
|
description: string;
|
@@ -2635,7 +2583,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2635
2583
|
type: "DISPLAY_ON_REVIEW";
|
2636
2584
|
conditional: import(".").JSONSchema;
|
2637
2585
|
})[] | undefined;
|
2638
|
-
secured?: boolean | undefined;
|
2639
2586
|
placeholder?: TranslationConfig | undefined;
|
2640
2587
|
helperText?: TranslationConfig | undefined;
|
2641
2588
|
hideLabel?: boolean | undefined;
|
@@ -2670,7 +2617,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2670
2617
|
type: "DISPLAY_ON_REVIEW";
|
2671
2618
|
conditional: import(".").JSONSchema;
|
2672
2619
|
})[] | undefined;
|
2673
|
-
secured?: boolean | undefined;
|
2674
2620
|
placeholder?: {
|
2675
2621
|
id: string;
|
2676
2622
|
description: string;
|
@@ -2694,7 +2640,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2694
2640
|
}>>;
|
2695
2641
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2696
2642
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2697
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2698
2643
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2699
2644
|
id: string;
|
2700
2645
|
description: string;
|
@@ -2780,7 +2725,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2780
2725
|
type: "DISPLAY_ON_REVIEW";
|
2781
2726
|
conditional: import(".").JSONSchema;
|
2782
2727
|
})[] | undefined;
|
2783
|
-
secured?: boolean | undefined;
|
2784
2728
|
placeholder?: TranslationConfig | undefined;
|
2785
2729
|
helperText?: TranslationConfig | undefined;
|
2786
2730
|
hideLabel?: boolean | undefined;
|
@@ -2821,7 +2765,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2821
2765
|
type: "DISPLAY_ON_REVIEW";
|
2822
2766
|
conditional: import(".").JSONSchema;
|
2823
2767
|
})[] | undefined;
|
2824
|
-
secured?: boolean | undefined;
|
2825
2768
|
placeholder?: {
|
2826
2769
|
id: string;
|
2827
2770
|
description: string;
|
@@ -2845,7 +2788,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2845
2788
|
}>>;
|
2846
2789
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2847
2790
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2848
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2849
2791
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2850
2792
|
id: string;
|
2851
2793
|
description: string;
|
@@ -2904,7 +2846,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2904
2846
|
type: "DISPLAY_ON_REVIEW";
|
2905
2847
|
conditional: import(".").JSONSchema;
|
2906
2848
|
})[] | undefined;
|
2907
|
-
secured?: boolean | undefined;
|
2908
2849
|
placeholder?: TranslationConfig | undefined;
|
2909
2850
|
helperText?: TranslationConfig | undefined;
|
2910
2851
|
hideLabel?: boolean | undefined;
|
@@ -2938,7 +2879,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2938
2879
|
type: "DISPLAY_ON_REVIEW";
|
2939
2880
|
conditional: import(".").JSONSchema;
|
2940
2881
|
})[] | undefined;
|
2941
|
-
secured?: boolean | undefined;
|
2942
2882
|
placeholder?: {
|
2943
2883
|
id: string;
|
2944
2884
|
description: string;
|
@@ -2961,7 +2901,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
2961
2901
|
}>>;
|
2962
2902
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
2963
2903
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2964
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
2965
2904
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
2966
2905
|
id: string;
|
2967
2906
|
description: string;
|
@@ -3021,7 +2960,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3021
2960
|
type: "DISPLAY_ON_REVIEW";
|
3022
2961
|
conditional: import(".").JSONSchema;
|
3023
2962
|
})[] | undefined;
|
3024
|
-
secured?: boolean | undefined;
|
3025
2963
|
placeholder?: TranslationConfig | undefined;
|
3026
2964
|
helperText?: TranslationConfig | undefined;
|
3027
2965
|
hideLabel?: boolean | undefined;
|
@@ -3056,7 +2994,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3056
2994
|
type: "DISPLAY_ON_REVIEW";
|
3057
2995
|
conditional: import(".").JSONSchema;
|
3058
2996
|
})[] | undefined;
|
3059
|
-
secured?: boolean | undefined;
|
3060
2997
|
placeholder?: {
|
3061
2998
|
id: string;
|
3062
2999
|
description: string;
|
@@ -3080,7 +3017,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3080
3017
|
}>>;
|
3081
3018
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3082
3019
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3083
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3084
3020
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3085
3021
|
id: string;
|
3086
3022
|
description: string;
|
@@ -3140,7 +3076,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3140
3076
|
type: "DISPLAY_ON_REVIEW";
|
3141
3077
|
conditional: import(".").JSONSchema;
|
3142
3078
|
})[] | undefined;
|
3143
|
-
secured?: boolean | undefined;
|
3144
3079
|
placeholder?: TranslationConfig | undefined;
|
3145
3080
|
helperText?: TranslationConfig | undefined;
|
3146
3081
|
hideLabel?: boolean | undefined;
|
@@ -3175,7 +3110,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3175
3110
|
type: "DISPLAY_ON_REVIEW";
|
3176
3111
|
conditional: import(".").JSONSchema;
|
3177
3112
|
})[] | undefined;
|
3178
|
-
secured?: boolean | undefined;
|
3179
3113
|
placeholder?: {
|
3180
3114
|
id: string;
|
3181
3115
|
description: string;
|
@@ -3199,7 +3133,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3199
3133
|
}>>;
|
3200
3134
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3201
3135
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3202
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3203
3136
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3204
3137
|
id: string;
|
3205
3138
|
description: string;
|
@@ -3259,7 +3192,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3259
3192
|
type: "DISPLAY_ON_REVIEW";
|
3260
3193
|
conditional: import(".").JSONSchema;
|
3261
3194
|
})[] | undefined;
|
3262
|
-
secured?: boolean | undefined;
|
3263
3195
|
placeholder?: TranslationConfig | undefined;
|
3264
3196
|
helperText?: TranslationConfig | undefined;
|
3265
3197
|
hideLabel?: boolean | undefined;
|
@@ -3294,7 +3226,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3294
3226
|
type: "DISPLAY_ON_REVIEW";
|
3295
3227
|
conditional: import(".").JSONSchema;
|
3296
3228
|
})[] | undefined;
|
3297
|
-
secured?: boolean | undefined;
|
3298
3229
|
placeholder?: {
|
3299
3230
|
id: string;
|
3300
3231
|
description: string;
|
@@ -3318,7 +3249,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3318
3249
|
}>>;
|
3319
3250
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3320
3251
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3321
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3322
3252
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3323
3253
|
id: string;
|
3324
3254
|
description: string;
|
@@ -3398,7 +3328,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3398
3328
|
type: "DISPLAY_ON_REVIEW";
|
3399
3329
|
conditional: import(".").JSONSchema;
|
3400
3330
|
})[] | undefined;
|
3401
|
-
secured?: boolean | undefined;
|
3402
3331
|
placeholder?: TranslationConfig | undefined;
|
3403
3332
|
helperText?: TranslationConfig | undefined;
|
3404
3333
|
hideLabel?: boolean | undefined;
|
@@ -3438,7 +3367,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3438
3367
|
type: "DISPLAY_ON_REVIEW";
|
3439
3368
|
conditional: import(".").JSONSchema;
|
3440
3369
|
})[] | undefined;
|
3441
|
-
secured?: boolean | undefined;
|
3442
3370
|
placeholder?: {
|
3443
3371
|
id: string;
|
3444
3372
|
description: string;
|
@@ -3466,7 +3394,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3466
3394
|
}>>;
|
3467
3395
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3468
3396
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3469
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3470
3397
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3471
3398
|
id: string;
|
3472
3399
|
description: string;
|
@@ -3533,7 +3460,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3533
3460
|
type: "DISPLAY_ON_REVIEW";
|
3534
3461
|
conditional: import(".").JSONSchema;
|
3535
3462
|
})[] | undefined;
|
3536
|
-
secured?: boolean | undefined;
|
3537
3463
|
placeholder?: TranslationConfig | undefined;
|
3538
3464
|
helperText?: TranslationConfig | undefined;
|
3539
3465
|
hideLabel?: boolean | undefined;
|
@@ -3571,7 +3497,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3571
3497
|
type: "DISPLAY_ON_REVIEW";
|
3572
3498
|
conditional: import(".").JSONSchema;
|
3573
3499
|
})[] | undefined;
|
3574
|
-
secured?: boolean | undefined;
|
3575
3500
|
placeholder?: {
|
3576
3501
|
id: string;
|
3577
3502
|
description: string;
|
@@ -3598,7 +3523,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3598
3523
|
}>>;
|
3599
3524
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3600
3525
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3601
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3602
3526
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3603
3527
|
id: string;
|
3604
3528
|
description: string;
|
@@ -3709,7 +3633,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3709
3633
|
type: "DISPLAY_ON_REVIEW";
|
3710
3634
|
conditional: import(".").JSONSchema;
|
3711
3635
|
})[] | undefined;
|
3712
|
-
secured?: boolean | undefined;
|
3713
3636
|
placeholder?: TranslationConfig | undefined;
|
3714
3637
|
helperText?: TranslationConfig | undefined;
|
3715
3638
|
hideLabel?: boolean | undefined;
|
@@ -3757,7 +3680,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3757
3680
|
type: "DISPLAY_ON_REVIEW";
|
3758
3681
|
conditional: import(".").JSONSchema;
|
3759
3682
|
})[] | undefined;
|
3760
|
-
secured?: boolean | undefined;
|
3761
3683
|
placeholder?: {
|
3762
3684
|
id: string;
|
3763
3685
|
description: string;
|
@@ -3790,7 +3712,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3790
3712
|
}>>;
|
3791
3713
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
3792
3714
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3793
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3794
3715
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
3795
3716
|
id: string;
|
3796
3717
|
description: string;
|
@@ -3925,7 +3846,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3925
3846
|
type: "DISPLAY_ON_REVIEW";
|
3926
3847
|
conditional: import(".").JSONSchema;
|
3927
3848
|
})[] | undefined;
|
3928
|
-
secured?: boolean | undefined;
|
3929
3849
|
placeholder?: TranslationConfig | undefined;
|
3930
3850
|
helperText?: TranslationConfig | undefined;
|
3931
3851
|
hideLabel?: boolean | undefined;
|
@@ -3980,7 +3900,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
3980
3900
|
type: "DISPLAY_ON_REVIEW";
|
3981
3901
|
conditional: import(".").JSONSchema;
|
3982
3902
|
})[] | undefined;
|
3983
|
-
secured?: boolean | undefined;
|
3984
3903
|
placeholder?: {
|
3985
3904
|
id: string;
|
3986
3905
|
description: string;
|
@@ -4022,7 +3941,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4022
3941
|
type: "DISPLAY_ON_REVIEW";
|
4023
3942
|
conditional: import(".").JSONSchema;
|
4024
3943
|
})[] | undefined;
|
4025
|
-
secured?: boolean | undefined;
|
4026
3944
|
placeholder?: TranslationConfig | undefined;
|
4027
3945
|
helperText?: TranslationConfig | undefined;
|
4028
3946
|
hideLabel?: boolean | undefined;
|
@@ -4048,7 +3966,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4048
3966
|
type: "DISPLAY_ON_REVIEW";
|
4049
3967
|
conditional: import(".").JSONSchema;
|
4050
3968
|
})[] | undefined;
|
4051
|
-
secured?: boolean | undefined;
|
4052
3969
|
placeholder?: TranslationConfig | undefined;
|
4053
3970
|
helperText?: TranslationConfig | undefined;
|
4054
3971
|
hideLabel?: boolean | undefined;
|
@@ -4081,7 +3998,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4081
3998
|
type: "DISPLAY_ON_REVIEW";
|
4082
3999
|
conditional: import(".").JSONSchema;
|
4083
4000
|
})[] | undefined;
|
4084
|
-
secured?: boolean | undefined;
|
4085
4001
|
placeholder?: TranslationConfig | undefined;
|
4086
4002
|
helperText?: TranslationConfig | undefined;
|
4087
4003
|
hideLabel?: boolean | undefined;
|
@@ -4114,7 +4030,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4114
4030
|
type: "DISPLAY_ON_REVIEW";
|
4115
4031
|
conditional: import(".").JSONSchema;
|
4116
4032
|
})[] | undefined;
|
4117
|
-
secured?: boolean | undefined;
|
4118
4033
|
placeholder?: TranslationConfig | undefined;
|
4119
4034
|
helperText?: TranslationConfig | undefined;
|
4120
4035
|
hideLabel?: boolean | undefined;
|
@@ -4153,7 +4068,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4153
4068
|
type: "DISPLAY_ON_REVIEW";
|
4154
4069
|
conditional: import(".").JSONSchema;
|
4155
4070
|
})[] | undefined;
|
4156
|
-
secured?: boolean | undefined;
|
4157
4071
|
placeholder?: TranslationConfig | undefined;
|
4158
4072
|
helperText?: TranslationConfig | undefined;
|
4159
4073
|
hideLabel?: boolean | undefined;
|
@@ -4180,7 +4094,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4180
4094
|
type: "DISPLAY_ON_REVIEW";
|
4181
4095
|
conditional: import(".").JSONSchema;
|
4182
4096
|
})[] | undefined;
|
4183
|
-
secured?: boolean | undefined;
|
4184
4097
|
placeholder?: TranslationConfig | undefined;
|
4185
4098
|
helperText?: TranslationConfig | undefined;
|
4186
4099
|
hideLabel?: boolean | undefined;
|
@@ -4210,7 +4123,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4210
4123
|
type: "DISPLAY_ON_REVIEW";
|
4211
4124
|
conditional: import(".").JSONSchema;
|
4212
4125
|
})[] | undefined;
|
4213
|
-
secured?: boolean | undefined;
|
4214
4126
|
placeholder?: TranslationConfig | undefined;
|
4215
4127
|
helperText?: TranslationConfig | undefined;
|
4216
4128
|
hideLabel?: boolean | undefined;
|
@@ -4240,7 +4152,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4240
4152
|
type: "DISPLAY_ON_REVIEW";
|
4241
4153
|
conditional: import(".").JSONSchema;
|
4242
4154
|
})[] | undefined;
|
4243
|
-
secured?: boolean | undefined;
|
4244
4155
|
placeholder?: TranslationConfig | undefined;
|
4245
4156
|
helperText?: TranslationConfig | undefined;
|
4246
4157
|
hideLabel?: boolean | undefined;
|
@@ -4255,6 +4166,7 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4255
4166
|
configuration: {
|
4256
4167
|
styles?: {
|
4257
4168
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
4169
|
+
hint?: boolean | undefined;
|
4258
4170
|
} | undefined;
|
4259
4171
|
};
|
4260
4172
|
parent?: {
|
@@ -4275,7 +4187,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4275
4187
|
type: "DISPLAY_ON_REVIEW";
|
4276
4188
|
conditional: import(".").JSONSchema;
|
4277
4189
|
})[] | undefined;
|
4278
|
-
secured?: boolean | undefined;
|
4279
4190
|
placeholder?: TranslationConfig | undefined;
|
4280
4191
|
helperText?: TranslationConfig | undefined;
|
4281
4192
|
hideLabel?: boolean | undefined;
|
@@ -4302,7 +4213,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4302
4213
|
type: "DISPLAY_ON_REVIEW";
|
4303
4214
|
conditional: import(".").JSONSchema;
|
4304
4215
|
})[] | undefined;
|
4305
|
-
secured?: boolean | undefined;
|
4306
4216
|
placeholder?: TranslationConfig | undefined;
|
4307
4217
|
helperText?: TranslationConfig | undefined;
|
4308
4218
|
hideLabel?: boolean | undefined;
|
@@ -4337,7 +4247,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4337
4247
|
type: "DISPLAY_ON_REVIEW";
|
4338
4248
|
conditional: import(".").JSONSchema;
|
4339
4249
|
})[] | undefined;
|
4340
|
-
secured?: boolean | undefined;
|
4341
4250
|
placeholder?: TranslationConfig | undefined;
|
4342
4251
|
helperText?: TranslationConfig | undefined;
|
4343
4252
|
hideLabel?: boolean | undefined;
|
@@ -4372,7 +4281,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4372
4281
|
type: "DISPLAY_ON_REVIEW";
|
4373
4282
|
conditional: import(".").JSONSchema;
|
4374
4283
|
})[] | undefined;
|
4375
|
-
secured?: boolean | undefined;
|
4376
4284
|
placeholder?: TranslationConfig | undefined;
|
4377
4285
|
helperText?: TranslationConfig | undefined;
|
4378
4286
|
hideLabel?: boolean | undefined;
|
@@ -4410,7 +4318,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4410
4318
|
type: "DISPLAY_ON_REVIEW";
|
4411
4319
|
conditional: import(".").JSONSchema;
|
4412
4320
|
})[] | undefined;
|
4413
|
-
secured?: boolean | undefined;
|
4414
4321
|
placeholder?: TranslationConfig | undefined;
|
4415
4322
|
helperText?: TranslationConfig | undefined;
|
4416
4323
|
hideLabel?: boolean | undefined;
|
@@ -4441,7 +4348,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4441
4348
|
type: "DISPLAY_ON_REVIEW";
|
4442
4349
|
conditional: import(".").JSONSchema;
|
4443
4350
|
})[] | undefined;
|
4444
|
-
secured?: boolean | undefined;
|
4445
4351
|
placeholder?: TranslationConfig | undefined;
|
4446
4352
|
helperText?: TranslationConfig | undefined;
|
4447
4353
|
hideLabel?: boolean | undefined;
|
@@ -4468,7 +4374,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4468
4374
|
type: "DISPLAY_ON_REVIEW";
|
4469
4375
|
conditional: import(".").JSONSchema;
|
4470
4376
|
})[] | undefined;
|
4471
|
-
secured?: boolean | undefined;
|
4472
4377
|
placeholder?: TranslationConfig | undefined;
|
4473
4378
|
helperText?: TranslationConfig | undefined;
|
4474
4379
|
hideLabel?: boolean | undefined;
|
@@ -4480,8 +4385,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4480
4385
|
maxLength?: number | undefined;
|
4481
4386
|
prefix?: TranslationConfig | undefined;
|
4482
4387
|
postfix?: TranslationConfig | undefined;
|
4483
|
-
includeMiddlename?: boolean | undefined;
|
4484
|
-
searchMode?: boolean | undefined;
|
4485
4388
|
} | undefined;
|
4486
4389
|
} | {
|
4487
4390
|
type: "PHONE";
|
@@ -4505,7 +4408,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4505
4408
|
type: "DISPLAY_ON_REVIEW";
|
4506
4409
|
conditional: import(".").JSONSchema;
|
4507
4410
|
})[] | undefined;
|
4508
|
-
secured?: boolean | undefined;
|
4509
4411
|
placeholder?: TranslationConfig | undefined;
|
4510
4412
|
helperText?: TranslationConfig | undefined;
|
4511
4413
|
hideLabel?: boolean | undefined;
|
@@ -4532,7 +4434,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4532
4434
|
type: "DISPLAY_ON_REVIEW";
|
4533
4435
|
conditional: import(".").JSONSchema;
|
4534
4436
|
})[] | undefined;
|
4535
|
-
secured?: boolean | undefined;
|
4536
4437
|
placeholder?: TranslationConfig | undefined;
|
4537
4438
|
helperText?: TranslationConfig | undefined;
|
4538
4439
|
hideLabel?: boolean | undefined;
|
@@ -4559,7 +4460,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4559
4460
|
type: "DISPLAY_ON_REVIEW";
|
4560
4461
|
conditional: import(".").JSONSchema;
|
4561
4462
|
})[] | undefined;
|
4562
|
-
secured?: boolean | undefined;
|
4563
4463
|
placeholder?: TranslationConfig | undefined;
|
4564
4464
|
helperText?: TranslationConfig | undefined;
|
4565
4465
|
hideLabel?: boolean | undefined;
|
@@ -4586,7 +4486,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4586
4486
|
type: "DISPLAY_ON_REVIEW";
|
4587
4487
|
conditional: import(".").JSONSchema;
|
4588
4488
|
})[] | undefined;
|
4589
|
-
secured?: boolean | undefined;
|
4590
4489
|
placeholder?: TranslationConfig | undefined;
|
4591
4490
|
helperText?: TranslationConfig | undefined;
|
4592
4491
|
hideLabel?: boolean | undefined;
|
@@ -4619,7 +4518,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4619
4518
|
type: "DISPLAY_ON_REVIEW";
|
4620
4519
|
conditional: import(".").JSONSchema;
|
4621
4520
|
})[] | undefined;
|
4622
|
-
secured?: boolean | undefined;
|
4623
4521
|
placeholder?: TranslationConfig | undefined;
|
4624
4522
|
helperText?: TranslationConfig | undefined;
|
4625
4523
|
hideLabel?: boolean | undefined;
|
@@ -4646,7 +4544,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4646
4544
|
type: "DISPLAY_ON_REVIEW";
|
4647
4545
|
conditional: import(".").JSONSchema;
|
4648
4546
|
})[] | undefined;
|
4649
|
-
secured?: boolean | undefined;
|
4650
4547
|
placeholder?: TranslationConfig | undefined;
|
4651
4548
|
helperText?: TranslationConfig | undefined;
|
4652
4549
|
hideLabel?: boolean | undefined;
|
@@ -4681,7 +4578,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4681
4578
|
type: "DISPLAY_ON_REVIEW";
|
4682
4579
|
conditional: import(".").JSONSchema;
|
4683
4580
|
})[] | undefined;
|
4684
|
-
secured?: boolean | undefined;
|
4685
4581
|
placeholder?: TranslationConfig | undefined;
|
4686
4582
|
helperText?: TranslationConfig | undefined;
|
4687
4583
|
hideLabel?: boolean | undefined;
|
@@ -4713,7 +4609,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4713
4609
|
type: "DISPLAY_ON_REVIEW";
|
4714
4610
|
conditional: import(".").JSONSchema;
|
4715
4611
|
})[] | undefined;
|
4716
|
-
secured?: boolean | undefined;
|
4717
4612
|
placeholder?: TranslationConfig | undefined;
|
4718
4613
|
helperText?: TranslationConfig | undefined;
|
4719
4614
|
hideLabel?: boolean | undefined;
|
@@ -4740,7 +4635,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4740
4635
|
type: "DISPLAY_ON_REVIEW";
|
4741
4636
|
conditional: import(".").JSONSchema;
|
4742
4637
|
})[] | undefined;
|
4743
|
-
secured?: boolean | undefined;
|
4744
4638
|
placeholder?: TranslationConfig | undefined;
|
4745
4639
|
helperText?: TranslationConfig | undefined;
|
4746
4640
|
hideLabel?: boolean | undefined;
|
@@ -4767,7 +4661,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4767
4661
|
type: "DISPLAY_ON_REVIEW";
|
4768
4662
|
conditional: import(".").JSONSchema;
|
4769
4663
|
})[] | undefined;
|
4770
|
-
secured?: boolean | undefined;
|
4771
4664
|
placeholder?: TranslationConfig | undefined;
|
4772
4665
|
helperText?: TranslationConfig | undefined;
|
4773
4666
|
hideLabel?: boolean | undefined;
|
@@ -4831,7 +4724,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4831
4724
|
type: "DISPLAY_ON_REVIEW";
|
4832
4725
|
conditional: import(".").JSONSchema;
|
4833
4726
|
})[] | undefined;
|
4834
|
-
secured?: boolean | undefined;
|
4835
4727
|
placeholder?: TranslationConfig | undefined;
|
4836
4728
|
helperText?: TranslationConfig | undefined;
|
4837
4729
|
hideLabel?: boolean | undefined;
|
@@ -4874,7 +4766,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4874
4766
|
type: "DISPLAY_ON_REVIEW";
|
4875
4767
|
conditional: import(".").JSONSchema;
|
4876
4768
|
})[] | undefined;
|
4877
|
-
secured?: boolean | undefined;
|
4878
4769
|
placeholder?: {
|
4879
4770
|
id: string;
|
4880
4771
|
description: string;
|
@@ -4916,7 +4807,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4916
4807
|
type: "DISPLAY_ON_REVIEW";
|
4917
4808
|
conditional: import(".").JSONSchema;
|
4918
4809
|
})[] | undefined;
|
4919
|
-
secured?: boolean | undefined;
|
4920
4810
|
placeholder?: {
|
4921
4811
|
id: string;
|
4922
4812
|
description: string;
|
@@ -4973,7 +4863,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
4973
4863
|
type: "DISPLAY_ON_REVIEW";
|
4974
4864
|
conditional: import(".").JSONSchema;
|
4975
4865
|
})[] | undefined;
|
4976
|
-
secured?: boolean | undefined;
|
4977
4866
|
placeholder?: {
|
4978
4867
|
id: string;
|
4979
4868
|
description: string;
|
@@ -5030,7 +4919,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5030
4919
|
type: "DISPLAY_ON_REVIEW";
|
5031
4920
|
conditional: import(".").JSONSchema;
|
5032
4921
|
})[] | undefined;
|
5033
|
-
secured?: boolean | undefined;
|
5034
4922
|
placeholder?: {
|
5035
4923
|
id: string;
|
5036
4924
|
description: string;
|
@@ -5093,7 +4981,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5093
4981
|
type: "DISPLAY_ON_REVIEW";
|
5094
4982
|
conditional: import(".").JSONSchema;
|
5095
4983
|
})[] | undefined;
|
5096
|
-
secured?: boolean | undefined;
|
5097
4984
|
placeholder?: {
|
5098
4985
|
id: string;
|
5099
4986
|
description: string;
|
@@ -5140,7 +5027,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5140
5027
|
type: "DISPLAY_ON_REVIEW";
|
5141
5028
|
conditional: import(".").JSONSchema;
|
5142
5029
|
})[] | undefined;
|
5143
|
-
secured?: boolean | undefined;
|
5144
5030
|
placeholder?: {
|
5145
5031
|
id: string;
|
5146
5032
|
description: string;
|
@@ -5186,7 +5072,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5186
5072
|
type: "DISPLAY_ON_REVIEW";
|
5187
5073
|
conditional: import(".").JSONSchema;
|
5188
5074
|
})[] | undefined;
|
5189
|
-
secured?: boolean | undefined;
|
5190
5075
|
placeholder?: {
|
5191
5076
|
id: string;
|
5192
5077
|
description: string;
|
@@ -5236,7 +5121,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5236
5121
|
type: "DISPLAY_ON_REVIEW";
|
5237
5122
|
conditional: import(".").JSONSchema;
|
5238
5123
|
})[] | undefined;
|
5239
|
-
secured?: boolean | undefined;
|
5240
5124
|
placeholder?: {
|
5241
5125
|
id: string;
|
5242
5126
|
description: string;
|
@@ -5286,7 +5170,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5286
5170
|
type: "DISPLAY_ON_REVIEW";
|
5287
5171
|
conditional: import(".").JSONSchema;
|
5288
5172
|
})[] | undefined;
|
5289
|
-
secured?: boolean | undefined;
|
5290
5173
|
placeholder?: {
|
5291
5174
|
id: string;
|
5292
5175
|
description: string;
|
@@ -5302,6 +5185,7 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5302
5185
|
configuration?: {
|
5303
5186
|
styles?: {
|
5304
5187
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
5188
|
+
hint?: boolean | undefined;
|
5305
5189
|
} | undefined;
|
5306
5190
|
} | undefined;
|
5307
5191
|
} | {
|
@@ -5334,7 +5218,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5334
5218
|
type: "DISPLAY_ON_REVIEW";
|
5335
5219
|
conditional: import(".").JSONSchema;
|
5336
5220
|
})[] | undefined;
|
5337
|
-
secured?: boolean | undefined;
|
5338
5221
|
placeholder?: {
|
5339
5222
|
id: string;
|
5340
5223
|
description: string;
|
@@ -5377,7 +5260,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5377
5260
|
type: "DISPLAY_ON_REVIEW";
|
5378
5261
|
conditional: import(".").JSONSchema;
|
5379
5262
|
})[] | undefined;
|
5380
|
-
secured?: boolean | undefined;
|
5381
5263
|
placeholder?: {
|
5382
5264
|
id: string;
|
5383
5265
|
description: string;
|
@@ -5444,7 +5326,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5444
5326
|
type: "DISPLAY_ON_REVIEW";
|
5445
5327
|
conditional: import(".").JSONSchema;
|
5446
5328
|
})[] | undefined;
|
5447
|
-
secured?: boolean | undefined;
|
5448
5329
|
placeholder?: {
|
5449
5330
|
id: string;
|
5450
5331
|
description: string;
|
@@ -5497,7 +5378,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5497
5378
|
type: "DISPLAY_ON_REVIEW";
|
5498
5379
|
conditional: import(".").JSONSchema;
|
5499
5380
|
})[] | undefined;
|
5500
|
-
secured?: boolean | undefined;
|
5501
5381
|
placeholder?: {
|
5502
5382
|
id: string;
|
5503
5383
|
description: string;
|
@@ -5553,7 +5433,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5553
5433
|
type: "DISPLAY_ON_REVIEW";
|
5554
5434
|
conditional: import(".").JSONSchema;
|
5555
5435
|
})[] | undefined;
|
5556
|
-
secured?: boolean | undefined;
|
5557
5436
|
placeholder?: {
|
5558
5437
|
id: string;
|
5559
5438
|
description: string;
|
@@ -5596,7 +5475,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5596
5475
|
type: "DISPLAY_ON_REVIEW";
|
5597
5476
|
conditional: import(".").JSONSchema;
|
5598
5477
|
})[] | undefined;
|
5599
|
-
secured?: boolean | undefined;
|
5600
5478
|
placeholder?: {
|
5601
5479
|
id: string;
|
5602
5480
|
description: string;
|
@@ -5624,8 +5502,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5624
5502
|
description: string;
|
5625
5503
|
defaultMessage: string;
|
5626
5504
|
} | undefined;
|
5627
|
-
includeMiddlename?: boolean | undefined;
|
5628
|
-
searchMode?: boolean | undefined;
|
5629
5505
|
} | undefined;
|
5630
5506
|
} | {
|
5631
5507
|
type: "PHONE";
|
@@ -5657,7 +5533,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5657
5533
|
type: "DISPLAY_ON_REVIEW";
|
5658
5534
|
conditional: import(".").JSONSchema;
|
5659
5535
|
})[] | undefined;
|
5660
|
-
secured?: boolean | undefined;
|
5661
5536
|
placeholder?: {
|
5662
5537
|
id: string;
|
5663
5538
|
description: string;
|
@@ -5700,7 +5575,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5700
5575
|
type: "DISPLAY_ON_REVIEW";
|
5701
5576
|
conditional: import(".").JSONSchema;
|
5702
5577
|
})[] | undefined;
|
5703
|
-
secured?: boolean | undefined;
|
5704
5578
|
placeholder?: {
|
5705
5579
|
id: string;
|
5706
5580
|
description: string;
|
@@ -5743,7 +5617,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5743
5617
|
type: "DISPLAY_ON_REVIEW";
|
5744
5618
|
conditional: import(".").JSONSchema;
|
5745
5619
|
})[] | undefined;
|
5746
|
-
secured?: boolean | undefined;
|
5747
5620
|
placeholder?: {
|
5748
5621
|
id: string;
|
5749
5622
|
description: string;
|
@@ -5786,7 +5659,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5786
5659
|
type: "DISPLAY_ON_REVIEW";
|
5787
5660
|
conditional: import(".").JSONSchema;
|
5788
5661
|
})[] | undefined;
|
5789
|
-
secured?: boolean | undefined;
|
5790
5662
|
placeholder?: {
|
5791
5663
|
id: string;
|
5792
5664
|
description: string;
|
@@ -5835,7 +5707,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5835
5707
|
type: "DISPLAY_ON_REVIEW";
|
5836
5708
|
conditional: import(".").JSONSchema;
|
5837
5709
|
})[] | undefined;
|
5838
|
-
secured?: boolean | undefined;
|
5839
5710
|
placeholder?: {
|
5840
5711
|
id: string;
|
5841
5712
|
description: string;
|
@@ -5878,7 +5749,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5878
5749
|
type: "DISPLAY_ON_REVIEW";
|
5879
5750
|
conditional: import(".").JSONSchema;
|
5880
5751
|
})[] | undefined;
|
5881
|
-
secured?: boolean | undefined;
|
5882
5752
|
placeholder?: {
|
5883
5753
|
id: string;
|
5884
5754
|
description: string;
|
@@ -5929,7 +5799,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5929
5799
|
type: "DISPLAY_ON_REVIEW";
|
5930
5800
|
conditional: import(".").JSONSchema;
|
5931
5801
|
})[] | undefined;
|
5932
|
-
secured?: boolean | undefined;
|
5933
5802
|
placeholder?: {
|
5934
5803
|
id: string;
|
5935
5804
|
description: string;
|
@@ -5981,7 +5850,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
5981
5850
|
type: "DISPLAY_ON_REVIEW";
|
5982
5851
|
conditional: import(".").JSONSchema;
|
5983
5852
|
})[] | undefined;
|
5984
|
-
secured?: boolean | undefined;
|
5985
5853
|
placeholder?: {
|
5986
5854
|
id: string;
|
5987
5855
|
description: string;
|
@@ -6024,7 +5892,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
6024
5892
|
type: "DISPLAY_ON_REVIEW";
|
6025
5893
|
conditional: import(".").JSONSchema;
|
6026
5894
|
})[] | undefined;
|
6027
|
-
secured?: boolean | undefined;
|
6028
5895
|
placeholder?: {
|
6029
5896
|
id: string;
|
6030
5897
|
description: string;
|
@@ -6067,7 +5934,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
6067
5934
|
type: "DISPLAY_ON_REVIEW";
|
6068
5935
|
conditional: import(".").JSONSchema;
|
6069
5936
|
})[] | undefined;
|
6070
|
-
secured?: boolean | undefined;
|
6071
5937
|
placeholder?: {
|
6072
5938
|
id: string;
|
6073
5939
|
description: string;
|
@@ -6159,7 +6025,6 @@ export declare const FormPageConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
6159
6025
|
type: "DISPLAY_ON_REVIEW";
|
6160
6026
|
conditional: import(".").JSONSchema;
|
6161
6027
|
})[] | undefined;
|
6162
|
-
secured?: boolean | undefined;
|
6163
6028
|
placeholder?: {
|
6164
6029
|
id: string;
|
6165
6030
|
description: string;
|
@@ -6307,7 +6172,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6307
6172
|
}>>;
|
6308
6173
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
6309
6174
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6310
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6311
6175
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
6312
6176
|
id: string;
|
6313
6177
|
description: string;
|
@@ -6453,7 +6317,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6453
6317
|
type: "DISPLAY_ON_REVIEW";
|
6454
6318
|
conditional: import(".").JSONSchema;
|
6455
6319
|
})[] | undefined;
|
6456
|
-
secured?: boolean | undefined;
|
6457
6320
|
placeholder?: TranslationConfig | undefined;
|
6458
6321
|
helperText?: TranslationConfig | undefined;
|
6459
6322
|
hideLabel?: boolean | undefined;
|
@@ -6516,7 +6379,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6516
6379
|
type: "DISPLAY_ON_REVIEW";
|
6517
6380
|
conditional: import(".").JSONSchema;
|
6518
6381
|
})[] | undefined;
|
6519
|
-
secured?: boolean | undefined;
|
6520
6382
|
placeholder?: {
|
6521
6383
|
id: string;
|
6522
6384
|
description: string;
|
@@ -6568,7 +6430,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6568
6430
|
}>>;
|
6569
6431
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
6570
6432
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6571
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6572
6433
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
6573
6434
|
id: string;
|
6574
6435
|
description: string;
|
@@ -6660,7 +6521,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6660
6521
|
type: "DISPLAY_ON_REVIEW";
|
6661
6522
|
conditional: import(".").JSONSchema;
|
6662
6523
|
})[] | undefined;
|
6663
|
-
secured?: boolean | undefined;
|
6664
6524
|
placeholder?: TranslationConfig | undefined;
|
6665
6525
|
helperText?: TranslationConfig | undefined;
|
6666
6526
|
hideLabel?: boolean | undefined;
|
@@ -6701,7 +6561,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6701
6561
|
type: "DISPLAY_ON_REVIEW";
|
6702
6562
|
conditional: import(".").JSONSchema;
|
6703
6563
|
})[] | undefined;
|
6704
|
-
secured?: boolean | undefined;
|
6705
6564
|
placeholder?: {
|
6706
6565
|
id: string;
|
6707
6566
|
description: string;
|
@@ -6739,7 +6598,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6739
6598
|
}>>;
|
6740
6599
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
6741
6600
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6742
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6743
6601
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
6744
6602
|
id: string;
|
6745
6603
|
description: string;
|
@@ -6831,7 +6689,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6831
6689
|
type: "DISPLAY_ON_REVIEW";
|
6832
6690
|
conditional: import(".").JSONSchema;
|
6833
6691
|
})[] | undefined;
|
6834
|
-
secured?: boolean | undefined;
|
6835
6692
|
placeholder?: TranslationConfig | undefined;
|
6836
6693
|
helperText?: TranslationConfig | undefined;
|
6837
6694
|
hideLabel?: boolean | undefined;
|
@@ -6872,7 +6729,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6872
6729
|
type: "DISPLAY_ON_REVIEW";
|
6873
6730
|
conditional: import(".").JSONSchema;
|
6874
6731
|
})[] | undefined;
|
6875
|
-
secured?: boolean | undefined;
|
6876
6732
|
placeholder?: {
|
6877
6733
|
id: string;
|
6878
6734
|
description: string;
|
@@ -6910,7 +6766,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
6910
6766
|
}>>;
|
6911
6767
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
6912
6768
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6913
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
6914
6769
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
6915
6770
|
id: string;
|
6916
6771
|
description: string;
|
@@ -7005,7 +6860,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7005
6860
|
type: "DISPLAY_ON_REVIEW";
|
7006
6861
|
conditional: import(".").JSONSchema;
|
7007
6862
|
})[] | undefined;
|
7008
|
-
secured?: boolean | undefined;
|
7009
6863
|
placeholder?: TranslationConfig | undefined;
|
7010
6864
|
helperText?: TranslationConfig | undefined;
|
7011
6865
|
hideLabel?: boolean | undefined;
|
@@ -7047,7 +6901,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7047
6901
|
type: "DISPLAY_ON_REVIEW";
|
7048
6902
|
conditional: import(".").JSONSchema;
|
7049
6903
|
})[] | undefined;
|
7050
|
-
secured?: boolean | undefined;
|
7051
6904
|
placeholder?: {
|
7052
6905
|
id: string;
|
7053
6906
|
description: string;
|
@@ -7086,7 +6939,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7086
6939
|
}>>;
|
7087
6940
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7088
6941
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7089
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7090
6942
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7091
6943
|
id: string;
|
7092
6944
|
description: string;
|
@@ -7161,7 +7013,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7161
7013
|
type: "DISPLAY_ON_REVIEW";
|
7162
7014
|
conditional: import(".").JSONSchema;
|
7163
7015
|
})[] | undefined;
|
7164
|
-
secured?: boolean | undefined;
|
7165
7016
|
placeholder?: TranslationConfig | undefined;
|
7166
7017
|
helperText?: TranslationConfig | undefined;
|
7167
7018
|
hideLabel?: boolean | undefined;
|
@@ -7199,7 +7050,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7199
7050
|
type: "DISPLAY_ON_REVIEW";
|
7200
7051
|
conditional: import(".").JSONSchema;
|
7201
7052
|
})[] | undefined;
|
7202
|
-
secured?: boolean | undefined;
|
7203
7053
|
placeholder?: {
|
7204
7054
|
id: string;
|
7205
7055
|
description: string;
|
@@ -7230,7 +7080,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7230
7080
|
}>>;
|
7231
7081
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7232
7082
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7233
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7234
7083
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7235
7084
|
id: string;
|
7236
7085
|
description: string;
|
@@ -7305,7 +7154,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7305
7154
|
type: "DISPLAY_ON_REVIEW";
|
7306
7155
|
conditional: import(".").JSONSchema;
|
7307
7156
|
})[] | undefined;
|
7308
|
-
secured?: boolean | undefined;
|
7309
7157
|
placeholder?: TranslationConfig | undefined;
|
7310
7158
|
helperText?: TranslationConfig | undefined;
|
7311
7159
|
hideLabel?: boolean | undefined;
|
@@ -7343,7 +7191,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7343
7191
|
type: "DISPLAY_ON_REVIEW";
|
7344
7192
|
conditional: import(".").JSONSchema;
|
7345
7193
|
})[] | undefined;
|
7346
|
-
secured?: boolean | undefined;
|
7347
7194
|
placeholder?: {
|
7348
7195
|
id: string;
|
7349
7196
|
description: string;
|
@@ -7374,7 +7221,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7374
7221
|
}>>;
|
7375
7222
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7376
7223
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7377
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7378
7224
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7379
7225
|
id: string;
|
7380
7226
|
description: string;
|
@@ -7415,18 +7261,23 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7415
7261
|
configuration: z.ZodDefault<z.ZodObject<{
|
7416
7262
|
styles: z.ZodOptional<z.ZodObject<{
|
7417
7263
|
fontVariant: z.ZodOptional<z.ZodEnum<["reg12", "reg14", "reg16", "reg18", "h4", "h3", "h2", "h1"]>>;
|
7264
|
+
hint: z.ZodOptional<z.ZodBoolean>;
|
7418
7265
|
}, "strip", z.ZodTypeAny, {
|
7419
7266
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
7267
|
+
hint?: boolean | undefined;
|
7420
7268
|
}, {
|
7421
7269
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
7270
|
+
hint?: boolean | undefined;
|
7422
7271
|
}>>;
|
7423
7272
|
}, "strip", z.ZodTypeAny, {
|
7424
7273
|
styles?: {
|
7425
7274
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
7275
|
+
hint?: boolean | undefined;
|
7426
7276
|
} | undefined;
|
7427
7277
|
}, {
|
7428
7278
|
styles?: {
|
7429
7279
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
7280
|
+
hint?: boolean | undefined;
|
7430
7281
|
} | undefined;
|
7431
7282
|
}>>;
|
7432
7283
|
}>, "strip", z.ZodTypeAny, {
|
@@ -7436,6 +7287,7 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7436
7287
|
configuration: {
|
7437
7288
|
styles?: {
|
7438
7289
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
7290
|
+
hint?: boolean | undefined;
|
7439
7291
|
} | undefined;
|
7440
7292
|
};
|
7441
7293
|
parent?: {
|
@@ -7456,7 +7308,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7456
7308
|
type: "DISPLAY_ON_REVIEW";
|
7457
7309
|
conditional: import(".").JSONSchema;
|
7458
7310
|
})[] | undefined;
|
7459
|
-
secured?: boolean | undefined;
|
7460
7311
|
placeholder?: TranslationConfig | undefined;
|
7461
7312
|
helperText?: TranslationConfig | undefined;
|
7462
7313
|
hideLabel?: boolean | undefined;
|
@@ -7491,7 +7342,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7491
7342
|
type: "DISPLAY_ON_REVIEW";
|
7492
7343
|
conditional: import(".").JSONSchema;
|
7493
7344
|
})[] | undefined;
|
7494
|
-
secured?: boolean | undefined;
|
7495
7345
|
placeholder?: {
|
7496
7346
|
id: string;
|
7497
7347
|
description: string;
|
@@ -7507,6 +7357,7 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7507
7357
|
configuration?: {
|
7508
7358
|
styles?: {
|
7509
7359
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
7360
|
+
hint?: boolean | undefined;
|
7510
7361
|
} | undefined;
|
7511
7362
|
} | undefined;
|
7512
7363
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
@@ -7520,7 +7371,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7520
7371
|
}>>;
|
7521
7372
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7522
7373
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7523
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7524
7374
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7525
7375
|
id: string;
|
7526
7376
|
description: string;
|
@@ -7619,7 +7469,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7619
7469
|
type: "DISPLAY_ON_REVIEW";
|
7620
7470
|
conditional: import(".").JSONSchema;
|
7621
7471
|
})[] | undefined;
|
7622
|
-
secured?: boolean | undefined;
|
7623
7472
|
placeholder?: TranslationConfig | undefined;
|
7624
7473
|
helperText?: TranslationConfig | undefined;
|
7625
7474
|
hideLabel?: boolean | undefined;
|
@@ -7667,7 +7516,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7667
7516
|
type: "DISPLAY_ON_REVIEW";
|
7668
7517
|
conditional: import(".").JSONSchema;
|
7669
7518
|
})[] | undefined;
|
7670
|
-
secured?: boolean | undefined;
|
7671
7519
|
placeholder?: {
|
7672
7520
|
id: string;
|
7673
7521
|
description: string;
|
@@ -7696,7 +7544,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7696
7544
|
}>>;
|
7697
7545
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7698
7546
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7699
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7700
7547
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7701
7548
|
id: string;
|
7702
7549
|
description: string;
|
@@ -7784,7 +7631,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7784
7631
|
type: "DISPLAY_ON_REVIEW";
|
7785
7632
|
conditional: import(".").JSONSchema;
|
7786
7633
|
})[] | undefined;
|
7787
|
-
secured?: boolean | undefined;
|
7788
7634
|
placeholder?: TranslationConfig | undefined;
|
7789
7635
|
helperText?: TranslationConfig | undefined;
|
7790
7636
|
hideLabel?: boolean | undefined;
|
@@ -7824,7 +7670,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7824
7670
|
type: "DISPLAY_ON_REVIEW";
|
7825
7671
|
conditional: import(".").JSONSchema;
|
7826
7672
|
})[] | undefined;
|
7827
|
-
secured?: boolean | undefined;
|
7828
7673
|
placeholder?: {
|
7829
7674
|
id: string;
|
7830
7675
|
description: string;
|
@@ -7853,7 +7698,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7853
7698
|
}>>;
|
7854
7699
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7855
7700
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7856
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7857
7701
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7858
7702
|
id: string;
|
7859
7703
|
description: string;
|
@@ -7913,7 +7757,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7913
7757
|
type: "DISPLAY_ON_REVIEW";
|
7914
7758
|
conditional: import(".").JSONSchema;
|
7915
7759
|
})[] | undefined;
|
7916
|
-
secured?: boolean | undefined;
|
7917
7760
|
placeholder?: TranslationConfig | undefined;
|
7918
7761
|
helperText?: TranslationConfig | undefined;
|
7919
7762
|
hideLabel?: boolean | undefined;
|
@@ -7948,7 +7791,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7948
7791
|
type: "DISPLAY_ON_REVIEW";
|
7949
7792
|
conditional: import(".").JSONSchema;
|
7950
7793
|
})[] | undefined;
|
7951
|
-
secured?: boolean | undefined;
|
7952
7794
|
placeholder?: {
|
7953
7795
|
id: string;
|
7954
7796
|
description: string;
|
@@ -7972,7 +7814,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
7972
7814
|
}>>;
|
7973
7815
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
7974
7816
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7975
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
7976
7817
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
7977
7818
|
id: string;
|
7978
7819
|
description: string;
|
@@ -8054,7 +7895,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8054
7895
|
type: "DISPLAY_ON_REVIEW";
|
8055
7896
|
conditional: import(".").JSONSchema;
|
8056
7897
|
})[] | undefined;
|
8057
|
-
secured?: boolean | undefined;
|
8058
7898
|
placeholder?: TranslationConfig | undefined;
|
8059
7899
|
helperText?: TranslationConfig | undefined;
|
8060
7900
|
hideLabel?: boolean | undefined;
|
@@ -8097,7 +7937,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8097
7937
|
type: "DISPLAY_ON_REVIEW";
|
8098
7938
|
conditional: import(".").JSONSchema;
|
8099
7939
|
})[] | undefined;
|
8100
|
-
secured?: boolean | undefined;
|
8101
7940
|
placeholder?: {
|
8102
7941
|
id: string;
|
8103
7942
|
description: string;
|
@@ -8121,7 +7960,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8121
7960
|
}>>;
|
8122
7961
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8123
7962
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8124
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8125
7963
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8126
7964
|
id: string;
|
8127
7965
|
description: string;
|
@@ -8180,14 +8018,10 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8180
8018
|
description: string;
|
8181
8019
|
defaultMessage: string;
|
8182
8020
|
}>>;
|
8183
|
-
includeMiddlename: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8184
|
-
searchMode: z.ZodOptional<z.ZodBoolean>;
|
8185
8021
|
}, "strip", z.ZodTypeAny, {
|
8186
8022
|
maxLength?: number | undefined;
|
8187
8023
|
prefix?: TranslationConfig | undefined;
|
8188
8024
|
postfix?: TranslationConfig | undefined;
|
8189
|
-
includeMiddlename?: boolean | undefined;
|
8190
|
-
searchMode?: boolean | undefined;
|
8191
8025
|
}, {
|
8192
8026
|
maxLength?: number | undefined;
|
8193
8027
|
prefix?: {
|
@@ -8200,8 +8034,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8200
8034
|
description: string;
|
8201
8035
|
defaultMessage: string;
|
8202
8036
|
} | undefined;
|
8203
|
-
includeMiddlename?: boolean | undefined;
|
8204
|
-
searchMode?: boolean | undefined;
|
8205
8037
|
}>>;
|
8206
8038
|
}>, "strip", z.ZodTypeAny, {
|
8207
8039
|
type: "NAME";
|
@@ -8225,7 +8057,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8225
8057
|
type: "DISPLAY_ON_REVIEW";
|
8226
8058
|
conditional: import(".").JSONSchema;
|
8227
8059
|
})[] | undefined;
|
8228
|
-
secured?: boolean | undefined;
|
8229
8060
|
placeholder?: TranslationConfig | undefined;
|
8230
8061
|
helperText?: TranslationConfig | undefined;
|
8231
8062
|
hideLabel?: boolean | undefined;
|
@@ -8237,8 +8068,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8237
8068
|
maxLength?: number | undefined;
|
8238
8069
|
prefix?: TranslationConfig | undefined;
|
8239
8070
|
postfix?: TranslationConfig | undefined;
|
8240
|
-
includeMiddlename?: boolean | undefined;
|
8241
|
-
searchMode?: boolean | undefined;
|
8242
8071
|
} | undefined;
|
8243
8072
|
}, {
|
8244
8073
|
type: "NAME";
|
@@ -8270,7 +8099,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8270
8099
|
type: "DISPLAY_ON_REVIEW";
|
8271
8100
|
conditional: import(".").JSONSchema;
|
8272
8101
|
})[] | undefined;
|
8273
|
-
secured?: boolean | undefined;
|
8274
8102
|
placeholder?: {
|
8275
8103
|
id: string;
|
8276
8104
|
description: string;
|
@@ -8298,8 +8126,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8298
8126
|
description: string;
|
8299
8127
|
defaultMessage: string;
|
8300
8128
|
} | undefined;
|
8301
|
-
includeMiddlename?: boolean | undefined;
|
8302
|
-
searchMode?: boolean | undefined;
|
8303
8129
|
} | undefined;
|
8304
8130
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
8305
8131
|
id: z.ZodString;
|
@@ -8312,7 +8138,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8312
8138
|
}>>;
|
8313
8139
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8314
8140
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8315
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8316
8141
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8317
8142
|
id: string;
|
8318
8143
|
description: string;
|
@@ -8372,7 +8197,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8372
8197
|
type: "DISPLAY_ON_REVIEW";
|
8373
8198
|
conditional: import(".").JSONSchema;
|
8374
8199
|
})[] | undefined;
|
8375
|
-
secured?: boolean | undefined;
|
8376
8200
|
placeholder?: TranslationConfig | undefined;
|
8377
8201
|
helperText?: TranslationConfig | undefined;
|
8378
8202
|
hideLabel?: boolean | undefined;
|
@@ -8407,7 +8231,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8407
8231
|
type: "DISPLAY_ON_REVIEW";
|
8408
8232
|
conditional: import(".").JSONSchema;
|
8409
8233
|
})[] | undefined;
|
8410
|
-
secured?: boolean | undefined;
|
8411
8234
|
placeholder?: {
|
8412
8235
|
id: string;
|
8413
8236
|
description: string;
|
@@ -8431,7 +8254,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8431
8254
|
}>>;
|
8432
8255
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8433
8256
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8434
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8435
8257
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8436
8258
|
id: string;
|
8437
8259
|
description: string;
|
@@ -8491,7 +8313,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8491
8313
|
type: "DISPLAY_ON_REVIEW";
|
8492
8314
|
conditional: import(".").JSONSchema;
|
8493
8315
|
})[] | undefined;
|
8494
|
-
secured?: boolean | undefined;
|
8495
8316
|
placeholder?: TranslationConfig | undefined;
|
8496
8317
|
helperText?: TranslationConfig | undefined;
|
8497
8318
|
hideLabel?: boolean | undefined;
|
@@ -8526,7 +8347,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8526
8347
|
type: "DISPLAY_ON_REVIEW";
|
8527
8348
|
conditional: import(".").JSONSchema;
|
8528
8349
|
})[] | undefined;
|
8529
|
-
secured?: boolean | undefined;
|
8530
8350
|
placeholder?: {
|
8531
8351
|
id: string;
|
8532
8352
|
description: string;
|
@@ -8550,7 +8370,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8550
8370
|
}>>;
|
8551
8371
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8552
8372
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8553
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8554
8373
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8555
8374
|
id: string;
|
8556
8375
|
description: string;
|
@@ -8610,7 +8429,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8610
8429
|
type: "DISPLAY_ON_REVIEW";
|
8611
8430
|
conditional: import(".").JSONSchema;
|
8612
8431
|
})[] | undefined;
|
8613
|
-
secured?: boolean | undefined;
|
8614
8432
|
placeholder?: TranslationConfig | undefined;
|
8615
8433
|
helperText?: TranslationConfig | undefined;
|
8616
8434
|
hideLabel?: boolean | undefined;
|
@@ -8645,7 +8463,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8645
8463
|
type: "DISPLAY_ON_REVIEW";
|
8646
8464
|
conditional: import(".").JSONSchema;
|
8647
8465
|
})[] | undefined;
|
8648
|
-
secured?: boolean | undefined;
|
8649
8466
|
placeholder?: {
|
8650
8467
|
id: string;
|
8651
8468
|
description: string;
|
@@ -8669,7 +8486,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8669
8486
|
}>>;
|
8670
8487
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8671
8488
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8672
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8673
8489
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8674
8490
|
id: string;
|
8675
8491
|
description: string;
|
@@ -8783,7 +8599,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8783
8599
|
type: "DISPLAY_ON_REVIEW";
|
8784
8600
|
conditional: import(".").JSONSchema;
|
8785
8601
|
})[] | undefined;
|
8786
|
-
secured?: boolean | undefined;
|
8787
8602
|
placeholder?: TranslationConfig | undefined;
|
8788
8603
|
helperText?: TranslationConfig | undefined;
|
8789
8604
|
hideLabel?: boolean | undefined;
|
@@ -8822,7 +8637,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8822
8637
|
type: "DISPLAY_ON_REVIEW";
|
8823
8638
|
conditional: import(".").JSONSchema;
|
8824
8639
|
})[] | undefined;
|
8825
|
-
secured?: boolean | undefined;
|
8826
8640
|
placeholder?: {
|
8827
8641
|
id: string;
|
8828
8642
|
description: string;
|
@@ -8862,7 +8676,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8862
8676
|
}>>;
|
8863
8677
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8864
8678
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8865
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8866
8679
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8867
8680
|
id: string;
|
8868
8681
|
description: string;
|
@@ -8922,7 +8735,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8922
8735
|
type: "DISPLAY_ON_REVIEW";
|
8923
8736
|
conditional: import(".").JSONSchema;
|
8924
8737
|
})[] | undefined;
|
8925
|
-
secured?: boolean | undefined;
|
8926
8738
|
placeholder?: TranslationConfig | undefined;
|
8927
8739
|
helperText?: TranslationConfig | undefined;
|
8928
8740
|
hideLabel?: boolean | undefined;
|
@@ -8957,7 +8769,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8957
8769
|
type: "DISPLAY_ON_REVIEW";
|
8958
8770
|
conditional: import(".").JSONSchema;
|
8959
8771
|
})[] | undefined;
|
8960
|
-
secured?: boolean | undefined;
|
8961
8772
|
placeholder?: {
|
8962
8773
|
id: string;
|
8963
8774
|
description: string;
|
@@ -8981,7 +8792,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
8981
8792
|
}>>;
|
8982
8793
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
8983
8794
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8984
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
8985
8795
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
8986
8796
|
id: string;
|
8987
8797
|
description: string;
|
@@ -9067,7 +8877,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9067
8877
|
type: "DISPLAY_ON_REVIEW";
|
9068
8878
|
conditional: import(".").JSONSchema;
|
9069
8879
|
})[] | undefined;
|
9070
|
-
secured?: boolean | undefined;
|
9071
8880
|
placeholder?: TranslationConfig | undefined;
|
9072
8881
|
helperText?: TranslationConfig | undefined;
|
9073
8882
|
hideLabel?: boolean | undefined;
|
@@ -9108,7 +8917,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9108
8917
|
type: "DISPLAY_ON_REVIEW";
|
9109
8918
|
conditional: import(".").JSONSchema;
|
9110
8919
|
})[] | undefined;
|
9111
|
-
secured?: boolean | undefined;
|
9112
8920
|
placeholder?: {
|
9113
8921
|
id: string;
|
9114
8922
|
description: string;
|
@@ -9132,7 +8940,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9132
8940
|
}>>;
|
9133
8941
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9134
8942
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9135
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9136
8943
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9137
8944
|
id: string;
|
9138
8945
|
description: string;
|
@@ -9191,7 +8998,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9191
8998
|
type: "DISPLAY_ON_REVIEW";
|
9192
8999
|
conditional: import(".").JSONSchema;
|
9193
9000
|
})[] | undefined;
|
9194
|
-
secured?: boolean | undefined;
|
9195
9001
|
placeholder?: TranslationConfig | undefined;
|
9196
9002
|
helperText?: TranslationConfig | undefined;
|
9197
9003
|
hideLabel?: boolean | undefined;
|
@@ -9225,7 +9031,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9225
9031
|
type: "DISPLAY_ON_REVIEW";
|
9226
9032
|
conditional: import(".").JSONSchema;
|
9227
9033
|
})[] | undefined;
|
9228
|
-
secured?: boolean | undefined;
|
9229
9034
|
placeholder?: {
|
9230
9035
|
id: string;
|
9231
9036
|
description: string;
|
@@ -9248,7 +9053,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9248
9053
|
}>>;
|
9249
9054
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9250
9055
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9251
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9252
9056
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9253
9057
|
id: string;
|
9254
9058
|
description: string;
|
@@ -9308,7 +9112,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9308
9112
|
type: "DISPLAY_ON_REVIEW";
|
9309
9113
|
conditional: import(".").JSONSchema;
|
9310
9114
|
})[] | undefined;
|
9311
|
-
secured?: boolean | undefined;
|
9312
9115
|
placeholder?: TranslationConfig | undefined;
|
9313
9116
|
helperText?: TranslationConfig | undefined;
|
9314
9117
|
hideLabel?: boolean | undefined;
|
@@ -9343,7 +9146,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9343
9146
|
type: "DISPLAY_ON_REVIEW";
|
9344
9147
|
conditional: import(".").JSONSchema;
|
9345
9148
|
})[] | undefined;
|
9346
|
-
secured?: boolean | undefined;
|
9347
9149
|
placeholder?: {
|
9348
9150
|
id: string;
|
9349
9151
|
description: string;
|
@@ -9367,7 +9169,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9367
9169
|
}>>;
|
9368
9170
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9369
9171
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9370
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9371
9172
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9372
9173
|
id: string;
|
9373
9174
|
description: string;
|
@@ -9427,7 +9228,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9427
9228
|
type: "DISPLAY_ON_REVIEW";
|
9428
9229
|
conditional: import(".").JSONSchema;
|
9429
9230
|
})[] | undefined;
|
9430
|
-
secured?: boolean | undefined;
|
9431
9231
|
placeholder?: TranslationConfig | undefined;
|
9432
9232
|
helperText?: TranslationConfig | undefined;
|
9433
9233
|
hideLabel?: boolean | undefined;
|
@@ -9462,7 +9262,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9462
9262
|
type: "DISPLAY_ON_REVIEW";
|
9463
9263
|
conditional: import(".").JSONSchema;
|
9464
9264
|
})[] | undefined;
|
9465
|
-
secured?: boolean | undefined;
|
9466
9265
|
placeholder?: {
|
9467
9266
|
id: string;
|
9468
9267
|
description: string;
|
@@ -9486,7 +9285,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9486
9285
|
}>>;
|
9487
9286
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9488
9287
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9489
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9490
9288
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9491
9289
|
id: string;
|
9492
9290
|
description: string;
|
@@ -9546,7 +9344,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9546
9344
|
type: "DISPLAY_ON_REVIEW";
|
9547
9345
|
conditional: import(".").JSONSchema;
|
9548
9346
|
})[] | undefined;
|
9549
|
-
secured?: boolean | undefined;
|
9550
9347
|
placeholder?: TranslationConfig | undefined;
|
9551
9348
|
helperText?: TranslationConfig | undefined;
|
9552
9349
|
hideLabel?: boolean | undefined;
|
@@ -9581,7 +9378,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9581
9378
|
type: "DISPLAY_ON_REVIEW";
|
9582
9379
|
conditional: import(".").JSONSchema;
|
9583
9380
|
})[] | undefined;
|
9584
|
-
secured?: boolean | undefined;
|
9585
9381
|
placeholder?: {
|
9586
9382
|
id: string;
|
9587
9383
|
description: string;
|
@@ -9605,7 +9401,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9605
9401
|
}>>;
|
9606
9402
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9607
9403
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9608
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9609
9404
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9610
9405
|
id: string;
|
9611
9406
|
description: string;
|
@@ -9685,7 +9480,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9685
9480
|
type: "DISPLAY_ON_REVIEW";
|
9686
9481
|
conditional: import(".").JSONSchema;
|
9687
9482
|
})[] | undefined;
|
9688
|
-
secured?: boolean | undefined;
|
9689
9483
|
placeholder?: TranslationConfig | undefined;
|
9690
9484
|
helperText?: TranslationConfig | undefined;
|
9691
9485
|
hideLabel?: boolean | undefined;
|
@@ -9725,7 +9519,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9725
9519
|
type: "DISPLAY_ON_REVIEW";
|
9726
9520
|
conditional: import(".").JSONSchema;
|
9727
9521
|
})[] | undefined;
|
9728
|
-
secured?: boolean | undefined;
|
9729
9522
|
placeholder?: {
|
9730
9523
|
id: string;
|
9731
9524
|
description: string;
|
@@ -9753,7 +9546,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9753
9546
|
}>>;
|
9754
9547
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9755
9548
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9756
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9757
9549
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9758
9550
|
id: string;
|
9759
9551
|
description: string;
|
@@ -9820,7 +9612,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9820
9612
|
type: "DISPLAY_ON_REVIEW";
|
9821
9613
|
conditional: import(".").JSONSchema;
|
9822
9614
|
})[] | undefined;
|
9823
|
-
secured?: boolean | undefined;
|
9824
9615
|
placeholder?: TranslationConfig | undefined;
|
9825
9616
|
helperText?: TranslationConfig | undefined;
|
9826
9617
|
hideLabel?: boolean | undefined;
|
@@ -9858,7 +9649,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9858
9649
|
type: "DISPLAY_ON_REVIEW";
|
9859
9650
|
conditional: import(".").JSONSchema;
|
9860
9651
|
})[] | undefined;
|
9861
|
-
secured?: boolean | undefined;
|
9862
9652
|
placeholder?: {
|
9863
9653
|
id: string;
|
9864
9654
|
description: string;
|
@@ -9885,7 +9675,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9885
9675
|
}>>;
|
9886
9676
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
9887
9677
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9888
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
9889
9678
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
9890
9679
|
id: string;
|
9891
9680
|
description: string;
|
@@ -9996,7 +9785,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
9996
9785
|
type: "DISPLAY_ON_REVIEW";
|
9997
9786
|
conditional: import(".").JSONSchema;
|
9998
9787
|
})[] | undefined;
|
9999
|
-
secured?: boolean | undefined;
|
10000
9788
|
placeholder?: TranslationConfig | undefined;
|
10001
9789
|
helperText?: TranslationConfig | undefined;
|
10002
9790
|
hideLabel?: boolean | undefined;
|
@@ -10044,7 +9832,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10044
9832
|
type: "DISPLAY_ON_REVIEW";
|
10045
9833
|
conditional: import(".").JSONSchema;
|
10046
9834
|
})[] | undefined;
|
10047
|
-
secured?: boolean | undefined;
|
10048
9835
|
placeholder?: {
|
10049
9836
|
id: string;
|
10050
9837
|
description: string;
|
@@ -10077,7 +9864,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10077
9864
|
}>>;
|
10078
9865
|
conditionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<"type", import("./Conditional").FieldConditionalType[]>, "many">>>;
|
10079
9866
|
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
10080
|
-
secured: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
10081
9867
|
placeholder: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
10082
9868
|
id: string;
|
10083
9869
|
description: string;
|
@@ -10212,7 +9998,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10212
9998
|
type: "DISPLAY_ON_REVIEW";
|
10213
9999
|
conditional: import(".").JSONSchema;
|
10214
10000
|
})[] | undefined;
|
10215
|
-
secured?: boolean | undefined;
|
10216
10001
|
placeholder?: TranslationConfig | undefined;
|
10217
10002
|
helperText?: TranslationConfig | undefined;
|
10218
10003
|
hideLabel?: boolean | undefined;
|
@@ -10267,7 +10052,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10267
10052
|
type: "DISPLAY_ON_REVIEW";
|
10268
10053
|
conditional: import(".").JSONSchema;
|
10269
10054
|
})[] | undefined;
|
10270
|
-
secured?: boolean | undefined;
|
10271
10055
|
placeholder?: {
|
10272
10056
|
id: string;
|
10273
10057
|
description: string;
|
@@ -10435,7 +10219,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10435
10219
|
type: "DISPLAY_ON_REVIEW";
|
10436
10220
|
conditional: import(".").JSONSchema;
|
10437
10221
|
})[] | undefined;
|
10438
|
-
secured?: boolean | undefined;
|
10439
10222
|
placeholder?: TranslationConfig | undefined;
|
10440
10223
|
helperText?: TranslationConfig | undefined;
|
10441
10224
|
hideLabel?: boolean | undefined;
|
@@ -10461,7 +10244,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10461
10244
|
type: "DISPLAY_ON_REVIEW";
|
10462
10245
|
conditional: import(".").JSONSchema;
|
10463
10246
|
})[] | undefined;
|
10464
|
-
secured?: boolean | undefined;
|
10465
10247
|
placeholder?: TranslationConfig | undefined;
|
10466
10248
|
helperText?: TranslationConfig | undefined;
|
10467
10249
|
hideLabel?: boolean | undefined;
|
@@ -10494,7 +10276,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10494
10276
|
type: "DISPLAY_ON_REVIEW";
|
10495
10277
|
conditional: import(".").JSONSchema;
|
10496
10278
|
})[] | undefined;
|
10497
|
-
secured?: boolean | undefined;
|
10498
10279
|
placeholder?: TranslationConfig | undefined;
|
10499
10280
|
helperText?: TranslationConfig | undefined;
|
10500
10281
|
hideLabel?: boolean | undefined;
|
@@ -10527,7 +10308,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10527
10308
|
type: "DISPLAY_ON_REVIEW";
|
10528
10309
|
conditional: import(".").JSONSchema;
|
10529
10310
|
})[] | undefined;
|
10530
|
-
secured?: boolean | undefined;
|
10531
10311
|
placeholder?: TranslationConfig | undefined;
|
10532
10312
|
helperText?: TranslationConfig | undefined;
|
10533
10313
|
hideLabel?: boolean | undefined;
|
@@ -10566,7 +10346,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10566
10346
|
type: "DISPLAY_ON_REVIEW";
|
10567
10347
|
conditional: import(".").JSONSchema;
|
10568
10348
|
})[] | undefined;
|
10569
|
-
secured?: boolean | undefined;
|
10570
10349
|
placeholder?: TranslationConfig | undefined;
|
10571
10350
|
helperText?: TranslationConfig | undefined;
|
10572
10351
|
hideLabel?: boolean | undefined;
|
@@ -10593,7 +10372,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10593
10372
|
type: "DISPLAY_ON_REVIEW";
|
10594
10373
|
conditional: import(".").JSONSchema;
|
10595
10374
|
})[] | undefined;
|
10596
|
-
secured?: boolean | undefined;
|
10597
10375
|
placeholder?: TranslationConfig | undefined;
|
10598
10376
|
helperText?: TranslationConfig | undefined;
|
10599
10377
|
hideLabel?: boolean | undefined;
|
@@ -10623,7 +10401,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10623
10401
|
type: "DISPLAY_ON_REVIEW";
|
10624
10402
|
conditional: import(".").JSONSchema;
|
10625
10403
|
})[] | undefined;
|
10626
|
-
secured?: boolean | undefined;
|
10627
10404
|
placeholder?: TranslationConfig | undefined;
|
10628
10405
|
helperText?: TranslationConfig | undefined;
|
10629
10406
|
hideLabel?: boolean | undefined;
|
@@ -10653,7 +10430,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10653
10430
|
type: "DISPLAY_ON_REVIEW";
|
10654
10431
|
conditional: import(".").JSONSchema;
|
10655
10432
|
})[] | undefined;
|
10656
|
-
secured?: boolean | undefined;
|
10657
10433
|
placeholder?: TranslationConfig | undefined;
|
10658
10434
|
helperText?: TranslationConfig | undefined;
|
10659
10435
|
hideLabel?: boolean | undefined;
|
@@ -10668,6 +10444,7 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10668
10444
|
configuration: {
|
10669
10445
|
styles?: {
|
10670
10446
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
10447
|
+
hint?: boolean | undefined;
|
10671
10448
|
} | undefined;
|
10672
10449
|
};
|
10673
10450
|
parent?: {
|
@@ -10688,7 +10465,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10688
10465
|
type: "DISPLAY_ON_REVIEW";
|
10689
10466
|
conditional: import(".").JSONSchema;
|
10690
10467
|
})[] | undefined;
|
10691
|
-
secured?: boolean | undefined;
|
10692
10468
|
placeholder?: TranslationConfig | undefined;
|
10693
10469
|
helperText?: TranslationConfig | undefined;
|
10694
10470
|
hideLabel?: boolean | undefined;
|
@@ -10715,7 +10491,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10715
10491
|
type: "DISPLAY_ON_REVIEW";
|
10716
10492
|
conditional: import(".").JSONSchema;
|
10717
10493
|
})[] | undefined;
|
10718
|
-
secured?: boolean | undefined;
|
10719
10494
|
placeholder?: TranslationConfig | undefined;
|
10720
10495
|
helperText?: TranslationConfig | undefined;
|
10721
10496
|
hideLabel?: boolean | undefined;
|
@@ -10750,7 +10525,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10750
10525
|
type: "DISPLAY_ON_REVIEW";
|
10751
10526
|
conditional: import(".").JSONSchema;
|
10752
10527
|
})[] | undefined;
|
10753
|
-
secured?: boolean | undefined;
|
10754
10528
|
placeholder?: TranslationConfig | undefined;
|
10755
10529
|
helperText?: TranslationConfig | undefined;
|
10756
10530
|
hideLabel?: boolean | undefined;
|
@@ -10785,7 +10559,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10785
10559
|
type: "DISPLAY_ON_REVIEW";
|
10786
10560
|
conditional: import(".").JSONSchema;
|
10787
10561
|
})[] | undefined;
|
10788
|
-
secured?: boolean | undefined;
|
10789
10562
|
placeholder?: TranslationConfig | undefined;
|
10790
10563
|
helperText?: TranslationConfig | undefined;
|
10791
10564
|
hideLabel?: boolean | undefined;
|
@@ -10823,7 +10596,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10823
10596
|
type: "DISPLAY_ON_REVIEW";
|
10824
10597
|
conditional: import(".").JSONSchema;
|
10825
10598
|
})[] | undefined;
|
10826
|
-
secured?: boolean | undefined;
|
10827
10599
|
placeholder?: TranslationConfig | undefined;
|
10828
10600
|
helperText?: TranslationConfig | undefined;
|
10829
10601
|
hideLabel?: boolean | undefined;
|
@@ -10854,7 +10626,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10854
10626
|
type: "DISPLAY_ON_REVIEW";
|
10855
10627
|
conditional: import(".").JSONSchema;
|
10856
10628
|
})[] | undefined;
|
10857
|
-
secured?: boolean | undefined;
|
10858
10629
|
placeholder?: TranslationConfig | undefined;
|
10859
10630
|
helperText?: TranslationConfig | undefined;
|
10860
10631
|
hideLabel?: boolean | undefined;
|
@@ -10881,7 +10652,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10881
10652
|
type: "DISPLAY_ON_REVIEW";
|
10882
10653
|
conditional: import(".").JSONSchema;
|
10883
10654
|
})[] | undefined;
|
10884
|
-
secured?: boolean | undefined;
|
10885
10655
|
placeholder?: TranslationConfig | undefined;
|
10886
10656
|
helperText?: TranslationConfig | undefined;
|
10887
10657
|
hideLabel?: boolean | undefined;
|
@@ -10893,8 +10663,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10893
10663
|
maxLength?: number | undefined;
|
10894
10664
|
prefix?: TranslationConfig | undefined;
|
10895
10665
|
postfix?: TranslationConfig | undefined;
|
10896
|
-
includeMiddlename?: boolean | undefined;
|
10897
|
-
searchMode?: boolean | undefined;
|
10898
10666
|
} | undefined;
|
10899
10667
|
} | {
|
10900
10668
|
type: "PHONE";
|
@@ -10918,7 +10686,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10918
10686
|
type: "DISPLAY_ON_REVIEW";
|
10919
10687
|
conditional: import(".").JSONSchema;
|
10920
10688
|
})[] | undefined;
|
10921
|
-
secured?: boolean | undefined;
|
10922
10689
|
placeholder?: TranslationConfig | undefined;
|
10923
10690
|
helperText?: TranslationConfig | undefined;
|
10924
10691
|
hideLabel?: boolean | undefined;
|
@@ -10945,7 +10712,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10945
10712
|
type: "DISPLAY_ON_REVIEW";
|
10946
10713
|
conditional: import(".").JSONSchema;
|
10947
10714
|
})[] | undefined;
|
10948
|
-
secured?: boolean | undefined;
|
10949
10715
|
placeholder?: TranslationConfig | undefined;
|
10950
10716
|
helperText?: TranslationConfig | undefined;
|
10951
10717
|
hideLabel?: boolean | undefined;
|
@@ -10972,7 +10738,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10972
10738
|
type: "DISPLAY_ON_REVIEW";
|
10973
10739
|
conditional: import(".").JSONSchema;
|
10974
10740
|
})[] | undefined;
|
10975
|
-
secured?: boolean | undefined;
|
10976
10741
|
placeholder?: TranslationConfig | undefined;
|
10977
10742
|
helperText?: TranslationConfig | undefined;
|
10978
10743
|
hideLabel?: boolean | undefined;
|
@@ -10999,7 +10764,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
10999
10764
|
type: "DISPLAY_ON_REVIEW";
|
11000
10765
|
conditional: import(".").JSONSchema;
|
11001
10766
|
})[] | undefined;
|
11002
|
-
secured?: boolean | undefined;
|
11003
10767
|
placeholder?: TranslationConfig | undefined;
|
11004
10768
|
helperText?: TranslationConfig | undefined;
|
11005
10769
|
hideLabel?: boolean | undefined;
|
@@ -11032,7 +10796,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11032
10796
|
type: "DISPLAY_ON_REVIEW";
|
11033
10797
|
conditional: import(".").JSONSchema;
|
11034
10798
|
})[] | undefined;
|
11035
|
-
secured?: boolean | undefined;
|
11036
10799
|
placeholder?: TranslationConfig | undefined;
|
11037
10800
|
helperText?: TranslationConfig | undefined;
|
11038
10801
|
hideLabel?: boolean | undefined;
|
@@ -11059,7 +10822,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11059
10822
|
type: "DISPLAY_ON_REVIEW";
|
11060
10823
|
conditional: import(".").JSONSchema;
|
11061
10824
|
})[] | undefined;
|
11062
|
-
secured?: boolean | undefined;
|
11063
10825
|
placeholder?: TranslationConfig | undefined;
|
11064
10826
|
helperText?: TranslationConfig | undefined;
|
11065
10827
|
hideLabel?: boolean | undefined;
|
@@ -11094,7 +10856,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11094
10856
|
type: "DISPLAY_ON_REVIEW";
|
11095
10857
|
conditional: import(".").JSONSchema;
|
11096
10858
|
})[] | undefined;
|
11097
|
-
secured?: boolean | undefined;
|
11098
10859
|
placeholder?: TranslationConfig | undefined;
|
11099
10860
|
helperText?: TranslationConfig | undefined;
|
11100
10861
|
hideLabel?: boolean | undefined;
|
@@ -11126,7 +10887,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11126
10887
|
type: "DISPLAY_ON_REVIEW";
|
11127
10888
|
conditional: import(".").JSONSchema;
|
11128
10889
|
})[] | undefined;
|
11129
|
-
secured?: boolean | undefined;
|
11130
10890
|
placeholder?: TranslationConfig | undefined;
|
11131
10891
|
helperText?: TranslationConfig | undefined;
|
11132
10892
|
hideLabel?: boolean | undefined;
|
@@ -11153,7 +10913,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11153
10913
|
type: "DISPLAY_ON_REVIEW";
|
11154
10914
|
conditional: import(".").JSONSchema;
|
11155
10915
|
})[] | undefined;
|
11156
|
-
secured?: boolean | undefined;
|
11157
10916
|
placeholder?: TranslationConfig | undefined;
|
11158
10917
|
helperText?: TranslationConfig | undefined;
|
11159
10918
|
hideLabel?: boolean | undefined;
|
@@ -11180,7 +10939,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11180
10939
|
type: "DISPLAY_ON_REVIEW";
|
11181
10940
|
conditional: import(".").JSONSchema;
|
11182
10941
|
})[] | undefined;
|
11183
|
-
secured?: boolean | undefined;
|
11184
10942
|
placeholder?: TranslationConfig | undefined;
|
11185
10943
|
helperText?: TranslationConfig | undefined;
|
11186
10944
|
hideLabel?: boolean | undefined;
|
@@ -11244,7 +11002,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11244
11002
|
type: "DISPLAY_ON_REVIEW";
|
11245
11003
|
conditional: import(".").JSONSchema;
|
11246
11004
|
})[] | undefined;
|
11247
|
-
secured?: boolean | undefined;
|
11248
11005
|
placeholder?: TranslationConfig | undefined;
|
11249
11006
|
helperText?: TranslationConfig | undefined;
|
11250
11007
|
hideLabel?: boolean | undefined;
|
@@ -11316,7 +11073,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11316
11073
|
type: "DISPLAY_ON_REVIEW";
|
11317
11074
|
conditional: import(".").JSONSchema;
|
11318
11075
|
})[] | undefined;
|
11319
|
-
secured?: boolean | undefined;
|
11320
11076
|
placeholder?: {
|
11321
11077
|
id: string;
|
11322
11078
|
description: string;
|
@@ -11358,7 +11114,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11358
11114
|
type: "DISPLAY_ON_REVIEW";
|
11359
11115
|
conditional: import(".").JSONSchema;
|
11360
11116
|
})[] | undefined;
|
11361
|
-
secured?: boolean | undefined;
|
11362
11117
|
placeholder?: {
|
11363
11118
|
id: string;
|
11364
11119
|
description: string;
|
@@ -11415,7 +11170,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11415
11170
|
type: "DISPLAY_ON_REVIEW";
|
11416
11171
|
conditional: import(".").JSONSchema;
|
11417
11172
|
})[] | undefined;
|
11418
|
-
secured?: boolean | undefined;
|
11419
11173
|
placeholder?: {
|
11420
11174
|
id: string;
|
11421
11175
|
description: string;
|
@@ -11472,7 +11226,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11472
11226
|
type: "DISPLAY_ON_REVIEW";
|
11473
11227
|
conditional: import(".").JSONSchema;
|
11474
11228
|
})[] | undefined;
|
11475
|
-
secured?: boolean | undefined;
|
11476
11229
|
placeholder?: {
|
11477
11230
|
id: string;
|
11478
11231
|
description: string;
|
@@ -11535,7 +11288,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11535
11288
|
type: "DISPLAY_ON_REVIEW";
|
11536
11289
|
conditional: import(".").JSONSchema;
|
11537
11290
|
})[] | undefined;
|
11538
|
-
secured?: boolean | undefined;
|
11539
11291
|
placeholder?: {
|
11540
11292
|
id: string;
|
11541
11293
|
description: string;
|
@@ -11582,7 +11334,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11582
11334
|
type: "DISPLAY_ON_REVIEW";
|
11583
11335
|
conditional: import(".").JSONSchema;
|
11584
11336
|
})[] | undefined;
|
11585
|
-
secured?: boolean | undefined;
|
11586
11337
|
placeholder?: {
|
11587
11338
|
id: string;
|
11588
11339
|
description: string;
|
@@ -11628,7 +11379,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11628
11379
|
type: "DISPLAY_ON_REVIEW";
|
11629
11380
|
conditional: import(".").JSONSchema;
|
11630
11381
|
})[] | undefined;
|
11631
|
-
secured?: boolean | undefined;
|
11632
11382
|
placeholder?: {
|
11633
11383
|
id: string;
|
11634
11384
|
description: string;
|
@@ -11678,7 +11428,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11678
11428
|
type: "DISPLAY_ON_REVIEW";
|
11679
11429
|
conditional: import(".").JSONSchema;
|
11680
11430
|
})[] | undefined;
|
11681
|
-
secured?: boolean | undefined;
|
11682
11431
|
placeholder?: {
|
11683
11432
|
id: string;
|
11684
11433
|
description: string;
|
@@ -11728,7 +11477,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11728
11477
|
type: "DISPLAY_ON_REVIEW";
|
11729
11478
|
conditional: import(".").JSONSchema;
|
11730
11479
|
})[] | undefined;
|
11731
|
-
secured?: boolean | undefined;
|
11732
11480
|
placeholder?: {
|
11733
11481
|
id: string;
|
11734
11482
|
description: string;
|
@@ -11744,6 +11492,7 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11744
11492
|
configuration?: {
|
11745
11493
|
styles?: {
|
11746
11494
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
11495
|
+
hint?: boolean | undefined;
|
11747
11496
|
} | undefined;
|
11748
11497
|
} | undefined;
|
11749
11498
|
} | {
|
@@ -11776,7 +11525,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11776
11525
|
type: "DISPLAY_ON_REVIEW";
|
11777
11526
|
conditional: import(".").JSONSchema;
|
11778
11527
|
})[] | undefined;
|
11779
|
-
secured?: boolean | undefined;
|
11780
11528
|
placeholder?: {
|
11781
11529
|
id: string;
|
11782
11530
|
description: string;
|
@@ -11819,7 +11567,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11819
11567
|
type: "DISPLAY_ON_REVIEW";
|
11820
11568
|
conditional: import(".").JSONSchema;
|
11821
11569
|
})[] | undefined;
|
11822
|
-
secured?: boolean | undefined;
|
11823
11570
|
placeholder?: {
|
11824
11571
|
id: string;
|
11825
11572
|
description: string;
|
@@ -11886,7 +11633,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11886
11633
|
type: "DISPLAY_ON_REVIEW";
|
11887
11634
|
conditional: import(".").JSONSchema;
|
11888
11635
|
})[] | undefined;
|
11889
|
-
secured?: boolean | undefined;
|
11890
11636
|
placeholder?: {
|
11891
11637
|
id: string;
|
11892
11638
|
description: string;
|
@@ -11939,7 +11685,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11939
11685
|
type: "DISPLAY_ON_REVIEW";
|
11940
11686
|
conditional: import(".").JSONSchema;
|
11941
11687
|
})[] | undefined;
|
11942
|
-
secured?: boolean | undefined;
|
11943
11688
|
placeholder?: {
|
11944
11689
|
id: string;
|
11945
11690
|
description: string;
|
@@ -11995,7 +11740,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
11995
11740
|
type: "DISPLAY_ON_REVIEW";
|
11996
11741
|
conditional: import(".").JSONSchema;
|
11997
11742
|
})[] | undefined;
|
11998
|
-
secured?: boolean | undefined;
|
11999
11743
|
placeholder?: {
|
12000
11744
|
id: string;
|
12001
11745
|
description: string;
|
@@ -12038,7 +11782,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12038
11782
|
type: "DISPLAY_ON_REVIEW";
|
12039
11783
|
conditional: import(".").JSONSchema;
|
12040
11784
|
})[] | undefined;
|
12041
|
-
secured?: boolean | undefined;
|
12042
11785
|
placeholder?: {
|
12043
11786
|
id: string;
|
12044
11787
|
description: string;
|
@@ -12066,8 +11809,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12066
11809
|
description: string;
|
12067
11810
|
defaultMessage: string;
|
12068
11811
|
} | undefined;
|
12069
|
-
includeMiddlename?: boolean | undefined;
|
12070
|
-
searchMode?: boolean | undefined;
|
12071
11812
|
} | undefined;
|
12072
11813
|
} | {
|
12073
11814
|
type: "PHONE";
|
@@ -12099,7 +11840,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12099
11840
|
type: "DISPLAY_ON_REVIEW";
|
12100
11841
|
conditional: import(".").JSONSchema;
|
12101
11842
|
})[] | undefined;
|
12102
|
-
secured?: boolean | undefined;
|
12103
11843
|
placeholder?: {
|
12104
11844
|
id: string;
|
12105
11845
|
description: string;
|
@@ -12142,7 +11882,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12142
11882
|
type: "DISPLAY_ON_REVIEW";
|
12143
11883
|
conditional: import(".").JSONSchema;
|
12144
11884
|
})[] | undefined;
|
12145
|
-
secured?: boolean | undefined;
|
12146
11885
|
placeholder?: {
|
12147
11886
|
id: string;
|
12148
11887
|
description: string;
|
@@ -12185,7 +11924,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12185
11924
|
type: "DISPLAY_ON_REVIEW";
|
12186
11925
|
conditional: import(".").JSONSchema;
|
12187
11926
|
})[] | undefined;
|
12188
|
-
secured?: boolean | undefined;
|
12189
11927
|
placeholder?: {
|
12190
11928
|
id: string;
|
12191
11929
|
description: string;
|
@@ -12228,7 +11966,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12228
11966
|
type: "DISPLAY_ON_REVIEW";
|
12229
11967
|
conditional: import(".").JSONSchema;
|
12230
11968
|
})[] | undefined;
|
12231
|
-
secured?: boolean | undefined;
|
12232
11969
|
placeholder?: {
|
12233
11970
|
id: string;
|
12234
11971
|
description: string;
|
@@ -12277,7 +12014,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12277
12014
|
type: "DISPLAY_ON_REVIEW";
|
12278
12015
|
conditional: import(".").JSONSchema;
|
12279
12016
|
})[] | undefined;
|
12280
|
-
secured?: boolean | undefined;
|
12281
12017
|
placeholder?: {
|
12282
12018
|
id: string;
|
12283
12019
|
description: string;
|
@@ -12320,7 +12056,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12320
12056
|
type: "DISPLAY_ON_REVIEW";
|
12321
12057
|
conditional: import(".").JSONSchema;
|
12322
12058
|
})[] | undefined;
|
12323
|
-
secured?: boolean | undefined;
|
12324
12059
|
placeholder?: {
|
12325
12060
|
id: string;
|
12326
12061
|
description: string;
|
@@ -12371,7 +12106,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12371
12106
|
type: "DISPLAY_ON_REVIEW";
|
12372
12107
|
conditional: import(".").JSONSchema;
|
12373
12108
|
})[] | undefined;
|
12374
|
-
secured?: boolean | undefined;
|
12375
12109
|
placeholder?: {
|
12376
12110
|
id: string;
|
12377
12111
|
description: string;
|
@@ -12423,7 +12157,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12423
12157
|
type: "DISPLAY_ON_REVIEW";
|
12424
12158
|
conditional: import(".").JSONSchema;
|
12425
12159
|
})[] | undefined;
|
12426
|
-
secured?: boolean | undefined;
|
12427
12160
|
placeholder?: {
|
12428
12161
|
id: string;
|
12429
12162
|
description: string;
|
@@ -12466,7 +12199,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12466
12199
|
type: "DISPLAY_ON_REVIEW";
|
12467
12200
|
conditional: import(".").JSONSchema;
|
12468
12201
|
})[] | undefined;
|
12469
|
-
secured?: boolean | undefined;
|
12470
12202
|
placeholder?: {
|
12471
12203
|
id: string;
|
12472
12204
|
description: string;
|
@@ -12509,7 +12241,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12509
12241
|
type: "DISPLAY_ON_REVIEW";
|
12510
12242
|
conditional: import(".").JSONSchema;
|
12511
12243
|
})[] | undefined;
|
12512
|
-
secured?: boolean | undefined;
|
12513
12244
|
placeholder?: {
|
12514
12245
|
id: string;
|
12515
12246
|
description: string;
|
@@ -12601,7 +12332,6 @@ export declare const VerificationPageConfig: z.ZodObject<z.objectUtil.extendShap
|
|
12601
12332
|
type: "DISPLAY_ON_REVIEW";
|
12602
12333
|
conditional: import(".").JSONSchema;
|
12603
12334
|
})[] | undefined;
|
12604
|
-
secured?: boolean | undefined;
|
12605
12335
|
placeholder?: {
|
12606
12336
|
id: string;
|
12607
12337
|
description: string;
|