@opencrvs/toolkit 1.8.0-rc.fb8e005 → 1.8.0-rc.fb96ec1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commons/api/router.d.ts +9779 -578
- package/dist/commons/events/ActionConfig.d.ts +0 -2856
- package/dist/commons/events/ActionDocument.d.ts +696 -696
- package/dist/commons/events/ActionInput.d.ts +600 -600
- package/dist/commons/events/ActionType.d.ts +2 -0
- package/dist/commons/events/AdvancedSearchConfig.d.ts +18 -18
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/Draft.d.ts +48 -48
- package/dist/commons/events/EventConfig.d.ts +0 -1432
- package/dist/commons/events/EventDocument.d.ts +432 -432
- package/dist/commons/events/EventIndex.d.ts +10 -10
- package/dist/commons/events/FieldConfig.d.ts +0 -179
- package/dist/commons/events/FieldTypeMapping.d.ts +16 -16
- package/dist/commons/events/FieldValue.d.ts +12 -12
- package/dist/commons/events/FormConfig.d.ts +0 -1200
- package/dist/commons/events/PageConfig.d.ts +0 -288
- package/dist/commons/events/defineConfig.d.ts +0 -308
- package/dist/commons/events/test.utils.d.ts +12 -12
- package/dist/commons/events/utils.d.ts +8 -456
- package/dist/events/index.js +40 -43
- package/package.json +1 -1
@@ -34,7 +34,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
34
34
|
type: "DISPLAY_ON_REVIEW";
|
35
35
|
conditional: import(".").JSONSchema;
|
36
36
|
})[] | undefined;
|
37
|
-
secured?: boolean | undefined;
|
38
37
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
39
38
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
40
39
|
hideLabel?: boolean | undefined;
|
@@ -60,7 +59,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
60
59
|
type: "DISPLAY_ON_REVIEW";
|
61
60
|
conditional: import(".").JSONSchema;
|
62
61
|
})[] | undefined;
|
63
|
-
secured?: boolean | undefined;
|
64
62
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
65
63
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
66
64
|
hideLabel?: boolean | undefined;
|
@@ -93,7 +91,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
93
91
|
type: "DISPLAY_ON_REVIEW";
|
94
92
|
conditional: import(".").JSONSchema;
|
95
93
|
})[] | undefined;
|
96
|
-
secured?: boolean | undefined;
|
97
94
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
98
95
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
99
96
|
hideLabel?: boolean | undefined;
|
@@ -126,7 +123,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
126
123
|
type: "DISPLAY_ON_REVIEW";
|
127
124
|
conditional: import(".").JSONSchema;
|
128
125
|
})[] | undefined;
|
129
|
-
secured?: boolean | undefined;
|
130
126
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
131
127
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
132
128
|
hideLabel?: boolean | undefined;
|
@@ -165,7 +161,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
165
161
|
type: "DISPLAY_ON_REVIEW";
|
166
162
|
conditional: import(".").JSONSchema;
|
167
163
|
})[] | undefined;
|
168
|
-
secured?: boolean | undefined;
|
169
164
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
170
165
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
171
166
|
hideLabel?: boolean | undefined;
|
@@ -192,7 +187,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
192
187
|
type: "DISPLAY_ON_REVIEW";
|
193
188
|
conditional: import(".").JSONSchema;
|
194
189
|
})[] | undefined;
|
195
|
-
secured?: boolean | undefined;
|
196
190
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
197
191
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
198
192
|
hideLabel?: boolean | undefined;
|
@@ -222,7 +216,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
222
216
|
type: "DISPLAY_ON_REVIEW";
|
223
217
|
conditional: import(".").JSONSchema;
|
224
218
|
})[] | undefined;
|
225
|
-
secured?: boolean | undefined;
|
226
219
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
227
220
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
228
221
|
hideLabel?: boolean | undefined;
|
@@ -252,7 +245,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
252
245
|
type: "DISPLAY_ON_REVIEW";
|
253
246
|
conditional: import(".").JSONSchema;
|
254
247
|
})[] | undefined;
|
255
|
-
secured?: boolean | undefined;
|
256
248
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
257
249
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
258
250
|
hideLabel?: boolean | undefined;
|
@@ -287,7 +279,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
287
279
|
type: "DISPLAY_ON_REVIEW";
|
288
280
|
conditional: import(".").JSONSchema;
|
289
281
|
})[] | undefined;
|
290
|
-
secured?: boolean | undefined;
|
291
282
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
292
283
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
293
284
|
hideLabel?: boolean | undefined;
|
@@ -314,7 +305,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
314
305
|
type: "DISPLAY_ON_REVIEW";
|
315
306
|
conditional: import(".").JSONSchema;
|
316
307
|
})[] | undefined;
|
317
|
-
secured?: boolean | undefined;
|
318
308
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
319
309
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
320
310
|
hideLabel?: boolean | undefined;
|
@@ -349,7 +339,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
349
339
|
type: "DISPLAY_ON_REVIEW";
|
350
340
|
conditional: import(".").JSONSchema;
|
351
341
|
})[] | undefined;
|
352
|
-
secured?: boolean | undefined;
|
353
342
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
354
343
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
355
344
|
hideLabel?: boolean | undefined;
|
@@ -384,7 +373,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
384
373
|
type: "DISPLAY_ON_REVIEW";
|
385
374
|
conditional: import(".").JSONSchema;
|
386
375
|
})[] | undefined;
|
387
|
-
secured?: boolean | undefined;
|
388
376
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
389
377
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
390
378
|
hideLabel?: boolean | undefined;
|
@@ -422,7 +410,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
422
410
|
type: "DISPLAY_ON_REVIEW";
|
423
411
|
conditional: import(".").JSONSchema;
|
424
412
|
})[] | undefined;
|
425
|
-
secured?: boolean | undefined;
|
426
413
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
427
414
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
428
415
|
hideLabel?: boolean | undefined;
|
@@ -453,7 +440,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
453
440
|
type: "DISPLAY_ON_REVIEW";
|
454
441
|
conditional: import(".").JSONSchema;
|
455
442
|
})[] | undefined;
|
456
|
-
secured?: boolean | undefined;
|
457
443
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
458
444
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
459
445
|
hideLabel?: boolean | undefined;
|
@@ -480,7 +466,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
480
466
|
type: "DISPLAY_ON_REVIEW";
|
481
467
|
conditional: import(".").JSONSchema;
|
482
468
|
})[] | undefined;
|
483
|
-
secured?: boolean | undefined;
|
484
469
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
485
470
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
486
471
|
hideLabel?: boolean | undefined;
|
@@ -492,8 +477,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
492
477
|
maxLength?: number | undefined;
|
493
478
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
494
479
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
495
|
-
includeMiddlename?: boolean | undefined;
|
496
|
-
searchMode?: boolean | undefined;
|
497
480
|
} | undefined;
|
498
481
|
} | {
|
499
482
|
type: "PHONE";
|
@@ -517,7 +500,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
517
500
|
type: "DISPLAY_ON_REVIEW";
|
518
501
|
conditional: import(".").JSONSchema;
|
519
502
|
})[] | undefined;
|
520
|
-
secured?: boolean | undefined;
|
521
503
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
522
504
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
523
505
|
hideLabel?: boolean | undefined;
|
@@ -544,7 +526,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
544
526
|
type: "DISPLAY_ON_REVIEW";
|
545
527
|
conditional: import(".").JSONSchema;
|
546
528
|
})[] | undefined;
|
547
|
-
secured?: boolean | undefined;
|
548
529
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
549
530
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
550
531
|
hideLabel?: boolean | undefined;
|
@@ -571,7 +552,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
571
552
|
type: "DISPLAY_ON_REVIEW";
|
572
553
|
conditional: import(".").JSONSchema;
|
573
554
|
})[] | undefined;
|
574
|
-
secured?: boolean | undefined;
|
575
555
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
576
556
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
577
557
|
hideLabel?: boolean | undefined;
|
@@ -598,7 +578,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
598
578
|
type: "DISPLAY_ON_REVIEW";
|
599
579
|
conditional: import(".").JSONSchema;
|
600
580
|
})[] | undefined;
|
601
|
-
secured?: boolean | undefined;
|
602
581
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
603
582
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
604
583
|
hideLabel?: boolean | undefined;
|
@@ -631,7 +610,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
631
610
|
type: "DISPLAY_ON_REVIEW";
|
632
611
|
conditional: import(".").JSONSchema;
|
633
612
|
})[] | undefined;
|
634
|
-
secured?: boolean | undefined;
|
635
613
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
636
614
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
637
615
|
hideLabel?: boolean | undefined;
|
@@ -658,7 +636,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
658
636
|
type: "DISPLAY_ON_REVIEW";
|
659
637
|
conditional: import(".").JSONSchema;
|
660
638
|
})[] | undefined;
|
661
|
-
secured?: boolean | undefined;
|
662
639
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
663
640
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
664
641
|
hideLabel?: boolean | undefined;
|
@@ -693,7 +670,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
693
670
|
type: "DISPLAY_ON_REVIEW";
|
694
671
|
conditional: import(".").JSONSchema;
|
695
672
|
})[] | undefined;
|
696
|
-
secured?: boolean | undefined;
|
697
673
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
698
674
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
699
675
|
hideLabel?: boolean | undefined;
|
@@ -725,7 +701,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
725
701
|
type: "DISPLAY_ON_REVIEW";
|
726
702
|
conditional: import(".").JSONSchema;
|
727
703
|
})[] | undefined;
|
728
|
-
secured?: boolean | undefined;
|
729
704
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
730
705
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
731
706
|
hideLabel?: boolean | undefined;
|
@@ -752,7 +727,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
752
727
|
type: "DISPLAY_ON_REVIEW";
|
753
728
|
conditional: import(".").JSONSchema;
|
754
729
|
})[] | undefined;
|
755
|
-
secured?: boolean | undefined;
|
756
730
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
757
731
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
758
732
|
hideLabel?: boolean | undefined;
|
@@ -779,7 +753,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
779
753
|
type: "DISPLAY_ON_REVIEW";
|
780
754
|
conditional: import(".").JSONSchema;
|
781
755
|
})[] | undefined;
|
782
|
-
secured?: boolean | undefined;
|
783
756
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
784
757
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
785
758
|
hideLabel?: boolean | undefined;
|
@@ -843,7 +816,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
843
816
|
type: "DISPLAY_ON_REVIEW";
|
844
817
|
conditional: import(".").JSONSchema;
|
845
818
|
})[] | undefined;
|
846
|
-
secured?: boolean | undefined;
|
847
819
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
848
820
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
849
821
|
hideLabel?: boolean | undefined;
|
@@ -885,7 +857,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
885
857
|
type: "DISPLAY_ON_REVIEW";
|
886
858
|
conditional: import(".").JSONSchema;
|
887
859
|
})[] | undefined;
|
888
|
-
secured?: boolean | undefined;
|
889
860
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
890
861
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
891
862
|
hideLabel?: boolean | undefined;
|
@@ -911,7 +882,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
911
882
|
type: "DISPLAY_ON_REVIEW";
|
912
883
|
conditional: import(".").JSONSchema;
|
913
884
|
})[] | undefined;
|
914
|
-
secured?: boolean | undefined;
|
915
885
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
916
886
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
917
887
|
hideLabel?: boolean | undefined;
|
@@ -944,7 +914,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
944
914
|
type: "DISPLAY_ON_REVIEW";
|
945
915
|
conditional: import(".").JSONSchema;
|
946
916
|
})[] | undefined;
|
947
|
-
secured?: boolean | undefined;
|
948
917
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
949
918
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
950
919
|
hideLabel?: boolean | undefined;
|
@@ -977,7 +946,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
977
946
|
type: "DISPLAY_ON_REVIEW";
|
978
947
|
conditional: import(".").JSONSchema;
|
979
948
|
})[] | undefined;
|
980
|
-
secured?: boolean | undefined;
|
981
949
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
982
950
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
983
951
|
hideLabel?: boolean | undefined;
|
@@ -1016,7 +984,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1016
984
|
type: "DISPLAY_ON_REVIEW";
|
1017
985
|
conditional: import(".").JSONSchema;
|
1018
986
|
})[] | undefined;
|
1019
|
-
secured?: boolean | undefined;
|
1020
987
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1021
988
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1022
989
|
hideLabel?: boolean | undefined;
|
@@ -1043,7 +1010,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1043
1010
|
type: "DISPLAY_ON_REVIEW";
|
1044
1011
|
conditional: import(".").JSONSchema;
|
1045
1012
|
})[] | undefined;
|
1046
|
-
secured?: boolean | undefined;
|
1047
1013
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1048
1014
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1049
1015
|
hideLabel?: boolean | undefined;
|
@@ -1073,7 +1039,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1073
1039
|
type: "DISPLAY_ON_REVIEW";
|
1074
1040
|
conditional: import(".").JSONSchema;
|
1075
1041
|
})[] | undefined;
|
1076
|
-
secured?: boolean | undefined;
|
1077
1042
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1078
1043
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1079
1044
|
hideLabel?: boolean | undefined;
|
@@ -1103,7 +1068,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1103
1068
|
type: "DISPLAY_ON_REVIEW";
|
1104
1069
|
conditional: import(".").JSONSchema;
|
1105
1070
|
})[] | undefined;
|
1106
|
-
secured?: boolean | undefined;
|
1107
1071
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1108
1072
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1109
1073
|
hideLabel?: boolean | undefined;
|
@@ -1138,7 +1102,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1138
1102
|
type: "DISPLAY_ON_REVIEW";
|
1139
1103
|
conditional: import(".").JSONSchema;
|
1140
1104
|
})[] | undefined;
|
1141
|
-
secured?: boolean | undefined;
|
1142
1105
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1143
1106
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1144
1107
|
hideLabel?: boolean | undefined;
|
@@ -1165,7 +1128,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1165
1128
|
type: "DISPLAY_ON_REVIEW";
|
1166
1129
|
conditional: import(".").JSONSchema;
|
1167
1130
|
})[] | undefined;
|
1168
|
-
secured?: boolean | undefined;
|
1169
1131
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1170
1132
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1171
1133
|
hideLabel?: boolean | undefined;
|
@@ -1200,7 +1162,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1200
1162
|
type: "DISPLAY_ON_REVIEW";
|
1201
1163
|
conditional: import(".").JSONSchema;
|
1202
1164
|
})[] | undefined;
|
1203
|
-
secured?: boolean | undefined;
|
1204
1165
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1205
1166
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1206
1167
|
hideLabel?: boolean | undefined;
|
@@ -1235,7 +1196,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1235
1196
|
type: "DISPLAY_ON_REVIEW";
|
1236
1197
|
conditional: import(".").JSONSchema;
|
1237
1198
|
})[] | undefined;
|
1238
|
-
secured?: boolean | undefined;
|
1239
1199
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1240
1200
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1241
1201
|
hideLabel?: boolean | undefined;
|
@@ -1273,7 +1233,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1273
1233
|
type: "DISPLAY_ON_REVIEW";
|
1274
1234
|
conditional: import(".").JSONSchema;
|
1275
1235
|
})[] | undefined;
|
1276
|
-
secured?: boolean | undefined;
|
1277
1236
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1278
1237
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1279
1238
|
hideLabel?: boolean | undefined;
|
@@ -1304,7 +1263,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1304
1263
|
type: "DISPLAY_ON_REVIEW";
|
1305
1264
|
conditional: import(".").JSONSchema;
|
1306
1265
|
})[] | undefined;
|
1307
|
-
secured?: boolean | undefined;
|
1308
1266
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1309
1267
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1310
1268
|
hideLabel?: boolean | undefined;
|
@@ -1331,7 +1289,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1331
1289
|
type: "DISPLAY_ON_REVIEW";
|
1332
1290
|
conditional: import(".").JSONSchema;
|
1333
1291
|
})[] | undefined;
|
1334
|
-
secured?: boolean | undefined;
|
1335
1292
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1336
1293
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1337
1294
|
hideLabel?: boolean | undefined;
|
@@ -1343,8 +1300,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1343
1300
|
maxLength?: number | undefined;
|
1344
1301
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
1345
1302
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
1346
|
-
includeMiddlename?: boolean | undefined;
|
1347
|
-
searchMode?: boolean | undefined;
|
1348
1303
|
} | undefined;
|
1349
1304
|
} | {
|
1350
1305
|
type: "PHONE";
|
@@ -1368,7 +1323,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1368
1323
|
type: "DISPLAY_ON_REVIEW";
|
1369
1324
|
conditional: import(".").JSONSchema;
|
1370
1325
|
})[] | undefined;
|
1371
|
-
secured?: boolean | undefined;
|
1372
1326
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1373
1327
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1374
1328
|
hideLabel?: boolean | undefined;
|
@@ -1395,7 +1349,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1395
1349
|
type: "DISPLAY_ON_REVIEW";
|
1396
1350
|
conditional: import(".").JSONSchema;
|
1397
1351
|
})[] | undefined;
|
1398
|
-
secured?: boolean | undefined;
|
1399
1352
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1400
1353
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1401
1354
|
hideLabel?: boolean | undefined;
|
@@ -1422,7 +1375,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1422
1375
|
type: "DISPLAY_ON_REVIEW";
|
1423
1376
|
conditional: import(".").JSONSchema;
|
1424
1377
|
})[] | undefined;
|
1425
|
-
secured?: boolean | undefined;
|
1426
1378
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1427
1379
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1428
1380
|
hideLabel?: boolean | undefined;
|
@@ -1449,7 +1401,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1449
1401
|
type: "DISPLAY_ON_REVIEW";
|
1450
1402
|
conditional: import(".").JSONSchema;
|
1451
1403
|
})[] | undefined;
|
1452
|
-
secured?: boolean | undefined;
|
1453
1404
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1454
1405
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1455
1406
|
hideLabel?: boolean | undefined;
|
@@ -1482,7 +1433,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1482
1433
|
type: "DISPLAY_ON_REVIEW";
|
1483
1434
|
conditional: import(".").JSONSchema;
|
1484
1435
|
})[] | undefined;
|
1485
|
-
secured?: boolean | undefined;
|
1486
1436
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1487
1437
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1488
1438
|
hideLabel?: boolean | undefined;
|
@@ -1509,7 +1459,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1509
1459
|
type: "DISPLAY_ON_REVIEW";
|
1510
1460
|
conditional: import(".").JSONSchema;
|
1511
1461
|
})[] | undefined;
|
1512
|
-
secured?: boolean | undefined;
|
1513
1462
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1514
1463
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1515
1464
|
hideLabel?: boolean | undefined;
|
@@ -1544,7 +1493,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1544
1493
|
type: "DISPLAY_ON_REVIEW";
|
1545
1494
|
conditional: import(".").JSONSchema;
|
1546
1495
|
})[] | undefined;
|
1547
|
-
secured?: boolean | undefined;
|
1548
1496
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1549
1497
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1550
1498
|
hideLabel?: boolean | undefined;
|
@@ -1576,7 +1524,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1576
1524
|
type: "DISPLAY_ON_REVIEW";
|
1577
1525
|
conditional: import(".").JSONSchema;
|
1578
1526
|
})[] | undefined;
|
1579
|
-
secured?: boolean | undefined;
|
1580
1527
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1581
1528
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1582
1529
|
hideLabel?: boolean | undefined;
|
@@ -1603,7 +1550,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1603
1550
|
type: "DISPLAY_ON_REVIEW";
|
1604
1551
|
conditional: import(".").JSONSchema;
|
1605
1552
|
})[] | undefined;
|
1606
|
-
secured?: boolean | undefined;
|
1607
1553
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1608
1554
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1609
1555
|
hideLabel?: boolean | undefined;
|
@@ -1630,7 +1576,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1630
1576
|
type: "DISPLAY_ON_REVIEW";
|
1631
1577
|
conditional: import(".").JSONSchema;
|
1632
1578
|
})[] | undefined;
|
1633
|
-
secured?: boolean | undefined;
|
1634
1579
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1635
1580
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1636
1581
|
hideLabel?: boolean | undefined;
|
@@ -1694,7 +1639,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1694
1639
|
type: "DISPLAY_ON_REVIEW";
|
1695
1640
|
conditional: import(".").JSONSchema;
|
1696
1641
|
})[] | undefined;
|
1697
|
-
secured?: boolean | undefined;
|
1698
1642
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1699
1643
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1700
1644
|
hideLabel?: boolean | undefined;
|
@@ -1735,7 +1679,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1735
1679
|
type: "DISPLAY_ON_REVIEW";
|
1736
1680
|
conditional: import(".").JSONSchema;
|
1737
1681
|
})[] | undefined;
|
1738
|
-
secured?: boolean | undefined;
|
1739
1682
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1740
1683
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1741
1684
|
hideLabel?: boolean | undefined;
|
@@ -1761,7 +1704,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1761
1704
|
type: "DISPLAY_ON_REVIEW";
|
1762
1705
|
conditional: import(".").JSONSchema;
|
1763
1706
|
})[] | undefined;
|
1764
|
-
secured?: boolean | undefined;
|
1765
1707
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1766
1708
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1767
1709
|
hideLabel?: boolean | undefined;
|
@@ -1794,7 +1736,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1794
1736
|
type: "DISPLAY_ON_REVIEW";
|
1795
1737
|
conditional: import(".").JSONSchema;
|
1796
1738
|
})[] | undefined;
|
1797
|
-
secured?: boolean | undefined;
|
1798
1739
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1799
1740
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1800
1741
|
hideLabel?: boolean | undefined;
|
@@ -1827,7 +1768,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1827
1768
|
type: "DISPLAY_ON_REVIEW";
|
1828
1769
|
conditional: import(".").JSONSchema;
|
1829
1770
|
})[] | undefined;
|
1830
|
-
secured?: boolean | undefined;
|
1831
1771
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1832
1772
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1833
1773
|
hideLabel?: boolean | undefined;
|
@@ -1866,7 +1806,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1866
1806
|
type: "DISPLAY_ON_REVIEW";
|
1867
1807
|
conditional: import(".").JSONSchema;
|
1868
1808
|
})[] | undefined;
|
1869
|
-
secured?: boolean | undefined;
|
1870
1809
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1871
1810
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1872
1811
|
hideLabel?: boolean | undefined;
|
@@ -1893,7 +1832,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1893
1832
|
type: "DISPLAY_ON_REVIEW";
|
1894
1833
|
conditional: import(".").JSONSchema;
|
1895
1834
|
})[] | undefined;
|
1896
|
-
secured?: boolean | undefined;
|
1897
1835
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1898
1836
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1899
1837
|
hideLabel?: boolean | undefined;
|
@@ -1923,7 +1861,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1923
1861
|
type: "DISPLAY_ON_REVIEW";
|
1924
1862
|
conditional: import(".").JSONSchema;
|
1925
1863
|
})[] | undefined;
|
1926
|
-
secured?: boolean | undefined;
|
1927
1864
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1928
1865
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1929
1866
|
hideLabel?: boolean | undefined;
|
@@ -1953,7 +1890,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1953
1890
|
type: "DISPLAY_ON_REVIEW";
|
1954
1891
|
conditional: import(".").JSONSchema;
|
1955
1892
|
})[] | undefined;
|
1956
|
-
secured?: boolean | undefined;
|
1957
1893
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1958
1894
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1959
1895
|
hideLabel?: boolean | undefined;
|
@@ -1988,7 +1924,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1988
1924
|
type: "DISPLAY_ON_REVIEW";
|
1989
1925
|
conditional: import(".").JSONSchema;
|
1990
1926
|
})[] | undefined;
|
1991
|
-
secured?: boolean | undefined;
|
1992
1927
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1993
1928
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1994
1929
|
hideLabel?: boolean | undefined;
|
@@ -2015,7 +1950,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2015
1950
|
type: "DISPLAY_ON_REVIEW";
|
2016
1951
|
conditional: import(".").JSONSchema;
|
2017
1952
|
})[] | undefined;
|
2018
|
-
secured?: boolean | undefined;
|
2019
1953
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2020
1954
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2021
1955
|
hideLabel?: boolean | undefined;
|
@@ -2050,7 +1984,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2050
1984
|
type: "DISPLAY_ON_REVIEW";
|
2051
1985
|
conditional: import(".").JSONSchema;
|
2052
1986
|
})[] | undefined;
|
2053
|
-
secured?: boolean | undefined;
|
2054
1987
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2055
1988
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2056
1989
|
hideLabel?: boolean | undefined;
|
@@ -2085,7 +2018,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2085
2018
|
type: "DISPLAY_ON_REVIEW";
|
2086
2019
|
conditional: import(".").JSONSchema;
|
2087
2020
|
})[] | undefined;
|
2088
|
-
secured?: boolean | undefined;
|
2089
2021
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2090
2022
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2091
2023
|
hideLabel?: boolean | undefined;
|
@@ -2123,7 +2055,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2123
2055
|
type: "DISPLAY_ON_REVIEW";
|
2124
2056
|
conditional: import(".").JSONSchema;
|
2125
2057
|
})[] | undefined;
|
2126
|
-
secured?: boolean | undefined;
|
2127
2058
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2128
2059
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2129
2060
|
hideLabel?: boolean | undefined;
|
@@ -2154,7 +2085,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2154
2085
|
type: "DISPLAY_ON_REVIEW";
|
2155
2086
|
conditional: import(".").JSONSchema;
|
2156
2087
|
})[] | undefined;
|
2157
|
-
secured?: boolean | undefined;
|
2158
2088
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2159
2089
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2160
2090
|
hideLabel?: boolean | undefined;
|
@@ -2181,7 +2111,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2181
2111
|
type: "DISPLAY_ON_REVIEW";
|
2182
2112
|
conditional: import(".").JSONSchema;
|
2183
2113
|
})[] | undefined;
|
2184
|
-
secured?: boolean | undefined;
|
2185
2114
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2186
2115
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2187
2116
|
hideLabel?: boolean | undefined;
|
@@ -2193,8 +2122,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2193
2122
|
maxLength?: number | undefined;
|
2194
2123
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
2195
2124
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
2196
|
-
includeMiddlename?: boolean | undefined;
|
2197
|
-
searchMode?: boolean | undefined;
|
2198
2125
|
} | undefined;
|
2199
2126
|
} | {
|
2200
2127
|
type: "PHONE";
|
@@ -2218,7 +2145,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2218
2145
|
type: "DISPLAY_ON_REVIEW";
|
2219
2146
|
conditional: import(".").JSONSchema;
|
2220
2147
|
})[] | undefined;
|
2221
|
-
secured?: boolean | undefined;
|
2222
2148
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2223
2149
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2224
2150
|
hideLabel?: boolean | undefined;
|
@@ -2245,7 +2171,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2245
2171
|
type: "DISPLAY_ON_REVIEW";
|
2246
2172
|
conditional: import(".").JSONSchema;
|
2247
2173
|
})[] | undefined;
|
2248
|
-
secured?: boolean | undefined;
|
2249
2174
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2250
2175
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2251
2176
|
hideLabel?: boolean | undefined;
|
@@ -2272,7 +2197,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2272
2197
|
type: "DISPLAY_ON_REVIEW";
|
2273
2198
|
conditional: import(".").JSONSchema;
|
2274
2199
|
})[] | undefined;
|
2275
|
-
secured?: boolean | undefined;
|
2276
2200
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2277
2201
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2278
2202
|
hideLabel?: boolean | undefined;
|
@@ -2299,7 +2223,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2299
2223
|
type: "DISPLAY_ON_REVIEW";
|
2300
2224
|
conditional: import(".").JSONSchema;
|
2301
2225
|
})[] | undefined;
|
2302
|
-
secured?: boolean | undefined;
|
2303
2226
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2304
2227
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2305
2228
|
hideLabel?: boolean | undefined;
|
@@ -2332,7 +2255,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2332
2255
|
type: "DISPLAY_ON_REVIEW";
|
2333
2256
|
conditional: import(".").JSONSchema;
|
2334
2257
|
})[] | undefined;
|
2335
|
-
secured?: boolean | undefined;
|
2336
2258
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2337
2259
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2338
2260
|
hideLabel?: boolean | undefined;
|
@@ -2359,7 +2281,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2359
2281
|
type: "DISPLAY_ON_REVIEW";
|
2360
2282
|
conditional: import(".").JSONSchema;
|
2361
2283
|
})[] | undefined;
|
2362
|
-
secured?: boolean | undefined;
|
2363
2284
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2364
2285
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2365
2286
|
hideLabel?: boolean | undefined;
|
@@ -2394,7 +2315,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2394
2315
|
type: "DISPLAY_ON_REVIEW";
|
2395
2316
|
conditional: import(".").JSONSchema;
|
2396
2317
|
})[] | undefined;
|
2397
|
-
secured?: boolean | undefined;
|
2398
2318
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2399
2319
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2400
2320
|
hideLabel?: boolean | undefined;
|
@@ -2426,7 +2346,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2426
2346
|
type: "DISPLAY_ON_REVIEW";
|
2427
2347
|
conditional: import(".").JSONSchema;
|
2428
2348
|
})[] | undefined;
|
2429
|
-
secured?: boolean | undefined;
|
2430
2349
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2431
2350
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2432
2351
|
hideLabel?: boolean | undefined;
|
@@ -2453,7 +2372,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2453
2372
|
type: "DISPLAY_ON_REVIEW";
|
2454
2373
|
conditional: import(".").JSONSchema;
|
2455
2374
|
})[] | undefined;
|
2456
|
-
secured?: boolean | undefined;
|
2457
2375
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2458
2376
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2459
2377
|
hideLabel?: boolean | undefined;
|
@@ -2480,7 +2398,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2480
2398
|
type: "DISPLAY_ON_REVIEW";
|
2481
2399
|
conditional: import(".").JSONSchema;
|
2482
2400
|
})[] | undefined;
|
2483
|
-
secured?: boolean | undefined;
|
2484
2401
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2485
2402
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2486
2403
|
hideLabel?: boolean | undefined;
|
@@ -2544,7 +2461,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2544
2461
|
type: "DISPLAY_ON_REVIEW";
|
2545
2462
|
conditional: import(".").JSONSchema;
|
2546
2463
|
})[] | undefined;
|
2547
|
-
secured?: boolean | undefined;
|
2548
2464
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2549
2465
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2550
2466
|
hideLabel?: boolean | undefined;
|
@@ -2585,7 +2501,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2585
2501
|
type: "DISPLAY_ON_REVIEW";
|
2586
2502
|
conditional: import(".").JSONSchema;
|
2587
2503
|
})[] | undefined;
|
2588
|
-
secured?: boolean | undefined;
|
2589
2504
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2590
2505
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2591
2506
|
hideLabel?: boolean | undefined;
|
@@ -2611,7 +2526,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2611
2526
|
type: "DISPLAY_ON_REVIEW";
|
2612
2527
|
conditional: import(".").JSONSchema;
|
2613
2528
|
})[] | undefined;
|
2614
|
-
secured?: boolean | undefined;
|
2615
2529
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2616
2530
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2617
2531
|
hideLabel?: boolean | undefined;
|
@@ -2644,7 +2558,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2644
2558
|
type: "DISPLAY_ON_REVIEW";
|
2645
2559
|
conditional: import(".").JSONSchema;
|
2646
2560
|
})[] | undefined;
|
2647
|
-
secured?: boolean | undefined;
|
2648
2561
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2649
2562
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2650
2563
|
hideLabel?: boolean | undefined;
|
@@ -2677,7 +2590,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2677
2590
|
type: "DISPLAY_ON_REVIEW";
|
2678
2591
|
conditional: import(".").JSONSchema;
|
2679
2592
|
})[] | undefined;
|
2680
|
-
secured?: boolean | undefined;
|
2681
2593
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2682
2594
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2683
2595
|
hideLabel?: boolean | undefined;
|
@@ -2716,7 +2628,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2716
2628
|
type: "DISPLAY_ON_REVIEW";
|
2717
2629
|
conditional: import(".").JSONSchema;
|
2718
2630
|
})[] | undefined;
|
2719
|
-
secured?: boolean | undefined;
|
2720
2631
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2721
2632
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2722
2633
|
hideLabel?: boolean | undefined;
|
@@ -2743,7 +2654,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2743
2654
|
type: "DISPLAY_ON_REVIEW";
|
2744
2655
|
conditional: import(".").JSONSchema;
|
2745
2656
|
})[] | undefined;
|
2746
|
-
secured?: boolean | undefined;
|
2747
2657
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2748
2658
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2749
2659
|
hideLabel?: boolean | undefined;
|
@@ -2773,7 +2683,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2773
2683
|
type: "DISPLAY_ON_REVIEW";
|
2774
2684
|
conditional: import(".").JSONSchema;
|
2775
2685
|
})[] | undefined;
|
2776
|
-
secured?: boolean | undefined;
|
2777
2686
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2778
2687
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2779
2688
|
hideLabel?: boolean | undefined;
|
@@ -2803,7 +2712,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2803
2712
|
type: "DISPLAY_ON_REVIEW";
|
2804
2713
|
conditional: import(".").JSONSchema;
|
2805
2714
|
})[] | undefined;
|
2806
|
-
secured?: boolean | undefined;
|
2807
2715
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2808
2716
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2809
2717
|
hideLabel?: boolean | undefined;
|
@@ -2838,7 +2746,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2838
2746
|
type: "DISPLAY_ON_REVIEW";
|
2839
2747
|
conditional: import(".").JSONSchema;
|
2840
2748
|
})[] | undefined;
|
2841
|
-
secured?: boolean | undefined;
|
2842
2749
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2843
2750
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2844
2751
|
hideLabel?: boolean | undefined;
|
@@ -2865,7 +2772,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2865
2772
|
type: "DISPLAY_ON_REVIEW";
|
2866
2773
|
conditional: import(".").JSONSchema;
|
2867
2774
|
})[] | undefined;
|
2868
|
-
secured?: boolean | undefined;
|
2869
2775
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2870
2776
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2871
2777
|
hideLabel?: boolean | undefined;
|
@@ -2900,7 +2806,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2900
2806
|
type: "DISPLAY_ON_REVIEW";
|
2901
2807
|
conditional: import(".").JSONSchema;
|
2902
2808
|
})[] | undefined;
|
2903
|
-
secured?: boolean | undefined;
|
2904
2809
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2905
2810
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2906
2811
|
hideLabel?: boolean | undefined;
|
@@ -2935,7 +2840,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2935
2840
|
type: "DISPLAY_ON_REVIEW";
|
2936
2841
|
conditional: import(".").JSONSchema;
|
2937
2842
|
})[] | undefined;
|
2938
|
-
secured?: boolean | undefined;
|
2939
2843
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2940
2844
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2941
2845
|
hideLabel?: boolean | undefined;
|
@@ -2973,7 +2877,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2973
2877
|
type: "DISPLAY_ON_REVIEW";
|
2974
2878
|
conditional: import(".").JSONSchema;
|
2975
2879
|
})[] | undefined;
|
2976
|
-
secured?: boolean | undefined;
|
2977
2880
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2978
2881
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2979
2882
|
hideLabel?: boolean | undefined;
|
@@ -3004,7 +2907,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3004
2907
|
type: "DISPLAY_ON_REVIEW";
|
3005
2908
|
conditional: import(".").JSONSchema;
|
3006
2909
|
})[] | undefined;
|
3007
|
-
secured?: boolean | undefined;
|
3008
2910
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3009
2911
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3010
2912
|
hideLabel?: boolean | undefined;
|
@@ -3031,7 +2933,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3031
2933
|
type: "DISPLAY_ON_REVIEW";
|
3032
2934
|
conditional: import(".").JSONSchema;
|
3033
2935
|
})[] | undefined;
|
3034
|
-
secured?: boolean | undefined;
|
3035
2936
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3036
2937
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3037
2938
|
hideLabel?: boolean | undefined;
|
@@ -3043,8 +2944,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3043
2944
|
maxLength?: number | undefined;
|
3044
2945
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3045
2946
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3046
|
-
includeMiddlename?: boolean | undefined;
|
3047
|
-
searchMode?: boolean | undefined;
|
3048
2947
|
} | undefined;
|
3049
2948
|
} | {
|
3050
2949
|
type: "PHONE";
|
@@ -3068,7 +2967,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3068
2967
|
type: "DISPLAY_ON_REVIEW";
|
3069
2968
|
conditional: import(".").JSONSchema;
|
3070
2969
|
})[] | undefined;
|
3071
|
-
secured?: boolean | undefined;
|
3072
2970
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3073
2971
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3074
2972
|
hideLabel?: boolean | undefined;
|
@@ -3095,7 +2993,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3095
2993
|
type: "DISPLAY_ON_REVIEW";
|
3096
2994
|
conditional: import(".").JSONSchema;
|
3097
2995
|
})[] | undefined;
|
3098
|
-
secured?: boolean | undefined;
|
3099
2996
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3100
2997
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3101
2998
|
hideLabel?: boolean | undefined;
|
@@ -3122,7 +3019,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3122
3019
|
type: "DISPLAY_ON_REVIEW";
|
3123
3020
|
conditional: import(".").JSONSchema;
|
3124
3021
|
})[] | undefined;
|
3125
|
-
secured?: boolean | undefined;
|
3126
3022
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3127
3023
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3128
3024
|
hideLabel?: boolean | undefined;
|
@@ -3149,7 +3045,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3149
3045
|
type: "DISPLAY_ON_REVIEW";
|
3150
3046
|
conditional: import(".").JSONSchema;
|
3151
3047
|
})[] | undefined;
|
3152
|
-
secured?: boolean | undefined;
|
3153
3048
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3154
3049
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3155
3050
|
hideLabel?: boolean | undefined;
|
@@ -3182,7 +3077,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3182
3077
|
type: "DISPLAY_ON_REVIEW";
|
3183
3078
|
conditional: import(".").JSONSchema;
|
3184
3079
|
})[] | undefined;
|
3185
|
-
secured?: boolean | undefined;
|
3186
3080
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3187
3081
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3188
3082
|
hideLabel?: boolean | undefined;
|
@@ -3209,7 +3103,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3209
3103
|
type: "DISPLAY_ON_REVIEW";
|
3210
3104
|
conditional: import(".").JSONSchema;
|
3211
3105
|
})[] | undefined;
|
3212
|
-
secured?: boolean | undefined;
|
3213
3106
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3214
3107
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3215
3108
|
hideLabel?: boolean | undefined;
|
@@ -3244,7 +3137,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3244
3137
|
type: "DISPLAY_ON_REVIEW";
|
3245
3138
|
conditional: import(".").JSONSchema;
|
3246
3139
|
})[] | undefined;
|
3247
|
-
secured?: boolean | undefined;
|
3248
3140
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3249
3141
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3250
3142
|
hideLabel?: boolean | undefined;
|
@@ -3276,7 +3168,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3276
3168
|
type: "DISPLAY_ON_REVIEW";
|
3277
3169
|
conditional: import(".").JSONSchema;
|
3278
3170
|
})[] | undefined;
|
3279
|
-
secured?: boolean | undefined;
|
3280
3171
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3281
3172
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3282
3173
|
hideLabel?: boolean | undefined;
|
@@ -3303,7 +3194,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3303
3194
|
type: "DISPLAY_ON_REVIEW";
|
3304
3195
|
conditional: import(".").JSONSchema;
|
3305
3196
|
})[] | undefined;
|
3306
|
-
secured?: boolean | undefined;
|
3307
3197
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3308
3198
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3309
3199
|
hideLabel?: boolean | undefined;
|
@@ -3330,7 +3220,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3330
3220
|
type: "DISPLAY_ON_REVIEW";
|
3331
3221
|
conditional: import(".").JSONSchema;
|
3332
3222
|
})[] | undefined;
|
3333
|
-
secured?: boolean | undefined;
|
3334
3223
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3335
3224
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3336
3225
|
hideLabel?: boolean | undefined;
|
@@ -3394,7 +3283,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3394
3283
|
type: "DISPLAY_ON_REVIEW";
|
3395
3284
|
conditional: import(".").JSONSchema;
|
3396
3285
|
})[] | undefined;
|
3397
|
-
secured?: boolean | undefined;
|
3398
3286
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3399
3287
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3400
3288
|
hideLabel?: boolean | undefined;
|
@@ -3435,7 +3323,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3435
3323
|
type: "DISPLAY_ON_REVIEW";
|
3436
3324
|
conditional: import(".").JSONSchema;
|
3437
3325
|
})[] | undefined;
|
3438
|
-
secured?: boolean | undefined;
|
3439
3326
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3440
3327
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3441
3328
|
hideLabel?: boolean | undefined;
|
@@ -3461,7 +3348,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3461
3348
|
type: "DISPLAY_ON_REVIEW";
|
3462
3349
|
conditional: import(".").JSONSchema;
|
3463
3350
|
})[] | undefined;
|
3464
|
-
secured?: boolean | undefined;
|
3465
3351
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3466
3352
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3467
3353
|
hideLabel?: boolean | undefined;
|
@@ -3494,7 +3380,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3494
3380
|
type: "DISPLAY_ON_REVIEW";
|
3495
3381
|
conditional: import(".").JSONSchema;
|
3496
3382
|
})[] | undefined;
|
3497
|
-
secured?: boolean | undefined;
|
3498
3383
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3499
3384
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3500
3385
|
hideLabel?: boolean | undefined;
|
@@ -3527,7 +3412,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3527
3412
|
type: "DISPLAY_ON_REVIEW";
|
3528
3413
|
conditional: import(".").JSONSchema;
|
3529
3414
|
})[] | undefined;
|
3530
|
-
secured?: boolean | undefined;
|
3531
3415
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3532
3416
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3533
3417
|
hideLabel?: boolean | undefined;
|
@@ -3566,7 +3450,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3566
3450
|
type: "DISPLAY_ON_REVIEW";
|
3567
3451
|
conditional: import(".").JSONSchema;
|
3568
3452
|
})[] | undefined;
|
3569
|
-
secured?: boolean | undefined;
|
3570
3453
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3571
3454
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3572
3455
|
hideLabel?: boolean | undefined;
|
@@ -3593,7 +3476,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3593
3476
|
type: "DISPLAY_ON_REVIEW";
|
3594
3477
|
conditional: import(".").JSONSchema;
|
3595
3478
|
})[] | undefined;
|
3596
|
-
secured?: boolean | undefined;
|
3597
3479
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3598
3480
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3599
3481
|
hideLabel?: boolean | undefined;
|
@@ -3623,7 +3505,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3623
3505
|
type: "DISPLAY_ON_REVIEW";
|
3624
3506
|
conditional: import(".").JSONSchema;
|
3625
3507
|
})[] | undefined;
|
3626
|
-
secured?: boolean | undefined;
|
3627
3508
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3628
3509
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3629
3510
|
hideLabel?: boolean | undefined;
|
@@ -3653,7 +3534,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3653
3534
|
type: "DISPLAY_ON_REVIEW";
|
3654
3535
|
conditional: import(".").JSONSchema;
|
3655
3536
|
})[] | undefined;
|
3656
|
-
secured?: boolean | undefined;
|
3657
3537
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3658
3538
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3659
3539
|
hideLabel?: boolean | undefined;
|
@@ -3688,7 +3568,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3688
3568
|
type: "DISPLAY_ON_REVIEW";
|
3689
3569
|
conditional: import(".").JSONSchema;
|
3690
3570
|
})[] | undefined;
|
3691
|
-
secured?: boolean | undefined;
|
3692
3571
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3693
3572
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3694
3573
|
hideLabel?: boolean | undefined;
|
@@ -3715,7 +3594,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3715
3594
|
type: "DISPLAY_ON_REVIEW";
|
3716
3595
|
conditional: import(".").JSONSchema;
|
3717
3596
|
})[] | undefined;
|
3718
|
-
secured?: boolean | undefined;
|
3719
3597
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3720
3598
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3721
3599
|
hideLabel?: boolean | undefined;
|
@@ -3750,7 +3628,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3750
3628
|
type: "DISPLAY_ON_REVIEW";
|
3751
3629
|
conditional: import(".").JSONSchema;
|
3752
3630
|
})[] | undefined;
|
3753
|
-
secured?: boolean | undefined;
|
3754
3631
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3755
3632
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3756
3633
|
hideLabel?: boolean | undefined;
|
@@ -3785,7 +3662,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3785
3662
|
type: "DISPLAY_ON_REVIEW";
|
3786
3663
|
conditional: import(".").JSONSchema;
|
3787
3664
|
})[] | undefined;
|
3788
|
-
secured?: boolean | undefined;
|
3789
3665
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3790
3666
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3791
3667
|
hideLabel?: boolean | undefined;
|
@@ -3823,7 +3699,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3823
3699
|
type: "DISPLAY_ON_REVIEW";
|
3824
3700
|
conditional: import(".").JSONSchema;
|
3825
3701
|
})[] | undefined;
|
3826
|
-
secured?: boolean | undefined;
|
3827
3702
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3828
3703
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3829
3704
|
hideLabel?: boolean | undefined;
|
@@ -3854,7 +3729,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3854
3729
|
type: "DISPLAY_ON_REVIEW";
|
3855
3730
|
conditional: import(".").JSONSchema;
|
3856
3731
|
})[] | undefined;
|
3857
|
-
secured?: boolean | undefined;
|
3858
3732
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3859
3733
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3860
3734
|
hideLabel?: boolean | undefined;
|
@@ -3881,7 +3755,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3881
3755
|
type: "DISPLAY_ON_REVIEW";
|
3882
3756
|
conditional: import(".").JSONSchema;
|
3883
3757
|
})[] | undefined;
|
3884
|
-
secured?: boolean | undefined;
|
3885
3758
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3886
3759
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3887
3760
|
hideLabel?: boolean | undefined;
|
@@ -3893,8 +3766,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3893
3766
|
maxLength?: number | undefined;
|
3894
3767
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3895
3768
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3896
|
-
includeMiddlename?: boolean | undefined;
|
3897
|
-
searchMode?: boolean | undefined;
|
3898
3769
|
} | undefined;
|
3899
3770
|
} | {
|
3900
3771
|
type: "PHONE";
|
@@ -3918,7 +3789,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3918
3789
|
type: "DISPLAY_ON_REVIEW";
|
3919
3790
|
conditional: import(".").JSONSchema;
|
3920
3791
|
})[] | undefined;
|
3921
|
-
secured?: boolean | undefined;
|
3922
3792
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3923
3793
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3924
3794
|
hideLabel?: boolean | undefined;
|
@@ -3945,7 +3815,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3945
3815
|
type: "DISPLAY_ON_REVIEW";
|
3946
3816
|
conditional: import(".").JSONSchema;
|
3947
3817
|
})[] | undefined;
|
3948
|
-
secured?: boolean | undefined;
|
3949
3818
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3950
3819
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3951
3820
|
hideLabel?: boolean | undefined;
|
@@ -3972,7 +3841,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3972
3841
|
type: "DISPLAY_ON_REVIEW";
|
3973
3842
|
conditional: import(".").JSONSchema;
|
3974
3843
|
})[] | undefined;
|
3975
|
-
secured?: boolean | undefined;
|
3976
3844
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3977
3845
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3978
3846
|
hideLabel?: boolean | undefined;
|
@@ -3999,7 +3867,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3999
3867
|
type: "DISPLAY_ON_REVIEW";
|
4000
3868
|
conditional: import(".").JSONSchema;
|
4001
3869
|
})[] | undefined;
|
4002
|
-
secured?: boolean | undefined;
|
4003
3870
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4004
3871
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4005
3872
|
hideLabel?: boolean | undefined;
|
@@ -4032,7 +3899,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4032
3899
|
type: "DISPLAY_ON_REVIEW";
|
4033
3900
|
conditional: import(".").JSONSchema;
|
4034
3901
|
})[] | undefined;
|
4035
|
-
secured?: boolean | undefined;
|
4036
3902
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4037
3903
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4038
3904
|
hideLabel?: boolean | undefined;
|
@@ -4059,7 +3925,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4059
3925
|
type: "DISPLAY_ON_REVIEW";
|
4060
3926
|
conditional: import(".").JSONSchema;
|
4061
3927
|
})[] | undefined;
|
4062
|
-
secured?: boolean | undefined;
|
4063
3928
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4064
3929
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4065
3930
|
hideLabel?: boolean | undefined;
|
@@ -4094,7 +3959,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4094
3959
|
type: "DISPLAY_ON_REVIEW";
|
4095
3960
|
conditional: import(".").JSONSchema;
|
4096
3961
|
})[] | undefined;
|
4097
|
-
secured?: boolean | undefined;
|
4098
3962
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4099
3963
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4100
3964
|
hideLabel?: boolean | undefined;
|
@@ -4126,7 +3990,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4126
3990
|
type: "DISPLAY_ON_REVIEW";
|
4127
3991
|
conditional: import(".").JSONSchema;
|
4128
3992
|
})[] | undefined;
|
4129
|
-
secured?: boolean | undefined;
|
4130
3993
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4131
3994
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4132
3995
|
hideLabel?: boolean | undefined;
|
@@ -4153,7 +4016,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4153
4016
|
type: "DISPLAY_ON_REVIEW";
|
4154
4017
|
conditional: import(".").JSONSchema;
|
4155
4018
|
})[] | undefined;
|
4156
|
-
secured?: boolean | undefined;
|
4157
4019
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4158
4020
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4159
4021
|
hideLabel?: boolean | undefined;
|
@@ -4180,7 +4042,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4180
4042
|
type: "DISPLAY_ON_REVIEW";
|
4181
4043
|
conditional: import(".").JSONSchema;
|
4182
4044
|
})[] | undefined;
|
4183
|
-
secured?: boolean | undefined;
|
4184
4045
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4185
4046
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4186
4047
|
hideLabel?: boolean | undefined;
|
@@ -4244,7 +4105,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4244
4105
|
type: "DISPLAY_ON_REVIEW";
|
4245
4106
|
conditional: import(".").JSONSchema;
|
4246
4107
|
})[] | undefined;
|
4247
|
-
secured?: boolean | undefined;
|
4248
4108
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4249
4109
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4250
4110
|
hideLabel?: boolean | undefined;
|
@@ -4333,7 +4193,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4333
4193
|
type: "DISPLAY_ON_REVIEW";
|
4334
4194
|
conditional: import(".").JSONSchema;
|
4335
4195
|
})[] | undefined;
|
4336
|
-
secured?: boolean | undefined;
|
4337
4196
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4338
4197
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4339
4198
|
hideLabel?: boolean | undefined;
|
@@ -4359,7 +4218,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4359
4218
|
type: "DISPLAY_ON_REVIEW";
|
4360
4219
|
conditional: import(".").JSONSchema;
|
4361
4220
|
})[] | undefined;
|
4362
|
-
secured?: boolean | undefined;
|
4363
4221
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4364
4222
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4365
4223
|
hideLabel?: boolean | undefined;
|
@@ -4392,7 +4250,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4392
4250
|
type: "DISPLAY_ON_REVIEW";
|
4393
4251
|
conditional: import(".").JSONSchema;
|
4394
4252
|
})[] | undefined;
|
4395
|
-
secured?: boolean | undefined;
|
4396
4253
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4397
4254
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4398
4255
|
hideLabel?: boolean | undefined;
|
@@ -4425,7 +4282,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4425
4282
|
type: "DISPLAY_ON_REVIEW";
|
4426
4283
|
conditional: import(".").JSONSchema;
|
4427
4284
|
})[] | undefined;
|
4428
|
-
secured?: boolean | undefined;
|
4429
4285
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4430
4286
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4431
4287
|
hideLabel?: boolean | undefined;
|
@@ -4464,7 +4320,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4464
4320
|
type: "DISPLAY_ON_REVIEW";
|
4465
4321
|
conditional: import(".").JSONSchema;
|
4466
4322
|
})[] | undefined;
|
4467
|
-
secured?: boolean | undefined;
|
4468
4323
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4469
4324
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4470
4325
|
hideLabel?: boolean | undefined;
|
@@ -4491,7 +4346,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4491
4346
|
type: "DISPLAY_ON_REVIEW";
|
4492
4347
|
conditional: import(".").JSONSchema;
|
4493
4348
|
})[] | undefined;
|
4494
|
-
secured?: boolean | undefined;
|
4495
4349
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4496
4350
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4497
4351
|
hideLabel?: boolean | undefined;
|
@@ -4521,7 +4375,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4521
4375
|
type: "DISPLAY_ON_REVIEW";
|
4522
4376
|
conditional: import(".").JSONSchema;
|
4523
4377
|
})[] | undefined;
|
4524
|
-
secured?: boolean | undefined;
|
4525
4378
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4526
4379
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4527
4380
|
hideLabel?: boolean | undefined;
|
@@ -4551,7 +4404,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4551
4404
|
type: "DISPLAY_ON_REVIEW";
|
4552
4405
|
conditional: import(".").JSONSchema;
|
4553
4406
|
})[] | undefined;
|
4554
|
-
secured?: boolean | undefined;
|
4555
4407
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4556
4408
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4557
4409
|
hideLabel?: boolean | undefined;
|
@@ -4586,7 +4438,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4586
4438
|
type: "DISPLAY_ON_REVIEW";
|
4587
4439
|
conditional: import(".").JSONSchema;
|
4588
4440
|
})[] | undefined;
|
4589
|
-
secured?: boolean | undefined;
|
4590
4441
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4591
4442
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4592
4443
|
hideLabel?: boolean | undefined;
|
@@ -4613,7 +4464,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4613
4464
|
type: "DISPLAY_ON_REVIEW";
|
4614
4465
|
conditional: import(".").JSONSchema;
|
4615
4466
|
})[] | undefined;
|
4616
|
-
secured?: boolean | undefined;
|
4617
4467
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4618
4468
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4619
4469
|
hideLabel?: boolean | undefined;
|
@@ -4648,7 +4498,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4648
4498
|
type: "DISPLAY_ON_REVIEW";
|
4649
4499
|
conditional: import(".").JSONSchema;
|
4650
4500
|
})[] | undefined;
|
4651
|
-
secured?: boolean | undefined;
|
4652
4501
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4653
4502
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4654
4503
|
hideLabel?: boolean | undefined;
|
@@ -4683,7 +4532,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4683
4532
|
type: "DISPLAY_ON_REVIEW";
|
4684
4533
|
conditional: import(".").JSONSchema;
|
4685
4534
|
})[] | undefined;
|
4686
|
-
secured?: boolean | undefined;
|
4687
4535
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4688
4536
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4689
4537
|
hideLabel?: boolean | undefined;
|
@@ -4721,7 +4569,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4721
4569
|
type: "DISPLAY_ON_REVIEW";
|
4722
4570
|
conditional: import(".").JSONSchema;
|
4723
4571
|
})[] | undefined;
|
4724
|
-
secured?: boolean | undefined;
|
4725
4572
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4726
4573
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4727
4574
|
hideLabel?: boolean | undefined;
|
@@ -4752,7 +4599,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4752
4599
|
type: "DISPLAY_ON_REVIEW";
|
4753
4600
|
conditional: import(".").JSONSchema;
|
4754
4601
|
})[] | undefined;
|
4755
|
-
secured?: boolean | undefined;
|
4756
4602
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4757
4603
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4758
4604
|
hideLabel?: boolean | undefined;
|
@@ -4779,7 +4625,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4779
4625
|
type: "DISPLAY_ON_REVIEW";
|
4780
4626
|
conditional: import(".").JSONSchema;
|
4781
4627
|
})[] | undefined;
|
4782
|
-
secured?: boolean | undefined;
|
4783
4628
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4784
4629
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4785
4630
|
hideLabel?: boolean | undefined;
|
@@ -4791,8 +4636,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4791
4636
|
maxLength?: number | undefined;
|
4792
4637
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
4793
4638
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
4794
|
-
includeMiddlename?: boolean | undefined;
|
4795
|
-
searchMode?: boolean | undefined;
|
4796
4639
|
} | undefined;
|
4797
4640
|
} | {
|
4798
4641
|
type: "PHONE";
|
@@ -4816,7 +4659,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4816
4659
|
type: "DISPLAY_ON_REVIEW";
|
4817
4660
|
conditional: import(".").JSONSchema;
|
4818
4661
|
})[] | undefined;
|
4819
|
-
secured?: boolean | undefined;
|
4820
4662
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4821
4663
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4822
4664
|
hideLabel?: boolean | undefined;
|
@@ -4843,7 +4685,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4843
4685
|
type: "DISPLAY_ON_REVIEW";
|
4844
4686
|
conditional: import(".").JSONSchema;
|
4845
4687
|
})[] | undefined;
|
4846
|
-
secured?: boolean | undefined;
|
4847
4688
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4848
4689
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4849
4690
|
hideLabel?: boolean | undefined;
|
@@ -4870,7 +4711,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4870
4711
|
type: "DISPLAY_ON_REVIEW";
|
4871
4712
|
conditional: import(".").JSONSchema;
|
4872
4713
|
})[] | undefined;
|
4873
|
-
secured?: boolean | undefined;
|
4874
4714
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4875
4715
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4876
4716
|
hideLabel?: boolean | undefined;
|
@@ -4897,7 +4737,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4897
4737
|
type: "DISPLAY_ON_REVIEW";
|
4898
4738
|
conditional: import(".").JSONSchema;
|
4899
4739
|
})[] | undefined;
|
4900
|
-
secured?: boolean | undefined;
|
4901
4740
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4902
4741
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4903
4742
|
hideLabel?: boolean | undefined;
|
@@ -4930,7 +4769,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4930
4769
|
type: "DISPLAY_ON_REVIEW";
|
4931
4770
|
conditional: import(".").JSONSchema;
|
4932
4771
|
})[] | undefined;
|
4933
|
-
secured?: boolean | undefined;
|
4934
4772
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4935
4773
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4936
4774
|
hideLabel?: boolean | undefined;
|
@@ -4957,7 +4795,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4957
4795
|
type: "DISPLAY_ON_REVIEW";
|
4958
4796
|
conditional: import(".").JSONSchema;
|
4959
4797
|
})[] | undefined;
|
4960
|
-
secured?: boolean | undefined;
|
4961
4798
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4962
4799
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4963
4800
|
hideLabel?: boolean | undefined;
|
@@ -4992,7 +4829,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4992
4829
|
type: "DISPLAY_ON_REVIEW";
|
4993
4830
|
conditional: import(".").JSONSchema;
|
4994
4831
|
})[] | undefined;
|
4995
|
-
secured?: boolean | undefined;
|
4996
4832
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4997
4833
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4998
4834
|
hideLabel?: boolean | undefined;
|
@@ -5024,7 +4860,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5024
4860
|
type: "DISPLAY_ON_REVIEW";
|
5025
4861
|
conditional: import(".").JSONSchema;
|
5026
4862
|
})[] | undefined;
|
5027
|
-
secured?: boolean | undefined;
|
5028
4863
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5029
4864
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5030
4865
|
hideLabel?: boolean | undefined;
|
@@ -5051,7 +4886,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5051
4886
|
type: "DISPLAY_ON_REVIEW";
|
5052
4887
|
conditional: import(".").JSONSchema;
|
5053
4888
|
})[] | undefined;
|
5054
|
-
secured?: boolean | undefined;
|
5055
4889
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5056
4890
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5057
4891
|
hideLabel?: boolean | undefined;
|
@@ -5078,7 +4912,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5078
4912
|
type: "DISPLAY_ON_REVIEW";
|
5079
4913
|
conditional: import(".").JSONSchema;
|
5080
4914
|
})[] | undefined;
|
5081
|
-
secured?: boolean | undefined;
|
5082
4915
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5083
4916
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5084
4917
|
hideLabel?: boolean | undefined;
|
@@ -5142,7 +4975,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5142
4975
|
type: "DISPLAY_ON_REVIEW";
|
5143
4976
|
conditional: import(".").JSONSchema;
|
5144
4977
|
})[] | undefined;
|
5145
|
-
secured?: boolean | undefined;
|
5146
4978
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5147
4979
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5148
4980
|
hideLabel?: boolean | undefined;
|
@@ -5186,7 +5018,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5186
5018
|
type: "DISPLAY_ON_REVIEW";
|
5187
5019
|
conditional: import(".").JSONSchema;
|
5188
5020
|
})[] | undefined;
|
5189
|
-
secured?: boolean | undefined;
|
5190
5021
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5191
5022
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5192
5023
|
hideLabel?: boolean | undefined;
|
@@ -5212,7 +5043,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5212
5043
|
type: "DISPLAY_ON_REVIEW";
|
5213
5044
|
conditional: import(".").JSONSchema;
|
5214
5045
|
})[] | undefined;
|
5215
|
-
secured?: boolean | undefined;
|
5216
5046
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5217
5047
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5218
5048
|
hideLabel?: boolean | undefined;
|
@@ -5245,7 +5075,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5245
5075
|
type: "DISPLAY_ON_REVIEW";
|
5246
5076
|
conditional: import(".").JSONSchema;
|
5247
5077
|
})[] | undefined;
|
5248
|
-
secured?: boolean | undefined;
|
5249
5078
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5250
5079
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5251
5080
|
hideLabel?: boolean | undefined;
|
@@ -5278,7 +5107,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5278
5107
|
type: "DISPLAY_ON_REVIEW";
|
5279
5108
|
conditional: import(".").JSONSchema;
|
5280
5109
|
})[] | undefined;
|
5281
|
-
secured?: boolean | undefined;
|
5282
5110
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5283
5111
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5284
5112
|
hideLabel?: boolean | undefined;
|
@@ -5317,7 +5145,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5317
5145
|
type: "DISPLAY_ON_REVIEW";
|
5318
5146
|
conditional: import(".").JSONSchema;
|
5319
5147
|
})[] | undefined;
|
5320
|
-
secured?: boolean | undefined;
|
5321
5148
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5322
5149
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5323
5150
|
hideLabel?: boolean | undefined;
|
@@ -5344,7 +5171,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5344
5171
|
type: "DISPLAY_ON_REVIEW";
|
5345
5172
|
conditional: import(".").JSONSchema;
|
5346
5173
|
})[] | undefined;
|
5347
|
-
secured?: boolean | undefined;
|
5348
5174
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5349
5175
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5350
5176
|
hideLabel?: boolean | undefined;
|
@@ -5374,7 +5200,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5374
5200
|
type: "DISPLAY_ON_REVIEW";
|
5375
5201
|
conditional: import(".").JSONSchema;
|
5376
5202
|
})[] | undefined;
|
5377
|
-
secured?: boolean | undefined;
|
5378
5203
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5379
5204
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5380
5205
|
hideLabel?: boolean | undefined;
|
@@ -5404,7 +5229,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5404
5229
|
type: "DISPLAY_ON_REVIEW";
|
5405
5230
|
conditional: import(".").JSONSchema;
|
5406
5231
|
})[] | undefined;
|
5407
|
-
secured?: boolean | undefined;
|
5408
5232
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5409
5233
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5410
5234
|
hideLabel?: boolean | undefined;
|
@@ -5439,7 +5263,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5439
5263
|
type: "DISPLAY_ON_REVIEW";
|
5440
5264
|
conditional: import(".").JSONSchema;
|
5441
5265
|
})[] | undefined;
|
5442
|
-
secured?: boolean | undefined;
|
5443
5266
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5444
5267
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5445
5268
|
hideLabel?: boolean | undefined;
|
@@ -5466,7 +5289,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5466
5289
|
type: "DISPLAY_ON_REVIEW";
|
5467
5290
|
conditional: import(".").JSONSchema;
|
5468
5291
|
})[] | undefined;
|
5469
|
-
secured?: boolean | undefined;
|
5470
5292
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5471
5293
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5472
5294
|
hideLabel?: boolean | undefined;
|
@@ -5501,7 +5323,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5501
5323
|
type: "DISPLAY_ON_REVIEW";
|
5502
5324
|
conditional: import(".").JSONSchema;
|
5503
5325
|
})[] | undefined;
|
5504
|
-
secured?: boolean | undefined;
|
5505
5326
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5506
5327
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5507
5328
|
hideLabel?: boolean | undefined;
|
@@ -5536,7 +5357,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5536
5357
|
type: "DISPLAY_ON_REVIEW";
|
5537
5358
|
conditional: import(".").JSONSchema;
|
5538
5359
|
})[] | undefined;
|
5539
|
-
secured?: boolean | undefined;
|
5540
5360
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5541
5361
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5542
5362
|
hideLabel?: boolean | undefined;
|
@@ -5574,7 +5394,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5574
5394
|
type: "DISPLAY_ON_REVIEW";
|
5575
5395
|
conditional: import(".").JSONSchema;
|
5576
5396
|
})[] | undefined;
|
5577
|
-
secured?: boolean | undefined;
|
5578
5397
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5579
5398
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5580
5399
|
hideLabel?: boolean | undefined;
|
@@ -5605,7 +5424,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5605
5424
|
type: "DISPLAY_ON_REVIEW";
|
5606
5425
|
conditional: import(".").JSONSchema;
|
5607
5426
|
})[] | undefined;
|
5608
|
-
secured?: boolean | undefined;
|
5609
5427
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5610
5428
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5611
5429
|
hideLabel?: boolean | undefined;
|
@@ -5632,7 +5450,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5632
5450
|
type: "DISPLAY_ON_REVIEW";
|
5633
5451
|
conditional: import(".").JSONSchema;
|
5634
5452
|
})[] | undefined;
|
5635
|
-
secured?: boolean | undefined;
|
5636
5453
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5637
5454
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5638
5455
|
hideLabel?: boolean | undefined;
|
@@ -5644,8 +5461,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5644
5461
|
maxLength?: number | undefined;
|
5645
5462
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
5646
5463
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
5647
|
-
includeMiddlename?: boolean | undefined;
|
5648
|
-
searchMode?: boolean | undefined;
|
5649
5464
|
} | undefined;
|
5650
5465
|
} | {
|
5651
5466
|
type: "PHONE";
|
@@ -5669,7 +5484,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5669
5484
|
type: "DISPLAY_ON_REVIEW";
|
5670
5485
|
conditional: import(".").JSONSchema;
|
5671
5486
|
})[] | undefined;
|
5672
|
-
secured?: boolean | undefined;
|
5673
5487
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5674
5488
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5675
5489
|
hideLabel?: boolean | undefined;
|
@@ -5696,7 +5510,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5696
5510
|
type: "DISPLAY_ON_REVIEW";
|
5697
5511
|
conditional: import(".").JSONSchema;
|
5698
5512
|
})[] | undefined;
|
5699
|
-
secured?: boolean | undefined;
|
5700
5513
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5701
5514
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5702
5515
|
hideLabel?: boolean | undefined;
|
@@ -5723,7 +5536,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5723
5536
|
type: "DISPLAY_ON_REVIEW";
|
5724
5537
|
conditional: import(".").JSONSchema;
|
5725
5538
|
})[] | undefined;
|
5726
|
-
secured?: boolean | undefined;
|
5727
5539
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5728
5540
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5729
5541
|
hideLabel?: boolean | undefined;
|
@@ -5750,7 +5562,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5750
5562
|
type: "DISPLAY_ON_REVIEW";
|
5751
5563
|
conditional: import(".").JSONSchema;
|
5752
5564
|
})[] | undefined;
|
5753
|
-
secured?: boolean | undefined;
|
5754
5565
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5755
5566
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5756
5567
|
hideLabel?: boolean | undefined;
|
@@ -5783,7 +5594,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5783
5594
|
type: "DISPLAY_ON_REVIEW";
|
5784
5595
|
conditional: import(".").JSONSchema;
|
5785
5596
|
})[] | undefined;
|
5786
|
-
secured?: boolean | undefined;
|
5787
5597
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5788
5598
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5789
5599
|
hideLabel?: boolean | undefined;
|
@@ -5810,7 +5620,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5810
5620
|
type: "DISPLAY_ON_REVIEW";
|
5811
5621
|
conditional: import(".").JSONSchema;
|
5812
5622
|
})[] | undefined;
|
5813
|
-
secured?: boolean | undefined;
|
5814
5623
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5815
5624
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5816
5625
|
hideLabel?: boolean | undefined;
|
@@ -5845,7 +5654,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5845
5654
|
type: "DISPLAY_ON_REVIEW";
|
5846
5655
|
conditional: import(".").JSONSchema;
|
5847
5656
|
})[] | undefined;
|
5848
|
-
secured?: boolean | undefined;
|
5849
5657
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5850
5658
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5851
5659
|
hideLabel?: boolean | undefined;
|
@@ -5877,7 +5685,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5877
5685
|
type: "DISPLAY_ON_REVIEW";
|
5878
5686
|
conditional: import(".").JSONSchema;
|
5879
5687
|
})[] | undefined;
|
5880
|
-
secured?: boolean | undefined;
|
5881
5688
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5882
5689
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5883
5690
|
hideLabel?: boolean | undefined;
|
@@ -5904,7 +5711,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5904
5711
|
type: "DISPLAY_ON_REVIEW";
|
5905
5712
|
conditional: import(".").JSONSchema;
|
5906
5713
|
})[] | undefined;
|
5907
|
-
secured?: boolean | undefined;
|
5908
5714
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5909
5715
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5910
5716
|
hideLabel?: boolean | undefined;
|
@@ -5931,7 +5737,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5931
5737
|
type: "DISPLAY_ON_REVIEW";
|
5932
5738
|
conditional: import(".").JSONSchema;
|
5933
5739
|
})[] | undefined;
|
5934
|
-
secured?: boolean | undefined;
|
5935
5740
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5936
5741
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5937
5742
|
hideLabel?: boolean | undefined;
|
@@ -5995,7 +5800,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5995
5800
|
type: "DISPLAY_ON_REVIEW";
|
5996
5801
|
conditional: import(".").JSONSchema;
|
5997
5802
|
})[] | undefined;
|
5998
|
-
secured?: boolean | undefined;
|
5999
5803
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6000
5804
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6001
5805
|
hideLabel?: boolean | undefined;
|
@@ -6040,7 +5844,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6040
5844
|
type: "DISPLAY_ON_REVIEW";
|
6041
5845
|
conditional: import(".").JSONSchema;
|
6042
5846
|
})[] | undefined;
|
6043
|
-
secured?: boolean | undefined;
|
6044
5847
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6045
5848
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6046
5849
|
hideLabel?: boolean | undefined;
|
@@ -6066,7 +5869,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6066
5869
|
type: "DISPLAY_ON_REVIEW";
|
6067
5870
|
conditional: import(".").JSONSchema;
|
6068
5871
|
})[] | undefined;
|
6069
|
-
secured?: boolean | undefined;
|
6070
5872
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6071
5873
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6072
5874
|
hideLabel?: boolean | undefined;
|
@@ -6099,7 +5901,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6099
5901
|
type: "DISPLAY_ON_REVIEW";
|
6100
5902
|
conditional: import(".").JSONSchema;
|
6101
5903
|
})[] | undefined;
|
6102
|
-
secured?: boolean | undefined;
|
6103
5904
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6104
5905
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6105
5906
|
hideLabel?: boolean | undefined;
|
@@ -6132,7 +5933,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6132
5933
|
type: "DISPLAY_ON_REVIEW";
|
6133
5934
|
conditional: import(".").JSONSchema;
|
6134
5935
|
})[] | undefined;
|
6135
|
-
secured?: boolean | undefined;
|
6136
5936
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6137
5937
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6138
5938
|
hideLabel?: boolean | undefined;
|
@@ -6171,7 +5971,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6171
5971
|
type: "DISPLAY_ON_REVIEW";
|
6172
5972
|
conditional: import(".").JSONSchema;
|
6173
5973
|
})[] | undefined;
|
6174
|
-
secured?: boolean | undefined;
|
6175
5974
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6176
5975
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6177
5976
|
hideLabel?: boolean | undefined;
|
@@ -6198,7 +5997,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6198
5997
|
type: "DISPLAY_ON_REVIEW";
|
6199
5998
|
conditional: import(".").JSONSchema;
|
6200
5999
|
})[] | undefined;
|
6201
|
-
secured?: boolean | undefined;
|
6202
6000
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6203
6001
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6204
6002
|
hideLabel?: boolean | undefined;
|
@@ -6228,7 +6026,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6228
6026
|
type: "DISPLAY_ON_REVIEW";
|
6229
6027
|
conditional: import(".").JSONSchema;
|
6230
6028
|
})[] | undefined;
|
6231
|
-
secured?: boolean | undefined;
|
6232
6029
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6233
6030
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6234
6031
|
hideLabel?: boolean | undefined;
|
@@ -6258,7 +6055,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6258
6055
|
type: "DISPLAY_ON_REVIEW";
|
6259
6056
|
conditional: import(".").JSONSchema;
|
6260
6057
|
})[] | undefined;
|
6261
|
-
secured?: boolean | undefined;
|
6262
6058
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6263
6059
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6264
6060
|
hideLabel?: boolean | undefined;
|
@@ -6293,7 +6089,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6293
6089
|
type: "DISPLAY_ON_REVIEW";
|
6294
6090
|
conditional: import(".").JSONSchema;
|
6295
6091
|
})[] | undefined;
|
6296
|
-
secured?: boolean | undefined;
|
6297
6092
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6298
6093
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6299
6094
|
hideLabel?: boolean | undefined;
|
@@ -6320,7 +6115,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6320
6115
|
type: "DISPLAY_ON_REVIEW";
|
6321
6116
|
conditional: import(".").JSONSchema;
|
6322
6117
|
})[] | undefined;
|
6323
|
-
secured?: boolean | undefined;
|
6324
6118
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6325
6119
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6326
6120
|
hideLabel?: boolean | undefined;
|
@@ -6355,7 +6149,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6355
6149
|
type: "DISPLAY_ON_REVIEW";
|
6356
6150
|
conditional: import(".").JSONSchema;
|
6357
6151
|
})[] | undefined;
|
6358
|
-
secured?: boolean | undefined;
|
6359
6152
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6360
6153
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6361
6154
|
hideLabel?: boolean | undefined;
|
@@ -6390,7 +6183,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6390
6183
|
type: "DISPLAY_ON_REVIEW";
|
6391
6184
|
conditional: import(".").JSONSchema;
|
6392
6185
|
})[] | undefined;
|
6393
|
-
secured?: boolean | undefined;
|
6394
6186
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6395
6187
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6396
6188
|
hideLabel?: boolean | undefined;
|
@@ -6428,7 +6220,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6428
6220
|
type: "DISPLAY_ON_REVIEW";
|
6429
6221
|
conditional: import(".").JSONSchema;
|
6430
6222
|
})[] | undefined;
|
6431
|
-
secured?: boolean | undefined;
|
6432
6223
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6433
6224
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6434
6225
|
hideLabel?: boolean | undefined;
|
@@ -6459,7 +6250,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6459
6250
|
type: "DISPLAY_ON_REVIEW";
|
6460
6251
|
conditional: import(".").JSONSchema;
|
6461
6252
|
})[] | undefined;
|
6462
|
-
secured?: boolean | undefined;
|
6463
6253
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6464
6254
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6465
6255
|
hideLabel?: boolean | undefined;
|
@@ -6486,7 +6276,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6486
6276
|
type: "DISPLAY_ON_REVIEW";
|
6487
6277
|
conditional: import(".").JSONSchema;
|
6488
6278
|
})[] | undefined;
|
6489
|
-
secured?: boolean | undefined;
|
6490
6279
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6491
6280
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6492
6281
|
hideLabel?: boolean | undefined;
|
@@ -6498,8 +6287,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6498
6287
|
maxLength?: number | undefined;
|
6499
6288
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6500
6289
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6501
|
-
includeMiddlename?: boolean | undefined;
|
6502
|
-
searchMode?: boolean | undefined;
|
6503
6290
|
} | undefined;
|
6504
6291
|
} | {
|
6505
6292
|
type: "PHONE";
|
@@ -6523,7 +6310,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6523
6310
|
type: "DISPLAY_ON_REVIEW";
|
6524
6311
|
conditional: import(".").JSONSchema;
|
6525
6312
|
})[] | undefined;
|
6526
|
-
secured?: boolean | undefined;
|
6527
6313
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6528
6314
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6529
6315
|
hideLabel?: boolean | undefined;
|
@@ -6550,7 +6336,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6550
6336
|
type: "DISPLAY_ON_REVIEW";
|
6551
6337
|
conditional: import(".").JSONSchema;
|
6552
6338
|
})[] | undefined;
|
6553
|
-
secured?: boolean | undefined;
|
6554
6339
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6555
6340
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6556
6341
|
hideLabel?: boolean | undefined;
|
@@ -6577,7 +6362,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6577
6362
|
type: "DISPLAY_ON_REVIEW";
|
6578
6363
|
conditional: import(".").JSONSchema;
|
6579
6364
|
})[] | undefined;
|
6580
|
-
secured?: boolean | undefined;
|
6581
6365
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6582
6366
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6583
6367
|
hideLabel?: boolean | undefined;
|
@@ -6604,7 +6388,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6604
6388
|
type: "DISPLAY_ON_REVIEW";
|
6605
6389
|
conditional: import(".").JSONSchema;
|
6606
6390
|
})[] | undefined;
|
6607
|
-
secured?: boolean | undefined;
|
6608
6391
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6609
6392
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6610
6393
|
hideLabel?: boolean | undefined;
|
@@ -6637,7 +6420,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6637
6420
|
type: "DISPLAY_ON_REVIEW";
|
6638
6421
|
conditional: import(".").JSONSchema;
|
6639
6422
|
})[] | undefined;
|
6640
|
-
secured?: boolean | undefined;
|
6641
6423
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6642
6424
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6643
6425
|
hideLabel?: boolean | undefined;
|
@@ -6664,7 +6446,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6664
6446
|
type: "DISPLAY_ON_REVIEW";
|
6665
6447
|
conditional: import(".").JSONSchema;
|
6666
6448
|
})[] | undefined;
|
6667
|
-
secured?: boolean | undefined;
|
6668
6449
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6669
6450
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6670
6451
|
hideLabel?: boolean | undefined;
|
@@ -6699,7 +6480,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6699
6480
|
type: "DISPLAY_ON_REVIEW";
|
6700
6481
|
conditional: import(".").JSONSchema;
|
6701
6482
|
})[] | undefined;
|
6702
|
-
secured?: boolean | undefined;
|
6703
6483
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6704
6484
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6705
6485
|
hideLabel?: boolean | undefined;
|
@@ -6731,7 +6511,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6731
6511
|
type: "DISPLAY_ON_REVIEW";
|
6732
6512
|
conditional: import(".").JSONSchema;
|
6733
6513
|
})[] | undefined;
|
6734
|
-
secured?: boolean | undefined;
|
6735
6514
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6736
6515
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6737
6516
|
hideLabel?: boolean | undefined;
|
@@ -6758,7 +6537,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6758
6537
|
type: "DISPLAY_ON_REVIEW";
|
6759
6538
|
conditional: import(".").JSONSchema;
|
6760
6539
|
})[] | undefined;
|
6761
|
-
secured?: boolean | undefined;
|
6762
6540
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6763
6541
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6764
6542
|
hideLabel?: boolean | undefined;
|
@@ -6785,7 +6563,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6785
6563
|
type: "DISPLAY_ON_REVIEW";
|
6786
6564
|
conditional: import(".").JSONSchema;
|
6787
6565
|
})[] | undefined;
|
6788
|
-
secured?: boolean | undefined;
|
6789
6566
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6790
6567
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6791
6568
|
hideLabel?: boolean | undefined;
|
@@ -6849,7 +6626,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6849
6626
|
type: "DISPLAY_ON_REVIEW";
|
6850
6627
|
conditional: import(".").JSONSchema;
|
6851
6628
|
})[] | undefined;
|
6852
|
-
secured?: boolean | undefined;
|
6853
6629
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6854
6630
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6855
6631
|
hideLabel?: boolean | undefined;
|
@@ -6893,7 +6669,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6893
6669
|
type: "DISPLAY_ON_REVIEW";
|
6894
6670
|
conditional: import(".").JSONSchema;
|
6895
6671
|
})[] | undefined;
|
6896
|
-
secured?: boolean | undefined;
|
6897
6672
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6898
6673
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6899
6674
|
hideLabel?: boolean | undefined;
|
@@ -6919,7 +6694,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6919
6694
|
type: "DISPLAY_ON_REVIEW";
|
6920
6695
|
conditional: import(".").JSONSchema;
|
6921
6696
|
})[] | undefined;
|
6922
|
-
secured?: boolean | undefined;
|
6923
6697
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6924
6698
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6925
6699
|
hideLabel?: boolean | undefined;
|
@@ -6952,7 +6726,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6952
6726
|
type: "DISPLAY_ON_REVIEW";
|
6953
6727
|
conditional: import(".").JSONSchema;
|
6954
6728
|
})[] | undefined;
|
6955
|
-
secured?: boolean | undefined;
|
6956
6729
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6957
6730
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6958
6731
|
hideLabel?: boolean | undefined;
|
@@ -6985,7 +6758,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6985
6758
|
type: "DISPLAY_ON_REVIEW";
|
6986
6759
|
conditional: import(".").JSONSchema;
|
6987
6760
|
})[] | undefined;
|
6988
|
-
secured?: boolean | undefined;
|
6989
6761
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6990
6762
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6991
6763
|
hideLabel?: boolean | undefined;
|
@@ -7024,7 +6796,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7024
6796
|
type: "DISPLAY_ON_REVIEW";
|
7025
6797
|
conditional: import(".").JSONSchema;
|
7026
6798
|
})[] | undefined;
|
7027
|
-
secured?: boolean | undefined;
|
7028
6799
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7029
6800
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7030
6801
|
hideLabel?: boolean | undefined;
|
@@ -7051,7 +6822,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7051
6822
|
type: "DISPLAY_ON_REVIEW";
|
7052
6823
|
conditional: import(".").JSONSchema;
|
7053
6824
|
})[] | undefined;
|
7054
|
-
secured?: boolean | undefined;
|
7055
6825
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7056
6826
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7057
6827
|
hideLabel?: boolean | undefined;
|
@@ -7081,7 +6851,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7081
6851
|
type: "DISPLAY_ON_REVIEW";
|
7082
6852
|
conditional: import(".").JSONSchema;
|
7083
6853
|
})[] | undefined;
|
7084
|
-
secured?: boolean | undefined;
|
7085
6854
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7086
6855
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7087
6856
|
hideLabel?: boolean | undefined;
|
@@ -7111,7 +6880,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7111
6880
|
type: "DISPLAY_ON_REVIEW";
|
7112
6881
|
conditional: import(".").JSONSchema;
|
7113
6882
|
})[] | undefined;
|
7114
|
-
secured?: boolean | undefined;
|
7115
6883
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7116
6884
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7117
6885
|
hideLabel?: boolean | undefined;
|
@@ -7146,7 +6914,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7146
6914
|
type: "DISPLAY_ON_REVIEW";
|
7147
6915
|
conditional: import(".").JSONSchema;
|
7148
6916
|
})[] | undefined;
|
7149
|
-
secured?: boolean | undefined;
|
7150
6917
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7151
6918
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7152
6919
|
hideLabel?: boolean | undefined;
|
@@ -7173,7 +6940,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7173
6940
|
type: "DISPLAY_ON_REVIEW";
|
7174
6941
|
conditional: import(".").JSONSchema;
|
7175
6942
|
})[] | undefined;
|
7176
|
-
secured?: boolean | undefined;
|
7177
6943
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7178
6944
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7179
6945
|
hideLabel?: boolean | undefined;
|
@@ -7208,7 +6974,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7208
6974
|
type: "DISPLAY_ON_REVIEW";
|
7209
6975
|
conditional: import(".").JSONSchema;
|
7210
6976
|
})[] | undefined;
|
7211
|
-
secured?: boolean | undefined;
|
7212
6977
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7213
6978
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7214
6979
|
hideLabel?: boolean | undefined;
|
@@ -7243,7 +7008,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7243
7008
|
type: "DISPLAY_ON_REVIEW";
|
7244
7009
|
conditional: import(".").JSONSchema;
|
7245
7010
|
})[] | undefined;
|
7246
|
-
secured?: boolean | undefined;
|
7247
7011
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7248
7012
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7249
7013
|
hideLabel?: boolean | undefined;
|
@@ -7281,7 +7045,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7281
7045
|
type: "DISPLAY_ON_REVIEW";
|
7282
7046
|
conditional: import(".").JSONSchema;
|
7283
7047
|
})[] | undefined;
|
7284
|
-
secured?: boolean | undefined;
|
7285
7048
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7286
7049
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7287
7050
|
hideLabel?: boolean | undefined;
|
@@ -7312,7 +7075,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7312
7075
|
type: "DISPLAY_ON_REVIEW";
|
7313
7076
|
conditional: import(".").JSONSchema;
|
7314
7077
|
})[] | undefined;
|
7315
|
-
secured?: boolean | undefined;
|
7316
7078
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7317
7079
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7318
7080
|
hideLabel?: boolean | undefined;
|
@@ -7339,7 +7101,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7339
7101
|
type: "DISPLAY_ON_REVIEW";
|
7340
7102
|
conditional: import(".").JSONSchema;
|
7341
7103
|
})[] | undefined;
|
7342
|
-
secured?: boolean | undefined;
|
7343
7104
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7344
7105
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7345
7106
|
hideLabel?: boolean | undefined;
|
@@ -7351,8 +7112,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7351
7112
|
maxLength?: number | undefined;
|
7352
7113
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
7353
7114
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
7354
|
-
includeMiddlename?: boolean | undefined;
|
7355
|
-
searchMode?: boolean | undefined;
|
7356
7115
|
} | undefined;
|
7357
7116
|
} | {
|
7358
7117
|
type: "PHONE";
|
@@ -7376,7 +7135,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7376
7135
|
type: "DISPLAY_ON_REVIEW";
|
7377
7136
|
conditional: import(".").JSONSchema;
|
7378
7137
|
})[] | undefined;
|
7379
|
-
secured?: boolean | undefined;
|
7380
7138
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7381
7139
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7382
7140
|
hideLabel?: boolean | undefined;
|
@@ -7403,7 +7161,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7403
7161
|
type: "DISPLAY_ON_REVIEW";
|
7404
7162
|
conditional: import(".").JSONSchema;
|
7405
7163
|
})[] | undefined;
|
7406
|
-
secured?: boolean | undefined;
|
7407
7164
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7408
7165
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7409
7166
|
hideLabel?: boolean | undefined;
|
@@ -7430,7 +7187,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7430
7187
|
type: "DISPLAY_ON_REVIEW";
|
7431
7188
|
conditional: import(".").JSONSchema;
|
7432
7189
|
})[] | undefined;
|
7433
|
-
secured?: boolean | undefined;
|
7434
7190
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7435
7191
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7436
7192
|
hideLabel?: boolean | undefined;
|
@@ -7457,7 +7213,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7457
7213
|
type: "DISPLAY_ON_REVIEW";
|
7458
7214
|
conditional: import(".").JSONSchema;
|
7459
7215
|
})[] | undefined;
|
7460
|
-
secured?: boolean | undefined;
|
7461
7216
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7462
7217
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7463
7218
|
hideLabel?: boolean | undefined;
|
@@ -7490,7 +7245,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7490
7245
|
type: "DISPLAY_ON_REVIEW";
|
7491
7246
|
conditional: import(".").JSONSchema;
|
7492
7247
|
})[] | undefined;
|
7493
|
-
secured?: boolean | undefined;
|
7494
7248
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7495
7249
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7496
7250
|
hideLabel?: boolean | undefined;
|
@@ -7517,7 +7271,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7517
7271
|
type: "DISPLAY_ON_REVIEW";
|
7518
7272
|
conditional: import(".").JSONSchema;
|
7519
7273
|
})[] | undefined;
|
7520
|
-
secured?: boolean | undefined;
|
7521
7274
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7522
7275
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7523
7276
|
hideLabel?: boolean | undefined;
|
@@ -7552,7 +7305,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7552
7305
|
type: "DISPLAY_ON_REVIEW";
|
7553
7306
|
conditional: import(".").JSONSchema;
|
7554
7307
|
})[] | undefined;
|
7555
|
-
secured?: boolean | undefined;
|
7556
7308
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7557
7309
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7558
7310
|
hideLabel?: boolean | undefined;
|
@@ -7584,7 +7336,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7584
7336
|
type: "DISPLAY_ON_REVIEW";
|
7585
7337
|
conditional: import(".").JSONSchema;
|
7586
7338
|
})[] | undefined;
|
7587
|
-
secured?: boolean | undefined;
|
7588
7339
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7589
7340
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7590
7341
|
hideLabel?: boolean | undefined;
|
@@ -7611,7 +7362,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7611
7362
|
type: "DISPLAY_ON_REVIEW";
|
7612
7363
|
conditional: import(".").JSONSchema;
|
7613
7364
|
})[] | undefined;
|
7614
|
-
secured?: boolean | undefined;
|
7615
7365
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7616
7366
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7617
7367
|
hideLabel?: boolean | undefined;
|
@@ -7638,7 +7388,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7638
7388
|
type: "DISPLAY_ON_REVIEW";
|
7639
7389
|
conditional: import(".").JSONSchema;
|
7640
7390
|
})[] | undefined;
|
7641
|
-
secured?: boolean | undefined;
|
7642
7391
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7643
7392
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7644
7393
|
hideLabel?: boolean | undefined;
|
@@ -7702,7 +7451,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7702
7451
|
type: "DISPLAY_ON_REVIEW";
|
7703
7452
|
conditional: import(".").JSONSchema;
|
7704
7453
|
})[] | undefined;
|
7705
|
-
secured?: boolean | undefined;
|
7706
7454
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7707
7455
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7708
7456
|
hideLabel?: boolean | undefined;
|
@@ -7735,7 +7483,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7735
7483
|
type: "DISPLAY_ON_REVIEW";
|
7736
7484
|
conditional: import(".").JSONSchema;
|
7737
7485
|
})[] | undefined;
|
7738
|
-
secured?: boolean | undefined;
|
7739
7486
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7740
7487
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7741
7488
|
hideLabel?: boolean | undefined;
|
@@ -7761,7 +7508,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7761
7508
|
type: "DISPLAY_ON_REVIEW";
|
7762
7509
|
conditional: import(".").JSONSchema;
|
7763
7510
|
})[] | undefined;
|
7764
|
-
secured?: boolean | undefined;
|
7765
7511
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7766
7512
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7767
7513
|
hideLabel?: boolean | undefined;
|
@@ -7794,7 +7540,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7794
7540
|
type: "DISPLAY_ON_REVIEW";
|
7795
7541
|
conditional: import(".").JSONSchema;
|
7796
7542
|
})[] | undefined;
|
7797
|
-
secured?: boolean | undefined;
|
7798
7543
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7799
7544
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7800
7545
|
hideLabel?: boolean | undefined;
|
@@ -7827,7 +7572,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7827
7572
|
type: "DISPLAY_ON_REVIEW";
|
7828
7573
|
conditional: import(".").JSONSchema;
|
7829
7574
|
})[] | undefined;
|
7830
|
-
secured?: boolean | undefined;
|
7831
7575
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7832
7576
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7833
7577
|
hideLabel?: boolean | undefined;
|
@@ -7866,7 +7610,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7866
7610
|
type: "DISPLAY_ON_REVIEW";
|
7867
7611
|
conditional: import(".").JSONSchema;
|
7868
7612
|
})[] | undefined;
|
7869
|
-
secured?: boolean | undefined;
|
7870
7613
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7871
7614
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7872
7615
|
hideLabel?: boolean | undefined;
|
@@ -7893,7 +7636,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7893
7636
|
type: "DISPLAY_ON_REVIEW";
|
7894
7637
|
conditional: import(".").JSONSchema;
|
7895
7638
|
})[] | undefined;
|
7896
|
-
secured?: boolean | undefined;
|
7897
7639
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7898
7640
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7899
7641
|
hideLabel?: boolean | undefined;
|
@@ -7923,7 +7665,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7923
7665
|
type: "DISPLAY_ON_REVIEW";
|
7924
7666
|
conditional: import(".").JSONSchema;
|
7925
7667
|
})[] | undefined;
|
7926
|
-
secured?: boolean | undefined;
|
7927
7668
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7928
7669
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7929
7670
|
hideLabel?: boolean | undefined;
|
@@ -7953,7 +7694,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7953
7694
|
type: "DISPLAY_ON_REVIEW";
|
7954
7695
|
conditional: import(".").JSONSchema;
|
7955
7696
|
})[] | undefined;
|
7956
|
-
secured?: boolean | undefined;
|
7957
7697
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7958
7698
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7959
7699
|
hideLabel?: boolean | undefined;
|
@@ -7988,7 +7728,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7988
7728
|
type: "DISPLAY_ON_REVIEW";
|
7989
7729
|
conditional: import(".").JSONSchema;
|
7990
7730
|
})[] | undefined;
|
7991
|
-
secured?: boolean | undefined;
|
7992
7731
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7993
7732
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7994
7733
|
hideLabel?: boolean | undefined;
|
@@ -8015,7 +7754,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8015
7754
|
type: "DISPLAY_ON_REVIEW";
|
8016
7755
|
conditional: import(".").JSONSchema;
|
8017
7756
|
})[] | undefined;
|
8018
|
-
secured?: boolean | undefined;
|
8019
7757
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8020
7758
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8021
7759
|
hideLabel?: boolean | undefined;
|
@@ -8050,7 +7788,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8050
7788
|
type: "DISPLAY_ON_REVIEW";
|
8051
7789
|
conditional: import(".").JSONSchema;
|
8052
7790
|
})[] | undefined;
|
8053
|
-
secured?: boolean | undefined;
|
8054
7791
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8055
7792
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8056
7793
|
hideLabel?: boolean | undefined;
|
@@ -8085,7 +7822,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8085
7822
|
type: "DISPLAY_ON_REVIEW";
|
8086
7823
|
conditional: import(".").JSONSchema;
|
8087
7824
|
})[] | undefined;
|
8088
|
-
secured?: boolean | undefined;
|
8089
7825
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8090
7826
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8091
7827
|
hideLabel?: boolean | undefined;
|
@@ -8123,7 +7859,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8123
7859
|
type: "DISPLAY_ON_REVIEW";
|
8124
7860
|
conditional: import(".").JSONSchema;
|
8125
7861
|
})[] | undefined;
|
8126
|
-
secured?: boolean | undefined;
|
8127
7862
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8128
7863
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8129
7864
|
hideLabel?: boolean | undefined;
|
@@ -8154,7 +7889,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8154
7889
|
type: "DISPLAY_ON_REVIEW";
|
8155
7890
|
conditional: import(".").JSONSchema;
|
8156
7891
|
})[] | undefined;
|
8157
|
-
secured?: boolean | undefined;
|
8158
7892
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8159
7893
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8160
7894
|
hideLabel?: boolean | undefined;
|
@@ -8181,7 +7915,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8181
7915
|
type: "DISPLAY_ON_REVIEW";
|
8182
7916
|
conditional: import(".").JSONSchema;
|
8183
7917
|
})[] | undefined;
|
8184
|
-
secured?: boolean | undefined;
|
8185
7918
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8186
7919
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8187
7920
|
hideLabel?: boolean | undefined;
|
@@ -8193,8 +7926,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8193
7926
|
maxLength?: number | undefined;
|
8194
7927
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
8195
7928
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
8196
|
-
includeMiddlename?: boolean | undefined;
|
8197
|
-
searchMode?: boolean | undefined;
|
8198
7929
|
} | undefined;
|
8199
7930
|
} | {
|
8200
7931
|
type: "PHONE";
|
@@ -8218,7 +7949,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8218
7949
|
type: "DISPLAY_ON_REVIEW";
|
8219
7950
|
conditional: import(".").JSONSchema;
|
8220
7951
|
})[] | undefined;
|
8221
|
-
secured?: boolean | undefined;
|
8222
7952
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8223
7953
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8224
7954
|
hideLabel?: boolean | undefined;
|
@@ -8245,7 +7975,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8245
7975
|
type: "DISPLAY_ON_REVIEW";
|
8246
7976
|
conditional: import(".").JSONSchema;
|
8247
7977
|
})[] | undefined;
|
8248
|
-
secured?: boolean | undefined;
|
8249
7978
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8250
7979
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8251
7980
|
hideLabel?: boolean | undefined;
|
@@ -8272,7 +8001,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8272
8001
|
type: "DISPLAY_ON_REVIEW";
|
8273
8002
|
conditional: import(".").JSONSchema;
|
8274
8003
|
})[] | undefined;
|
8275
|
-
secured?: boolean | undefined;
|
8276
8004
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8277
8005
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8278
8006
|
hideLabel?: boolean | undefined;
|
@@ -8299,7 +8027,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8299
8027
|
type: "DISPLAY_ON_REVIEW";
|
8300
8028
|
conditional: import(".").JSONSchema;
|
8301
8029
|
})[] | undefined;
|
8302
|
-
secured?: boolean | undefined;
|
8303
8030
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8304
8031
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8305
8032
|
hideLabel?: boolean | undefined;
|
@@ -8332,7 +8059,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8332
8059
|
type: "DISPLAY_ON_REVIEW";
|
8333
8060
|
conditional: import(".").JSONSchema;
|
8334
8061
|
})[] | undefined;
|
8335
|
-
secured?: boolean | undefined;
|
8336
8062
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8337
8063
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8338
8064
|
hideLabel?: boolean | undefined;
|
@@ -8359,7 +8085,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8359
8085
|
type: "DISPLAY_ON_REVIEW";
|
8360
8086
|
conditional: import(".").JSONSchema;
|
8361
8087
|
})[] | undefined;
|
8362
|
-
secured?: boolean | undefined;
|
8363
8088
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8364
8089
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8365
8090
|
hideLabel?: boolean | undefined;
|
@@ -8394,7 +8119,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8394
8119
|
type: "DISPLAY_ON_REVIEW";
|
8395
8120
|
conditional: import(".").JSONSchema;
|
8396
8121
|
})[] | undefined;
|
8397
|
-
secured?: boolean | undefined;
|
8398
8122
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8399
8123
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8400
8124
|
hideLabel?: boolean | undefined;
|
@@ -8426,7 +8150,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8426
8150
|
type: "DISPLAY_ON_REVIEW";
|
8427
8151
|
conditional: import(".").JSONSchema;
|
8428
8152
|
})[] | undefined;
|
8429
|
-
secured?: boolean | undefined;
|
8430
8153
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8431
8154
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8432
8155
|
hideLabel?: boolean | undefined;
|
@@ -8453,7 +8176,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8453
8176
|
type: "DISPLAY_ON_REVIEW";
|
8454
8177
|
conditional: import(".").JSONSchema;
|
8455
8178
|
})[] | undefined;
|
8456
|
-
secured?: boolean | undefined;
|
8457
8179
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8458
8180
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8459
8181
|
hideLabel?: boolean | undefined;
|
@@ -8480,7 +8202,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8480
8202
|
type: "DISPLAY_ON_REVIEW";
|
8481
8203
|
conditional: import(".").JSONSchema;
|
8482
8204
|
})[] | undefined;
|
8483
|
-
secured?: boolean | undefined;
|
8484
8205
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8485
8206
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8486
8207
|
hideLabel?: boolean | undefined;
|
@@ -8544,7 +8265,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8544
8265
|
type: "DISPLAY_ON_REVIEW";
|
8545
8266
|
conditional: import(".").JSONSchema;
|
8546
8267
|
})[] | undefined;
|
8547
|
-
secured?: boolean | undefined;
|
8548
8268
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8549
8269
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8550
8270
|
hideLabel?: boolean | undefined;
|
@@ -8588,7 +8308,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8588
8308
|
type: "DISPLAY_ON_REVIEW";
|
8589
8309
|
conditional: import(".").JSONSchema;
|
8590
8310
|
})[] | undefined;
|
8591
|
-
secured?: boolean | undefined;
|
8592
8311
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8593
8312
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8594
8313
|
hideLabel?: boolean | undefined;
|
@@ -8614,7 +8333,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8614
8333
|
type: "DISPLAY_ON_REVIEW";
|
8615
8334
|
conditional: import(".").JSONSchema;
|
8616
8335
|
})[] | undefined;
|
8617
|
-
secured?: boolean | undefined;
|
8618
8336
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8619
8337
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8620
8338
|
hideLabel?: boolean | undefined;
|
@@ -8647,7 +8365,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8647
8365
|
type: "DISPLAY_ON_REVIEW";
|
8648
8366
|
conditional: import(".").JSONSchema;
|
8649
8367
|
})[] | undefined;
|
8650
|
-
secured?: boolean | undefined;
|
8651
8368
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8652
8369
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8653
8370
|
hideLabel?: boolean | undefined;
|
@@ -8680,7 +8397,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8680
8397
|
type: "DISPLAY_ON_REVIEW";
|
8681
8398
|
conditional: import(".").JSONSchema;
|
8682
8399
|
})[] | undefined;
|
8683
|
-
secured?: boolean | undefined;
|
8684
8400
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8685
8401
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8686
8402
|
hideLabel?: boolean | undefined;
|
@@ -8719,7 +8435,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8719
8435
|
type: "DISPLAY_ON_REVIEW";
|
8720
8436
|
conditional: import(".").JSONSchema;
|
8721
8437
|
})[] | undefined;
|
8722
|
-
secured?: boolean | undefined;
|
8723
8438
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8724
8439
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8725
8440
|
hideLabel?: boolean | undefined;
|
@@ -8746,7 +8461,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8746
8461
|
type: "DISPLAY_ON_REVIEW";
|
8747
8462
|
conditional: import(".").JSONSchema;
|
8748
8463
|
})[] | undefined;
|
8749
|
-
secured?: boolean | undefined;
|
8750
8464
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8751
8465
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8752
8466
|
hideLabel?: boolean | undefined;
|
@@ -8776,7 +8490,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8776
8490
|
type: "DISPLAY_ON_REVIEW";
|
8777
8491
|
conditional: import(".").JSONSchema;
|
8778
8492
|
})[] | undefined;
|
8779
|
-
secured?: boolean | undefined;
|
8780
8493
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8781
8494
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8782
8495
|
hideLabel?: boolean | undefined;
|
@@ -8806,7 +8519,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8806
8519
|
type: "DISPLAY_ON_REVIEW";
|
8807
8520
|
conditional: import(".").JSONSchema;
|
8808
8521
|
})[] | undefined;
|
8809
|
-
secured?: boolean | undefined;
|
8810
8522
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8811
8523
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8812
8524
|
hideLabel?: boolean | undefined;
|
@@ -8841,7 +8553,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8841
8553
|
type: "DISPLAY_ON_REVIEW";
|
8842
8554
|
conditional: import(".").JSONSchema;
|
8843
8555
|
})[] | undefined;
|
8844
|
-
secured?: boolean | undefined;
|
8845
8556
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8846
8557
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8847
8558
|
hideLabel?: boolean | undefined;
|
@@ -8868,7 +8579,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8868
8579
|
type: "DISPLAY_ON_REVIEW";
|
8869
8580
|
conditional: import(".").JSONSchema;
|
8870
8581
|
})[] | undefined;
|
8871
|
-
secured?: boolean | undefined;
|
8872
8582
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8873
8583
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8874
8584
|
hideLabel?: boolean | undefined;
|
@@ -8903,7 +8613,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8903
8613
|
type: "DISPLAY_ON_REVIEW";
|
8904
8614
|
conditional: import(".").JSONSchema;
|
8905
8615
|
})[] | undefined;
|
8906
|
-
secured?: boolean | undefined;
|
8907
8616
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8908
8617
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8909
8618
|
hideLabel?: boolean | undefined;
|
@@ -8938,7 +8647,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8938
8647
|
type: "DISPLAY_ON_REVIEW";
|
8939
8648
|
conditional: import(".").JSONSchema;
|
8940
8649
|
})[] | undefined;
|
8941
|
-
secured?: boolean | undefined;
|
8942
8650
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8943
8651
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8944
8652
|
hideLabel?: boolean | undefined;
|
@@ -8976,7 +8684,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8976
8684
|
type: "DISPLAY_ON_REVIEW";
|
8977
8685
|
conditional: import(".").JSONSchema;
|
8978
8686
|
})[] | undefined;
|
8979
|
-
secured?: boolean | undefined;
|
8980
8687
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8981
8688
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8982
8689
|
hideLabel?: boolean | undefined;
|
@@ -9007,7 +8714,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9007
8714
|
type: "DISPLAY_ON_REVIEW";
|
9008
8715
|
conditional: import(".").JSONSchema;
|
9009
8716
|
})[] | undefined;
|
9010
|
-
secured?: boolean | undefined;
|
9011
8717
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9012
8718
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9013
8719
|
hideLabel?: boolean | undefined;
|
@@ -9034,7 +8740,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9034
8740
|
type: "DISPLAY_ON_REVIEW";
|
9035
8741
|
conditional: import(".").JSONSchema;
|
9036
8742
|
})[] | undefined;
|
9037
|
-
secured?: boolean | undefined;
|
9038
8743
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9039
8744
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9040
8745
|
hideLabel?: boolean | undefined;
|
@@ -9046,8 +8751,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9046
8751
|
maxLength?: number | undefined;
|
9047
8752
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9048
8753
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9049
|
-
includeMiddlename?: boolean | undefined;
|
9050
|
-
searchMode?: boolean | undefined;
|
9051
8754
|
} | undefined;
|
9052
8755
|
} | {
|
9053
8756
|
type: "PHONE";
|
@@ -9071,7 +8774,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9071
8774
|
type: "DISPLAY_ON_REVIEW";
|
9072
8775
|
conditional: import(".").JSONSchema;
|
9073
8776
|
})[] | undefined;
|
9074
|
-
secured?: boolean | undefined;
|
9075
8777
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9076
8778
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9077
8779
|
hideLabel?: boolean | undefined;
|
@@ -9098,7 +8800,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9098
8800
|
type: "DISPLAY_ON_REVIEW";
|
9099
8801
|
conditional: import(".").JSONSchema;
|
9100
8802
|
})[] | undefined;
|
9101
|
-
secured?: boolean | undefined;
|
9102
8803
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9103
8804
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9104
8805
|
hideLabel?: boolean | undefined;
|
@@ -9125,7 +8826,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9125
8826
|
type: "DISPLAY_ON_REVIEW";
|
9126
8827
|
conditional: import(".").JSONSchema;
|
9127
8828
|
})[] | undefined;
|
9128
|
-
secured?: boolean | undefined;
|
9129
8829
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9130
8830
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9131
8831
|
hideLabel?: boolean | undefined;
|
@@ -9152,7 +8852,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9152
8852
|
type: "DISPLAY_ON_REVIEW";
|
9153
8853
|
conditional: import(".").JSONSchema;
|
9154
8854
|
})[] | undefined;
|
9155
|
-
secured?: boolean | undefined;
|
9156
8855
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9157
8856
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9158
8857
|
hideLabel?: boolean | undefined;
|
@@ -9185,7 +8884,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9185
8884
|
type: "DISPLAY_ON_REVIEW";
|
9186
8885
|
conditional: import(".").JSONSchema;
|
9187
8886
|
})[] | undefined;
|
9188
|
-
secured?: boolean | undefined;
|
9189
8887
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9190
8888
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9191
8889
|
hideLabel?: boolean | undefined;
|
@@ -9212,7 +8910,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9212
8910
|
type: "DISPLAY_ON_REVIEW";
|
9213
8911
|
conditional: import(".").JSONSchema;
|
9214
8912
|
})[] | undefined;
|
9215
|
-
secured?: boolean | undefined;
|
9216
8913
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9217
8914
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9218
8915
|
hideLabel?: boolean | undefined;
|
@@ -9247,7 +8944,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9247
8944
|
type: "DISPLAY_ON_REVIEW";
|
9248
8945
|
conditional: import(".").JSONSchema;
|
9249
8946
|
})[] | undefined;
|
9250
|
-
secured?: boolean | undefined;
|
9251
8947
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9252
8948
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9253
8949
|
hideLabel?: boolean | undefined;
|
@@ -9279,7 +8975,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9279
8975
|
type: "DISPLAY_ON_REVIEW";
|
9280
8976
|
conditional: import(".").JSONSchema;
|
9281
8977
|
})[] | undefined;
|
9282
|
-
secured?: boolean | undefined;
|
9283
8978
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9284
8979
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9285
8980
|
hideLabel?: boolean | undefined;
|
@@ -9306,7 +9001,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9306
9001
|
type: "DISPLAY_ON_REVIEW";
|
9307
9002
|
conditional: import(".").JSONSchema;
|
9308
9003
|
})[] | undefined;
|
9309
|
-
secured?: boolean | undefined;
|
9310
9004
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9311
9005
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9312
9006
|
hideLabel?: boolean | undefined;
|
@@ -9333,7 +9027,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9333
9027
|
type: "DISPLAY_ON_REVIEW";
|
9334
9028
|
conditional: import(".").JSONSchema;
|
9335
9029
|
})[] | undefined;
|
9336
|
-
secured?: boolean | undefined;
|
9337
9030
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9338
9031
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9339
9032
|
hideLabel?: boolean | undefined;
|
@@ -9397,7 +9090,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9397
9090
|
type: "DISPLAY_ON_REVIEW";
|
9398
9091
|
conditional: import(".").JSONSchema;
|
9399
9092
|
})[] | undefined;
|
9400
|
-
secured?: boolean | undefined;
|
9401
9093
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9402
9094
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9403
9095
|
hideLabel?: boolean | undefined;
|