@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
@@ -35,7 +35,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
35
35
|
type: "DISPLAY_ON_REVIEW";
|
36
36
|
conditional: import(".").JSONSchema;
|
37
37
|
})[] | undefined;
|
38
|
-
secured?: boolean | undefined;
|
39
38
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
40
39
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
41
40
|
hideLabel?: boolean | undefined;
|
@@ -61,7 +60,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
61
60
|
type: "DISPLAY_ON_REVIEW";
|
62
61
|
conditional: import(".").JSONSchema;
|
63
62
|
})[] | undefined;
|
64
|
-
secured?: boolean | undefined;
|
65
63
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
66
64
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
67
65
|
hideLabel?: boolean | undefined;
|
@@ -94,7 +92,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
94
92
|
type: "DISPLAY_ON_REVIEW";
|
95
93
|
conditional: import(".").JSONSchema;
|
96
94
|
})[] | undefined;
|
97
|
-
secured?: boolean | undefined;
|
98
95
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
99
96
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
100
97
|
hideLabel?: boolean | undefined;
|
@@ -127,7 +124,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
127
124
|
type: "DISPLAY_ON_REVIEW";
|
128
125
|
conditional: import(".").JSONSchema;
|
129
126
|
})[] | undefined;
|
130
|
-
secured?: boolean | undefined;
|
131
127
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
132
128
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
133
129
|
hideLabel?: boolean | undefined;
|
@@ -166,7 +162,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
166
162
|
type: "DISPLAY_ON_REVIEW";
|
167
163
|
conditional: import(".").JSONSchema;
|
168
164
|
})[] | undefined;
|
169
|
-
secured?: boolean | undefined;
|
170
165
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
171
166
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
172
167
|
hideLabel?: boolean | undefined;
|
@@ -193,7 +188,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
193
188
|
type: "DISPLAY_ON_REVIEW";
|
194
189
|
conditional: import(".").JSONSchema;
|
195
190
|
})[] | undefined;
|
196
|
-
secured?: boolean | undefined;
|
197
191
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
198
192
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
199
193
|
hideLabel?: boolean | undefined;
|
@@ -223,7 +217,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
223
217
|
type: "DISPLAY_ON_REVIEW";
|
224
218
|
conditional: import(".").JSONSchema;
|
225
219
|
})[] | undefined;
|
226
|
-
secured?: boolean | undefined;
|
227
220
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
228
221
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
229
222
|
hideLabel?: boolean | undefined;
|
@@ -253,7 +246,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
253
246
|
type: "DISPLAY_ON_REVIEW";
|
254
247
|
conditional: import(".").JSONSchema;
|
255
248
|
})[] | undefined;
|
256
|
-
secured?: boolean | undefined;
|
257
249
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
258
250
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
259
251
|
hideLabel?: boolean | undefined;
|
@@ -288,7 +280,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
288
280
|
type: "DISPLAY_ON_REVIEW";
|
289
281
|
conditional: import(".").JSONSchema;
|
290
282
|
})[] | undefined;
|
291
|
-
secured?: boolean | undefined;
|
292
283
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
293
284
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
294
285
|
hideLabel?: boolean | undefined;
|
@@ -315,7 +306,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
315
306
|
type: "DISPLAY_ON_REVIEW";
|
316
307
|
conditional: import(".").JSONSchema;
|
317
308
|
})[] | undefined;
|
318
|
-
secured?: boolean | undefined;
|
319
309
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
320
310
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
321
311
|
hideLabel?: boolean | undefined;
|
@@ -350,7 +340,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
350
340
|
type: "DISPLAY_ON_REVIEW";
|
351
341
|
conditional: import(".").JSONSchema;
|
352
342
|
})[] | undefined;
|
353
|
-
secured?: boolean | undefined;
|
354
343
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
355
344
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
356
345
|
hideLabel?: boolean | undefined;
|
@@ -385,7 +374,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
385
374
|
type: "DISPLAY_ON_REVIEW";
|
386
375
|
conditional: import(".").JSONSchema;
|
387
376
|
})[] | undefined;
|
388
|
-
secured?: boolean | undefined;
|
389
377
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
390
378
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
391
379
|
hideLabel?: boolean | undefined;
|
@@ -423,7 +411,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
423
411
|
type: "DISPLAY_ON_REVIEW";
|
424
412
|
conditional: import(".").JSONSchema;
|
425
413
|
})[] | undefined;
|
426
|
-
secured?: boolean | undefined;
|
427
414
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
428
415
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
429
416
|
hideLabel?: boolean | undefined;
|
@@ -454,7 +441,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
454
441
|
type: "DISPLAY_ON_REVIEW";
|
455
442
|
conditional: import(".").JSONSchema;
|
456
443
|
})[] | undefined;
|
457
|
-
secured?: boolean | undefined;
|
458
444
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
459
445
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
460
446
|
hideLabel?: boolean | undefined;
|
@@ -481,7 +467,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
481
467
|
type: "DISPLAY_ON_REVIEW";
|
482
468
|
conditional: import(".").JSONSchema;
|
483
469
|
})[] | undefined;
|
484
|
-
secured?: boolean | undefined;
|
485
470
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
486
471
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
487
472
|
hideLabel?: boolean | undefined;
|
@@ -493,8 +478,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
493
478
|
maxLength?: number | undefined;
|
494
479
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
495
480
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
496
|
-
includeMiddlename?: boolean | undefined;
|
497
|
-
searchMode?: boolean | undefined;
|
498
481
|
} | undefined;
|
499
482
|
} | {
|
500
483
|
type: "PHONE";
|
@@ -518,7 +501,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
518
501
|
type: "DISPLAY_ON_REVIEW";
|
519
502
|
conditional: import(".").JSONSchema;
|
520
503
|
})[] | undefined;
|
521
|
-
secured?: boolean | undefined;
|
522
504
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
523
505
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
524
506
|
hideLabel?: boolean | undefined;
|
@@ -545,7 +527,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
545
527
|
type: "DISPLAY_ON_REVIEW";
|
546
528
|
conditional: import(".").JSONSchema;
|
547
529
|
})[] | undefined;
|
548
|
-
secured?: boolean | undefined;
|
549
530
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
550
531
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
551
532
|
hideLabel?: boolean | undefined;
|
@@ -572,7 +553,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
572
553
|
type: "DISPLAY_ON_REVIEW";
|
573
554
|
conditional: import(".").JSONSchema;
|
574
555
|
})[] | undefined;
|
575
|
-
secured?: boolean | undefined;
|
576
556
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
577
557
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
578
558
|
hideLabel?: boolean | undefined;
|
@@ -599,7 +579,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
599
579
|
type: "DISPLAY_ON_REVIEW";
|
600
580
|
conditional: import(".").JSONSchema;
|
601
581
|
})[] | undefined;
|
602
|
-
secured?: boolean | undefined;
|
603
582
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
604
583
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
605
584
|
hideLabel?: boolean | undefined;
|
@@ -632,7 +611,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
632
611
|
type: "DISPLAY_ON_REVIEW";
|
633
612
|
conditional: import(".").JSONSchema;
|
634
613
|
})[] | undefined;
|
635
|
-
secured?: boolean | undefined;
|
636
614
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
637
615
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
638
616
|
hideLabel?: boolean | undefined;
|
@@ -659,7 +637,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
659
637
|
type: "DISPLAY_ON_REVIEW";
|
660
638
|
conditional: import(".").JSONSchema;
|
661
639
|
})[] | undefined;
|
662
|
-
secured?: boolean | undefined;
|
663
640
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
664
641
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
665
642
|
hideLabel?: boolean | undefined;
|
@@ -694,7 +671,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
694
671
|
type: "DISPLAY_ON_REVIEW";
|
695
672
|
conditional: import(".").JSONSchema;
|
696
673
|
})[] | undefined;
|
697
|
-
secured?: boolean | undefined;
|
698
674
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
699
675
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
700
676
|
hideLabel?: boolean | undefined;
|
@@ -726,7 +702,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
726
702
|
type: "DISPLAY_ON_REVIEW";
|
727
703
|
conditional: import(".").JSONSchema;
|
728
704
|
})[] | undefined;
|
729
|
-
secured?: boolean | undefined;
|
730
705
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
731
706
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
732
707
|
hideLabel?: boolean | undefined;
|
@@ -753,7 +728,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
753
728
|
type: "DISPLAY_ON_REVIEW";
|
754
729
|
conditional: import(".").JSONSchema;
|
755
730
|
})[] | undefined;
|
756
|
-
secured?: boolean | undefined;
|
757
731
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
758
732
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
759
733
|
hideLabel?: boolean | undefined;
|
@@ -780,7 +754,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
780
754
|
type: "DISPLAY_ON_REVIEW";
|
781
755
|
conditional: import(".").JSONSchema;
|
782
756
|
})[] | undefined;
|
783
|
-
secured?: boolean | undefined;
|
784
757
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
785
758
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
786
759
|
hideLabel?: boolean | undefined;
|
@@ -844,7 +817,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
844
817
|
type: "DISPLAY_ON_REVIEW";
|
845
818
|
conditional: import(".").JSONSchema;
|
846
819
|
})[] | undefined;
|
847
|
-
secured?: boolean | undefined;
|
848
820
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
849
821
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
850
822
|
hideLabel?: boolean | undefined;
|
@@ -879,7 +851,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
879
851
|
type: "DISPLAY_ON_REVIEW";
|
880
852
|
conditional: import(".").JSONSchema;
|
881
853
|
})[] | undefined;
|
882
|
-
secured?: boolean | undefined;
|
883
854
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
884
855
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
885
856
|
hideLabel?: boolean | undefined;
|
@@ -905,7 +876,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
905
876
|
type: "DISPLAY_ON_REVIEW";
|
906
877
|
conditional: import(".").JSONSchema;
|
907
878
|
})[] | undefined;
|
908
|
-
secured?: boolean | undefined;
|
909
879
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
910
880
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
911
881
|
hideLabel?: boolean | undefined;
|
@@ -938,7 +908,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
938
908
|
type: "DISPLAY_ON_REVIEW";
|
939
909
|
conditional: import(".").JSONSchema;
|
940
910
|
})[] | undefined;
|
941
|
-
secured?: boolean | undefined;
|
942
911
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
943
912
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
944
913
|
hideLabel?: boolean | undefined;
|
@@ -971,7 +940,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
971
940
|
type: "DISPLAY_ON_REVIEW";
|
972
941
|
conditional: import(".").JSONSchema;
|
973
942
|
})[] | undefined;
|
974
|
-
secured?: boolean | undefined;
|
975
943
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
976
944
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
977
945
|
hideLabel?: boolean | undefined;
|
@@ -1010,7 +978,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1010
978
|
type: "DISPLAY_ON_REVIEW";
|
1011
979
|
conditional: import(".").JSONSchema;
|
1012
980
|
})[] | undefined;
|
1013
|
-
secured?: boolean | undefined;
|
1014
981
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1015
982
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1016
983
|
hideLabel?: boolean | undefined;
|
@@ -1037,7 +1004,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1037
1004
|
type: "DISPLAY_ON_REVIEW";
|
1038
1005
|
conditional: import(".").JSONSchema;
|
1039
1006
|
})[] | undefined;
|
1040
|
-
secured?: boolean | undefined;
|
1041
1007
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1042
1008
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1043
1009
|
hideLabel?: boolean | undefined;
|
@@ -1067,7 +1033,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1067
1033
|
type: "DISPLAY_ON_REVIEW";
|
1068
1034
|
conditional: import(".").JSONSchema;
|
1069
1035
|
})[] | undefined;
|
1070
|
-
secured?: boolean | undefined;
|
1071
1036
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1072
1037
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1073
1038
|
hideLabel?: boolean | undefined;
|
@@ -1097,7 +1062,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1097
1062
|
type: "DISPLAY_ON_REVIEW";
|
1098
1063
|
conditional: import(".").JSONSchema;
|
1099
1064
|
})[] | undefined;
|
1100
|
-
secured?: boolean | undefined;
|
1101
1065
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1102
1066
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1103
1067
|
hideLabel?: boolean | undefined;
|
@@ -1132,7 +1096,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1132
1096
|
type: "DISPLAY_ON_REVIEW";
|
1133
1097
|
conditional: import(".").JSONSchema;
|
1134
1098
|
})[] | undefined;
|
1135
|
-
secured?: boolean | undefined;
|
1136
1099
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1137
1100
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1138
1101
|
hideLabel?: boolean | undefined;
|
@@ -1159,7 +1122,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1159
1122
|
type: "DISPLAY_ON_REVIEW";
|
1160
1123
|
conditional: import(".").JSONSchema;
|
1161
1124
|
})[] | undefined;
|
1162
|
-
secured?: boolean | undefined;
|
1163
1125
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1164
1126
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1165
1127
|
hideLabel?: boolean | undefined;
|
@@ -1194,7 +1156,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1194
1156
|
type: "DISPLAY_ON_REVIEW";
|
1195
1157
|
conditional: import(".").JSONSchema;
|
1196
1158
|
})[] | undefined;
|
1197
|
-
secured?: boolean | undefined;
|
1198
1159
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1199
1160
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1200
1161
|
hideLabel?: boolean | undefined;
|
@@ -1229,7 +1190,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1229
1190
|
type: "DISPLAY_ON_REVIEW";
|
1230
1191
|
conditional: import(".").JSONSchema;
|
1231
1192
|
})[] | undefined;
|
1232
|
-
secured?: boolean | undefined;
|
1233
1193
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1234
1194
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1235
1195
|
hideLabel?: boolean | undefined;
|
@@ -1267,7 +1227,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1267
1227
|
type: "DISPLAY_ON_REVIEW";
|
1268
1228
|
conditional: import(".").JSONSchema;
|
1269
1229
|
})[] | undefined;
|
1270
|
-
secured?: boolean | undefined;
|
1271
1230
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1272
1231
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1273
1232
|
hideLabel?: boolean | undefined;
|
@@ -1298,7 +1257,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1298
1257
|
type: "DISPLAY_ON_REVIEW";
|
1299
1258
|
conditional: import(".").JSONSchema;
|
1300
1259
|
})[] | undefined;
|
1301
|
-
secured?: boolean | undefined;
|
1302
1260
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1303
1261
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1304
1262
|
hideLabel?: boolean | undefined;
|
@@ -1325,7 +1283,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1325
1283
|
type: "DISPLAY_ON_REVIEW";
|
1326
1284
|
conditional: import(".").JSONSchema;
|
1327
1285
|
})[] | undefined;
|
1328
|
-
secured?: boolean | undefined;
|
1329
1286
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1330
1287
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1331
1288
|
hideLabel?: boolean | undefined;
|
@@ -1337,8 +1294,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1337
1294
|
maxLength?: number | undefined;
|
1338
1295
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
1339
1296
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
1340
|
-
includeMiddlename?: boolean | undefined;
|
1341
|
-
searchMode?: boolean | undefined;
|
1342
1297
|
} | undefined;
|
1343
1298
|
} | {
|
1344
1299
|
type: "PHONE";
|
@@ -1362,7 +1317,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1362
1317
|
type: "DISPLAY_ON_REVIEW";
|
1363
1318
|
conditional: import(".").JSONSchema;
|
1364
1319
|
})[] | undefined;
|
1365
|
-
secured?: boolean | undefined;
|
1366
1320
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1367
1321
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1368
1322
|
hideLabel?: boolean | undefined;
|
@@ -1389,7 +1343,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1389
1343
|
type: "DISPLAY_ON_REVIEW";
|
1390
1344
|
conditional: import(".").JSONSchema;
|
1391
1345
|
})[] | undefined;
|
1392
|
-
secured?: boolean | undefined;
|
1393
1346
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1394
1347
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1395
1348
|
hideLabel?: boolean | undefined;
|
@@ -1416,7 +1369,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1416
1369
|
type: "DISPLAY_ON_REVIEW";
|
1417
1370
|
conditional: import(".").JSONSchema;
|
1418
1371
|
})[] | undefined;
|
1419
|
-
secured?: boolean | undefined;
|
1420
1372
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1421
1373
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1422
1374
|
hideLabel?: boolean | undefined;
|
@@ -1443,7 +1395,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1443
1395
|
type: "DISPLAY_ON_REVIEW";
|
1444
1396
|
conditional: import(".").JSONSchema;
|
1445
1397
|
})[] | undefined;
|
1446
|
-
secured?: boolean | undefined;
|
1447
1398
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1448
1399
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1449
1400
|
hideLabel?: boolean | undefined;
|
@@ -1476,7 +1427,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1476
1427
|
type: "DISPLAY_ON_REVIEW";
|
1477
1428
|
conditional: import(".").JSONSchema;
|
1478
1429
|
})[] | undefined;
|
1479
|
-
secured?: boolean | undefined;
|
1480
1430
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1481
1431
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1482
1432
|
hideLabel?: boolean | undefined;
|
@@ -1503,7 +1453,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1503
1453
|
type: "DISPLAY_ON_REVIEW";
|
1504
1454
|
conditional: import(".").JSONSchema;
|
1505
1455
|
})[] | undefined;
|
1506
|
-
secured?: boolean | undefined;
|
1507
1456
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1508
1457
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1509
1458
|
hideLabel?: boolean | undefined;
|
@@ -1538,7 +1487,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1538
1487
|
type: "DISPLAY_ON_REVIEW";
|
1539
1488
|
conditional: import(".").JSONSchema;
|
1540
1489
|
})[] | undefined;
|
1541
|
-
secured?: boolean | undefined;
|
1542
1490
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1543
1491
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1544
1492
|
hideLabel?: boolean | undefined;
|
@@ -1570,7 +1518,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1570
1518
|
type: "DISPLAY_ON_REVIEW";
|
1571
1519
|
conditional: import(".").JSONSchema;
|
1572
1520
|
})[] | undefined;
|
1573
|
-
secured?: boolean | undefined;
|
1574
1521
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1575
1522
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1576
1523
|
hideLabel?: boolean | undefined;
|
@@ -1597,7 +1544,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1597
1544
|
type: "DISPLAY_ON_REVIEW";
|
1598
1545
|
conditional: import(".").JSONSchema;
|
1599
1546
|
})[] | undefined;
|
1600
|
-
secured?: boolean | undefined;
|
1601
1547
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1602
1548
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1603
1549
|
hideLabel?: boolean | undefined;
|
@@ -1624,7 +1570,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1624
1570
|
type: "DISPLAY_ON_REVIEW";
|
1625
1571
|
conditional: import(".").JSONSchema;
|
1626
1572
|
})[] | undefined;
|
1627
|
-
secured?: boolean | undefined;
|
1628
1573
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1629
1574
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1630
1575
|
hideLabel?: boolean | undefined;
|
@@ -1688,7 +1633,6 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1688
1633
|
type: "DISPLAY_ON_REVIEW";
|
1689
1634
|
conditional: import(".").JSONSchema;
|
1690
1635
|
})[] | undefined;
|
1691
|
-
secured?: boolean | undefined;
|
1692
1636
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1693
1637
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1694
1638
|
hideLabel?: boolean | undefined;
|
@@ -1718,7 +1662,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1718
1662
|
type: "DISPLAY_ON_REVIEW";
|
1719
1663
|
conditional: import(".").JSONSchema;
|
1720
1664
|
})[] | undefined;
|
1721
|
-
secured?: boolean | undefined;
|
1722
1665
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1723
1666
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1724
1667
|
hideLabel?: boolean | undefined;
|
@@ -1744,7 +1687,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1744
1687
|
type: "DISPLAY_ON_REVIEW";
|
1745
1688
|
conditional: import(".").JSONSchema;
|
1746
1689
|
})[] | undefined;
|
1747
|
-
secured?: boolean | undefined;
|
1748
1690
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1749
1691
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1750
1692
|
hideLabel?: boolean | undefined;
|
@@ -1777,7 +1719,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1777
1719
|
type: "DISPLAY_ON_REVIEW";
|
1778
1720
|
conditional: import(".").JSONSchema;
|
1779
1721
|
})[] | undefined;
|
1780
|
-
secured?: boolean | undefined;
|
1781
1722
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1782
1723
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1783
1724
|
hideLabel?: boolean | undefined;
|
@@ -1810,7 +1751,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1810
1751
|
type: "DISPLAY_ON_REVIEW";
|
1811
1752
|
conditional: import(".").JSONSchema;
|
1812
1753
|
})[] | undefined;
|
1813
|
-
secured?: boolean | undefined;
|
1814
1754
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1815
1755
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1816
1756
|
hideLabel?: boolean | undefined;
|
@@ -1849,7 +1789,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1849
1789
|
type: "DISPLAY_ON_REVIEW";
|
1850
1790
|
conditional: import(".").JSONSchema;
|
1851
1791
|
})[] | undefined;
|
1852
|
-
secured?: boolean | undefined;
|
1853
1792
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1854
1793
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1855
1794
|
hideLabel?: boolean | undefined;
|
@@ -1876,7 +1815,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1876
1815
|
type: "DISPLAY_ON_REVIEW";
|
1877
1816
|
conditional: import(".").JSONSchema;
|
1878
1817
|
})[] | undefined;
|
1879
|
-
secured?: boolean | undefined;
|
1880
1818
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1881
1819
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1882
1820
|
hideLabel?: boolean | undefined;
|
@@ -1906,7 +1844,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1906
1844
|
type: "DISPLAY_ON_REVIEW";
|
1907
1845
|
conditional: import(".").JSONSchema;
|
1908
1846
|
})[] | undefined;
|
1909
|
-
secured?: boolean | undefined;
|
1910
1847
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1911
1848
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1912
1849
|
hideLabel?: boolean | undefined;
|
@@ -1936,7 +1873,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1936
1873
|
type: "DISPLAY_ON_REVIEW";
|
1937
1874
|
conditional: import(".").JSONSchema;
|
1938
1875
|
})[] | undefined;
|
1939
|
-
secured?: boolean | undefined;
|
1940
1876
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1941
1877
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1942
1878
|
hideLabel?: boolean | undefined;
|
@@ -1971,7 +1907,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1971
1907
|
type: "DISPLAY_ON_REVIEW";
|
1972
1908
|
conditional: import(".").JSONSchema;
|
1973
1909
|
})[] | undefined;
|
1974
|
-
secured?: boolean | undefined;
|
1975
1910
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1976
1911
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1977
1912
|
hideLabel?: boolean | undefined;
|
@@ -1998,7 +1933,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1998
1933
|
type: "DISPLAY_ON_REVIEW";
|
1999
1934
|
conditional: import(".").JSONSchema;
|
2000
1935
|
})[] | undefined;
|
2001
|
-
secured?: boolean | undefined;
|
2002
1936
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2003
1937
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2004
1938
|
hideLabel?: boolean | undefined;
|
@@ -2033,7 +1967,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2033
1967
|
type: "DISPLAY_ON_REVIEW";
|
2034
1968
|
conditional: import(".").JSONSchema;
|
2035
1969
|
})[] | undefined;
|
2036
|
-
secured?: boolean | undefined;
|
2037
1970
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2038
1971
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2039
1972
|
hideLabel?: boolean | undefined;
|
@@ -2068,7 +2001,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2068
2001
|
type: "DISPLAY_ON_REVIEW";
|
2069
2002
|
conditional: import(".").JSONSchema;
|
2070
2003
|
})[] | undefined;
|
2071
|
-
secured?: boolean | undefined;
|
2072
2004
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2073
2005
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2074
2006
|
hideLabel?: boolean | undefined;
|
@@ -2106,7 +2038,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2106
2038
|
type: "DISPLAY_ON_REVIEW";
|
2107
2039
|
conditional: import(".").JSONSchema;
|
2108
2040
|
})[] | undefined;
|
2109
|
-
secured?: boolean | undefined;
|
2110
2041
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2111
2042
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2112
2043
|
hideLabel?: boolean | undefined;
|
@@ -2137,7 +2068,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2137
2068
|
type: "DISPLAY_ON_REVIEW";
|
2138
2069
|
conditional: import(".").JSONSchema;
|
2139
2070
|
})[] | undefined;
|
2140
|
-
secured?: boolean | undefined;
|
2141
2071
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2142
2072
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2143
2073
|
hideLabel?: boolean | undefined;
|
@@ -2164,7 +2094,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2164
2094
|
type: "DISPLAY_ON_REVIEW";
|
2165
2095
|
conditional: import(".").JSONSchema;
|
2166
2096
|
})[] | undefined;
|
2167
|
-
secured?: boolean | undefined;
|
2168
2097
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2169
2098
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2170
2099
|
hideLabel?: boolean | undefined;
|
@@ -2176,8 +2105,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2176
2105
|
maxLength?: number | undefined;
|
2177
2106
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
2178
2107
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
2179
|
-
includeMiddlename?: boolean | undefined;
|
2180
|
-
searchMode?: boolean | undefined;
|
2181
2108
|
} | undefined;
|
2182
2109
|
} | {
|
2183
2110
|
type: "PHONE";
|
@@ -2201,7 +2128,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2201
2128
|
type: "DISPLAY_ON_REVIEW";
|
2202
2129
|
conditional: import(".").JSONSchema;
|
2203
2130
|
})[] | undefined;
|
2204
|
-
secured?: boolean | undefined;
|
2205
2131
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2206
2132
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2207
2133
|
hideLabel?: boolean | undefined;
|
@@ -2228,7 +2154,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2228
2154
|
type: "DISPLAY_ON_REVIEW";
|
2229
2155
|
conditional: import(".").JSONSchema;
|
2230
2156
|
})[] | undefined;
|
2231
|
-
secured?: boolean | undefined;
|
2232
2157
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2233
2158
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2234
2159
|
hideLabel?: boolean | undefined;
|
@@ -2255,7 +2180,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2255
2180
|
type: "DISPLAY_ON_REVIEW";
|
2256
2181
|
conditional: import(".").JSONSchema;
|
2257
2182
|
})[] | undefined;
|
2258
|
-
secured?: boolean | undefined;
|
2259
2183
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2260
2184
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2261
2185
|
hideLabel?: boolean | undefined;
|
@@ -2282,7 +2206,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2282
2206
|
type: "DISPLAY_ON_REVIEW";
|
2283
2207
|
conditional: import(".").JSONSchema;
|
2284
2208
|
})[] | undefined;
|
2285
|
-
secured?: boolean | undefined;
|
2286
2209
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2287
2210
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2288
2211
|
hideLabel?: boolean | undefined;
|
@@ -2315,7 +2238,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2315
2238
|
type: "DISPLAY_ON_REVIEW";
|
2316
2239
|
conditional: import(".").JSONSchema;
|
2317
2240
|
})[] | undefined;
|
2318
|
-
secured?: boolean | undefined;
|
2319
2241
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2320
2242
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2321
2243
|
hideLabel?: boolean | undefined;
|
@@ -2342,7 +2264,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2342
2264
|
type: "DISPLAY_ON_REVIEW";
|
2343
2265
|
conditional: import(".").JSONSchema;
|
2344
2266
|
})[] | undefined;
|
2345
|
-
secured?: boolean | undefined;
|
2346
2267
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2347
2268
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2348
2269
|
hideLabel?: boolean | undefined;
|
@@ -2377,7 +2298,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2377
2298
|
type: "DISPLAY_ON_REVIEW";
|
2378
2299
|
conditional: import(".").JSONSchema;
|
2379
2300
|
})[] | undefined;
|
2380
|
-
secured?: boolean | undefined;
|
2381
2301
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2382
2302
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2383
2303
|
hideLabel?: boolean | undefined;
|
@@ -2409,7 +2329,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2409
2329
|
type: "DISPLAY_ON_REVIEW";
|
2410
2330
|
conditional: import(".").JSONSchema;
|
2411
2331
|
})[] | undefined;
|
2412
|
-
secured?: boolean | undefined;
|
2413
2332
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2414
2333
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2415
2334
|
hideLabel?: boolean | undefined;
|
@@ -2436,7 +2355,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2436
2355
|
type: "DISPLAY_ON_REVIEW";
|
2437
2356
|
conditional: import(".").JSONSchema;
|
2438
2357
|
})[] | undefined;
|
2439
|
-
secured?: boolean | undefined;
|
2440
2358
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2441
2359
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2442
2360
|
hideLabel?: boolean | undefined;
|
@@ -2463,7 +2381,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2463
2381
|
type: "DISPLAY_ON_REVIEW";
|
2464
2382
|
conditional: import(".").JSONSchema;
|
2465
2383
|
})[] | undefined;
|
2466
|
-
secured?: boolean | undefined;
|
2467
2384
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2468
2385
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2469
2386
|
hideLabel?: boolean | undefined;
|
@@ -2527,7 +2444,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2527
2444
|
type: "DISPLAY_ON_REVIEW";
|
2528
2445
|
conditional: import(".").JSONSchema;
|
2529
2446
|
})[] | undefined;
|
2530
|
-
secured?: boolean | undefined;
|
2531
2447
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2532
2448
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2533
2449
|
hideLabel?: boolean | undefined;
|
@@ -2562,7 +2478,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2562
2478
|
type: "DISPLAY_ON_REVIEW";
|
2563
2479
|
conditional: import(".").JSONSchema;
|
2564
2480
|
})[] | undefined;
|
2565
|
-
secured?: boolean | undefined;
|
2566
2481
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2567
2482
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2568
2483
|
hideLabel?: boolean | undefined;
|
@@ -2588,7 +2503,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2588
2503
|
type: "DISPLAY_ON_REVIEW";
|
2589
2504
|
conditional: import(".").JSONSchema;
|
2590
2505
|
})[] | undefined;
|
2591
|
-
secured?: boolean | undefined;
|
2592
2506
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2593
2507
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2594
2508
|
hideLabel?: boolean | undefined;
|
@@ -2621,7 +2535,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2621
2535
|
type: "DISPLAY_ON_REVIEW";
|
2622
2536
|
conditional: import(".").JSONSchema;
|
2623
2537
|
})[] | undefined;
|
2624
|
-
secured?: boolean | undefined;
|
2625
2538
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2626
2539
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2627
2540
|
hideLabel?: boolean | undefined;
|
@@ -2654,7 +2567,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2654
2567
|
type: "DISPLAY_ON_REVIEW";
|
2655
2568
|
conditional: import(".").JSONSchema;
|
2656
2569
|
})[] | undefined;
|
2657
|
-
secured?: boolean | undefined;
|
2658
2570
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2659
2571
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2660
2572
|
hideLabel?: boolean | undefined;
|
@@ -2693,7 +2605,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2693
2605
|
type: "DISPLAY_ON_REVIEW";
|
2694
2606
|
conditional: import(".").JSONSchema;
|
2695
2607
|
})[] | undefined;
|
2696
|
-
secured?: boolean | undefined;
|
2697
2608
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2698
2609
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2699
2610
|
hideLabel?: boolean | undefined;
|
@@ -2720,7 +2631,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2720
2631
|
type: "DISPLAY_ON_REVIEW";
|
2721
2632
|
conditional: import(".").JSONSchema;
|
2722
2633
|
})[] | undefined;
|
2723
|
-
secured?: boolean | undefined;
|
2724
2634
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2725
2635
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2726
2636
|
hideLabel?: boolean | undefined;
|
@@ -2750,7 +2660,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2750
2660
|
type: "DISPLAY_ON_REVIEW";
|
2751
2661
|
conditional: import(".").JSONSchema;
|
2752
2662
|
})[] | undefined;
|
2753
|
-
secured?: boolean | undefined;
|
2754
2663
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2755
2664
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2756
2665
|
hideLabel?: boolean | undefined;
|
@@ -2780,7 +2689,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2780
2689
|
type: "DISPLAY_ON_REVIEW";
|
2781
2690
|
conditional: import(".").JSONSchema;
|
2782
2691
|
})[] | undefined;
|
2783
|
-
secured?: boolean | undefined;
|
2784
2692
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2785
2693
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2786
2694
|
hideLabel?: boolean | undefined;
|
@@ -2815,7 +2723,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2815
2723
|
type: "DISPLAY_ON_REVIEW";
|
2816
2724
|
conditional: import(".").JSONSchema;
|
2817
2725
|
})[] | undefined;
|
2818
|
-
secured?: boolean | undefined;
|
2819
2726
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2820
2727
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2821
2728
|
hideLabel?: boolean | undefined;
|
@@ -2842,7 +2749,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2842
2749
|
type: "DISPLAY_ON_REVIEW";
|
2843
2750
|
conditional: import(".").JSONSchema;
|
2844
2751
|
})[] | undefined;
|
2845
|
-
secured?: boolean | undefined;
|
2846
2752
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2847
2753
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2848
2754
|
hideLabel?: boolean | undefined;
|
@@ -2877,7 +2783,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2877
2783
|
type: "DISPLAY_ON_REVIEW";
|
2878
2784
|
conditional: import(".").JSONSchema;
|
2879
2785
|
})[] | undefined;
|
2880
|
-
secured?: boolean | undefined;
|
2881
2786
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2882
2787
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2883
2788
|
hideLabel?: boolean | undefined;
|
@@ -2912,7 +2817,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2912
2817
|
type: "DISPLAY_ON_REVIEW";
|
2913
2818
|
conditional: import(".").JSONSchema;
|
2914
2819
|
})[] | undefined;
|
2915
|
-
secured?: boolean | undefined;
|
2916
2820
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2917
2821
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2918
2822
|
hideLabel?: boolean | undefined;
|
@@ -2950,7 +2854,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2950
2854
|
type: "DISPLAY_ON_REVIEW";
|
2951
2855
|
conditional: import(".").JSONSchema;
|
2952
2856
|
})[] | undefined;
|
2953
|
-
secured?: boolean | undefined;
|
2954
2857
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2955
2858
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2956
2859
|
hideLabel?: boolean | undefined;
|
@@ -2981,7 +2884,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2981
2884
|
type: "DISPLAY_ON_REVIEW";
|
2982
2885
|
conditional: import(".").JSONSchema;
|
2983
2886
|
})[] | undefined;
|
2984
|
-
secured?: boolean | undefined;
|
2985
2887
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2986
2888
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2987
2889
|
hideLabel?: boolean | undefined;
|
@@ -3008,7 +2910,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3008
2910
|
type: "DISPLAY_ON_REVIEW";
|
3009
2911
|
conditional: import(".").JSONSchema;
|
3010
2912
|
})[] | undefined;
|
3011
|
-
secured?: boolean | undefined;
|
3012
2913
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3013
2914
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3014
2915
|
hideLabel?: boolean | undefined;
|
@@ -3020,8 +2921,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3020
2921
|
maxLength?: number | undefined;
|
3021
2922
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3022
2923
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3023
|
-
includeMiddlename?: boolean | undefined;
|
3024
|
-
searchMode?: boolean | undefined;
|
3025
2924
|
} | undefined;
|
3026
2925
|
} | {
|
3027
2926
|
type: "PHONE";
|
@@ -3045,7 +2944,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3045
2944
|
type: "DISPLAY_ON_REVIEW";
|
3046
2945
|
conditional: import(".").JSONSchema;
|
3047
2946
|
})[] | undefined;
|
3048
|
-
secured?: boolean | undefined;
|
3049
2947
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3050
2948
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3051
2949
|
hideLabel?: boolean | undefined;
|
@@ -3072,7 +2970,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3072
2970
|
type: "DISPLAY_ON_REVIEW";
|
3073
2971
|
conditional: import(".").JSONSchema;
|
3074
2972
|
})[] | undefined;
|
3075
|
-
secured?: boolean | undefined;
|
3076
2973
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3077
2974
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3078
2975
|
hideLabel?: boolean | undefined;
|
@@ -3099,7 +2996,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3099
2996
|
type: "DISPLAY_ON_REVIEW";
|
3100
2997
|
conditional: import(".").JSONSchema;
|
3101
2998
|
})[] | undefined;
|
3102
|
-
secured?: boolean | undefined;
|
3103
2999
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3104
3000
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3105
3001
|
hideLabel?: boolean | undefined;
|
@@ -3126,7 +3022,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3126
3022
|
type: "DISPLAY_ON_REVIEW";
|
3127
3023
|
conditional: import(".").JSONSchema;
|
3128
3024
|
})[] | undefined;
|
3129
|
-
secured?: boolean | undefined;
|
3130
3025
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3131
3026
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3132
3027
|
hideLabel?: boolean | undefined;
|
@@ -3159,7 +3054,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3159
3054
|
type: "DISPLAY_ON_REVIEW";
|
3160
3055
|
conditional: import(".").JSONSchema;
|
3161
3056
|
})[] | undefined;
|
3162
|
-
secured?: boolean | undefined;
|
3163
3057
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3164
3058
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3165
3059
|
hideLabel?: boolean | undefined;
|
@@ -3186,7 +3080,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3186
3080
|
type: "DISPLAY_ON_REVIEW";
|
3187
3081
|
conditional: import(".").JSONSchema;
|
3188
3082
|
})[] | undefined;
|
3189
|
-
secured?: boolean | undefined;
|
3190
3083
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3191
3084
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3192
3085
|
hideLabel?: boolean | undefined;
|
@@ -3221,7 +3114,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3221
3114
|
type: "DISPLAY_ON_REVIEW";
|
3222
3115
|
conditional: import(".").JSONSchema;
|
3223
3116
|
})[] | undefined;
|
3224
|
-
secured?: boolean | undefined;
|
3225
3117
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3226
3118
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3227
3119
|
hideLabel?: boolean | undefined;
|
@@ -3253,7 +3145,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3253
3145
|
type: "DISPLAY_ON_REVIEW";
|
3254
3146
|
conditional: import(".").JSONSchema;
|
3255
3147
|
})[] | undefined;
|
3256
|
-
secured?: boolean | undefined;
|
3257
3148
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3258
3149
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3259
3150
|
hideLabel?: boolean | undefined;
|
@@ -3280,7 +3171,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3280
3171
|
type: "DISPLAY_ON_REVIEW";
|
3281
3172
|
conditional: import(".").JSONSchema;
|
3282
3173
|
})[] | undefined;
|
3283
|
-
secured?: boolean | undefined;
|
3284
3174
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3285
3175
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3286
3176
|
hideLabel?: boolean | undefined;
|
@@ -3307,7 +3197,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3307
3197
|
type: "DISPLAY_ON_REVIEW";
|
3308
3198
|
conditional: import(".").JSONSchema;
|
3309
3199
|
})[] | undefined;
|
3310
|
-
secured?: boolean | undefined;
|
3311
3200
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3312
3201
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3313
3202
|
hideLabel?: boolean | undefined;
|
@@ -3371,7 +3260,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3371
3260
|
type: "DISPLAY_ON_REVIEW";
|
3372
3261
|
conditional: import(".").JSONSchema;
|
3373
3262
|
})[] | undefined;
|
3374
|
-
secured?: boolean | undefined;
|
3375
3263
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3376
3264
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3377
3265
|
hideLabel?: boolean | undefined;
|
@@ -3399,7 +3287,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3399
3287
|
type: "DISPLAY_ON_REVIEW";
|
3400
3288
|
conditional: import(".").JSONSchema;
|
3401
3289
|
})[] | undefined;
|
3402
|
-
secured?: boolean | undefined;
|
3403
3290
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3404
3291
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3405
3292
|
hideLabel?: boolean | undefined;
|
@@ -3425,7 +3312,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3425
3312
|
type: "DISPLAY_ON_REVIEW";
|
3426
3313
|
conditional: import(".").JSONSchema;
|
3427
3314
|
})[] | undefined;
|
3428
|
-
secured?: boolean | undefined;
|
3429
3315
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3430
3316
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3431
3317
|
hideLabel?: boolean | undefined;
|
@@ -3458,7 +3344,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3458
3344
|
type: "DISPLAY_ON_REVIEW";
|
3459
3345
|
conditional: import(".").JSONSchema;
|
3460
3346
|
})[] | undefined;
|
3461
|
-
secured?: boolean | undefined;
|
3462
3347
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3463
3348
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3464
3349
|
hideLabel?: boolean | undefined;
|
@@ -3491,7 +3376,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3491
3376
|
type: "DISPLAY_ON_REVIEW";
|
3492
3377
|
conditional: import(".").JSONSchema;
|
3493
3378
|
})[] | undefined;
|
3494
|
-
secured?: boolean | undefined;
|
3495
3379
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3496
3380
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3497
3381
|
hideLabel?: boolean | undefined;
|
@@ -3530,7 +3414,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3530
3414
|
type: "DISPLAY_ON_REVIEW";
|
3531
3415
|
conditional: import(".").JSONSchema;
|
3532
3416
|
})[] | undefined;
|
3533
|
-
secured?: boolean | undefined;
|
3534
3417
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3535
3418
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3536
3419
|
hideLabel?: boolean | undefined;
|
@@ -3557,7 +3440,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3557
3440
|
type: "DISPLAY_ON_REVIEW";
|
3558
3441
|
conditional: import(".").JSONSchema;
|
3559
3442
|
})[] | undefined;
|
3560
|
-
secured?: boolean | undefined;
|
3561
3443
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3562
3444
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3563
3445
|
hideLabel?: boolean | undefined;
|
@@ -3587,7 +3469,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3587
3469
|
type: "DISPLAY_ON_REVIEW";
|
3588
3470
|
conditional: import(".").JSONSchema;
|
3589
3471
|
})[] | undefined;
|
3590
|
-
secured?: boolean | undefined;
|
3591
3472
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3592
3473
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3593
3474
|
hideLabel?: boolean | undefined;
|
@@ -3617,7 +3498,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3617
3498
|
type: "DISPLAY_ON_REVIEW";
|
3618
3499
|
conditional: import(".").JSONSchema;
|
3619
3500
|
})[] | undefined;
|
3620
|
-
secured?: boolean | undefined;
|
3621
3501
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3622
3502
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3623
3503
|
hideLabel?: boolean | undefined;
|
@@ -3652,7 +3532,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3652
3532
|
type: "DISPLAY_ON_REVIEW";
|
3653
3533
|
conditional: import(".").JSONSchema;
|
3654
3534
|
})[] | undefined;
|
3655
|
-
secured?: boolean | undefined;
|
3656
3535
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3657
3536
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3658
3537
|
hideLabel?: boolean | undefined;
|
@@ -3679,7 +3558,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3679
3558
|
type: "DISPLAY_ON_REVIEW";
|
3680
3559
|
conditional: import(".").JSONSchema;
|
3681
3560
|
})[] | undefined;
|
3682
|
-
secured?: boolean | undefined;
|
3683
3561
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3684
3562
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3685
3563
|
hideLabel?: boolean | undefined;
|
@@ -3714,7 +3592,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3714
3592
|
type: "DISPLAY_ON_REVIEW";
|
3715
3593
|
conditional: import(".").JSONSchema;
|
3716
3594
|
})[] | undefined;
|
3717
|
-
secured?: boolean | undefined;
|
3718
3595
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3719
3596
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3720
3597
|
hideLabel?: boolean | undefined;
|
@@ -3749,7 +3626,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3749
3626
|
type: "DISPLAY_ON_REVIEW";
|
3750
3627
|
conditional: import(".").JSONSchema;
|
3751
3628
|
})[] | undefined;
|
3752
|
-
secured?: boolean | undefined;
|
3753
3629
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3754
3630
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3755
3631
|
hideLabel?: boolean | undefined;
|
@@ -3787,7 +3663,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3787
3663
|
type: "DISPLAY_ON_REVIEW";
|
3788
3664
|
conditional: import(".").JSONSchema;
|
3789
3665
|
})[] | undefined;
|
3790
|
-
secured?: boolean | undefined;
|
3791
3666
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3792
3667
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3793
3668
|
hideLabel?: boolean | undefined;
|
@@ -3818,7 +3693,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3818
3693
|
type: "DISPLAY_ON_REVIEW";
|
3819
3694
|
conditional: import(".").JSONSchema;
|
3820
3695
|
})[] | undefined;
|
3821
|
-
secured?: boolean | undefined;
|
3822
3696
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3823
3697
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3824
3698
|
hideLabel?: boolean | undefined;
|
@@ -3845,7 +3719,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3845
3719
|
type: "DISPLAY_ON_REVIEW";
|
3846
3720
|
conditional: import(".").JSONSchema;
|
3847
3721
|
})[] | undefined;
|
3848
|
-
secured?: boolean | undefined;
|
3849
3722
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3850
3723
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3851
3724
|
hideLabel?: boolean | undefined;
|
@@ -3857,8 +3730,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3857
3730
|
maxLength?: number | undefined;
|
3858
3731
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3859
3732
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3860
|
-
includeMiddlename?: boolean | undefined;
|
3861
|
-
searchMode?: boolean | undefined;
|
3862
3733
|
} | undefined;
|
3863
3734
|
} | {
|
3864
3735
|
type: "PHONE";
|
@@ -3882,7 +3753,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3882
3753
|
type: "DISPLAY_ON_REVIEW";
|
3883
3754
|
conditional: import(".").JSONSchema;
|
3884
3755
|
})[] | undefined;
|
3885
|
-
secured?: boolean | undefined;
|
3886
3756
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3887
3757
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3888
3758
|
hideLabel?: boolean | undefined;
|
@@ -3909,7 +3779,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3909
3779
|
type: "DISPLAY_ON_REVIEW";
|
3910
3780
|
conditional: import(".").JSONSchema;
|
3911
3781
|
})[] | undefined;
|
3912
|
-
secured?: boolean | undefined;
|
3913
3782
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3914
3783
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3915
3784
|
hideLabel?: boolean | undefined;
|
@@ -3936,7 +3805,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3936
3805
|
type: "DISPLAY_ON_REVIEW";
|
3937
3806
|
conditional: import(".").JSONSchema;
|
3938
3807
|
})[] | undefined;
|
3939
|
-
secured?: boolean | undefined;
|
3940
3808
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3941
3809
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3942
3810
|
hideLabel?: boolean | undefined;
|
@@ -3963,7 +3831,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3963
3831
|
type: "DISPLAY_ON_REVIEW";
|
3964
3832
|
conditional: import(".").JSONSchema;
|
3965
3833
|
})[] | undefined;
|
3966
|
-
secured?: boolean | undefined;
|
3967
3834
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3968
3835
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3969
3836
|
hideLabel?: boolean | undefined;
|
@@ -3996,7 +3863,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3996
3863
|
type: "DISPLAY_ON_REVIEW";
|
3997
3864
|
conditional: import(".").JSONSchema;
|
3998
3865
|
})[] | undefined;
|
3999
|
-
secured?: boolean | undefined;
|
4000
3866
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4001
3867
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4002
3868
|
hideLabel?: boolean | undefined;
|
@@ -4023,7 +3889,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
4023
3889
|
type: "DISPLAY_ON_REVIEW";
|
4024
3890
|
conditional: import(".").JSONSchema;
|
4025
3891
|
})[] | undefined;
|
4026
|
-
secured?: boolean | undefined;
|
4027
3892
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4028
3893
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4029
3894
|
hideLabel?: boolean | undefined;
|
@@ -4058,7 +3923,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
4058
3923
|
type: "DISPLAY_ON_REVIEW";
|
4059
3924
|
conditional: import(".").JSONSchema;
|
4060
3925
|
})[] | undefined;
|
4061
|
-
secured?: boolean | undefined;
|
4062
3926
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4063
3927
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4064
3928
|
hideLabel?: boolean | undefined;
|
@@ -4090,7 +3954,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
4090
3954
|
type: "DISPLAY_ON_REVIEW";
|
4091
3955
|
conditional: import(".").JSONSchema;
|
4092
3956
|
})[] | undefined;
|
4093
|
-
secured?: boolean | undefined;
|
4094
3957
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4095
3958
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4096
3959
|
hideLabel?: boolean | undefined;
|
@@ -4117,7 +3980,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
4117
3980
|
type: "DISPLAY_ON_REVIEW";
|
4118
3981
|
conditional: import(".").JSONSchema;
|
4119
3982
|
})[] | undefined;
|
4120
|
-
secured?: boolean | undefined;
|
4121
3983
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4122
3984
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4123
3985
|
hideLabel?: boolean | undefined;
|
@@ -4144,7 +4006,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
4144
4006
|
type: "DISPLAY_ON_REVIEW";
|
4145
4007
|
conditional: import(".").JSONSchema;
|
4146
4008
|
})[] | undefined;
|
4147
|
-
secured?: boolean | undefined;
|
4148
4009
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4149
4010
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4150
4011
|
hideLabel?: boolean | undefined;
|
@@ -4208,7 +4069,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
4208
4069
|
type: "DISPLAY_ON_REVIEW";
|
4209
4070
|
conditional: import(".").JSONSchema;
|
4210
4071
|
})[] | undefined;
|
4211
|
-
secured?: boolean | undefined;
|
4212
4072
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4213
4073
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4214
4074
|
hideLabel?: boolean | undefined;
|
@@ -4242,8 +4102,8 @@ export declare function omitHiddenPaginatedFields(formConfig: FormConfig, declar
|
|
4242
4102
|
surname: string;
|
4243
4103
|
middlename?: string | undefined;
|
4244
4104
|
} | {
|
4245
|
-
firstname
|
4246
|
-
surname
|
4105
|
+
firstname: string;
|
4106
|
+
surname: string;
|
4247
4107
|
middlename?: string | null | undefined;
|
4248
4108
|
} | {
|
4249
4109
|
country: string;
|
@@ -4290,8 +4150,8 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
|
|
4290
4150
|
street?: string | null | undefined;
|
4291
4151
|
zipCode?: string | null | undefined;
|
4292
4152
|
} | {
|
4293
|
-
firstname
|
4294
|
-
surname
|
4153
|
+
firstname: string;
|
4154
|
+
surname: string;
|
4295
4155
|
middlename?: string | null | undefined;
|
4296
4156
|
} | {
|
4297
4157
|
country: string;
|
@@ -4334,8 +4194,8 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
|
|
4334
4194
|
street?: string | null | undefined;
|
4335
4195
|
zipCode?: string | null | undefined;
|
4336
4196
|
} | {
|
4337
|
-
firstname
|
4338
|
-
surname
|
4197
|
+
firstname: string;
|
4198
|
+
surname: string;
|
4339
4199
|
middlename?: string | null | undefined;
|
4340
4200
|
} | {
|
4341
4201
|
country: string;
|
@@ -4406,8 +4266,8 @@ export declare function omitHiddenAnnotationFields(actionConfig: ActionConfig, d
|
|
4406
4266
|
surname: string;
|
4407
4267
|
middlename?: string | undefined;
|
4408
4268
|
} | {
|
4409
|
-
firstname
|
4410
|
-
surname
|
4269
|
+
firstname: string;
|
4270
|
+
surname: string;
|
4411
4271
|
middlename?: string | null | undefined;
|
4412
4272
|
} | {
|
4413
4273
|
country: string;
|
@@ -4496,7 +4356,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4496
4356
|
type: "DISPLAY_ON_REVIEW";
|
4497
4357
|
conditional: import(".").JSONSchema;
|
4498
4358
|
})[] | undefined;
|
4499
|
-
secured?: boolean | undefined;
|
4500
4359
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4501
4360
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4502
4361
|
hideLabel?: boolean | undefined;
|
@@ -4522,7 +4381,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4522
4381
|
type: "DISPLAY_ON_REVIEW";
|
4523
4382
|
conditional: import(".").JSONSchema;
|
4524
4383
|
})[] | undefined;
|
4525
|
-
secured?: boolean | undefined;
|
4526
4384
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4527
4385
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4528
4386
|
hideLabel?: boolean | undefined;
|
@@ -4555,7 +4413,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4555
4413
|
type: "DISPLAY_ON_REVIEW";
|
4556
4414
|
conditional: import(".").JSONSchema;
|
4557
4415
|
})[] | undefined;
|
4558
|
-
secured?: boolean | undefined;
|
4559
4416
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4560
4417
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4561
4418
|
hideLabel?: boolean | undefined;
|
@@ -4588,7 +4445,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4588
4445
|
type: "DISPLAY_ON_REVIEW";
|
4589
4446
|
conditional: import(".").JSONSchema;
|
4590
4447
|
})[] | undefined;
|
4591
|
-
secured?: boolean | undefined;
|
4592
4448
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4593
4449
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4594
4450
|
hideLabel?: boolean | undefined;
|
@@ -4627,7 +4483,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4627
4483
|
type: "DISPLAY_ON_REVIEW";
|
4628
4484
|
conditional: import(".").JSONSchema;
|
4629
4485
|
})[] | undefined;
|
4630
|
-
secured?: boolean | undefined;
|
4631
4486
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4632
4487
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4633
4488
|
hideLabel?: boolean | undefined;
|
@@ -4654,7 +4509,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4654
4509
|
type: "DISPLAY_ON_REVIEW";
|
4655
4510
|
conditional: import(".").JSONSchema;
|
4656
4511
|
})[] | undefined;
|
4657
|
-
secured?: boolean | undefined;
|
4658
4512
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4659
4513
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4660
4514
|
hideLabel?: boolean | undefined;
|
@@ -4684,7 +4538,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4684
4538
|
type: "DISPLAY_ON_REVIEW";
|
4685
4539
|
conditional: import(".").JSONSchema;
|
4686
4540
|
})[] | undefined;
|
4687
|
-
secured?: boolean | undefined;
|
4688
4541
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4689
4542
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4690
4543
|
hideLabel?: boolean | undefined;
|
@@ -4714,7 +4567,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4714
4567
|
type: "DISPLAY_ON_REVIEW";
|
4715
4568
|
conditional: import(".").JSONSchema;
|
4716
4569
|
})[] | undefined;
|
4717
|
-
secured?: boolean | undefined;
|
4718
4570
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4719
4571
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4720
4572
|
hideLabel?: boolean | undefined;
|
@@ -4749,7 +4601,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4749
4601
|
type: "DISPLAY_ON_REVIEW";
|
4750
4602
|
conditional: import(".").JSONSchema;
|
4751
4603
|
})[] | undefined;
|
4752
|
-
secured?: boolean | undefined;
|
4753
4604
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4754
4605
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4755
4606
|
hideLabel?: boolean | undefined;
|
@@ -4776,7 +4627,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4776
4627
|
type: "DISPLAY_ON_REVIEW";
|
4777
4628
|
conditional: import(".").JSONSchema;
|
4778
4629
|
})[] | undefined;
|
4779
|
-
secured?: boolean | undefined;
|
4780
4630
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4781
4631
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4782
4632
|
hideLabel?: boolean | undefined;
|
@@ -4811,7 +4661,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4811
4661
|
type: "DISPLAY_ON_REVIEW";
|
4812
4662
|
conditional: import(".").JSONSchema;
|
4813
4663
|
})[] | undefined;
|
4814
|
-
secured?: boolean | undefined;
|
4815
4664
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4816
4665
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4817
4666
|
hideLabel?: boolean | undefined;
|
@@ -4846,7 +4695,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4846
4695
|
type: "DISPLAY_ON_REVIEW";
|
4847
4696
|
conditional: import(".").JSONSchema;
|
4848
4697
|
})[] | undefined;
|
4849
|
-
secured?: boolean | undefined;
|
4850
4698
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4851
4699
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4852
4700
|
hideLabel?: boolean | undefined;
|
@@ -4884,7 +4732,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4884
4732
|
type: "DISPLAY_ON_REVIEW";
|
4885
4733
|
conditional: import(".").JSONSchema;
|
4886
4734
|
})[] | undefined;
|
4887
|
-
secured?: boolean | undefined;
|
4888
4735
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4889
4736
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4890
4737
|
hideLabel?: boolean | undefined;
|
@@ -4915,7 +4762,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4915
4762
|
type: "DISPLAY_ON_REVIEW";
|
4916
4763
|
conditional: import(".").JSONSchema;
|
4917
4764
|
})[] | undefined;
|
4918
|
-
secured?: boolean | undefined;
|
4919
4765
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4920
4766
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4921
4767
|
hideLabel?: boolean | undefined;
|
@@ -4942,7 +4788,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4942
4788
|
type: "DISPLAY_ON_REVIEW";
|
4943
4789
|
conditional: import(".").JSONSchema;
|
4944
4790
|
})[] | undefined;
|
4945
|
-
secured?: boolean | undefined;
|
4946
4791
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4947
4792
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4948
4793
|
hideLabel?: boolean | undefined;
|
@@ -4954,8 +4799,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4954
4799
|
maxLength?: number | undefined;
|
4955
4800
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
4956
4801
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
4957
|
-
includeMiddlename?: boolean | undefined;
|
4958
|
-
searchMode?: boolean | undefined;
|
4959
4802
|
} | undefined;
|
4960
4803
|
} | {
|
4961
4804
|
type: "PHONE";
|
@@ -4979,7 +4822,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4979
4822
|
type: "DISPLAY_ON_REVIEW";
|
4980
4823
|
conditional: import(".").JSONSchema;
|
4981
4824
|
})[] | undefined;
|
4982
|
-
secured?: boolean | undefined;
|
4983
4825
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4984
4826
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4985
4827
|
hideLabel?: boolean | undefined;
|
@@ -5006,7 +4848,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5006
4848
|
type: "DISPLAY_ON_REVIEW";
|
5007
4849
|
conditional: import(".").JSONSchema;
|
5008
4850
|
})[] | undefined;
|
5009
|
-
secured?: boolean | undefined;
|
5010
4851
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5011
4852
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5012
4853
|
hideLabel?: boolean | undefined;
|
@@ -5033,7 +4874,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5033
4874
|
type: "DISPLAY_ON_REVIEW";
|
5034
4875
|
conditional: import(".").JSONSchema;
|
5035
4876
|
})[] | undefined;
|
5036
|
-
secured?: boolean | undefined;
|
5037
4877
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5038
4878
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5039
4879
|
hideLabel?: boolean | undefined;
|
@@ -5060,7 +4900,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5060
4900
|
type: "DISPLAY_ON_REVIEW";
|
5061
4901
|
conditional: import(".").JSONSchema;
|
5062
4902
|
})[] | undefined;
|
5063
|
-
secured?: boolean | undefined;
|
5064
4903
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5065
4904
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5066
4905
|
hideLabel?: boolean | undefined;
|
@@ -5093,7 +4932,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5093
4932
|
type: "DISPLAY_ON_REVIEW";
|
5094
4933
|
conditional: import(".").JSONSchema;
|
5095
4934
|
})[] | undefined;
|
5096
|
-
secured?: boolean | undefined;
|
5097
4935
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5098
4936
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5099
4937
|
hideLabel?: boolean | undefined;
|
@@ -5120,7 +4958,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5120
4958
|
type: "DISPLAY_ON_REVIEW";
|
5121
4959
|
conditional: import(".").JSONSchema;
|
5122
4960
|
})[] | undefined;
|
5123
|
-
secured?: boolean | undefined;
|
5124
4961
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5125
4962
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5126
4963
|
hideLabel?: boolean | undefined;
|
@@ -5155,7 +4992,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5155
4992
|
type: "DISPLAY_ON_REVIEW";
|
5156
4993
|
conditional: import(".").JSONSchema;
|
5157
4994
|
})[] | undefined;
|
5158
|
-
secured?: boolean | undefined;
|
5159
4995
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5160
4996
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5161
4997
|
hideLabel?: boolean | undefined;
|
@@ -5187,7 +5023,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5187
5023
|
type: "DISPLAY_ON_REVIEW";
|
5188
5024
|
conditional: import(".").JSONSchema;
|
5189
5025
|
})[] | undefined;
|
5190
|
-
secured?: boolean | undefined;
|
5191
5026
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5192
5027
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5193
5028
|
hideLabel?: boolean | undefined;
|
@@ -5214,7 +5049,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5214
5049
|
type: "DISPLAY_ON_REVIEW";
|
5215
5050
|
conditional: import(".").JSONSchema;
|
5216
5051
|
})[] | undefined;
|
5217
|
-
secured?: boolean | undefined;
|
5218
5052
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5219
5053
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5220
5054
|
hideLabel?: boolean | undefined;
|
@@ -5241,7 +5075,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5241
5075
|
type: "DISPLAY_ON_REVIEW";
|
5242
5076
|
conditional: import(".").JSONSchema;
|
5243
5077
|
})[] | undefined;
|
5244
|
-
secured?: boolean | undefined;
|
5245
5078
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5246
5079
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5247
5080
|
hideLabel?: boolean | undefined;
|
@@ -5305,7 +5138,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5305
5138
|
type: "DISPLAY_ON_REVIEW";
|
5306
5139
|
conditional: import(".").JSONSchema;
|
5307
5140
|
})[] | undefined;
|
5308
|
-
secured?: boolean | undefined;
|
5309
5141
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5310
5142
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5311
5143
|
hideLabel?: boolean | undefined;
|
@@ -5347,7 +5179,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5347
5179
|
type: "DISPLAY_ON_REVIEW";
|
5348
5180
|
conditional: import(".").JSONSchema;
|
5349
5181
|
})[] | undefined;
|
5350
|
-
secured?: boolean | undefined;
|
5351
5182
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5352
5183
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5353
5184
|
hideLabel?: boolean | undefined;
|
@@ -5373,7 +5204,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5373
5204
|
type: "DISPLAY_ON_REVIEW";
|
5374
5205
|
conditional: import(".").JSONSchema;
|
5375
5206
|
})[] | undefined;
|
5376
|
-
secured?: boolean | undefined;
|
5377
5207
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5378
5208
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5379
5209
|
hideLabel?: boolean | undefined;
|
@@ -5406,7 +5236,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5406
5236
|
type: "DISPLAY_ON_REVIEW";
|
5407
5237
|
conditional: import(".").JSONSchema;
|
5408
5238
|
})[] | undefined;
|
5409
|
-
secured?: boolean | undefined;
|
5410
5239
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5411
5240
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5412
5241
|
hideLabel?: boolean | undefined;
|
@@ -5439,7 +5268,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5439
5268
|
type: "DISPLAY_ON_REVIEW";
|
5440
5269
|
conditional: import(".").JSONSchema;
|
5441
5270
|
})[] | undefined;
|
5442
|
-
secured?: boolean | undefined;
|
5443
5271
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5444
5272
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5445
5273
|
hideLabel?: boolean | undefined;
|
@@ -5478,7 +5306,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5478
5306
|
type: "DISPLAY_ON_REVIEW";
|
5479
5307
|
conditional: import(".").JSONSchema;
|
5480
5308
|
})[] | undefined;
|
5481
|
-
secured?: boolean | undefined;
|
5482
5309
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5483
5310
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5484
5311
|
hideLabel?: boolean | undefined;
|
@@ -5505,7 +5332,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5505
5332
|
type: "DISPLAY_ON_REVIEW";
|
5506
5333
|
conditional: import(".").JSONSchema;
|
5507
5334
|
})[] | undefined;
|
5508
|
-
secured?: boolean | undefined;
|
5509
5335
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5510
5336
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5511
5337
|
hideLabel?: boolean | undefined;
|
@@ -5535,7 +5361,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5535
5361
|
type: "DISPLAY_ON_REVIEW";
|
5536
5362
|
conditional: import(".").JSONSchema;
|
5537
5363
|
})[] | undefined;
|
5538
|
-
secured?: boolean | undefined;
|
5539
5364
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5540
5365
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5541
5366
|
hideLabel?: boolean | undefined;
|
@@ -5565,7 +5390,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5565
5390
|
type: "DISPLAY_ON_REVIEW";
|
5566
5391
|
conditional: import(".").JSONSchema;
|
5567
5392
|
})[] | undefined;
|
5568
|
-
secured?: boolean | undefined;
|
5569
5393
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5570
5394
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5571
5395
|
hideLabel?: boolean | undefined;
|
@@ -5600,7 +5424,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5600
5424
|
type: "DISPLAY_ON_REVIEW";
|
5601
5425
|
conditional: import(".").JSONSchema;
|
5602
5426
|
})[] | undefined;
|
5603
|
-
secured?: boolean | undefined;
|
5604
5427
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5605
5428
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5606
5429
|
hideLabel?: boolean | undefined;
|
@@ -5627,7 +5450,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5627
5450
|
type: "DISPLAY_ON_REVIEW";
|
5628
5451
|
conditional: import(".").JSONSchema;
|
5629
5452
|
})[] | undefined;
|
5630
|
-
secured?: boolean | undefined;
|
5631
5453
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5632
5454
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5633
5455
|
hideLabel?: boolean | undefined;
|
@@ -5662,7 +5484,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5662
5484
|
type: "DISPLAY_ON_REVIEW";
|
5663
5485
|
conditional: import(".").JSONSchema;
|
5664
5486
|
})[] | undefined;
|
5665
|
-
secured?: boolean | undefined;
|
5666
5487
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5667
5488
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5668
5489
|
hideLabel?: boolean | undefined;
|
@@ -5697,7 +5518,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5697
5518
|
type: "DISPLAY_ON_REVIEW";
|
5698
5519
|
conditional: import(".").JSONSchema;
|
5699
5520
|
})[] | undefined;
|
5700
|
-
secured?: boolean | undefined;
|
5701
5521
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5702
5522
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5703
5523
|
hideLabel?: boolean | undefined;
|
@@ -5735,7 +5555,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5735
5555
|
type: "DISPLAY_ON_REVIEW";
|
5736
5556
|
conditional: import(".").JSONSchema;
|
5737
5557
|
})[] | undefined;
|
5738
|
-
secured?: boolean | undefined;
|
5739
5558
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5740
5559
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5741
5560
|
hideLabel?: boolean | undefined;
|
@@ -5766,7 +5585,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5766
5585
|
type: "DISPLAY_ON_REVIEW";
|
5767
5586
|
conditional: import(".").JSONSchema;
|
5768
5587
|
})[] | undefined;
|
5769
|
-
secured?: boolean | undefined;
|
5770
5588
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5771
5589
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5772
5590
|
hideLabel?: boolean | undefined;
|
@@ -5793,7 +5611,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5793
5611
|
type: "DISPLAY_ON_REVIEW";
|
5794
5612
|
conditional: import(".").JSONSchema;
|
5795
5613
|
})[] | undefined;
|
5796
|
-
secured?: boolean | undefined;
|
5797
5614
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5798
5615
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5799
5616
|
hideLabel?: boolean | undefined;
|
@@ -5805,8 +5622,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5805
5622
|
maxLength?: number | undefined;
|
5806
5623
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
5807
5624
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
5808
|
-
includeMiddlename?: boolean | undefined;
|
5809
|
-
searchMode?: boolean | undefined;
|
5810
5625
|
} | undefined;
|
5811
5626
|
} | {
|
5812
5627
|
type: "PHONE";
|
@@ -5830,7 +5645,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5830
5645
|
type: "DISPLAY_ON_REVIEW";
|
5831
5646
|
conditional: import(".").JSONSchema;
|
5832
5647
|
})[] | undefined;
|
5833
|
-
secured?: boolean | undefined;
|
5834
5648
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5835
5649
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5836
5650
|
hideLabel?: boolean | undefined;
|
@@ -5857,7 +5671,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5857
5671
|
type: "DISPLAY_ON_REVIEW";
|
5858
5672
|
conditional: import(".").JSONSchema;
|
5859
5673
|
})[] | undefined;
|
5860
|
-
secured?: boolean | undefined;
|
5861
5674
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5862
5675
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5863
5676
|
hideLabel?: boolean | undefined;
|
@@ -5884,7 +5697,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5884
5697
|
type: "DISPLAY_ON_REVIEW";
|
5885
5698
|
conditional: import(".").JSONSchema;
|
5886
5699
|
})[] | undefined;
|
5887
|
-
secured?: boolean | undefined;
|
5888
5700
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5889
5701
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5890
5702
|
hideLabel?: boolean | undefined;
|
@@ -5911,7 +5723,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5911
5723
|
type: "DISPLAY_ON_REVIEW";
|
5912
5724
|
conditional: import(".").JSONSchema;
|
5913
5725
|
})[] | undefined;
|
5914
|
-
secured?: boolean | undefined;
|
5915
5726
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5916
5727
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5917
5728
|
hideLabel?: boolean | undefined;
|
@@ -5944,7 +5755,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5944
5755
|
type: "DISPLAY_ON_REVIEW";
|
5945
5756
|
conditional: import(".").JSONSchema;
|
5946
5757
|
})[] | undefined;
|
5947
|
-
secured?: boolean | undefined;
|
5948
5758
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5949
5759
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5950
5760
|
hideLabel?: boolean | undefined;
|
@@ -5971,7 +5781,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5971
5781
|
type: "DISPLAY_ON_REVIEW";
|
5972
5782
|
conditional: import(".").JSONSchema;
|
5973
5783
|
})[] | undefined;
|
5974
|
-
secured?: boolean | undefined;
|
5975
5784
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5976
5785
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5977
5786
|
hideLabel?: boolean | undefined;
|
@@ -6006,7 +5815,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6006
5815
|
type: "DISPLAY_ON_REVIEW";
|
6007
5816
|
conditional: import(".").JSONSchema;
|
6008
5817
|
})[] | undefined;
|
6009
|
-
secured?: boolean | undefined;
|
6010
5818
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6011
5819
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6012
5820
|
hideLabel?: boolean | undefined;
|
@@ -6038,7 +5846,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6038
5846
|
type: "DISPLAY_ON_REVIEW";
|
6039
5847
|
conditional: import(".").JSONSchema;
|
6040
5848
|
})[] | undefined;
|
6041
|
-
secured?: boolean | undefined;
|
6042
5849
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6043
5850
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6044
5851
|
hideLabel?: boolean | undefined;
|
@@ -6065,7 +5872,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6065
5872
|
type: "DISPLAY_ON_REVIEW";
|
6066
5873
|
conditional: import(".").JSONSchema;
|
6067
5874
|
})[] | undefined;
|
6068
|
-
secured?: boolean | undefined;
|
6069
5875
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6070
5876
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6071
5877
|
hideLabel?: boolean | undefined;
|
@@ -6092,7 +5898,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6092
5898
|
type: "DISPLAY_ON_REVIEW";
|
6093
5899
|
conditional: import(".").JSONSchema;
|
6094
5900
|
})[] | undefined;
|
6095
|
-
secured?: boolean | undefined;
|
6096
5901
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6097
5902
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6098
5903
|
hideLabel?: boolean | undefined;
|
@@ -6156,7 +5961,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6156
5961
|
type: "DISPLAY_ON_REVIEW";
|
6157
5962
|
conditional: import(".").JSONSchema;
|
6158
5963
|
})[] | undefined;
|
6159
|
-
secured?: boolean | undefined;
|
6160
5964
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6161
5965
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6162
5966
|
hideLabel?: boolean | undefined;
|
@@ -6197,7 +6001,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6197
6001
|
type: "DISPLAY_ON_REVIEW";
|
6198
6002
|
conditional: import(".").JSONSchema;
|
6199
6003
|
})[] | undefined;
|
6200
|
-
secured?: boolean | undefined;
|
6201
6004
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6202
6005
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6203
6006
|
hideLabel?: boolean | undefined;
|
@@ -6223,7 +6026,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6223
6026
|
type: "DISPLAY_ON_REVIEW";
|
6224
6027
|
conditional: import(".").JSONSchema;
|
6225
6028
|
})[] | undefined;
|
6226
|
-
secured?: boolean | undefined;
|
6227
6029
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6228
6030
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6229
6031
|
hideLabel?: boolean | undefined;
|
@@ -6256,7 +6058,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6256
6058
|
type: "DISPLAY_ON_REVIEW";
|
6257
6059
|
conditional: import(".").JSONSchema;
|
6258
6060
|
})[] | undefined;
|
6259
|
-
secured?: boolean | undefined;
|
6260
6061
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6261
6062
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6262
6063
|
hideLabel?: boolean | undefined;
|
@@ -6289,7 +6090,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6289
6090
|
type: "DISPLAY_ON_REVIEW";
|
6290
6091
|
conditional: import(".").JSONSchema;
|
6291
6092
|
})[] | undefined;
|
6292
|
-
secured?: boolean | undefined;
|
6293
6093
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6294
6094
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6295
6095
|
hideLabel?: boolean | undefined;
|
@@ -6328,7 +6128,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6328
6128
|
type: "DISPLAY_ON_REVIEW";
|
6329
6129
|
conditional: import(".").JSONSchema;
|
6330
6130
|
})[] | undefined;
|
6331
|
-
secured?: boolean | undefined;
|
6332
6131
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6333
6132
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6334
6133
|
hideLabel?: boolean | undefined;
|
@@ -6355,7 +6154,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6355
6154
|
type: "DISPLAY_ON_REVIEW";
|
6356
6155
|
conditional: import(".").JSONSchema;
|
6357
6156
|
})[] | undefined;
|
6358
|
-
secured?: boolean | undefined;
|
6359
6157
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6360
6158
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6361
6159
|
hideLabel?: boolean | undefined;
|
@@ -6385,7 +6183,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6385
6183
|
type: "DISPLAY_ON_REVIEW";
|
6386
6184
|
conditional: import(".").JSONSchema;
|
6387
6185
|
})[] | undefined;
|
6388
|
-
secured?: boolean | undefined;
|
6389
6186
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6390
6187
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6391
6188
|
hideLabel?: boolean | undefined;
|
@@ -6415,7 +6212,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6415
6212
|
type: "DISPLAY_ON_REVIEW";
|
6416
6213
|
conditional: import(".").JSONSchema;
|
6417
6214
|
})[] | undefined;
|
6418
|
-
secured?: boolean | undefined;
|
6419
6215
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6420
6216
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6421
6217
|
hideLabel?: boolean | undefined;
|
@@ -6450,7 +6246,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6450
6246
|
type: "DISPLAY_ON_REVIEW";
|
6451
6247
|
conditional: import(".").JSONSchema;
|
6452
6248
|
})[] | undefined;
|
6453
|
-
secured?: boolean | undefined;
|
6454
6249
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6455
6250
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6456
6251
|
hideLabel?: boolean | undefined;
|
@@ -6477,7 +6272,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6477
6272
|
type: "DISPLAY_ON_REVIEW";
|
6478
6273
|
conditional: import(".").JSONSchema;
|
6479
6274
|
})[] | undefined;
|
6480
|
-
secured?: boolean | undefined;
|
6481
6275
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6482
6276
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6483
6277
|
hideLabel?: boolean | undefined;
|
@@ -6512,7 +6306,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6512
6306
|
type: "DISPLAY_ON_REVIEW";
|
6513
6307
|
conditional: import(".").JSONSchema;
|
6514
6308
|
})[] | undefined;
|
6515
|
-
secured?: boolean | undefined;
|
6516
6309
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6517
6310
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6518
6311
|
hideLabel?: boolean | undefined;
|
@@ -6547,7 +6340,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6547
6340
|
type: "DISPLAY_ON_REVIEW";
|
6548
6341
|
conditional: import(".").JSONSchema;
|
6549
6342
|
})[] | undefined;
|
6550
|
-
secured?: boolean | undefined;
|
6551
6343
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6552
6344
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6553
6345
|
hideLabel?: boolean | undefined;
|
@@ -6585,7 +6377,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6585
6377
|
type: "DISPLAY_ON_REVIEW";
|
6586
6378
|
conditional: import(".").JSONSchema;
|
6587
6379
|
})[] | undefined;
|
6588
|
-
secured?: boolean | undefined;
|
6589
6380
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6590
6381
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6591
6382
|
hideLabel?: boolean | undefined;
|
@@ -6616,7 +6407,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6616
6407
|
type: "DISPLAY_ON_REVIEW";
|
6617
6408
|
conditional: import(".").JSONSchema;
|
6618
6409
|
})[] | undefined;
|
6619
|
-
secured?: boolean | undefined;
|
6620
6410
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6621
6411
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6622
6412
|
hideLabel?: boolean | undefined;
|
@@ -6643,7 +6433,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6643
6433
|
type: "DISPLAY_ON_REVIEW";
|
6644
6434
|
conditional: import(".").JSONSchema;
|
6645
6435
|
})[] | undefined;
|
6646
|
-
secured?: boolean | undefined;
|
6647
6436
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6648
6437
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6649
6438
|
hideLabel?: boolean | undefined;
|
@@ -6655,8 +6444,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6655
6444
|
maxLength?: number | undefined;
|
6656
6445
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6657
6446
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6658
|
-
includeMiddlename?: boolean | undefined;
|
6659
|
-
searchMode?: boolean | undefined;
|
6660
6447
|
} | undefined;
|
6661
6448
|
} | {
|
6662
6449
|
type: "PHONE";
|
@@ -6680,7 +6467,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6680
6467
|
type: "DISPLAY_ON_REVIEW";
|
6681
6468
|
conditional: import(".").JSONSchema;
|
6682
6469
|
})[] | undefined;
|
6683
|
-
secured?: boolean | undefined;
|
6684
6470
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6685
6471
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6686
6472
|
hideLabel?: boolean | undefined;
|
@@ -6707,7 +6493,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6707
6493
|
type: "DISPLAY_ON_REVIEW";
|
6708
6494
|
conditional: import(".").JSONSchema;
|
6709
6495
|
})[] | undefined;
|
6710
|
-
secured?: boolean | undefined;
|
6711
6496
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6712
6497
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6713
6498
|
hideLabel?: boolean | undefined;
|
@@ -6734,7 +6519,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6734
6519
|
type: "DISPLAY_ON_REVIEW";
|
6735
6520
|
conditional: import(".").JSONSchema;
|
6736
6521
|
})[] | undefined;
|
6737
|
-
secured?: boolean | undefined;
|
6738
6522
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6739
6523
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6740
6524
|
hideLabel?: boolean | undefined;
|
@@ -6761,7 +6545,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6761
6545
|
type: "DISPLAY_ON_REVIEW";
|
6762
6546
|
conditional: import(".").JSONSchema;
|
6763
6547
|
})[] | undefined;
|
6764
|
-
secured?: boolean | undefined;
|
6765
6548
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6766
6549
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6767
6550
|
hideLabel?: boolean | undefined;
|
@@ -6794,7 +6577,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6794
6577
|
type: "DISPLAY_ON_REVIEW";
|
6795
6578
|
conditional: import(".").JSONSchema;
|
6796
6579
|
})[] | undefined;
|
6797
|
-
secured?: boolean | undefined;
|
6798
6580
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6799
6581
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6800
6582
|
hideLabel?: boolean | undefined;
|
@@ -6821,7 +6603,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6821
6603
|
type: "DISPLAY_ON_REVIEW";
|
6822
6604
|
conditional: import(".").JSONSchema;
|
6823
6605
|
})[] | undefined;
|
6824
|
-
secured?: boolean | undefined;
|
6825
6606
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6826
6607
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6827
6608
|
hideLabel?: boolean | undefined;
|
@@ -6856,7 +6637,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6856
6637
|
type: "DISPLAY_ON_REVIEW";
|
6857
6638
|
conditional: import(".").JSONSchema;
|
6858
6639
|
})[] | undefined;
|
6859
|
-
secured?: boolean | undefined;
|
6860
6640
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6861
6641
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6862
6642
|
hideLabel?: boolean | undefined;
|
@@ -6888,7 +6668,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6888
6668
|
type: "DISPLAY_ON_REVIEW";
|
6889
6669
|
conditional: import(".").JSONSchema;
|
6890
6670
|
})[] | undefined;
|
6891
|
-
secured?: boolean | undefined;
|
6892
6671
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6893
6672
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6894
6673
|
hideLabel?: boolean | undefined;
|
@@ -6915,7 +6694,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6915
6694
|
type: "DISPLAY_ON_REVIEW";
|
6916
6695
|
conditional: import(".").JSONSchema;
|
6917
6696
|
})[] | undefined;
|
6918
|
-
secured?: boolean | undefined;
|
6919
6697
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6920
6698
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6921
6699
|
hideLabel?: boolean | undefined;
|
@@ -6942,7 +6720,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6942
6720
|
type: "DISPLAY_ON_REVIEW";
|
6943
6721
|
conditional: import(".").JSONSchema;
|
6944
6722
|
})[] | undefined;
|
6945
|
-
secured?: boolean | undefined;
|
6946
6723
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6947
6724
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6948
6725
|
hideLabel?: boolean | undefined;
|
@@ -7006,7 +6783,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7006
6783
|
type: "DISPLAY_ON_REVIEW";
|
7007
6784
|
conditional: import(".").JSONSchema;
|
7008
6785
|
})[] | undefined;
|
7009
|
-
secured?: boolean | undefined;
|
7010
6786
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7011
6787
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7012
6788
|
hideLabel?: boolean | undefined;
|
@@ -7047,7 +6823,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7047
6823
|
type: "DISPLAY_ON_REVIEW";
|
7048
6824
|
conditional: import(".").JSONSchema;
|
7049
6825
|
})[] | undefined;
|
7050
|
-
secured?: boolean | undefined;
|
7051
6826
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7052
6827
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7053
6828
|
hideLabel?: boolean | undefined;
|
@@ -7073,7 +6848,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7073
6848
|
type: "DISPLAY_ON_REVIEW";
|
7074
6849
|
conditional: import(".").JSONSchema;
|
7075
6850
|
})[] | undefined;
|
7076
|
-
secured?: boolean | undefined;
|
7077
6851
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7078
6852
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7079
6853
|
hideLabel?: boolean | undefined;
|
@@ -7106,7 +6880,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7106
6880
|
type: "DISPLAY_ON_REVIEW";
|
7107
6881
|
conditional: import(".").JSONSchema;
|
7108
6882
|
})[] | undefined;
|
7109
|
-
secured?: boolean | undefined;
|
7110
6883
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7111
6884
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7112
6885
|
hideLabel?: boolean | undefined;
|
@@ -7139,7 +6912,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7139
6912
|
type: "DISPLAY_ON_REVIEW";
|
7140
6913
|
conditional: import(".").JSONSchema;
|
7141
6914
|
})[] | undefined;
|
7142
|
-
secured?: boolean | undefined;
|
7143
6915
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7144
6916
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7145
6917
|
hideLabel?: boolean | undefined;
|
@@ -7178,7 +6950,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7178
6950
|
type: "DISPLAY_ON_REVIEW";
|
7179
6951
|
conditional: import(".").JSONSchema;
|
7180
6952
|
})[] | undefined;
|
7181
|
-
secured?: boolean | undefined;
|
7182
6953
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7183
6954
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7184
6955
|
hideLabel?: boolean | undefined;
|
@@ -7205,7 +6976,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7205
6976
|
type: "DISPLAY_ON_REVIEW";
|
7206
6977
|
conditional: import(".").JSONSchema;
|
7207
6978
|
})[] | undefined;
|
7208
|
-
secured?: boolean | undefined;
|
7209
6979
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7210
6980
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7211
6981
|
hideLabel?: boolean | undefined;
|
@@ -7235,7 +7005,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7235
7005
|
type: "DISPLAY_ON_REVIEW";
|
7236
7006
|
conditional: import(".").JSONSchema;
|
7237
7007
|
})[] | undefined;
|
7238
|
-
secured?: boolean | undefined;
|
7239
7008
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7240
7009
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7241
7010
|
hideLabel?: boolean | undefined;
|
@@ -7265,7 +7034,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7265
7034
|
type: "DISPLAY_ON_REVIEW";
|
7266
7035
|
conditional: import(".").JSONSchema;
|
7267
7036
|
})[] | undefined;
|
7268
|
-
secured?: boolean | undefined;
|
7269
7037
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7270
7038
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7271
7039
|
hideLabel?: boolean | undefined;
|
@@ -7300,7 +7068,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7300
7068
|
type: "DISPLAY_ON_REVIEW";
|
7301
7069
|
conditional: import(".").JSONSchema;
|
7302
7070
|
})[] | undefined;
|
7303
|
-
secured?: boolean | undefined;
|
7304
7071
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7305
7072
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7306
7073
|
hideLabel?: boolean | undefined;
|
@@ -7327,7 +7094,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7327
7094
|
type: "DISPLAY_ON_REVIEW";
|
7328
7095
|
conditional: import(".").JSONSchema;
|
7329
7096
|
})[] | undefined;
|
7330
|
-
secured?: boolean | undefined;
|
7331
7097
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7332
7098
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7333
7099
|
hideLabel?: boolean | undefined;
|
@@ -7362,7 +7128,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7362
7128
|
type: "DISPLAY_ON_REVIEW";
|
7363
7129
|
conditional: import(".").JSONSchema;
|
7364
7130
|
})[] | undefined;
|
7365
|
-
secured?: boolean | undefined;
|
7366
7131
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7367
7132
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7368
7133
|
hideLabel?: boolean | undefined;
|
@@ -7397,7 +7162,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7397
7162
|
type: "DISPLAY_ON_REVIEW";
|
7398
7163
|
conditional: import(".").JSONSchema;
|
7399
7164
|
})[] | undefined;
|
7400
|
-
secured?: boolean | undefined;
|
7401
7165
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7402
7166
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7403
7167
|
hideLabel?: boolean | undefined;
|
@@ -7435,7 +7199,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7435
7199
|
type: "DISPLAY_ON_REVIEW";
|
7436
7200
|
conditional: import(".").JSONSchema;
|
7437
7201
|
})[] | undefined;
|
7438
|
-
secured?: boolean | undefined;
|
7439
7202
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7440
7203
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7441
7204
|
hideLabel?: boolean | undefined;
|
@@ -7466,7 +7229,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7466
7229
|
type: "DISPLAY_ON_REVIEW";
|
7467
7230
|
conditional: import(".").JSONSchema;
|
7468
7231
|
})[] | undefined;
|
7469
|
-
secured?: boolean | undefined;
|
7470
7232
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7471
7233
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7472
7234
|
hideLabel?: boolean | undefined;
|
@@ -7493,7 +7255,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7493
7255
|
type: "DISPLAY_ON_REVIEW";
|
7494
7256
|
conditional: import(".").JSONSchema;
|
7495
7257
|
})[] | undefined;
|
7496
|
-
secured?: boolean | undefined;
|
7497
7258
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7498
7259
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7499
7260
|
hideLabel?: boolean | undefined;
|
@@ -7505,8 +7266,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7505
7266
|
maxLength?: number | undefined;
|
7506
7267
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
7507
7268
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
7508
|
-
includeMiddlename?: boolean | undefined;
|
7509
|
-
searchMode?: boolean | undefined;
|
7510
7269
|
} | undefined;
|
7511
7270
|
} | {
|
7512
7271
|
type: "PHONE";
|
@@ -7530,7 +7289,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7530
7289
|
type: "DISPLAY_ON_REVIEW";
|
7531
7290
|
conditional: import(".").JSONSchema;
|
7532
7291
|
})[] | undefined;
|
7533
|
-
secured?: boolean | undefined;
|
7534
7292
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7535
7293
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7536
7294
|
hideLabel?: boolean | undefined;
|
@@ -7557,7 +7315,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7557
7315
|
type: "DISPLAY_ON_REVIEW";
|
7558
7316
|
conditional: import(".").JSONSchema;
|
7559
7317
|
})[] | undefined;
|
7560
|
-
secured?: boolean | undefined;
|
7561
7318
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7562
7319
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7563
7320
|
hideLabel?: boolean | undefined;
|
@@ -7584,7 +7341,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7584
7341
|
type: "DISPLAY_ON_REVIEW";
|
7585
7342
|
conditional: import(".").JSONSchema;
|
7586
7343
|
})[] | undefined;
|
7587
|
-
secured?: boolean | undefined;
|
7588
7344
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7589
7345
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7590
7346
|
hideLabel?: boolean | undefined;
|
@@ -7611,7 +7367,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7611
7367
|
type: "DISPLAY_ON_REVIEW";
|
7612
7368
|
conditional: import(".").JSONSchema;
|
7613
7369
|
})[] | undefined;
|
7614
|
-
secured?: boolean | undefined;
|
7615
7370
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7616
7371
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7617
7372
|
hideLabel?: boolean | undefined;
|
@@ -7644,7 +7399,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7644
7399
|
type: "DISPLAY_ON_REVIEW";
|
7645
7400
|
conditional: import(".").JSONSchema;
|
7646
7401
|
})[] | undefined;
|
7647
|
-
secured?: boolean | undefined;
|
7648
7402
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7649
7403
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7650
7404
|
hideLabel?: boolean | undefined;
|
@@ -7671,7 +7425,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7671
7425
|
type: "DISPLAY_ON_REVIEW";
|
7672
7426
|
conditional: import(".").JSONSchema;
|
7673
7427
|
})[] | undefined;
|
7674
|
-
secured?: boolean | undefined;
|
7675
7428
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7676
7429
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7677
7430
|
hideLabel?: boolean | undefined;
|
@@ -7706,7 +7459,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7706
7459
|
type: "DISPLAY_ON_REVIEW";
|
7707
7460
|
conditional: import(".").JSONSchema;
|
7708
7461
|
})[] | undefined;
|
7709
|
-
secured?: boolean | undefined;
|
7710
7462
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7711
7463
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7712
7464
|
hideLabel?: boolean | undefined;
|
@@ -7738,7 +7490,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7738
7490
|
type: "DISPLAY_ON_REVIEW";
|
7739
7491
|
conditional: import(".").JSONSchema;
|
7740
7492
|
})[] | undefined;
|
7741
|
-
secured?: boolean | undefined;
|
7742
7493
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7743
7494
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7744
7495
|
hideLabel?: boolean | undefined;
|
@@ -7765,7 +7516,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7765
7516
|
type: "DISPLAY_ON_REVIEW";
|
7766
7517
|
conditional: import(".").JSONSchema;
|
7767
7518
|
})[] | undefined;
|
7768
|
-
secured?: boolean | undefined;
|
7769
7519
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7770
7520
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7771
7521
|
hideLabel?: boolean | undefined;
|
@@ -7792,7 +7542,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7792
7542
|
type: "DISPLAY_ON_REVIEW";
|
7793
7543
|
conditional: import(".").JSONSchema;
|
7794
7544
|
})[] | undefined;
|
7795
|
-
secured?: boolean | undefined;
|
7796
7545
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7797
7546
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7798
7547
|
hideLabel?: boolean | undefined;
|
@@ -7856,7 +7605,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7856
7605
|
type: "DISPLAY_ON_REVIEW";
|
7857
7606
|
conditional: import(".").JSONSchema;
|
7858
7607
|
})[] | undefined;
|
7859
|
-
secured?: boolean | undefined;
|
7860
7608
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7861
7609
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7862
7610
|
hideLabel?: boolean | undefined;
|
@@ -7897,7 +7645,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7897
7645
|
type: "DISPLAY_ON_REVIEW";
|
7898
7646
|
conditional: import(".").JSONSchema;
|
7899
7647
|
})[] | undefined;
|
7900
|
-
secured?: boolean | undefined;
|
7901
7648
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7902
7649
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7903
7650
|
hideLabel?: boolean | undefined;
|
@@ -7923,7 +7670,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7923
7670
|
type: "DISPLAY_ON_REVIEW";
|
7924
7671
|
conditional: import(".").JSONSchema;
|
7925
7672
|
})[] | undefined;
|
7926
|
-
secured?: boolean | undefined;
|
7927
7673
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7928
7674
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7929
7675
|
hideLabel?: boolean | undefined;
|
@@ -7956,7 +7702,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7956
7702
|
type: "DISPLAY_ON_REVIEW";
|
7957
7703
|
conditional: import(".").JSONSchema;
|
7958
7704
|
})[] | undefined;
|
7959
|
-
secured?: boolean | undefined;
|
7960
7705
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7961
7706
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7962
7707
|
hideLabel?: boolean | undefined;
|
@@ -7989,7 +7734,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7989
7734
|
type: "DISPLAY_ON_REVIEW";
|
7990
7735
|
conditional: import(".").JSONSchema;
|
7991
7736
|
})[] | undefined;
|
7992
|
-
secured?: boolean | undefined;
|
7993
7737
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7994
7738
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7995
7739
|
hideLabel?: boolean | undefined;
|
@@ -8028,7 +7772,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8028
7772
|
type: "DISPLAY_ON_REVIEW";
|
8029
7773
|
conditional: import(".").JSONSchema;
|
8030
7774
|
})[] | undefined;
|
8031
|
-
secured?: boolean | undefined;
|
8032
7775
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8033
7776
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8034
7777
|
hideLabel?: boolean | undefined;
|
@@ -8055,7 +7798,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8055
7798
|
type: "DISPLAY_ON_REVIEW";
|
8056
7799
|
conditional: import(".").JSONSchema;
|
8057
7800
|
})[] | undefined;
|
8058
|
-
secured?: boolean | undefined;
|
8059
7801
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8060
7802
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8061
7803
|
hideLabel?: boolean | undefined;
|
@@ -8085,7 +7827,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8085
7827
|
type: "DISPLAY_ON_REVIEW";
|
8086
7828
|
conditional: import(".").JSONSchema;
|
8087
7829
|
})[] | undefined;
|
8088
|
-
secured?: boolean | undefined;
|
8089
7830
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8090
7831
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8091
7832
|
hideLabel?: boolean | undefined;
|
@@ -8115,7 +7856,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8115
7856
|
type: "DISPLAY_ON_REVIEW";
|
8116
7857
|
conditional: import(".").JSONSchema;
|
8117
7858
|
})[] | undefined;
|
8118
|
-
secured?: boolean | undefined;
|
8119
7859
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8120
7860
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8121
7861
|
hideLabel?: boolean | undefined;
|
@@ -8150,7 +7890,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8150
7890
|
type: "DISPLAY_ON_REVIEW";
|
8151
7891
|
conditional: import(".").JSONSchema;
|
8152
7892
|
})[] | undefined;
|
8153
|
-
secured?: boolean | undefined;
|
8154
7893
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8155
7894
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8156
7895
|
hideLabel?: boolean | undefined;
|
@@ -8177,7 +7916,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8177
7916
|
type: "DISPLAY_ON_REVIEW";
|
8178
7917
|
conditional: import(".").JSONSchema;
|
8179
7918
|
})[] | undefined;
|
8180
|
-
secured?: boolean | undefined;
|
8181
7919
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8182
7920
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8183
7921
|
hideLabel?: boolean | undefined;
|
@@ -8212,7 +7950,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8212
7950
|
type: "DISPLAY_ON_REVIEW";
|
8213
7951
|
conditional: import(".").JSONSchema;
|
8214
7952
|
})[] | undefined;
|
8215
|
-
secured?: boolean | undefined;
|
8216
7953
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8217
7954
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8218
7955
|
hideLabel?: boolean | undefined;
|
@@ -8247,7 +7984,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8247
7984
|
type: "DISPLAY_ON_REVIEW";
|
8248
7985
|
conditional: import(".").JSONSchema;
|
8249
7986
|
})[] | undefined;
|
8250
|
-
secured?: boolean | undefined;
|
8251
7987
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8252
7988
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8253
7989
|
hideLabel?: boolean | undefined;
|
@@ -8285,7 +8021,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8285
8021
|
type: "DISPLAY_ON_REVIEW";
|
8286
8022
|
conditional: import(".").JSONSchema;
|
8287
8023
|
})[] | undefined;
|
8288
|
-
secured?: boolean | undefined;
|
8289
8024
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8290
8025
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8291
8026
|
hideLabel?: boolean | undefined;
|
@@ -8316,7 +8051,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8316
8051
|
type: "DISPLAY_ON_REVIEW";
|
8317
8052
|
conditional: import(".").JSONSchema;
|
8318
8053
|
})[] | undefined;
|
8319
|
-
secured?: boolean | undefined;
|
8320
8054
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8321
8055
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8322
8056
|
hideLabel?: boolean | undefined;
|
@@ -8343,7 +8077,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8343
8077
|
type: "DISPLAY_ON_REVIEW";
|
8344
8078
|
conditional: import(".").JSONSchema;
|
8345
8079
|
})[] | undefined;
|
8346
|
-
secured?: boolean | undefined;
|
8347
8080
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8348
8081
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8349
8082
|
hideLabel?: boolean | undefined;
|
@@ -8355,8 +8088,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8355
8088
|
maxLength?: number | undefined;
|
8356
8089
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
8357
8090
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
8358
|
-
includeMiddlename?: boolean | undefined;
|
8359
|
-
searchMode?: boolean | undefined;
|
8360
8091
|
} | undefined;
|
8361
8092
|
} | {
|
8362
8093
|
type: "PHONE";
|
@@ -8380,7 +8111,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8380
8111
|
type: "DISPLAY_ON_REVIEW";
|
8381
8112
|
conditional: import(".").JSONSchema;
|
8382
8113
|
})[] | undefined;
|
8383
|
-
secured?: boolean | undefined;
|
8384
8114
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8385
8115
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8386
8116
|
hideLabel?: boolean | undefined;
|
@@ -8407,7 +8137,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8407
8137
|
type: "DISPLAY_ON_REVIEW";
|
8408
8138
|
conditional: import(".").JSONSchema;
|
8409
8139
|
})[] | undefined;
|
8410
|
-
secured?: boolean | undefined;
|
8411
8140
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8412
8141
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8413
8142
|
hideLabel?: boolean | undefined;
|
@@ -8434,7 +8163,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8434
8163
|
type: "DISPLAY_ON_REVIEW";
|
8435
8164
|
conditional: import(".").JSONSchema;
|
8436
8165
|
})[] | undefined;
|
8437
|
-
secured?: boolean | undefined;
|
8438
8166
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8439
8167
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8440
8168
|
hideLabel?: boolean | undefined;
|
@@ -8461,7 +8189,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8461
8189
|
type: "DISPLAY_ON_REVIEW";
|
8462
8190
|
conditional: import(".").JSONSchema;
|
8463
8191
|
})[] | undefined;
|
8464
|
-
secured?: boolean | undefined;
|
8465
8192
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8466
8193
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8467
8194
|
hideLabel?: boolean | undefined;
|
@@ -8494,7 +8221,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8494
8221
|
type: "DISPLAY_ON_REVIEW";
|
8495
8222
|
conditional: import(".").JSONSchema;
|
8496
8223
|
})[] | undefined;
|
8497
|
-
secured?: boolean | undefined;
|
8498
8224
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8499
8225
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8500
8226
|
hideLabel?: boolean | undefined;
|
@@ -8521,7 +8247,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8521
8247
|
type: "DISPLAY_ON_REVIEW";
|
8522
8248
|
conditional: import(".").JSONSchema;
|
8523
8249
|
})[] | undefined;
|
8524
|
-
secured?: boolean | undefined;
|
8525
8250
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8526
8251
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8527
8252
|
hideLabel?: boolean | undefined;
|
@@ -8556,7 +8281,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8556
8281
|
type: "DISPLAY_ON_REVIEW";
|
8557
8282
|
conditional: import(".").JSONSchema;
|
8558
8283
|
})[] | undefined;
|
8559
|
-
secured?: boolean | undefined;
|
8560
8284
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8561
8285
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8562
8286
|
hideLabel?: boolean | undefined;
|
@@ -8588,7 +8312,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8588
8312
|
type: "DISPLAY_ON_REVIEW";
|
8589
8313
|
conditional: import(".").JSONSchema;
|
8590
8314
|
})[] | undefined;
|
8591
|
-
secured?: boolean | undefined;
|
8592
8315
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8593
8316
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8594
8317
|
hideLabel?: boolean | undefined;
|
@@ -8615,7 +8338,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8615
8338
|
type: "DISPLAY_ON_REVIEW";
|
8616
8339
|
conditional: import(".").JSONSchema;
|
8617
8340
|
})[] | undefined;
|
8618
|
-
secured?: boolean | undefined;
|
8619
8341
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8620
8342
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8621
8343
|
hideLabel?: boolean | undefined;
|
@@ -8642,7 +8364,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8642
8364
|
type: "DISPLAY_ON_REVIEW";
|
8643
8365
|
conditional: import(".").JSONSchema;
|
8644
8366
|
})[] | undefined;
|
8645
|
-
secured?: boolean | undefined;
|
8646
8367
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8647
8368
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8648
8369
|
hideLabel?: boolean | undefined;
|
@@ -8706,7 +8427,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8706
8427
|
type: "DISPLAY_ON_REVIEW";
|
8707
8428
|
conditional: import(".").JSONSchema;
|
8708
8429
|
})[] | undefined;
|
8709
|
-
secured?: boolean | undefined;
|
8710
8430
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8711
8431
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8712
8432
|
hideLabel?: boolean | undefined;
|
@@ -8795,7 +8515,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8795
8515
|
type: "DISPLAY_ON_REVIEW";
|
8796
8516
|
conditional: import(".").JSONSchema;
|
8797
8517
|
})[] | undefined;
|
8798
|
-
secured?: boolean | undefined;
|
8799
8518
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8800
8519
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8801
8520
|
hideLabel?: boolean | undefined;
|
@@ -8821,7 +8540,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8821
8540
|
type: "DISPLAY_ON_REVIEW";
|
8822
8541
|
conditional: import(".").JSONSchema;
|
8823
8542
|
})[] | undefined;
|
8824
|
-
secured?: boolean | undefined;
|
8825
8543
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8826
8544
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8827
8545
|
hideLabel?: boolean | undefined;
|
@@ -8854,7 +8572,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8854
8572
|
type: "DISPLAY_ON_REVIEW";
|
8855
8573
|
conditional: import(".").JSONSchema;
|
8856
8574
|
})[] | undefined;
|
8857
|
-
secured?: boolean | undefined;
|
8858
8575
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8859
8576
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8860
8577
|
hideLabel?: boolean | undefined;
|
@@ -8887,7 +8604,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8887
8604
|
type: "DISPLAY_ON_REVIEW";
|
8888
8605
|
conditional: import(".").JSONSchema;
|
8889
8606
|
})[] | undefined;
|
8890
|
-
secured?: boolean | undefined;
|
8891
8607
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8892
8608
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8893
8609
|
hideLabel?: boolean | undefined;
|
@@ -8926,7 +8642,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8926
8642
|
type: "DISPLAY_ON_REVIEW";
|
8927
8643
|
conditional: import(".").JSONSchema;
|
8928
8644
|
})[] | undefined;
|
8929
|
-
secured?: boolean | undefined;
|
8930
8645
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8931
8646
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8932
8647
|
hideLabel?: boolean | undefined;
|
@@ -8953,7 +8668,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8953
8668
|
type: "DISPLAY_ON_REVIEW";
|
8954
8669
|
conditional: import(".").JSONSchema;
|
8955
8670
|
})[] | undefined;
|
8956
|
-
secured?: boolean | undefined;
|
8957
8671
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8958
8672
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8959
8673
|
hideLabel?: boolean | undefined;
|
@@ -8983,7 +8697,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8983
8697
|
type: "DISPLAY_ON_REVIEW";
|
8984
8698
|
conditional: import(".").JSONSchema;
|
8985
8699
|
})[] | undefined;
|
8986
|
-
secured?: boolean | undefined;
|
8987
8700
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8988
8701
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8989
8702
|
hideLabel?: boolean | undefined;
|
@@ -9013,7 +8726,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9013
8726
|
type: "DISPLAY_ON_REVIEW";
|
9014
8727
|
conditional: import(".").JSONSchema;
|
9015
8728
|
})[] | undefined;
|
9016
|
-
secured?: boolean | undefined;
|
9017
8729
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9018
8730
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9019
8731
|
hideLabel?: boolean | undefined;
|
@@ -9048,7 +8760,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9048
8760
|
type: "DISPLAY_ON_REVIEW";
|
9049
8761
|
conditional: import(".").JSONSchema;
|
9050
8762
|
})[] | undefined;
|
9051
|
-
secured?: boolean | undefined;
|
9052
8763
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9053
8764
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9054
8765
|
hideLabel?: boolean | undefined;
|
@@ -9075,7 +8786,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9075
8786
|
type: "DISPLAY_ON_REVIEW";
|
9076
8787
|
conditional: import(".").JSONSchema;
|
9077
8788
|
})[] | undefined;
|
9078
|
-
secured?: boolean | undefined;
|
9079
8789
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9080
8790
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9081
8791
|
hideLabel?: boolean | undefined;
|
@@ -9110,7 +8820,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9110
8820
|
type: "DISPLAY_ON_REVIEW";
|
9111
8821
|
conditional: import(".").JSONSchema;
|
9112
8822
|
})[] | undefined;
|
9113
|
-
secured?: boolean | undefined;
|
9114
8823
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9115
8824
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9116
8825
|
hideLabel?: boolean | undefined;
|
@@ -9145,7 +8854,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9145
8854
|
type: "DISPLAY_ON_REVIEW";
|
9146
8855
|
conditional: import(".").JSONSchema;
|
9147
8856
|
})[] | undefined;
|
9148
|
-
secured?: boolean | undefined;
|
9149
8857
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9150
8858
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9151
8859
|
hideLabel?: boolean | undefined;
|
@@ -9183,7 +8891,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9183
8891
|
type: "DISPLAY_ON_REVIEW";
|
9184
8892
|
conditional: import(".").JSONSchema;
|
9185
8893
|
})[] | undefined;
|
9186
|
-
secured?: boolean | undefined;
|
9187
8894
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9188
8895
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9189
8896
|
hideLabel?: boolean | undefined;
|
@@ -9214,7 +8921,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9214
8921
|
type: "DISPLAY_ON_REVIEW";
|
9215
8922
|
conditional: import(".").JSONSchema;
|
9216
8923
|
})[] | undefined;
|
9217
|
-
secured?: boolean | undefined;
|
9218
8924
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9219
8925
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9220
8926
|
hideLabel?: boolean | undefined;
|
@@ -9241,7 +8947,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9241
8947
|
type: "DISPLAY_ON_REVIEW";
|
9242
8948
|
conditional: import(".").JSONSchema;
|
9243
8949
|
})[] | undefined;
|
9244
|
-
secured?: boolean | undefined;
|
9245
8950
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9246
8951
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9247
8952
|
hideLabel?: boolean | undefined;
|
@@ -9253,8 +8958,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9253
8958
|
maxLength?: number | undefined;
|
9254
8959
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9255
8960
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9256
|
-
includeMiddlename?: boolean | undefined;
|
9257
|
-
searchMode?: boolean | undefined;
|
9258
8961
|
} | undefined;
|
9259
8962
|
} | {
|
9260
8963
|
type: "PHONE";
|
@@ -9278,7 +8981,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9278
8981
|
type: "DISPLAY_ON_REVIEW";
|
9279
8982
|
conditional: import(".").JSONSchema;
|
9280
8983
|
})[] | undefined;
|
9281
|
-
secured?: boolean | undefined;
|
9282
8984
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9283
8985
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9284
8986
|
hideLabel?: boolean | undefined;
|
@@ -9305,7 +9007,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9305
9007
|
type: "DISPLAY_ON_REVIEW";
|
9306
9008
|
conditional: import(".").JSONSchema;
|
9307
9009
|
})[] | undefined;
|
9308
|
-
secured?: boolean | undefined;
|
9309
9010
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9310
9011
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9311
9012
|
hideLabel?: boolean | undefined;
|
@@ -9332,7 +9033,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9332
9033
|
type: "DISPLAY_ON_REVIEW";
|
9333
9034
|
conditional: import(".").JSONSchema;
|
9334
9035
|
})[] | undefined;
|
9335
|
-
secured?: boolean | undefined;
|
9336
9036
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9337
9037
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9338
9038
|
hideLabel?: boolean | undefined;
|
@@ -9359,7 +9059,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9359
9059
|
type: "DISPLAY_ON_REVIEW";
|
9360
9060
|
conditional: import(".").JSONSchema;
|
9361
9061
|
})[] | undefined;
|
9362
|
-
secured?: boolean | undefined;
|
9363
9062
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9364
9063
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9365
9064
|
hideLabel?: boolean | undefined;
|
@@ -9392,7 +9091,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9392
9091
|
type: "DISPLAY_ON_REVIEW";
|
9393
9092
|
conditional: import(".").JSONSchema;
|
9394
9093
|
})[] | undefined;
|
9395
|
-
secured?: boolean | undefined;
|
9396
9094
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9397
9095
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9398
9096
|
hideLabel?: boolean | undefined;
|
@@ -9419,7 +9117,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9419
9117
|
type: "DISPLAY_ON_REVIEW";
|
9420
9118
|
conditional: import(".").JSONSchema;
|
9421
9119
|
})[] | undefined;
|
9422
|
-
secured?: boolean | undefined;
|
9423
9120
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9424
9121
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9425
9122
|
hideLabel?: boolean | undefined;
|
@@ -9454,7 +9151,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9454
9151
|
type: "DISPLAY_ON_REVIEW";
|
9455
9152
|
conditional: import(".").JSONSchema;
|
9456
9153
|
})[] | undefined;
|
9457
|
-
secured?: boolean | undefined;
|
9458
9154
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9459
9155
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9460
9156
|
hideLabel?: boolean | undefined;
|
@@ -9486,7 +9182,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9486
9182
|
type: "DISPLAY_ON_REVIEW";
|
9487
9183
|
conditional: import(".").JSONSchema;
|
9488
9184
|
})[] | undefined;
|
9489
|
-
secured?: boolean | undefined;
|
9490
9185
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9491
9186
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9492
9187
|
hideLabel?: boolean | undefined;
|
@@ -9513,7 +9208,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9513
9208
|
type: "DISPLAY_ON_REVIEW";
|
9514
9209
|
conditional: import(".").JSONSchema;
|
9515
9210
|
})[] | undefined;
|
9516
|
-
secured?: boolean | undefined;
|
9517
9211
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9518
9212
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9519
9213
|
hideLabel?: boolean | undefined;
|
@@ -9540,7 +9234,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9540
9234
|
type: "DISPLAY_ON_REVIEW";
|
9541
9235
|
conditional: import(".").JSONSchema;
|
9542
9236
|
})[] | undefined;
|
9543
|
-
secured?: boolean | undefined;
|
9544
9237
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9545
9238
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9546
9239
|
hideLabel?: boolean | undefined;
|
@@ -9604,7 +9297,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9604
9297
|
type: "DISPLAY_ON_REVIEW";
|
9605
9298
|
conditional: import(".").JSONSchema;
|
9606
9299
|
})[] | undefined;
|
9607
|
-
secured?: boolean | undefined;
|
9608
9300
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9609
9301
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9610
9302
|
hideLabel?: boolean | undefined;
|
@@ -9648,7 +9340,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9648
9340
|
type: "DISPLAY_ON_REVIEW";
|
9649
9341
|
conditional: import(".").JSONSchema;
|
9650
9342
|
})[] | undefined;
|
9651
|
-
secured?: boolean | undefined;
|
9652
9343
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9653
9344
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9654
9345
|
hideLabel?: boolean | undefined;
|
@@ -9674,7 +9365,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9674
9365
|
type: "DISPLAY_ON_REVIEW";
|
9675
9366
|
conditional: import(".").JSONSchema;
|
9676
9367
|
})[] | undefined;
|
9677
|
-
secured?: boolean | undefined;
|
9678
9368
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9679
9369
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9680
9370
|
hideLabel?: boolean | undefined;
|
@@ -9707,7 +9397,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9707
9397
|
type: "DISPLAY_ON_REVIEW";
|
9708
9398
|
conditional: import(".").JSONSchema;
|
9709
9399
|
})[] | undefined;
|
9710
|
-
secured?: boolean | undefined;
|
9711
9400
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9712
9401
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9713
9402
|
hideLabel?: boolean | undefined;
|
@@ -9740,7 +9429,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9740
9429
|
type: "DISPLAY_ON_REVIEW";
|
9741
9430
|
conditional: import(".").JSONSchema;
|
9742
9431
|
})[] | undefined;
|
9743
|
-
secured?: boolean | undefined;
|
9744
9432
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9745
9433
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9746
9434
|
hideLabel?: boolean | undefined;
|
@@ -9779,7 +9467,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9779
9467
|
type: "DISPLAY_ON_REVIEW";
|
9780
9468
|
conditional: import(".").JSONSchema;
|
9781
9469
|
})[] | undefined;
|
9782
|
-
secured?: boolean | undefined;
|
9783
9470
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9784
9471
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9785
9472
|
hideLabel?: boolean | undefined;
|
@@ -9806,7 +9493,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9806
9493
|
type: "DISPLAY_ON_REVIEW";
|
9807
9494
|
conditional: import(".").JSONSchema;
|
9808
9495
|
})[] | undefined;
|
9809
|
-
secured?: boolean | undefined;
|
9810
9496
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9811
9497
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9812
9498
|
hideLabel?: boolean | undefined;
|
@@ -9836,7 +9522,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9836
9522
|
type: "DISPLAY_ON_REVIEW";
|
9837
9523
|
conditional: import(".").JSONSchema;
|
9838
9524
|
})[] | undefined;
|
9839
|
-
secured?: boolean | undefined;
|
9840
9525
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9841
9526
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9842
9527
|
hideLabel?: boolean | undefined;
|
@@ -9866,7 +9551,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9866
9551
|
type: "DISPLAY_ON_REVIEW";
|
9867
9552
|
conditional: import(".").JSONSchema;
|
9868
9553
|
})[] | undefined;
|
9869
|
-
secured?: boolean | undefined;
|
9870
9554
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9871
9555
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9872
9556
|
hideLabel?: boolean | undefined;
|
@@ -9901,7 +9585,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9901
9585
|
type: "DISPLAY_ON_REVIEW";
|
9902
9586
|
conditional: import(".").JSONSchema;
|
9903
9587
|
})[] | undefined;
|
9904
|
-
secured?: boolean | undefined;
|
9905
9588
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9906
9589
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9907
9590
|
hideLabel?: boolean | undefined;
|
@@ -9928,7 +9611,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9928
9611
|
type: "DISPLAY_ON_REVIEW";
|
9929
9612
|
conditional: import(".").JSONSchema;
|
9930
9613
|
})[] | undefined;
|
9931
|
-
secured?: boolean | undefined;
|
9932
9614
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9933
9615
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9934
9616
|
hideLabel?: boolean | undefined;
|
@@ -9963,7 +9645,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9963
9645
|
type: "DISPLAY_ON_REVIEW";
|
9964
9646
|
conditional: import(".").JSONSchema;
|
9965
9647
|
})[] | undefined;
|
9966
|
-
secured?: boolean | undefined;
|
9967
9648
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9968
9649
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9969
9650
|
hideLabel?: boolean | undefined;
|
@@ -9998,7 +9679,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9998
9679
|
type: "DISPLAY_ON_REVIEW";
|
9999
9680
|
conditional: import(".").JSONSchema;
|
10000
9681
|
})[] | undefined;
|
10001
|
-
secured?: boolean | undefined;
|
10002
9682
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10003
9683
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10004
9684
|
hideLabel?: boolean | undefined;
|
@@ -10036,7 +9716,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10036
9716
|
type: "DISPLAY_ON_REVIEW";
|
10037
9717
|
conditional: import(".").JSONSchema;
|
10038
9718
|
})[] | undefined;
|
10039
|
-
secured?: boolean | undefined;
|
10040
9719
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10041
9720
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10042
9721
|
hideLabel?: boolean | undefined;
|
@@ -10067,7 +9746,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10067
9746
|
type: "DISPLAY_ON_REVIEW";
|
10068
9747
|
conditional: import(".").JSONSchema;
|
10069
9748
|
})[] | undefined;
|
10070
|
-
secured?: boolean | undefined;
|
10071
9749
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10072
9750
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10073
9751
|
hideLabel?: boolean | undefined;
|
@@ -10094,7 +9772,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10094
9772
|
type: "DISPLAY_ON_REVIEW";
|
10095
9773
|
conditional: import(".").JSONSchema;
|
10096
9774
|
})[] | undefined;
|
10097
|
-
secured?: boolean | undefined;
|
10098
9775
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10099
9776
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10100
9777
|
hideLabel?: boolean | undefined;
|
@@ -10106,8 +9783,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10106
9783
|
maxLength?: number | undefined;
|
10107
9784
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
10108
9785
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
10109
|
-
includeMiddlename?: boolean | undefined;
|
10110
|
-
searchMode?: boolean | undefined;
|
10111
9786
|
} | undefined;
|
10112
9787
|
} | {
|
10113
9788
|
type: "PHONE";
|
@@ -10131,7 +9806,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10131
9806
|
type: "DISPLAY_ON_REVIEW";
|
10132
9807
|
conditional: import(".").JSONSchema;
|
10133
9808
|
})[] | undefined;
|
10134
|
-
secured?: boolean | undefined;
|
10135
9809
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10136
9810
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10137
9811
|
hideLabel?: boolean | undefined;
|
@@ -10158,7 +9832,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10158
9832
|
type: "DISPLAY_ON_REVIEW";
|
10159
9833
|
conditional: import(".").JSONSchema;
|
10160
9834
|
})[] | undefined;
|
10161
|
-
secured?: boolean | undefined;
|
10162
9835
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10163
9836
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10164
9837
|
hideLabel?: boolean | undefined;
|
@@ -10185,7 +9858,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10185
9858
|
type: "DISPLAY_ON_REVIEW";
|
10186
9859
|
conditional: import(".").JSONSchema;
|
10187
9860
|
})[] | undefined;
|
10188
|
-
secured?: boolean | undefined;
|
10189
9861
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10190
9862
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10191
9863
|
hideLabel?: boolean | undefined;
|
@@ -10212,7 +9884,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10212
9884
|
type: "DISPLAY_ON_REVIEW";
|
10213
9885
|
conditional: import(".").JSONSchema;
|
10214
9886
|
})[] | undefined;
|
10215
|
-
secured?: boolean | undefined;
|
10216
9887
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10217
9888
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10218
9889
|
hideLabel?: boolean | undefined;
|
@@ -10245,7 +9916,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10245
9916
|
type: "DISPLAY_ON_REVIEW";
|
10246
9917
|
conditional: import(".").JSONSchema;
|
10247
9918
|
})[] | undefined;
|
10248
|
-
secured?: boolean | undefined;
|
10249
9919
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10250
9920
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10251
9921
|
hideLabel?: boolean | undefined;
|
@@ -10272,7 +9942,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10272
9942
|
type: "DISPLAY_ON_REVIEW";
|
10273
9943
|
conditional: import(".").JSONSchema;
|
10274
9944
|
})[] | undefined;
|
10275
|
-
secured?: boolean | undefined;
|
10276
9945
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10277
9946
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10278
9947
|
hideLabel?: boolean | undefined;
|
@@ -10307,7 +9976,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10307
9976
|
type: "DISPLAY_ON_REVIEW";
|
10308
9977
|
conditional: import(".").JSONSchema;
|
10309
9978
|
})[] | undefined;
|
10310
|
-
secured?: boolean | undefined;
|
10311
9979
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10312
9980
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10313
9981
|
hideLabel?: boolean | undefined;
|
@@ -10339,7 +10007,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10339
10007
|
type: "DISPLAY_ON_REVIEW";
|
10340
10008
|
conditional: import(".").JSONSchema;
|
10341
10009
|
})[] | undefined;
|
10342
|
-
secured?: boolean | undefined;
|
10343
10010
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10344
10011
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10345
10012
|
hideLabel?: boolean | undefined;
|
@@ -10366,7 +10033,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10366
10033
|
type: "DISPLAY_ON_REVIEW";
|
10367
10034
|
conditional: import(".").JSONSchema;
|
10368
10035
|
})[] | undefined;
|
10369
|
-
secured?: boolean | undefined;
|
10370
10036
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10371
10037
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10372
10038
|
hideLabel?: boolean | undefined;
|
@@ -10393,7 +10059,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10393
10059
|
type: "DISPLAY_ON_REVIEW";
|
10394
10060
|
conditional: import(".").JSONSchema;
|
10395
10061
|
})[] | undefined;
|
10396
|
-
secured?: boolean | undefined;
|
10397
10062
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10398
10063
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10399
10064
|
hideLabel?: boolean | undefined;
|
@@ -10457,7 +10122,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10457
10122
|
type: "DISPLAY_ON_REVIEW";
|
10458
10123
|
conditional: import(".").JSONSchema;
|
10459
10124
|
})[] | undefined;
|
10460
|
-
secured?: boolean | undefined;
|
10461
10125
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10462
10126
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10463
10127
|
hideLabel?: boolean | undefined;
|
@@ -10502,7 +10166,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10502
10166
|
type: "DISPLAY_ON_REVIEW";
|
10503
10167
|
conditional: import(".").JSONSchema;
|
10504
10168
|
})[] | undefined;
|
10505
|
-
secured?: boolean | undefined;
|
10506
10169
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10507
10170
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10508
10171
|
hideLabel?: boolean | undefined;
|
@@ -10528,7 +10191,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10528
10191
|
type: "DISPLAY_ON_REVIEW";
|
10529
10192
|
conditional: import(".").JSONSchema;
|
10530
10193
|
})[] | undefined;
|
10531
|
-
secured?: boolean | undefined;
|
10532
10194
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10533
10195
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10534
10196
|
hideLabel?: boolean | undefined;
|
@@ -10561,7 +10223,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10561
10223
|
type: "DISPLAY_ON_REVIEW";
|
10562
10224
|
conditional: import(".").JSONSchema;
|
10563
10225
|
})[] | undefined;
|
10564
|
-
secured?: boolean | undefined;
|
10565
10226
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10566
10227
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10567
10228
|
hideLabel?: boolean | undefined;
|
@@ -10594,7 +10255,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10594
10255
|
type: "DISPLAY_ON_REVIEW";
|
10595
10256
|
conditional: import(".").JSONSchema;
|
10596
10257
|
})[] | undefined;
|
10597
|
-
secured?: boolean | undefined;
|
10598
10258
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10599
10259
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10600
10260
|
hideLabel?: boolean | undefined;
|
@@ -10633,7 +10293,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10633
10293
|
type: "DISPLAY_ON_REVIEW";
|
10634
10294
|
conditional: import(".").JSONSchema;
|
10635
10295
|
})[] | undefined;
|
10636
|
-
secured?: boolean | undefined;
|
10637
10296
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10638
10297
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10639
10298
|
hideLabel?: boolean | undefined;
|
@@ -10660,7 +10319,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10660
10319
|
type: "DISPLAY_ON_REVIEW";
|
10661
10320
|
conditional: import(".").JSONSchema;
|
10662
10321
|
})[] | undefined;
|
10663
|
-
secured?: boolean | undefined;
|
10664
10322
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10665
10323
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10666
10324
|
hideLabel?: boolean | undefined;
|
@@ -10690,7 +10348,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10690
10348
|
type: "DISPLAY_ON_REVIEW";
|
10691
10349
|
conditional: import(".").JSONSchema;
|
10692
10350
|
})[] | undefined;
|
10693
|
-
secured?: boolean | undefined;
|
10694
10351
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10695
10352
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10696
10353
|
hideLabel?: boolean | undefined;
|
@@ -10720,7 +10377,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10720
10377
|
type: "DISPLAY_ON_REVIEW";
|
10721
10378
|
conditional: import(".").JSONSchema;
|
10722
10379
|
})[] | undefined;
|
10723
|
-
secured?: boolean | undefined;
|
10724
10380
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10725
10381
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10726
10382
|
hideLabel?: boolean | undefined;
|
@@ -10755,7 +10411,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10755
10411
|
type: "DISPLAY_ON_REVIEW";
|
10756
10412
|
conditional: import(".").JSONSchema;
|
10757
10413
|
})[] | undefined;
|
10758
|
-
secured?: boolean | undefined;
|
10759
10414
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10760
10415
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10761
10416
|
hideLabel?: boolean | undefined;
|
@@ -10782,7 +10437,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10782
10437
|
type: "DISPLAY_ON_REVIEW";
|
10783
10438
|
conditional: import(".").JSONSchema;
|
10784
10439
|
})[] | undefined;
|
10785
|
-
secured?: boolean | undefined;
|
10786
10440
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10787
10441
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10788
10442
|
hideLabel?: boolean | undefined;
|
@@ -10817,7 +10471,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10817
10471
|
type: "DISPLAY_ON_REVIEW";
|
10818
10472
|
conditional: import(".").JSONSchema;
|
10819
10473
|
})[] | undefined;
|
10820
|
-
secured?: boolean | undefined;
|
10821
10474
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10822
10475
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10823
10476
|
hideLabel?: boolean | undefined;
|
@@ -10852,7 +10505,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10852
10505
|
type: "DISPLAY_ON_REVIEW";
|
10853
10506
|
conditional: import(".").JSONSchema;
|
10854
10507
|
})[] | undefined;
|
10855
|
-
secured?: boolean | undefined;
|
10856
10508
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10857
10509
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10858
10510
|
hideLabel?: boolean | undefined;
|
@@ -10890,7 +10542,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10890
10542
|
type: "DISPLAY_ON_REVIEW";
|
10891
10543
|
conditional: import(".").JSONSchema;
|
10892
10544
|
})[] | undefined;
|
10893
|
-
secured?: boolean | undefined;
|
10894
10545
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10895
10546
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10896
10547
|
hideLabel?: boolean | undefined;
|
@@ -10921,7 +10572,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10921
10572
|
type: "DISPLAY_ON_REVIEW";
|
10922
10573
|
conditional: import(".").JSONSchema;
|
10923
10574
|
})[] | undefined;
|
10924
|
-
secured?: boolean | undefined;
|
10925
10575
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10926
10576
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10927
10577
|
hideLabel?: boolean | undefined;
|
@@ -10948,7 +10598,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10948
10598
|
type: "DISPLAY_ON_REVIEW";
|
10949
10599
|
conditional: import(".").JSONSchema;
|
10950
10600
|
})[] | undefined;
|
10951
|
-
secured?: boolean | undefined;
|
10952
10601
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10953
10602
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10954
10603
|
hideLabel?: boolean | undefined;
|
@@ -10960,8 +10609,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10960
10609
|
maxLength?: number | undefined;
|
10961
10610
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
10962
10611
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
10963
|
-
includeMiddlename?: boolean | undefined;
|
10964
|
-
searchMode?: boolean | undefined;
|
10965
10612
|
} | undefined;
|
10966
10613
|
} | {
|
10967
10614
|
type: "PHONE";
|
@@ -10985,7 +10632,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10985
10632
|
type: "DISPLAY_ON_REVIEW";
|
10986
10633
|
conditional: import(".").JSONSchema;
|
10987
10634
|
})[] | undefined;
|
10988
|
-
secured?: boolean | undefined;
|
10989
10635
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10990
10636
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10991
10637
|
hideLabel?: boolean | undefined;
|
@@ -11012,7 +10658,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11012
10658
|
type: "DISPLAY_ON_REVIEW";
|
11013
10659
|
conditional: import(".").JSONSchema;
|
11014
10660
|
})[] | undefined;
|
11015
|
-
secured?: boolean | undefined;
|
11016
10661
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11017
10662
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11018
10663
|
hideLabel?: boolean | undefined;
|
@@ -11039,7 +10684,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11039
10684
|
type: "DISPLAY_ON_REVIEW";
|
11040
10685
|
conditional: import(".").JSONSchema;
|
11041
10686
|
})[] | undefined;
|
11042
|
-
secured?: boolean | undefined;
|
11043
10687
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11044
10688
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11045
10689
|
hideLabel?: boolean | undefined;
|
@@ -11066,7 +10710,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11066
10710
|
type: "DISPLAY_ON_REVIEW";
|
11067
10711
|
conditional: import(".").JSONSchema;
|
11068
10712
|
})[] | undefined;
|
11069
|
-
secured?: boolean | undefined;
|
11070
10713
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11071
10714
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11072
10715
|
hideLabel?: boolean | undefined;
|
@@ -11099,7 +10742,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11099
10742
|
type: "DISPLAY_ON_REVIEW";
|
11100
10743
|
conditional: import(".").JSONSchema;
|
11101
10744
|
})[] | undefined;
|
11102
|
-
secured?: boolean | undefined;
|
11103
10745
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11104
10746
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11105
10747
|
hideLabel?: boolean | undefined;
|
@@ -11126,7 +10768,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11126
10768
|
type: "DISPLAY_ON_REVIEW";
|
11127
10769
|
conditional: import(".").JSONSchema;
|
11128
10770
|
})[] | undefined;
|
11129
|
-
secured?: boolean | undefined;
|
11130
10771
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11131
10772
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11132
10773
|
hideLabel?: boolean | undefined;
|
@@ -11161,7 +10802,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11161
10802
|
type: "DISPLAY_ON_REVIEW";
|
11162
10803
|
conditional: import(".").JSONSchema;
|
11163
10804
|
})[] | undefined;
|
11164
|
-
secured?: boolean | undefined;
|
11165
10805
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11166
10806
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11167
10807
|
hideLabel?: boolean | undefined;
|
@@ -11193,7 +10833,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11193
10833
|
type: "DISPLAY_ON_REVIEW";
|
11194
10834
|
conditional: import(".").JSONSchema;
|
11195
10835
|
})[] | undefined;
|
11196
|
-
secured?: boolean | undefined;
|
11197
10836
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11198
10837
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11199
10838
|
hideLabel?: boolean | undefined;
|
@@ -11220,7 +10859,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11220
10859
|
type: "DISPLAY_ON_REVIEW";
|
11221
10860
|
conditional: import(".").JSONSchema;
|
11222
10861
|
})[] | undefined;
|
11223
|
-
secured?: boolean | undefined;
|
11224
10862
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11225
10863
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11226
10864
|
hideLabel?: boolean | undefined;
|
@@ -11247,7 +10885,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11247
10885
|
type: "DISPLAY_ON_REVIEW";
|
11248
10886
|
conditional: import(".").JSONSchema;
|
11249
10887
|
})[] | undefined;
|
11250
|
-
secured?: boolean | undefined;
|
11251
10888
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11252
10889
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11253
10890
|
hideLabel?: boolean | undefined;
|
@@ -11311,7 +10948,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11311
10948
|
type: "DISPLAY_ON_REVIEW";
|
11312
10949
|
conditional: import(".").JSONSchema;
|
11313
10950
|
})[] | undefined;
|
11314
|
-
secured?: boolean | undefined;
|
11315
10951
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11316
10952
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11317
10953
|
hideLabel?: boolean | undefined;
|
@@ -11355,7 +10991,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11355
10991
|
type: "DISPLAY_ON_REVIEW";
|
11356
10992
|
conditional: import(".").JSONSchema;
|
11357
10993
|
})[] | undefined;
|
11358
|
-
secured?: boolean | undefined;
|
11359
10994
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11360
10995
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11361
10996
|
hideLabel?: boolean | undefined;
|
@@ -11381,7 +11016,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11381
11016
|
type: "DISPLAY_ON_REVIEW";
|
11382
11017
|
conditional: import(".").JSONSchema;
|
11383
11018
|
})[] | undefined;
|
11384
|
-
secured?: boolean | undefined;
|
11385
11019
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11386
11020
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11387
11021
|
hideLabel?: boolean | undefined;
|
@@ -11414,7 +11048,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11414
11048
|
type: "DISPLAY_ON_REVIEW";
|
11415
11049
|
conditional: import(".").JSONSchema;
|
11416
11050
|
})[] | undefined;
|
11417
|
-
secured?: boolean | undefined;
|
11418
11051
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11419
11052
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11420
11053
|
hideLabel?: boolean | undefined;
|
@@ -11447,7 +11080,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11447
11080
|
type: "DISPLAY_ON_REVIEW";
|
11448
11081
|
conditional: import(".").JSONSchema;
|
11449
11082
|
})[] | undefined;
|
11450
|
-
secured?: boolean | undefined;
|
11451
11083
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11452
11084
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11453
11085
|
hideLabel?: boolean | undefined;
|
@@ -11486,7 +11118,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11486
11118
|
type: "DISPLAY_ON_REVIEW";
|
11487
11119
|
conditional: import(".").JSONSchema;
|
11488
11120
|
})[] | undefined;
|
11489
|
-
secured?: boolean | undefined;
|
11490
11121
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11491
11122
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11492
11123
|
hideLabel?: boolean | undefined;
|
@@ -11513,7 +11144,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11513
11144
|
type: "DISPLAY_ON_REVIEW";
|
11514
11145
|
conditional: import(".").JSONSchema;
|
11515
11146
|
})[] | undefined;
|
11516
|
-
secured?: boolean | undefined;
|
11517
11147
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11518
11148
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11519
11149
|
hideLabel?: boolean | undefined;
|
@@ -11543,7 +11173,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11543
11173
|
type: "DISPLAY_ON_REVIEW";
|
11544
11174
|
conditional: import(".").JSONSchema;
|
11545
11175
|
})[] | undefined;
|
11546
|
-
secured?: boolean | undefined;
|
11547
11176
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11548
11177
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11549
11178
|
hideLabel?: boolean | undefined;
|
@@ -11573,7 +11202,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11573
11202
|
type: "DISPLAY_ON_REVIEW";
|
11574
11203
|
conditional: import(".").JSONSchema;
|
11575
11204
|
})[] | undefined;
|
11576
|
-
secured?: boolean | undefined;
|
11577
11205
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11578
11206
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11579
11207
|
hideLabel?: boolean | undefined;
|
@@ -11608,7 +11236,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11608
11236
|
type: "DISPLAY_ON_REVIEW";
|
11609
11237
|
conditional: import(".").JSONSchema;
|
11610
11238
|
})[] | undefined;
|
11611
|
-
secured?: boolean | undefined;
|
11612
11239
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11613
11240
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11614
11241
|
hideLabel?: boolean | undefined;
|
@@ -11635,7 +11262,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11635
11262
|
type: "DISPLAY_ON_REVIEW";
|
11636
11263
|
conditional: import(".").JSONSchema;
|
11637
11264
|
})[] | undefined;
|
11638
|
-
secured?: boolean | undefined;
|
11639
11265
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11640
11266
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11641
11267
|
hideLabel?: boolean | undefined;
|
@@ -11670,7 +11296,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11670
11296
|
type: "DISPLAY_ON_REVIEW";
|
11671
11297
|
conditional: import(".").JSONSchema;
|
11672
11298
|
})[] | undefined;
|
11673
|
-
secured?: boolean | undefined;
|
11674
11299
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11675
11300
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11676
11301
|
hideLabel?: boolean | undefined;
|
@@ -11705,7 +11330,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11705
11330
|
type: "DISPLAY_ON_REVIEW";
|
11706
11331
|
conditional: import(".").JSONSchema;
|
11707
11332
|
})[] | undefined;
|
11708
|
-
secured?: boolean | undefined;
|
11709
11333
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11710
11334
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11711
11335
|
hideLabel?: boolean | undefined;
|
@@ -11743,7 +11367,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11743
11367
|
type: "DISPLAY_ON_REVIEW";
|
11744
11368
|
conditional: import(".").JSONSchema;
|
11745
11369
|
})[] | undefined;
|
11746
|
-
secured?: boolean | undefined;
|
11747
11370
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11748
11371
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11749
11372
|
hideLabel?: boolean | undefined;
|
@@ -11774,7 +11397,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11774
11397
|
type: "DISPLAY_ON_REVIEW";
|
11775
11398
|
conditional: import(".").JSONSchema;
|
11776
11399
|
})[] | undefined;
|
11777
|
-
secured?: boolean | undefined;
|
11778
11400
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11779
11401
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11780
11402
|
hideLabel?: boolean | undefined;
|
@@ -11801,7 +11423,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11801
11423
|
type: "DISPLAY_ON_REVIEW";
|
11802
11424
|
conditional: import(".").JSONSchema;
|
11803
11425
|
})[] | undefined;
|
11804
|
-
secured?: boolean | undefined;
|
11805
11426
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11806
11427
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11807
11428
|
hideLabel?: boolean | undefined;
|
@@ -11813,8 +11434,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11813
11434
|
maxLength?: number | undefined;
|
11814
11435
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
11815
11436
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
11816
|
-
includeMiddlename?: boolean | undefined;
|
11817
|
-
searchMode?: boolean | undefined;
|
11818
11437
|
} | undefined;
|
11819
11438
|
} | {
|
11820
11439
|
type: "PHONE";
|
@@ -11838,7 +11457,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11838
11457
|
type: "DISPLAY_ON_REVIEW";
|
11839
11458
|
conditional: import(".").JSONSchema;
|
11840
11459
|
})[] | undefined;
|
11841
|
-
secured?: boolean | undefined;
|
11842
11460
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11843
11461
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11844
11462
|
hideLabel?: boolean | undefined;
|
@@ -11865,7 +11483,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11865
11483
|
type: "DISPLAY_ON_REVIEW";
|
11866
11484
|
conditional: import(".").JSONSchema;
|
11867
11485
|
})[] | undefined;
|
11868
|
-
secured?: boolean | undefined;
|
11869
11486
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11870
11487
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11871
11488
|
hideLabel?: boolean | undefined;
|
@@ -11892,7 +11509,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11892
11509
|
type: "DISPLAY_ON_REVIEW";
|
11893
11510
|
conditional: import(".").JSONSchema;
|
11894
11511
|
})[] | undefined;
|
11895
|
-
secured?: boolean | undefined;
|
11896
11512
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11897
11513
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11898
11514
|
hideLabel?: boolean | undefined;
|
@@ -11919,7 +11535,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11919
11535
|
type: "DISPLAY_ON_REVIEW";
|
11920
11536
|
conditional: import(".").JSONSchema;
|
11921
11537
|
})[] | undefined;
|
11922
|
-
secured?: boolean | undefined;
|
11923
11538
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11924
11539
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11925
11540
|
hideLabel?: boolean | undefined;
|
@@ -11952,7 +11567,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11952
11567
|
type: "DISPLAY_ON_REVIEW";
|
11953
11568
|
conditional: import(".").JSONSchema;
|
11954
11569
|
})[] | undefined;
|
11955
|
-
secured?: boolean | undefined;
|
11956
11570
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11957
11571
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11958
11572
|
hideLabel?: boolean | undefined;
|
@@ -11979,7 +11593,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11979
11593
|
type: "DISPLAY_ON_REVIEW";
|
11980
11594
|
conditional: import(".").JSONSchema;
|
11981
11595
|
})[] | undefined;
|
11982
|
-
secured?: boolean | undefined;
|
11983
11596
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11984
11597
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11985
11598
|
hideLabel?: boolean | undefined;
|
@@ -12014,7 +11627,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12014
11627
|
type: "DISPLAY_ON_REVIEW";
|
12015
11628
|
conditional: import(".").JSONSchema;
|
12016
11629
|
})[] | undefined;
|
12017
|
-
secured?: boolean | undefined;
|
12018
11630
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12019
11631
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12020
11632
|
hideLabel?: boolean | undefined;
|
@@ -12046,7 +11658,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12046
11658
|
type: "DISPLAY_ON_REVIEW";
|
12047
11659
|
conditional: import(".").JSONSchema;
|
12048
11660
|
})[] | undefined;
|
12049
|
-
secured?: boolean | undefined;
|
12050
11661
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12051
11662
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12052
11663
|
hideLabel?: boolean | undefined;
|
@@ -12073,7 +11684,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12073
11684
|
type: "DISPLAY_ON_REVIEW";
|
12074
11685
|
conditional: import(".").JSONSchema;
|
12075
11686
|
})[] | undefined;
|
12076
|
-
secured?: boolean | undefined;
|
12077
11687
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12078
11688
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12079
11689
|
hideLabel?: boolean | undefined;
|
@@ -12100,7 +11710,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12100
11710
|
type: "DISPLAY_ON_REVIEW";
|
12101
11711
|
conditional: import(".").JSONSchema;
|
12102
11712
|
})[] | undefined;
|
12103
|
-
secured?: boolean | undefined;
|
12104
11713
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12105
11714
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12106
11715
|
hideLabel?: boolean | undefined;
|
@@ -12164,7 +11773,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12164
11773
|
type: "DISPLAY_ON_REVIEW";
|
12165
11774
|
conditional: import(".").JSONSchema;
|
12166
11775
|
})[] | undefined;
|
12167
|
-
secured?: boolean | undefined;
|
12168
11776
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12169
11777
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12170
11778
|
hideLabel?: boolean | undefined;
|
@@ -12197,7 +11805,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12197
11805
|
type: "DISPLAY_ON_REVIEW";
|
12198
11806
|
conditional: import(".").JSONSchema;
|
12199
11807
|
})[] | undefined;
|
12200
|
-
secured?: boolean | undefined;
|
12201
11808
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12202
11809
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12203
11810
|
hideLabel?: boolean | undefined;
|
@@ -12223,7 +11830,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12223
11830
|
type: "DISPLAY_ON_REVIEW";
|
12224
11831
|
conditional: import(".").JSONSchema;
|
12225
11832
|
})[] | undefined;
|
12226
|
-
secured?: boolean | undefined;
|
12227
11833
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12228
11834
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12229
11835
|
hideLabel?: boolean | undefined;
|
@@ -12256,7 +11862,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12256
11862
|
type: "DISPLAY_ON_REVIEW";
|
12257
11863
|
conditional: import(".").JSONSchema;
|
12258
11864
|
})[] | undefined;
|
12259
|
-
secured?: boolean | undefined;
|
12260
11865
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12261
11866
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12262
11867
|
hideLabel?: boolean | undefined;
|
@@ -12289,7 +11894,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12289
11894
|
type: "DISPLAY_ON_REVIEW";
|
12290
11895
|
conditional: import(".").JSONSchema;
|
12291
11896
|
})[] | undefined;
|
12292
|
-
secured?: boolean | undefined;
|
12293
11897
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12294
11898
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12295
11899
|
hideLabel?: boolean | undefined;
|
@@ -12328,7 +11932,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12328
11932
|
type: "DISPLAY_ON_REVIEW";
|
12329
11933
|
conditional: import(".").JSONSchema;
|
12330
11934
|
})[] | undefined;
|
12331
|
-
secured?: boolean | undefined;
|
12332
11935
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12333
11936
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12334
11937
|
hideLabel?: boolean | undefined;
|
@@ -12355,7 +11958,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12355
11958
|
type: "DISPLAY_ON_REVIEW";
|
12356
11959
|
conditional: import(".").JSONSchema;
|
12357
11960
|
})[] | undefined;
|
12358
|
-
secured?: boolean | undefined;
|
12359
11961
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12360
11962
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12361
11963
|
hideLabel?: boolean | undefined;
|
@@ -12385,7 +11987,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12385
11987
|
type: "DISPLAY_ON_REVIEW";
|
12386
11988
|
conditional: import(".").JSONSchema;
|
12387
11989
|
})[] | undefined;
|
12388
|
-
secured?: boolean | undefined;
|
12389
11990
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12390
11991
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12391
11992
|
hideLabel?: boolean | undefined;
|
@@ -12415,7 +12016,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12415
12016
|
type: "DISPLAY_ON_REVIEW";
|
12416
12017
|
conditional: import(".").JSONSchema;
|
12417
12018
|
})[] | undefined;
|
12418
|
-
secured?: boolean | undefined;
|
12419
12019
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12420
12020
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12421
12021
|
hideLabel?: boolean | undefined;
|
@@ -12450,7 +12050,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12450
12050
|
type: "DISPLAY_ON_REVIEW";
|
12451
12051
|
conditional: import(".").JSONSchema;
|
12452
12052
|
})[] | undefined;
|
12453
|
-
secured?: boolean | undefined;
|
12454
12053
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12455
12054
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12456
12055
|
hideLabel?: boolean | undefined;
|
@@ -12477,7 +12076,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12477
12076
|
type: "DISPLAY_ON_REVIEW";
|
12478
12077
|
conditional: import(".").JSONSchema;
|
12479
12078
|
})[] | undefined;
|
12480
|
-
secured?: boolean | undefined;
|
12481
12079
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12482
12080
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12483
12081
|
hideLabel?: boolean | undefined;
|
@@ -12512,7 +12110,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12512
12110
|
type: "DISPLAY_ON_REVIEW";
|
12513
12111
|
conditional: import(".").JSONSchema;
|
12514
12112
|
})[] | undefined;
|
12515
|
-
secured?: boolean | undefined;
|
12516
12113
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12517
12114
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12518
12115
|
hideLabel?: boolean | undefined;
|
@@ -12547,7 +12144,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12547
12144
|
type: "DISPLAY_ON_REVIEW";
|
12548
12145
|
conditional: import(".").JSONSchema;
|
12549
12146
|
})[] | undefined;
|
12550
|
-
secured?: boolean | undefined;
|
12551
12147
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12552
12148
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12553
12149
|
hideLabel?: boolean | undefined;
|
@@ -12585,7 +12181,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12585
12181
|
type: "DISPLAY_ON_REVIEW";
|
12586
12182
|
conditional: import(".").JSONSchema;
|
12587
12183
|
})[] | undefined;
|
12588
|
-
secured?: boolean | undefined;
|
12589
12184
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12590
12185
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12591
12186
|
hideLabel?: boolean | undefined;
|
@@ -12616,7 +12211,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12616
12211
|
type: "DISPLAY_ON_REVIEW";
|
12617
12212
|
conditional: import(".").JSONSchema;
|
12618
12213
|
})[] | undefined;
|
12619
|
-
secured?: boolean | undefined;
|
12620
12214
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12621
12215
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12622
12216
|
hideLabel?: boolean | undefined;
|
@@ -12643,7 +12237,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12643
12237
|
type: "DISPLAY_ON_REVIEW";
|
12644
12238
|
conditional: import(".").JSONSchema;
|
12645
12239
|
})[] | undefined;
|
12646
|
-
secured?: boolean | undefined;
|
12647
12240
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12648
12241
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12649
12242
|
hideLabel?: boolean | undefined;
|
@@ -12655,8 +12248,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12655
12248
|
maxLength?: number | undefined;
|
12656
12249
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
12657
12250
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
12658
|
-
includeMiddlename?: boolean | undefined;
|
12659
|
-
searchMode?: boolean | undefined;
|
12660
12251
|
} | undefined;
|
12661
12252
|
} | {
|
12662
12253
|
type: "PHONE";
|
@@ -12680,7 +12271,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12680
12271
|
type: "DISPLAY_ON_REVIEW";
|
12681
12272
|
conditional: import(".").JSONSchema;
|
12682
12273
|
})[] | undefined;
|
12683
|
-
secured?: boolean | undefined;
|
12684
12274
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12685
12275
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12686
12276
|
hideLabel?: boolean | undefined;
|
@@ -12707,7 +12297,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12707
12297
|
type: "DISPLAY_ON_REVIEW";
|
12708
12298
|
conditional: import(".").JSONSchema;
|
12709
12299
|
})[] | undefined;
|
12710
|
-
secured?: boolean | undefined;
|
12711
12300
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12712
12301
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12713
12302
|
hideLabel?: boolean | undefined;
|
@@ -12734,7 +12323,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12734
12323
|
type: "DISPLAY_ON_REVIEW";
|
12735
12324
|
conditional: import(".").JSONSchema;
|
12736
12325
|
})[] | undefined;
|
12737
|
-
secured?: boolean | undefined;
|
12738
12326
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12739
12327
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12740
12328
|
hideLabel?: boolean | undefined;
|
@@ -12761,7 +12349,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12761
12349
|
type: "DISPLAY_ON_REVIEW";
|
12762
12350
|
conditional: import(".").JSONSchema;
|
12763
12351
|
})[] | undefined;
|
12764
|
-
secured?: boolean | undefined;
|
12765
12352
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12766
12353
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12767
12354
|
hideLabel?: boolean | undefined;
|
@@ -12794,7 +12381,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12794
12381
|
type: "DISPLAY_ON_REVIEW";
|
12795
12382
|
conditional: import(".").JSONSchema;
|
12796
12383
|
})[] | undefined;
|
12797
|
-
secured?: boolean | undefined;
|
12798
12384
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12799
12385
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12800
12386
|
hideLabel?: boolean | undefined;
|
@@ -12821,7 +12407,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12821
12407
|
type: "DISPLAY_ON_REVIEW";
|
12822
12408
|
conditional: import(".").JSONSchema;
|
12823
12409
|
})[] | undefined;
|
12824
|
-
secured?: boolean | undefined;
|
12825
12410
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12826
12411
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12827
12412
|
hideLabel?: boolean | undefined;
|
@@ -12856,7 +12441,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12856
12441
|
type: "DISPLAY_ON_REVIEW";
|
12857
12442
|
conditional: import(".").JSONSchema;
|
12858
12443
|
})[] | undefined;
|
12859
|
-
secured?: boolean | undefined;
|
12860
12444
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12861
12445
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12862
12446
|
hideLabel?: boolean | undefined;
|
@@ -12888,7 +12472,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12888
12472
|
type: "DISPLAY_ON_REVIEW";
|
12889
12473
|
conditional: import(".").JSONSchema;
|
12890
12474
|
})[] | undefined;
|
12891
|
-
secured?: boolean | undefined;
|
12892
12475
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12893
12476
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12894
12477
|
hideLabel?: boolean | undefined;
|
@@ -12915,7 +12498,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12915
12498
|
type: "DISPLAY_ON_REVIEW";
|
12916
12499
|
conditional: import(".").JSONSchema;
|
12917
12500
|
})[] | undefined;
|
12918
|
-
secured?: boolean | undefined;
|
12919
12501
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12920
12502
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12921
12503
|
hideLabel?: boolean | undefined;
|
@@ -12942,7 +12524,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12942
12524
|
type: "DISPLAY_ON_REVIEW";
|
12943
12525
|
conditional: import(".").JSONSchema;
|
12944
12526
|
})[] | undefined;
|
12945
|
-
secured?: boolean | undefined;
|
12946
12527
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12947
12528
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12948
12529
|
hideLabel?: boolean | undefined;
|
@@ -13006,7 +12587,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13006
12587
|
type: "DISPLAY_ON_REVIEW";
|
13007
12588
|
conditional: import(".").JSONSchema;
|
13008
12589
|
})[] | undefined;
|
13009
|
-
secured?: boolean | undefined;
|
13010
12590
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13011
12591
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13012
12592
|
hideLabel?: boolean | undefined;
|
@@ -13050,7 +12630,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13050
12630
|
type: "DISPLAY_ON_REVIEW";
|
13051
12631
|
conditional: import(".").JSONSchema;
|
13052
12632
|
})[] | undefined;
|
13053
|
-
secured?: boolean | undefined;
|
13054
12633
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13055
12634
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13056
12635
|
hideLabel?: boolean | undefined;
|
@@ -13076,7 +12655,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13076
12655
|
type: "DISPLAY_ON_REVIEW";
|
13077
12656
|
conditional: import(".").JSONSchema;
|
13078
12657
|
})[] | undefined;
|
13079
|
-
secured?: boolean | undefined;
|
13080
12658
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13081
12659
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13082
12660
|
hideLabel?: boolean | undefined;
|
@@ -13109,7 +12687,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13109
12687
|
type: "DISPLAY_ON_REVIEW";
|
13110
12688
|
conditional: import(".").JSONSchema;
|
13111
12689
|
})[] | undefined;
|
13112
|
-
secured?: boolean | undefined;
|
13113
12690
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13114
12691
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13115
12692
|
hideLabel?: boolean | undefined;
|
@@ -13142,7 +12719,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13142
12719
|
type: "DISPLAY_ON_REVIEW";
|
13143
12720
|
conditional: import(".").JSONSchema;
|
13144
12721
|
})[] | undefined;
|
13145
|
-
secured?: boolean | undefined;
|
13146
12722
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13147
12723
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13148
12724
|
hideLabel?: boolean | undefined;
|
@@ -13181,7 +12757,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13181
12757
|
type: "DISPLAY_ON_REVIEW";
|
13182
12758
|
conditional: import(".").JSONSchema;
|
13183
12759
|
})[] | undefined;
|
13184
|
-
secured?: boolean | undefined;
|
13185
12760
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13186
12761
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13187
12762
|
hideLabel?: boolean | undefined;
|
@@ -13208,7 +12783,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13208
12783
|
type: "DISPLAY_ON_REVIEW";
|
13209
12784
|
conditional: import(".").JSONSchema;
|
13210
12785
|
})[] | undefined;
|
13211
|
-
secured?: boolean | undefined;
|
13212
12786
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13213
12787
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13214
12788
|
hideLabel?: boolean | undefined;
|
@@ -13238,7 +12812,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13238
12812
|
type: "DISPLAY_ON_REVIEW";
|
13239
12813
|
conditional: import(".").JSONSchema;
|
13240
12814
|
})[] | undefined;
|
13241
|
-
secured?: boolean | undefined;
|
13242
12815
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13243
12816
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13244
12817
|
hideLabel?: boolean | undefined;
|
@@ -13268,7 +12841,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13268
12841
|
type: "DISPLAY_ON_REVIEW";
|
13269
12842
|
conditional: import(".").JSONSchema;
|
13270
12843
|
})[] | undefined;
|
13271
|
-
secured?: boolean | undefined;
|
13272
12844
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13273
12845
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13274
12846
|
hideLabel?: boolean | undefined;
|
@@ -13303,7 +12875,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13303
12875
|
type: "DISPLAY_ON_REVIEW";
|
13304
12876
|
conditional: import(".").JSONSchema;
|
13305
12877
|
})[] | undefined;
|
13306
|
-
secured?: boolean | undefined;
|
13307
12878
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13308
12879
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13309
12880
|
hideLabel?: boolean | undefined;
|
@@ -13330,7 +12901,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13330
12901
|
type: "DISPLAY_ON_REVIEW";
|
13331
12902
|
conditional: import(".").JSONSchema;
|
13332
12903
|
})[] | undefined;
|
13333
|
-
secured?: boolean | undefined;
|
13334
12904
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13335
12905
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13336
12906
|
hideLabel?: boolean | undefined;
|
@@ -13365,7 +12935,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13365
12935
|
type: "DISPLAY_ON_REVIEW";
|
13366
12936
|
conditional: import(".").JSONSchema;
|
13367
12937
|
})[] | undefined;
|
13368
|
-
secured?: boolean | undefined;
|
13369
12938
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13370
12939
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13371
12940
|
hideLabel?: boolean | undefined;
|
@@ -13400,7 +12969,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13400
12969
|
type: "DISPLAY_ON_REVIEW";
|
13401
12970
|
conditional: import(".").JSONSchema;
|
13402
12971
|
})[] | undefined;
|
13403
|
-
secured?: boolean | undefined;
|
13404
12972
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13405
12973
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13406
12974
|
hideLabel?: boolean | undefined;
|
@@ -13438,7 +13006,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13438
13006
|
type: "DISPLAY_ON_REVIEW";
|
13439
13007
|
conditional: import(".").JSONSchema;
|
13440
13008
|
})[] | undefined;
|
13441
|
-
secured?: boolean | undefined;
|
13442
13009
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13443
13010
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13444
13011
|
hideLabel?: boolean | undefined;
|
@@ -13469,7 +13036,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13469
13036
|
type: "DISPLAY_ON_REVIEW";
|
13470
13037
|
conditional: import(".").JSONSchema;
|
13471
13038
|
})[] | undefined;
|
13472
|
-
secured?: boolean | undefined;
|
13473
13039
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13474
13040
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13475
13041
|
hideLabel?: boolean | undefined;
|
@@ -13496,7 +13062,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13496
13062
|
type: "DISPLAY_ON_REVIEW";
|
13497
13063
|
conditional: import(".").JSONSchema;
|
13498
13064
|
})[] | undefined;
|
13499
|
-
secured?: boolean | undefined;
|
13500
13065
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13501
13066
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13502
13067
|
hideLabel?: boolean | undefined;
|
@@ -13508,8 +13073,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13508
13073
|
maxLength?: number | undefined;
|
13509
13074
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
13510
13075
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
13511
|
-
includeMiddlename?: boolean | undefined;
|
13512
|
-
searchMode?: boolean | undefined;
|
13513
13076
|
} | undefined;
|
13514
13077
|
} | {
|
13515
13078
|
type: "PHONE";
|
@@ -13533,7 +13096,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13533
13096
|
type: "DISPLAY_ON_REVIEW";
|
13534
13097
|
conditional: import(".").JSONSchema;
|
13535
13098
|
})[] | undefined;
|
13536
|
-
secured?: boolean | undefined;
|
13537
13099
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13538
13100
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13539
13101
|
hideLabel?: boolean | undefined;
|
@@ -13560,7 +13122,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13560
13122
|
type: "DISPLAY_ON_REVIEW";
|
13561
13123
|
conditional: import(".").JSONSchema;
|
13562
13124
|
})[] | undefined;
|
13563
|
-
secured?: boolean | undefined;
|
13564
13125
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13565
13126
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13566
13127
|
hideLabel?: boolean | undefined;
|
@@ -13587,7 +13148,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13587
13148
|
type: "DISPLAY_ON_REVIEW";
|
13588
13149
|
conditional: import(".").JSONSchema;
|
13589
13150
|
})[] | undefined;
|
13590
|
-
secured?: boolean | undefined;
|
13591
13151
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13592
13152
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13593
13153
|
hideLabel?: boolean | undefined;
|
@@ -13614,7 +13174,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13614
13174
|
type: "DISPLAY_ON_REVIEW";
|
13615
13175
|
conditional: import(".").JSONSchema;
|
13616
13176
|
})[] | undefined;
|
13617
|
-
secured?: boolean | undefined;
|
13618
13177
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13619
13178
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13620
13179
|
hideLabel?: boolean | undefined;
|
@@ -13647,7 +13206,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13647
13206
|
type: "DISPLAY_ON_REVIEW";
|
13648
13207
|
conditional: import(".").JSONSchema;
|
13649
13208
|
})[] | undefined;
|
13650
|
-
secured?: boolean | undefined;
|
13651
13209
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13652
13210
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13653
13211
|
hideLabel?: boolean | undefined;
|
@@ -13674,7 +13232,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13674
13232
|
type: "DISPLAY_ON_REVIEW";
|
13675
13233
|
conditional: import(".").JSONSchema;
|
13676
13234
|
})[] | undefined;
|
13677
|
-
secured?: boolean | undefined;
|
13678
13235
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13679
13236
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13680
13237
|
hideLabel?: boolean | undefined;
|
@@ -13709,7 +13266,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13709
13266
|
type: "DISPLAY_ON_REVIEW";
|
13710
13267
|
conditional: import(".").JSONSchema;
|
13711
13268
|
})[] | undefined;
|
13712
|
-
secured?: boolean | undefined;
|
13713
13269
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13714
13270
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13715
13271
|
hideLabel?: boolean | undefined;
|
@@ -13741,7 +13297,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13741
13297
|
type: "DISPLAY_ON_REVIEW";
|
13742
13298
|
conditional: import(".").JSONSchema;
|
13743
13299
|
})[] | undefined;
|
13744
|
-
secured?: boolean | undefined;
|
13745
13300
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13746
13301
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13747
13302
|
hideLabel?: boolean | undefined;
|
@@ -13768,7 +13323,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13768
13323
|
type: "DISPLAY_ON_REVIEW";
|
13769
13324
|
conditional: import(".").JSONSchema;
|
13770
13325
|
})[] | undefined;
|
13771
|
-
secured?: boolean | undefined;
|
13772
13326
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13773
13327
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13774
13328
|
hideLabel?: boolean | undefined;
|
@@ -13795,7 +13349,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13795
13349
|
type: "DISPLAY_ON_REVIEW";
|
13796
13350
|
conditional: import(".").JSONSchema;
|
13797
13351
|
})[] | undefined;
|
13798
|
-
secured?: boolean | undefined;
|
13799
13352
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13800
13353
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13801
13354
|
hideLabel?: boolean | undefined;
|
@@ -13859,7 +13412,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13859
13412
|
type: "DISPLAY_ON_REVIEW";
|
13860
13413
|
conditional: import(".").JSONSchema;
|
13861
13414
|
})[] | undefined;
|
13862
|
-
secured?: boolean | undefined;
|
13863
13415
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13864
13416
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13865
13417
|
hideLabel?: boolean | undefined;
|