@opencrvs/toolkit 1.8.0-rc.fb5b9fe → 1.8.0-rc.fb8e005
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 +5924 -8783
- package/dist/commons/conditionals/conditionals.d.ts +4 -0
- package/dist/commons/conditionals/validate.d.ts +6 -0
- package/dist/commons/events/ActionConfig.d.ts +21534 -6326
- package/dist/commons/events/ActionDocument.d.ts +1783 -280
- package/dist/commons/events/ActionInput.d.ts +1382 -182
- package/dist/commons/events/ActionType.d.ts +4 -0
- package/dist/commons/events/AdvancedSearchConfig.d.ts +279 -3
- package/dist/commons/events/CompositeFieldValue.d.ts +28 -0
- package/dist/commons/events/Constants.d.ts +1 -0
- package/dist/commons/events/CountryConfigQueryInput.d.ts +1161 -413
- package/dist/commons/events/Draft.d.ts +118 -17
- package/dist/commons/events/EventConfig.d.ts +11557 -4116
- package/dist/commons/events/EventDocument.d.ts +1144 -205
- package/dist/commons/events/EventIndex.d.ts +839 -185
- package/dist/commons/events/EventMetadata.d.ts +52 -40
- package/dist/commons/events/FieldConfig.d.ts +1896 -872
- package/dist/commons/events/FieldType.d.ts +4 -1
- package/dist/commons/events/FieldTypeMapping.d.ts +89 -50
- package/dist/commons/events/FieldValue.d.ts +41 -5
- package/dist/commons/events/FormConfig.d.ts +8840 -2444
- package/dist/commons/events/PageConfig.d.ts +3104 -1540
- package/dist/commons/events/SummaryConfig.d.ts +0 -5
- package/dist/commons/events/WorkqueueColumnConfig.d.ts +11 -11
- package/dist/commons/events/WorkqueueConfig.d.ts +4460 -1685
- package/dist/commons/events/defineConfig.d.ts +1279 -17
- package/dist/commons/events/field.d.ts +9 -0
- package/dist/commons/events/index.d.ts +1 -0
- package/dist/commons/events/scopes.d.ts +1 -2
- package/dist/commons/events/test.utils.d.ts +146 -38
- package/dist/commons/events/utils.d.ts +10117 -10
- package/dist/conditionals/index.js +38 -18
- package/dist/events/index.js +1718 -1057
- package/dist/scopes/index.d.ts +4 -1
- package/dist/scopes/index.js +67 -17
- package/package.json +3 -3
@@ -34,6 +34,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
34
34
|
type: "DISPLAY_ON_REVIEW";
|
35
35
|
conditional: import(".").JSONSchema;
|
36
36
|
})[] | undefined;
|
37
|
+
secured?: boolean | undefined;
|
37
38
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
38
39
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
39
40
|
hideLabel?: boolean | undefined;
|
@@ -59,6 +60,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
59
60
|
type: "DISPLAY_ON_REVIEW";
|
60
61
|
conditional: import(".").JSONSchema;
|
61
62
|
})[] | undefined;
|
63
|
+
secured?: boolean | undefined;
|
62
64
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
63
65
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
64
66
|
hideLabel?: boolean | undefined;
|
@@ -91,6 +93,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
91
93
|
type: "DISPLAY_ON_REVIEW";
|
92
94
|
conditional: import(".").JSONSchema;
|
93
95
|
})[] | undefined;
|
96
|
+
secured?: boolean | undefined;
|
94
97
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
95
98
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
96
99
|
hideLabel?: boolean | undefined;
|
@@ -123,6 +126,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
123
126
|
type: "DISPLAY_ON_REVIEW";
|
124
127
|
conditional: import(".").JSONSchema;
|
125
128
|
})[] | undefined;
|
129
|
+
secured?: boolean | undefined;
|
126
130
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
127
131
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
128
132
|
hideLabel?: boolean | undefined;
|
@@ -161,6 +165,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
161
165
|
type: "DISPLAY_ON_REVIEW";
|
162
166
|
conditional: import(".").JSONSchema;
|
163
167
|
})[] | undefined;
|
168
|
+
secured?: boolean | undefined;
|
164
169
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
165
170
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
166
171
|
hideLabel?: boolean | undefined;
|
@@ -187,6 +192,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
187
192
|
type: "DISPLAY_ON_REVIEW";
|
188
193
|
conditional: import(".").JSONSchema;
|
189
194
|
})[] | undefined;
|
195
|
+
secured?: boolean | undefined;
|
190
196
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
191
197
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
192
198
|
hideLabel?: boolean | undefined;
|
@@ -216,6 +222,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
216
222
|
type: "DISPLAY_ON_REVIEW";
|
217
223
|
conditional: import(".").JSONSchema;
|
218
224
|
})[] | undefined;
|
225
|
+
secured?: boolean | undefined;
|
219
226
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
220
227
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
221
228
|
hideLabel?: boolean | undefined;
|
@@ -245,6 +252,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
245
252
|
type: "DISPLAY_ON_REVIEW";
|
246
253
|
conditional: import(".").JSONSchema;
|
247
254
|
})[] | undefined;
|
255
|
+
secured?: boolean | undefined;
|
248
256
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
249
257
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
250
258
|
hideLabel?: boolean | undefined;
|
@@ -279,6 +287,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
279
287
|
type: "DISPLAY_ON_REVIEW";
|
280
288
|
conditional: import(".").JSONSchema;
|
281
289
|
})[] | undefined;
|
290
|
+
secured?: boolean | undefined;
|
282
291
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
283
292
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
284
293
|
hideLabel?: boolean | undefined;
|
@@ -305,6 +314,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
305
314
|
type: "DISPLAY_ON_REVIEW";
|
306
315
|
conditional: import(".").JSONSchema;
|
307
316
|
})[] | undefined;
|
317
|
+
secured?: boolean | undefined;
|
308
318
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
309
319
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
310
320
|
hideLabel?: boolean | undefined;
|
@@ -339,6 +349,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
339
349
|
type: "DISPLAY_ON_REVIEW";
|
340
350
|
conditional: import(".").JSONSchema;
|
341
351
|
})[] | undefined;
|
352
|
+
secured?: boolean | undefined;
|
342
353
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
343
354
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
344
355
|
hideLabel?: boolean | undefined;
|
@@ -373,6 +384,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
373
384
|
type: "DISPLAY_ON_REVIEW";
|
374
385
|
conditional: import(".").JSONSchema;
|
375
386
|
})[] | undefined;
|
387
|
+
secured?: boolean | undefined;
|
376
388
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
377
389
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
378
390
|
hideLabel?: boolean | undefined;
|
@@ -410,6 +422,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
410
422
|
type: "DISPLAY_ON_REVIEW";
|
411
423
|
conditional: import(".").JSONSchema;
|
412
424
|
})[] | undefined;
|
425
|
+
secured?: boolean | undefined;
|
413
426
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
414
427
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
415
428
|
hideLabel?: boolean | undefined;
|
@@ -440,6 +453,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
440
453
|
type: "DISPLAY_ON_REVIEW";
|
441
454
|
conditional: import(".").JSONSchema;
|
442
455
|
})[] | undefined;
|
456
|
+
secured?: boolean | undefined;
|
457
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
458
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
459
|
+
hideLabel?: boolean | undefined;
|
460
|
+
defaultValue?: string | undefined;
|
461
|
+
} | {
|
462
|
+
type: "NAME";
|
463
|
+
id: string;
|
464
|
+
label: import("./TranslationConfig").TranslationConfig;
|
465
|
+
parent?: {
|
466
|
+
$$field: string;
|
467
|
+
} | undefined;
|
468
|
+
validation?: {
|
469
|
+
message: import("./TranslationConfig").TranslationConfig;
|
470
|
+
validator: import(".").JSONSchema;
|
471
|
+
}[] | undefined;
|
472
|
+
required?: boolean | undefined;
|
473
|
+
conditionals?: ({
|
474
|
+
type: "SHOW";
|
475
|
+
conditional: import(".").JSONSchema;
|
476
|
+
} | {
|
477
|
+
type: "ENABLE";
|
478
|
+
conditional: import(".").JSONSchema;
|
479
|
+
} | {
|
480
|
+
type: "DISPLAY_ON_REVIEW";
|
481
|
+
conditional: import(".").JSONSchema;
|
482
|
+
})[] | undefined;
|
483
|
+
secured?: boolean | undefined;
|
484
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
485
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
486
|
+
hideLabel?: boolean | undefined;
|
487
|
+
defaultValue?: {
|
488
|
+
firstname: string;
|
489
|
+
surname: string;
|
490
|
+
} | undefined;
|
491
|
+
configuration?: {
|
492
|
+
maxLength?: number | undefined;
|
493
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
494
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
495
|
+
includeMiddlename?: boolean | undefined;
|
496
|
+
searchMode?: boolean | undefined;
|
497
|
+
} | undefined;
|
498
|
+
} | {
|
499
|
+
type: "PHONE";
|
500
|
+
id: string;
|
501
|
+
label: import("./TranslationConfig").TranslationConfig;
|
502
|
+
parent?: {
|
503
|
+
$$field: string;
|
504
|
+
} | undefined;
|
505
|
+
validation?: {
|
506
|
+
message: import("./TranslationConfig").TranslationConfig;
|
507
|
+
validator: import(".").JSONSchema;
|
508
|
+
}[] | undefined;
|
509
|
+
required?: boolean | undefined;
|
510
|
+
conditionals?: ({
|
511
|
+
type: "SHOW";
|
512
|
+
conditional: import(".").JSONSchema;
|
513
|
+
} | {
|
514
|
+
type: "ENABLE";
|
515
|
+
conditional: import(".").JSONSchema;
|
516
|
+
} | {
|
517
|
+
type: "DISPLAY_ON_REVIEW";
|
518
|
+
conditional: import(".").JSONSchema;
|
519
|
+
})[] | undefined;
|
520
|
+
secured?: boolean | undefined;
|
521
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
522
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
523
|
+
hideLabel?: boolean | undefined;
|
524
|
+
defaultValue?: string | undefined;
|
525
|
+
} | {
|
526
|
+
type: "ID";
|
527
|
+
id: string;
|
528
|
+
label: import("./TranslationConfig").TranslationConfig;
|
529
|
+
parent?: {
|
530
|
+
$$field: string;
|
531
|
+
} | undefined;
|
532
|
+
validation?: {
|
533
|
+
message: import("./TranslationConfig").TranslationConfig;
|
534
|
+
validator: import(".").JSONSchema;
|
535
|
+
}[] | undefined;
|
536
|
+
required?: boolean | undefined;
|
537
|
+
conditionals?: ({
|
538
|
+
type: "SHOW";
|
539
|
+
conditional: import(".").JSONSchema;
|
540
|
+
} | {
|
541
|
+
type: "ENABLE";
|
542
|
+
conditional: import(".").JSONSchema;
|
543
|
+
} | {
|
544
|
+
type: "DISPLAY_ON_REVIEW";
|
545
|
+
conditional: import(".").JSONSchema;
|
546
|
+
})[] | undefined;
|
547
|
+
secured?: boolean | undefined;
|
443
548
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
444
549
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
445
550
|
hideLabel?: boolean | undefined;
|
@@ -466,6 +571,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
466
571
|
type: "DISPLAY_ON_REVIEW";
|
467
572
|
conditional: import(".").JSONSchema;
|
468
573
|
})[] | undefined;
|
574
|
+
secured?: boolean | undefined;
|
469
575
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
470
576
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
471
577
|
hideLabel?: boolean | undefined;
|
@@ -492,6 +598,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
492
598
|
type: "DISPLAY_ON_REVIEW";
|
493
599
|
conditional: import(".").JSONSchema;
|
494
600
|
})[] | undefined;
|
601
|
+
secured?: boolean | undefined;
|
495
602
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
496
603
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
497
604
|
hideLabel?: boolean | undefined;
|
@@ -524,6 +631,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
524
631
|
type: "DISPLAY_ON_REVIEW";
|
525
632
|
conditional: import(".").JSONSchema;
|
526
633
|
})[] | undefined;
|
634
|
+
secured?: boolean | undefined;
|
527
635
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
528
636
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
529
637
|
hideLabel?: boolean | undefined;
|
@@ -550,6 +658,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
550
658
|
type: "DISPLAY_ON_REVIEW";
|
551
659
|
conditional: import(".").JSONSchema;
|
552
660
|
})[] | undefined;
|
661
|
+
secured?: boolean | undefined;
|
553
662
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
554
663
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
555
664
|
hideLabel?: boolean | undefined;
|
@@ -584,6 +693,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
584
693
|
type: "DISPLAY_ON_REVIEW";
|
585
694
|
conditional: import(".").JSONSchema;
|
586
695
|
})[] | undefined;
|
696
|
+
secured?: boolean | undefined;
|
587
697
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
588
698
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
589
699
|
hideLabel?: boolean | undefined;
|
@@ -615,6 +725,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
615
725
|
type: "DISPLAY_ON_REVIEW";
|
616
726
|
conditional: import(".").JSONSchema;
|
617
727
|
})[] | undefined;
|
728
|
+
secured?: boolean | undefined;
|
618
729
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
619
730
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
620
731
|
hideLabel?: boolean | undefined;
|
@@ -641,6 +752,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
641
752
|
type: "DISPLAY_ON_REVIEW";
|
642
753
|
conditional: import(".").JSONSchema;
|
643
754
|
})[] | undefined;
|
755
|
+
secured?: boolean | undefined;
|
644
756
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
645
757
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
646
758
|
hideLabel?: boolean | undefined;
|
@@ -667,6 +779,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
667
779
|
type: "DISPLAY_ON_REVIEW";
|
668
780
|
conditional: import(".").JSONSchema;
|
669
781
|
})[] | undefined;
|
782
|
+
secured?: boolean | undefined;
|
670
783
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
671
784
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
672
785
|
hideLabel?: boolean | undefined;
|
@@ -730,6 +843,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
730
843
|
type: "DISPLAY_ON_REVIEW";
|
731
844
|
conditional: import(".").JSONSchema;
|
732
845
|
})[] | undefined;
|
846
|
+
secured?: boolean | undefined;
|
733
847
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
734
848
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
735
849
|
hideLabel?: boolean | undefined;
|
@@ -771,6 +885,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
771
885
|
type: "DISPLAY_ON_REVIEW";
|
772
886
|
conditional: import(".").JSONSchema;
|
773
887
|
})[] | undefined;
|
888
|
+
secured?: boolean | undefined;
|
774
889
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
775
890
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
776
891
|
hideLabel?: boolean | undefined;
|
@@ -796,6 +911,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
796
911
|
type: "DISPLAY_ON_REVIEW";
|
797
912
|
conditional: import(".").JSONSchema;
|
798
913
|
})[] | undefined;
|
914
|
+
secured?: boolean | undefined;
|
799
915
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
800
916
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
801
917
|
hideLabel?: boolean | undefined;
|
@@ -828,6 +944,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
828
944
|
type: "DISPLAY_ON_REVIEW";
|
829
945
|
conditional: import(".").JSONSchema;
|
830
946
|
})[] | undefined;
|
947
|
+
secured?: boolean | undefined;
|
831
948
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
832
949
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
833
950
|
hideLabel?: boolean | undefined;
|
@@ -860,6 +977,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
860
977
|
type: "DISPLAY_ON_REVIEW";
|
861
978
|
conditional: import(".").JSONSchema;
|
862
979
|
})[] | undefined;
|
980
|
+
secured?: boolean | undefined;
|
863
981
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
864
982
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
865
983
|
hideLabel?: boolean | undefined;
|
@@ -898,6 +1016,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
898
1016
|
type: "DISPLAY_ON_REVIEW";
|
899
1017
|
conditional: import(".").JSONSchema;
|
900
1018
|
})[] | undefined;
|
1019
|
+
secured?: boolean | undefined;
|
901
1020
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
902
1021
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
903
1022
|
hideLabel?: boolean | undefined;
|
@@ -924,6 +1043,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
924
1043
|
type: "DISPLAY_ON_REVIEW";
|
925
1044
|
conditional: import(".").JSONSchema;
|
926
1045
|
})[] | undefined;
|
1046
|
+
secured?: boolean | undefined;
|
927
1047
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
928
1048
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
929
1049
|
hideLabel?: boolean | undefined;
|
@@ -953,6 +1073,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
953
1073
|
type: "DISPLAY_ON_REVIEW";
|
954
1074
|
conditional: import(".").JSONSchema;
|
955
1075
|
})[] | undefined;
|
1076
|
+
secured?: boolean | undefined;
|
956
1077
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
957
1078
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
958
1079
|
hideLabel?: boolean | undefined;
|
@@ -982,6 +1103,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
982
1103
|
type: "DISPLAY_ON_REVIEW";
|
983
1104
|
conditional: import(".").JSONSchema;
|
984
1105
|
})[] | undefined;
|
1106
|
+
secured?: boolean | undefined;
|
985
1107
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
986
1108
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
987
1109
|
hideLabel?: boolean | undefined;
|
@@ -1016,6 +1138,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1016
1138
|
type: "DISPLAY_ON_REVIEW";
|
1017
1139
|
conditional: import(".").JSONSchema;
|
1018
1140
|
})[] | undefined;
|
1141
|
+
secured?: boolean | undefined;
|
1019
1142
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1020
1143
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1021
1144
|
hideLabel?: boolean | undefined;
|
@@ -1042,6 +1165,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1042
1165
|
type: "DISPLAY_ON_REVIEW";
|
1043
1166
|
conditional: import(".").JSONSchema;
|
1044
1167
|
})[] | undefined;
|
1168
|
+
secured?: boolean | undefined;
|
1045
1169
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1046
1170
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1047
1171
|
hideLabel?: boolean | undefined;
|
@@ -1076,6 +1200,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1076
1200
|
type: "DISPLAY_ON_REVIEW";
|
1077
1201
|
conditional: import(".").JSONSchema;
|
1078
1202
|
})[] | undefined;
|
1203
|
+
secured?: boolean | undefined;
|
1079
1204
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1080
1205
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1081
1206
|
hideLabel?: boolean | undefined;
|
@@ -1110,6 +1235,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1110
1235
|
type: "DISPLAY_ON_REVIEW";
|
1111
1236
|
conditional: import(".").JSONSchema;
|
1112
1237
|
})[] | undefined;
|
1238
|
+
secured?: boolean | undefined;
|
1113
1239
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1114
1240
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1115
1241
|
hideLabel?: boolean | undefined;
|
@@ -1147,6 +1273,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1147
1273
|
type: "DISPLAY_ON_REVIEW";
|
1148
1274
|
conditional: import(".").JSONSchema;
|
1149
1275
|
})[] | undefined;
|
1276
|
+
secured?: boolean | undefined;
|
1150
1277
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1151
1278
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1152
1279
|
hideLabel?: boolean | undefined;
|
@@ -1177,6 +1304,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1177
1304
|
type: "DISPLAY_ON_REVIEW";
|
1178
1305
|
conditional: import(".").JSONSchema;
|
1179
1306
|
})[] | undefined;
|
1307
|
+
secured?: boolean | undefined;
|
1308
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1309
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1310
|
+
hideLabel?: boolean | undefined;
|
1311
|
+
defaultValue?: string | undefined;
|
1312
|
+
} | {
|
1313
|
+
type: "NAME";
|
1314
|
+
id: string;
|
1315
|
+
label: import("./TranslationConfig").TranslationConfig;
|
1316
|
+
parent?: {
|
1317
|
+
$$field: string;
|
1318
|
+
} | undefined;
|
1319
|
+
validation?: {
|
1320
|
+
message: import("./TranslationConfig").TranslationConfig;
|
1321
|
+
validator: import(".").JSONSchema;
|
1322
|
+
}[] | undefined;
|
1323
|
+
required?: boolean | undefined;
|
1324
|
+
conditionals?: ({
|
1325
|
+
type: "SHOW";
|
1326
|
+
conditional: import(".").JSONSchema;
|
1327
|
+
} | {
|
1328
|
+
type: "ENABLE";
|
1329
|
+
conditional: import(".").JSONSchema;
|
1330
|
+
} | {
|
1331
|
+
type: "DISPLAY_ON_REVIEW";
|
1332
|
+
conditional: import(".").JSONSchema;
|
1333
|
+
})[] | undefined;
|
1334
|
+
secured?: boolean | undefined;
|
1335
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1336
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1337
|
+
hideLabel?: boolean | undefined;
|
1338
|
+
defaultValue?: {
|
1339
|
+
firstname: string;
|
1340
|
+
surname: string;
|
1341
|
+
} | undefined;
|
1342
|
+
configuration?: {
|
1343
|
+
maxLength?: number | undefined;
|
1344
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
1345
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
1346
|
+
includeMiddlename?: boolean | undefined;
|
1347
|
+
searchMode?: boolean | undefined;
|
1348
|
+
} | undefined;
|
1349
|
+
} | {
|
1350
|
+
type: "PHONE";
|
1351
|
+
id: string;
|
1352
|
+
label: import("./TranslationConfig").TranslationConfig;
|
1353
|
+
parent?: {
|
1354
|
+
$$field: string;
|
1355
|
+
} | undefined;
|
1356
|
+
validation?: {
|
1357
|
+
message: import("./TranslationConfig").TranslationConfig;
|
1358
|
+
validator: import(".").JSONSchema;
|
1359
|
+
}[] | undefined;
|
1360
|
+
required?: boolean | undefined;
|
1361
|
+
conditionals?: ({
|
1362
|
+
type: "SHOW";
|
1363
|
+
conditional: import(".").JSONSchema;
|
1364
|
+
} | {
|
1365
|
+
type: "ENABLE";
|
1366
|
+
conditional: import(".").JSONSchema;
|
1367
|
+
} | {
|
1368
|
+
type: "DISPLAY_ON_REVIEW";
|
1369
|
+
conditional: import(".").JSONSchema;
|
1370
|
+
})[] | undefined;
|
1371
|
+
secured?: boolean | undefined;
|
1372
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1373
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1374
|
+
hideLabel?: boolean | undefined;
|
1375
|
+
defaultValue?: string | undefined;
|
1376
|
+
} | {
|
1377
|
+
type: "ID";
|
1378
|
+
id: string;
|
1379
|
+
label: import("./TranslationConfig").TranslationConfig;
|
1380
|
+
parent?: {
|
1381
|
+
$$field: string;
|
1382
|
+
} | undefined;
|
1383
|
+
validation?: {
|
1384
|
+
message: import("./TranslationConfig").TranslationConfig;
|
1385
|
+
validator: import(".").JSONSchema;
|
1386
|
+
}[] | undefined;
|
1387
|
+
required?: boolean | undefined;
|
1388
|
+
conditionals?: ({
|
1389
|
+
type: "SHOW";
|
1390
|
+
conditional: import(".").JSONSchema;
|
1391
|
+
} | {
|
1392
|
+
type: "ENABLE";
|
1393
|
+
conditional: import(".").JSONSchema;
|
1394
|
+
} | {
|
1395
|
+
type: "DISPLAY_ON_REVIEW";
|
1396
|
+
conditional: import(".").JSONSchema;
|
1397
|
+
})[] | undefined;
|
1398
|
+
secured?: boolean | undefined;
|
1180
1399
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1181
1400
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1182
1401
|
hideLabel?: boolean | undefined;
|
@@ -1203,6 +1422,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1203
1422
|
type: "DISPLAY_ON_REVIEW";
|
1204
1423
|
conditional: import(".").JSONSchema;
|
1205
1424
|
})[] | undefined;
|
1425
|
+
secured?: boolean | undefined;
|
1206
1426
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1207
1427
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1208
1428
|
hideLabel?: boolean | undefined;
|
@@ -1229,6 +1449,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1229
1449
|
type: "DISPLAY_ON_REVIEW";
|
1230
1450
|
conditional: import(".").JSONSchema;
|
1231
1451
|
})[] | undefined;
|
1452
|
+
secured?: boolean | undefined;
|
1232
1453
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1233
1454
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1234
1455
|
hideLabel?: boolean | undefined;
|
@@ -1261,6 +1482,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1261
1482
|
type: "DISPLAY_ON_REVIEW";
|
1262
1483
|
conditional: import(".").JSONSchema;
|
1263
1484
|
})[] | undefined;
|
1485
|
+
secured?: boolean | undefined;
|
1264
1486
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1265
1487
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1266
1488
|
hideLabel?: boolean | undefined;
|
@@ -1287,6 +1509,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1287
1509
|
type: "DISPLAY_ON_REVIEW";
|
1288
1510
|
conditional: import(".").JSONSchema;
|
1289
1511
|
})[] | undefined;
|
1512
|
+
secured?: boolean | undefined;
|
1290
1513
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1291
1514
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1292
1515
|
hideLabel?: boolean | undefined;
|
@@ -1321,6 +1544,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1321
1544
|
type: "DISPLAY_ON_REVIEW";
|
1322
1545
|
conditional: import(".").JSONSchema;
|
1323
1546
|
})[] | undefined;
|
1547
|
+
secured?: boolean | undefined;
|
1324
1548
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1325
1549
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1326
1550
|
hideLabel?: boolean | undefined;
|
@@ -1352,6 +1576,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1352
1576
|
type: "DISPLAY_ON_REVIEW";
|
1353
1577
|
conditional: import(".").JSONSchema;
|
1354
1578
|
})[] | undefined;
|
1579
|
+
secured?: boolean | undefined;
|
1355
1580
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1356
1581
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1357
1582
|
hideLabel?: boolean | undefined;
|
@@ -1378,6 +1603,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1378
1603
|
type: "DISPLAY_ON_REVIEW";
|
1379
1604
|
conditional: import(".").JSONSchema;
|
1380
1605
|
})[] | undefined;
|
1606
|
+
secured?: boolean | undefined;
|
1381
1607
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1382
1608
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1383
1609
|
hideLabel?: boolean | undefined;
|
@@ -1404,6 +1630,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1404
1630
|
type: "DISPLAY_ON_REVIEW";
|
1405
1631
|
conditional: import(".").JSONSchema;
|
1406
1632
|
})[] | undefined;
|
1633
|
+
secured?: boolean | undefined;
|
1407
1634
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1408
1635
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1409
1636
|
hideLabel?: boolean | undefined;
|
@@ -1467,6 +1694,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1467
1694
|
type: "DISPLAY_ON_REVIEW";
|
1468
1695
|
conditional: import(".").JSONSchema;
|
1469
1696
|
})[] | undefined;
|
1697
|
+
secured?: boolean | undefined;
|
1470
1698
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1471
1699
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1472
1700
|
hideLabel?: boolean | undefined;
|
@@ -1507,6 +1735,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1507
1735
|
type: "DISPLAY_ON_REVIEW";
|
1508
1736
|
conditional: import(".").JSONSchema;
|
1509
1737
|
})[] | undefined;
|
1738
|
+
secured?: boolean | undefined;
|
1510
1739
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1511
1740
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1512
1741
|
hideLabel?: boolean | undefined;
|
@@ -1532,6 +1761,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1532
1761
|
type: "DISPLAY_ON_REVIEW";
|
1533
1762
|
conditional: import(".").JSONSchema;
|
1534
1763
|
})[] | undefined;
|
1764
|
+
secured?: boolean | undefined;
|
1535
1765
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1536
1766
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1537
1767
|
hideLabel?: boolean | undefined;
|
@@ -1564,6 +1794,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1564
1794
|
type: "DISPLAY_ON_REVIEW";
|
1565
1795
|
conditional: import(".").JSONSchema;
|
1566
1796
|
})[] | undefined;
|
1797
|
+
secured?: boolean | undefined;
|
1567
1798
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1568
1799
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1569
1800
|
hideLabel?: boolean | undefined;
|
@@ -1596,6 +1827,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1596
1827
|
type: "DISPLAY_ON_REVIEW";
|
1597
1828
|
conditional: import(".").JSONSchema;
|
1598
1829
|
})[] | undefined;
|
1830
|
+
secured?: boolean | undefined;
|
1599
1831
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1600
1832
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1601
1833
|
hideLabel?: boolean | undefined;
|
@@ -1634,6 +1866,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1634
1866
|
type: "DISPLAY_ON_REVIEW";
|
1635
1867
|
conditional: import(".").JSONSchema;
|
1636
1868
|
})[] | undefined;
|
1869
|
+
secured?: boolean | undefined;
|
1637
1870
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1638
1871
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1639
1872
|
hideLabel?: boolean | undefined;
|
@@ -1660,6 +1893,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1660
1893
|
type: "DISPLAY_ON_REVIEW";
|
1661
1894
|
conditional: import(".").JSONSchema;
|
1662
1895
|
})[] | undefined;
|
1896
|
+
secured?: boolean | undefined;
|
1663
1897
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1664
1898
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1665
1899
|
hideLabel?: boolean | undefined;
|
@@ -1689,6 +1923,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1689
1923
|
type: "DISPLAY_ON_REVIEW";
|
1690
1924
|
conditional: import(".").JSONSchema;
|
1691
1925
|
})[] | undefined;
|
1926
|
+
secured?: boolean | undefined;
|
1692
1927
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1693
1928
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1694
1929
|
hideLabel?: boolean | undefined;
|
@@ -1718,6 +1953,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1718
1953
|
type: "DISPLAY_ON_REVIEW";
|
1719
1954
|
conditional: import(".").JSONSchema;
|
1720
1955
|
})[] | undefined;
|
1956
|
+
secured?: boolean | undefined;
|
1721
1957
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1722
1958
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1723
1959
|
hideLabel?: boolean | undefined;
|
@@ -1752,6 +1988,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1752
1988
|
type: "DISPLAY_ON_REVIEW";
|
1753
1989
|
conditional: import(".").JSONSchema;
|
1754
1990
|
})[] | undefined;
|
1991
|
+
secured?: boolean | undefined;
|
1755
1992
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1756
1993
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1757
1994
|
hideLabel?: boolean | undefined;
|
@@ -1778,6 +2015,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1778
2015
|
type: "DISPLAY_ON_REVIEW";
|
1779
2016
|
conditional: import(".").JSONSchema;
|
1780
2017
|
})[] | undefined;
|
2018
|
+
secured?: boolean | undefined;
|
1781
2019
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1782
2020
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1783
2021
|
hideLabel?: boolean | undefined;
|
@@ -1812,6 +2050,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1812
2050
|
type: "DISPLAY_ON_REVIEW";
|
1813
2051
|
conditional: import(".").JSONSchema;
|
1814
2052
|
})[] | undefined;
|
2053
|
+
secured?: boolean | undefined;
|
1815
2054
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1816
2055
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1817
2056
|
hideLabel?: boolean | undefined;
|
@@ -1846,6 +2085,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1846
2085
|
type: "DISPLAY_ON_REVIEW";
|
1847
2086
|
conditional: import(".").JSONSchema;
|
1848
2087
|
})[] | undefined;
|
2088
|
+
secured?: boolean | undefined;
|
1849
2089
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1850
2090
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1851
2091
|
hideLabel?: boolean | undefined;
|
@@ -1883,6 +2123,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1883
2123
|
type: "DISPLAY_ON_REVIEW";
|
1884
2124
|
conditional: import(".").JSONSchema;
|
1885
2125
|
})[] | undefined;
|
2126
|
+
secured?: boolean | undefined;
|
1886
2127
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1887
2128
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1888
2129
|
hideLabel?: boolean | undefined;
|
@@ -1913,6 +2154,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1913
2154
|
type: "DISPLAY_ON_REVIEW";
|
1914
2155
|
conditional: import(".").JSONSchema;
|
1915
2156
|
})[] | undefined;
|
2157
|
+
secured?: boolean | undefined;
|
2158
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2159
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2160
|
+
hideLabel?: boolean | undefined;
|
2161
|
+
defaultValue?: string | undefined;
|
2162
|
+
} | {
|
2163
|
+
type: "NAME";
|
2164
|
+
id: string;
|
2165
|
+
label: import("./TranslationConfig").TranslationConfig;
|
2166
|
+
parent?: {
|
2167
|
+
$$field: string;
|
2168
|
+
} | undefined;
|
2169
|
+
validation?: {
|
2170
|
+
message: import("./TranslationConfig").TranslationConfig;
|
2171
|
+
validator: import(".").JSONSchema;
|
2172
|
+
}[] | undefined;
|
2173
|
+
required?: boolean | undefined;
|
2174
|
+
conditionals?: ({
|
2175
|
+
type: "SHOW";
|
2176
|
+
conditional: import(".").JSONSchema;
|
2177
|
+
} | {
|
2178
|
+
type: "ENABLE";
|
2179
|
+
conditional: import(".").JSONSchema;
|
2180
|
+
} | {
|
2181
|
+
type: "DISPLAY_ON_REVIEW";
|
2182
|
+
conditional: import(".").JSONSchema;
|
2183
|
+
})[] | undefined;
|
2184
|
+
secured?: boolean | undefined;
|
2185
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2186
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2187
|
+
hideLabel?: boolean | undefined;
|
2188
|
+
defaultValue?: {
|
2189
|
+
firstname: string;
|
2190
|
+
surname: string;
|
2191
|
+
} | undefined;
|
2192
|
+
configuration?: {
|
2193
|
+
maxLength?: number | undefined;
|
2194
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
2195
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
2196
|
+
includeMiddlename?: boolean | undefined;
|
2197
|
+
searchMode?: boolean | undefined;
|
2198
|
+
} | undefined;
|
2199
|
+
} | {
|
2200
|
+
type: "PHONE";
|
2201
|
+
id: string;
|
2202
|
+
label: import("./TranslationConfig").TranslationConfig;
|
2203
|
+
parent?: {
|
2204
|
+
$$field: string;
|
2205
|
+
} | undefined;
|
2206
|
+
validation?: {
|
2207
|
+
message: import("./TranslationConfig").TranslationConfig;
|
2208
|
+
validator: import(".").JSONSchema;
|
2209
|
+
}[] | undefined;
|
2210
|
+
required?: boolean | undefined;
|
2211
|
+
conditionals?: ({
|
2212
|
+
type: "SHOW";
|
2213
|
+
conditional: import(".").JSONSchema;
|
2214
|
+
} | {
|
2215
|
+
type: "ENABLE";
|
2216
|
+
conditional: import(".").JSONSchema;
|
2217
|
+
} | {
|
2218
|
+
type: "DISPLAY_ON_REVIEW";
|
2219
|
+
conditional: import(".").JSONSchema;
|
2220
|
+
})[] | undefined;
|
2221
|
+
secured?: boolean | undefined;
|
2222
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2223
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2224
|
+
hideLabel?: boolean | undefined;
|
2225
|
+
defaultValue?: string | undefined;
|
2226
|
+
} | {
|
2227
|
+
type: "ID";
|
2228
|
+
id: string;
|
2229
|
+
label: import("./TranslationConfig").TranslationConfig;
|
2230
|
+
parent?: {
|
2231
|
+
$$field: string;
|
2232
|
+
} | undefined;
|
2233
|
+
validation?: {
|
2234
|
+
message: import("./TranslationConfig").TranslationConfig;
|
2235
|
+
validator: import(".").JSONSchema;
|
2236
|
+
}[] | undefined;
|
2237
|
+
required?: boolean | undefined;
|
2238
|
+
conditionals?: ({
|
2239
|
+
type: "SHOW";
|
2240
|
+
conditional: import(".").JSONSchema;
|
2241
|
+
} | {
|
2242
|
+
type: "ENABLE";
|
2243
|
+
conditional: import(".").JSONSchema;
|
2244
|
+
} | {
|
2245
|
+
type: "DISPLAY_ON_REVIEW";
|
2246
|
+
conditional: import(".").JSONSchema;
|
2247
|
+
})[] | undefined;
|
2248
|
+
secured?: boolean | undefined;
|
1916
2249
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1917
2250
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1918
2251
|
hideLabel?: boolean | undefined;
|
@@ -1939,6 +2272,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1939
2272
|
type: "DISPLAY_ON_REVIEW";
|
1940
2273
|
conditional: import(".").JSONSchema;
|
1941
2274
|
})[] | undefined;
|
2275
|
+
secured?: boolean | undefined;
|
1942
2276
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1943
2277
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1944
2278
|
hideLabel?: boolean | undefined;
|
@@ -1965,6 +2299,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1965
2299
|
type: "DISPLAY_ON_REVIEW";
|
1966
2300
|
conditional: import(".").JSONSchema;
|
1967
2301
|
})[] | undefined;
|
2302
|
+
secured?: boolean | undefined;
|
1968
2303
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1969
2304
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1970
2305
|
hideLabel?: boolean | undefined;
|
@@ -1997,6 +2332,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1997
2332
|
type: "DISPLAY_ON_REVIEW";
|
1998
2333
|
conditional: import(".").JSONSchema;
|
1999
2334
|
})[] | undefined;
|
2335
|
+
secured?: boolean | undefined;
|
2000
2336
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2001
2337
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2002
2338
|
hideLabel?: boolean | undefined;
|
@@ -2023,6 +2359,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2023
2359
|
type: "DISPLAY_ON_REVIEW";
|
2024
2360
|
conditional: import(".").JSONSchema;
|
2025
2361
|
})[] | undefined;
|
2362
|
+
secured?: boolean | undefined;
|
2026
2363
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2027
2364
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2028
2365
|
hideLabel?: boolean | undefined;
|
@@ -2057,6 +2394,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2057
2394
|
type: "DISPLAY_ON_REVIEW";
|
2058
2395
|
conditional: import(".").JSONSchema;
|
2059
2396
|
})[] | undefined;
|
2397
|
+
secured?: boolean | undefined;
|
2060
2398
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2061
2399
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2062
2400
|
hideLabel?: boolean | undefined;
|
@@ -2088,6 +2426,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2088
2426
|
type: "DISPLAY_ON_REVIEW";
|
2089
2427
|
conditional: import(".").JSONSchema;
|
2090
2428
|
})[] | undefined;
|
2429
|
+
secured?: boolean | undefined;
|
2091
2430
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2092
2431
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2093
2432
|
hideLabel?: boolean | undefined;
|
@@ -2114,6 +2453,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2114
2453
|
type: "DISPLAY_ON_REVIEW";
|
2115
2454
|
conditional: import(".").JSONSchema;
|
2116
2455
|
})[] | undefined;
|
2456
|
+
secured?: boolean | undefined;
|
2117
2457
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2118
2458
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2119
2459
|
hideLabel?: boolean | undefined;
|
@@ -2140,6 +2480,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2140
2480
|
type: "DISPLAY_ON_REVIEW";
|
2141
2481
|
conditional: import(".").JSONSchema;
|
2142
2482
|
})[] | undefined;
|
2483
|
+
secured?: boolean | undefined;
|
2143
2484
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2144
2485
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2145
2486
|
hideLabel?: boolean | undefined;
|
@@ -2203,6 +2544,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2203
2544
|
type: "DISPLAY_ON_REVIEW";
|
2204
2545
|
conditional: import(".").JSONSchema;
|
2205
2546
|
})[] | undefined;
|
2547
|
+
secured?: boolean | undefined;
|
2206
2548
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2207
2549
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2208
2550
|
hideLabel?: boolean | undefined;
|
@@ -2243,6 +2585,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2243
2585
|
type: "DISPLAY_ON_REVIEW";
|
2244
2586
|
conditional: import(".").JSONSchema;
|
2245
2587
|
})[] | undefined;
|
2588
|
+
secured?: boolean | undefined;
|
2246
2589
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2247
2590
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2248
2591
|
hideLabel?: boolean | undefined;
|
@@ -2268,6 +2611,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2268
2611
|
type: "DISPLAY_ON_REVIEW";
|
2269
2612
|
conditional: import(".").JSONSchema;
|
2270
2613
|
})[] | undefined;
|
2614
|
+
secured?: boolean | undefined;
|
2271
2615
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2272
2616
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2273
2617
|
hideLabel?: boolean | undefined;
|
@@ -2300,6 +2644,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2300
2644
|
type: "DISPLAY_ON_REVIEW";
|
2301
2645
|
conditional: import(".").JSONSchema;
|
2302
2646
|
})[] | undefined;
|
2647
|
+
secured?: boolean | undefined;
|
2303
2648
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2304
2649
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2305
2650
|
hideLabel?: boolean | undefined;
|
@@ -2332,6 +2677,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2332
2677
|
type: "DISPLAY_ON_REVIEW";
|
2333
2678
|
conditional: import(".").JSONSchema;
|
2334
2679
|
})[] | undefined;
|
2680
|
+
secured?: boolean | undefined;
|
2335
2681
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2336
2682
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2337
2683
|
hideLabel?: boolean | undefined;
|
@@ -2370,6 +2716,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2370
2716
|
type: "DISPLAY_ON_REVIEW";
|
2371
2717
|
conditional: import(".").JSONSchema;
|
2372
2718
|
})[] | undefined;
|
2719
|
+
secured?: boolean | undefined;
|
2373
2720
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2374
2721
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2375
2722
|
hideLabel?: boolean | undefined;
|
@@ -2396,6 +2743,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2396
2743
|
type: "DISPLAY_ON_REVIEW";
|
2397
2744
|
conditional: import(".").JSONSchema;
|
2398
2745
|
})[] | undefined;
|
2746
|
+
secured?: boolean | undefined;
|
2399
2747
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2400
2748
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2401
2749
|
hideLabel?: boolean | undefined;
|
@@ -2425,6 +2773,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2425
2773
|
type: "DISPLAY_ON_REVIEW";
|
2426
2774
|
conditional: import(".").JSONSchema;
|
2427
2775
|
})[] | undefined;
|
2776
|
+
secured?: boolean | undefined;
|
2428
2777
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2429
2778
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2430
2779
|
hideLabel?: boolean | undefined;
|
@@ -2454,6 +2803,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2454
2803
|
type: "DISPLAY_ON_REVIEW";
|
2455
2804
|
conditional: import(".").JSONSchema;
|
2456
2805
|
})[] | undefined;
|
2806
|
+
secured?: boolean | undefined;
|
2457
2807
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2458
2808
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2459
2809
|
hideLabel?: boolean | undefined;
|
@@ -2488,6 +2838,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2488
2838
|
type: "DISPLAY_ON_REVIEW";
|
2489
2839
|
conditional: import(".").JSONSchema;
|
2490
2840
|
})[] | undefined;
|
2841
|
+
secured?: boolean | undefined;
|
2491
2842
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2492
2843
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2493
2844
|
hideLabel?: boolean | undefined;
|
@@ -2514,6 +2865,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2514
2865
|
type: "DISPLAY_ON_REVIEW";
|
2515
2866
|
conditional: import(".").JSONSchema;
|
2516
2867
|
})[] | undefined;
|
2868
|
+
secured?: boolean | undefined;
|
2517
2869
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2518
2870
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2519
2871
|
hideLabel?: boolean | undefined;
|
@@ -2548,6 +2900,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2548
2900
|
type: "DISPLAY_ON_REVIEW";
|
2549
2901
|
conditional: import(".").JSONSchema;
|
2550
2902
|
})[] | undefined;
|
2903
|
+
secured?: boolean | undefined;
|
2551
2904
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2552
2905
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2553
2906
|
hideLabel?: boolean | undefined;
|
@@ -2582,6 +2935,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2582
2935
|
type: "DISPLAY_ON_REVIEW";
|
2583
2936
|
conditional: import(".").JSONSchema;
|
2584
2937
|
})[] | undefined;
|
2938
|
+
secured?: boolean | undefined;
|
2585
2939
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2586
2940
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2587
2941
|
hideLabel?: boolean | undefined;
|
@@ -2619,6 +2973,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2619
2973
|
type: "DISPLAY_ON_REVIEW";
|
2620
2974
|
conditional: import(".").JSONSchema;
|
2621
2975
|
})[] | undefined;
|
2976
|
+
secured?: boolean | undefined;
|
2622
2977
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2623
2978
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2624
2979
|
hideLabel?: boolean | undefined;
|
@@ -2649,12 +3004,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2649
3004
|
type: "DISPLAY_ON_REVIEW";
|
2650
3005
|
conditional: import(".").JSONSchema;
|
2651
3006
|
})[] | undefined;
|
3007
|
+
secured?: boolean | undefined;
|
2652
3008
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2653
3009
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2654
3010
|
hideLabel?: boolean | undefined;
|
2655
3011
|
defaultValue?: string | undefined;
|
2656
3012
|
} | {
|
2657
|
-
type: "
|
3013
|
+
type: "NAME";
|
2658
3014
|
id: string;
|
2659
3015
|
label: import("./TranslationConfig").TranslationConfig;
|
2660
3016
|
parent?: {
|
@@ -2675,12 +3031,23 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2675
3031
|
type: "DISPLAY_ON_REVIEW";
|
2676
3032
|
conditional: import(".").JSONSchema;
|
2677
3033
|
})[] | undefined;
|
3034
|
+
secured?: boolean | undefined;
|
2678
3035
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2679
3036
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2680
3037
|
hideLabel?: boolean | undefined;
|
2681
|
-
defaultValue?:
|
3038
|
+
defaultValue?: {
|
3039
|
+
firstname: string;
|
3040
|
+
surname: string;
|
3041
|
+
} | undefined;
|
3042
|
+
configuration?: {
|
3043
|
+
maxLength?: number | undefined;
|
3044
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3045
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3046
|
+
includeMiddlename?: boolean | undefined;
|
3047
|
+
searchMode?: boolean | undefined;
|
3048
|
+
} | undefined;
|
2682
3049
|
} | {
|
2683
|
-
type: "
|
3050
|
+
type: "PHONE";
|
2684
3051
|
id: string;
|
2685
3052
|
label: import("./TranslationConfig").TranslationConfig;
|
2686
3053
|
parent?: {
|
@@ -2701,16 +3068,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2701
3068
|
type: "DISPLAY_ON_REVIEW";
|
2702
3069
|
conditional: import(".").JSONSchema;
|
2703
3070
|
})[] | undefined;
|
3071
|
+
secured?: boolean | undefined;
|
2704
3072
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2705
3073
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2706
3074
|
hideLabel?: boolean | undefined;
|
2707
3075
|
defaultValue?: string | undefined;
|
2708
3076
|
} | {
|
2709
|
-
type: "
|
3077
|
+
type: "ID";
|
2710
3078
|
id: string;
|
2711
3079
|
label: import("./TranslationConfig").TranslationConfig;
|
2712
|
-
|
2713
|
-
|
3080
|
+
parent?: {
|
3081
|
+
$$field: string;
|
3082
|
+
} | undefined;
|
3083
|
+
validation?: {
|
3084
|
+
message: import("./TranslationConfig").TranslationConfig;
|
3085
|
+
validator: import(".").JSONSchema;
|
3086
|
+
}[] | undefined;
|
3087
|
+
required?: boolean | undefined;
|
3088
|
+
conditionals?: ({
|
3089
|
+
type: "SHOW";
|
3090
|
+
conditional: import(".").JSONSchema;
|
3091
|
+
} | {
|
3092
|
+
type: "ENABLE";
|
3093
|
+
conditional: import(".").JSONSchema;
|
3094
|
+
} | {
|
3095
|
+
type: "DISPLAY_ON_REVIEW";
|
3096
|
+
conditional: import(".").JSONSchema;
|
3097
|
+
})[] | undefined;
|
3098
|
+
secured?: boolean | undefined;
|
3099
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3100
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3101
|
+
hideLabel?: boolean | undefined;
|
3102
|
+
defaultValue?: string | undefined;
|
3103
|
+
} | {
|
3104
|
+
type: "CHECKBOX";
|
3105
|
+
id: string;
|
3106
|
+
label: import("./TranslationConfig").TranslationConfig;
|
3107
|
+
parent?: {
|
3108
|
+
$$field: string;
|
3109
|
+
} | undefined;
|
3110
|
+
validation?: {
|
3111
|
+
message: import("./TranslationConfig").TranslationConfig;
|
3112
|
+
validator: import(".").JSONSchema;
|
3113
|
+
}[] | undefined;
|
3114
|
+
required?: boolean | undefined;
|
3115
|
+
conditionals?: ({
|
3116
|
+
type: "SHOW";
|
3117
|
+
conditional: import(".").JSONSchema;
|
3118
|
+
} | {
|
3119
|
+
type: "ENABLE";
|
3120
|
+
conditional: import(".").JSONSchema;
|
3121
|
+
} | {
|
3122
|
+
type: "DISPLAY_ON_REVIEW";
|
3123
|
+
conditional: import(".").JSONSchema;
|
3124
|
+
})[] | undefined;
|
3125
|
+
secured?: boolean | undefined;
|
3126
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3127
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3128
|
+
hideLabel?: boolean | undefined;
|
3129
|
+
defaultValue?: boolean | undefined;
|
3130
|
+
} | {
|
3131
|
+
type: "COUNTRY";
|
3132
|
+
id: string;
|
3133
|
+
label: import("./TranslationConfig").TranslationConfig;
|
3134
|
+
parent?: {
|
3135
|
+
$$field: string;
|
3136
|
+
} | undefined;
|
3137
|
+
validation?: {
|
3138
|
+
message: import("./TranslationConfig").TranslationConfig;
|
3139
|
+
validator: import(".").JSONSchema;
|
3140
|
+
}[] | undefined;
|
3141
|
+
required?: boolean | undefined;
|
3142
|
+
conditionals?: ({
|
3143
|
+
type: "SHOW";
|
3144
|
+
conditional: import(".").JSONSchema;
|
3145
|
+
} | {
|
3146
|
+
type: "ENABLE";
|
3147
|
+
conditional: import(".").JSONSchema;
|
3148
|
+
} | {
|
3149
|
+
type: "DISPLAY_ON_REVIEW";
|
3150
|
+
conditional: import(".").JSONSchema;
|
3151
|
+
})[] | undefined;
|
3152
|
+
secured?: boolean | undefined;
|
3153
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3154
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3155
|
+
hideLabel?: boolean | undefined;
|
3156
|
+
defaultValue?: string | undefined;
|
3157
|
+
} | {
|
3158
|
+
type: "ADMINISTRATIVE_AREA";
|
3159
|
+
id: string;
|
3160
|
+
label: import("./TranslationConfig").TranslationConfig;
|
3161
|
+
configuration: {
|
3162
|
+
type: "ADMIN_STRUCTURE" | "HEALTH_FACILITY" | "CRVS_OFFICE";
|
2714
3163
|
partOf?: {
|
2715
3164
|
$declaration: string;
|
2716
3165
|
} | undefined;
|
@@ -2733,6 +3182,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2733
3182
|
type: "DISPLAY_ON_REVIEW";
|
2734
3183
|
conditional: import(".").JSONSchema;
|
2735
3184
|
})[] | undefined;
|
3185
|
+
secured?: boolean | undefined;
|
2736
3186
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2737
3187
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2738
3188
|
hideLabel?: boolean | undefined;
|
@@ -2759,6 +3209,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2759
3209
|
type: "DISPLAY_ON_REVIEW";
|
2760
3210
|
conditional: import(".").JSONSchema;
|
2761
3211
|
})[] | undefined;
|
3212
|
+
secured?: boolean | undefined;
|
2762
3213
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2763
3214
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2764
3215
|
hideLabel?: boolean | undefined;
|
@@ -2793,6 +3244,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2793
3244
|
type: "DISPLAY_ON_REVIEW";
|
2794
3245
|
conditional: import(".").JSONSchema;
|
2795
3246
|
})[] | undefined;
|
3247
|
+
secured?: boolean | undefined;
|
2796
3248
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2797
3249
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2798
3250
|
hideLabel?: boolean | undefined;
|
@@ -2824,6 +3276,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2824
3276
|
type: "DISPLAY_ON_REVIEW";
|
2825
3277
|
conditional: import(".").JSONSchema;
|
2826
3278
|
})[] | undefined;
|
3279
|
+
secured?: boolean | undefined;
|
2827
3280
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2828
3281
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2829
3282
|
hideLabel?: boolean | undefined;
|
@@ -2850,6 +3303,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2850
3303
|
type: "DISPLAY_ON_REVIEW";
|
2851
3304
|
conditional: import(".").JSONSchema;
|
2852
3305
|
})[] | undefined;
|
3306
|
+
secured?: boolean | undefined;
|
2853
3307
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2854
3308
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2855
3309
|
hideLabel?: boolean | undefined;
|
@@ -2876,6 +3330,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2876
3330
|
type: "DISPLAY_ON_REVIEW";
|
2877
3331
|
conditional: import(".").JSONSchema;
|
2878
3332
|
})[] | undefined;
|
3333
|
+
secured?: boolean | undefined;
|
2879
3334
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2880
3335
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2881
3336
|
hideLabel?: boolean | undefined;
|
@@ -2939,6 +3394,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2939
3394
|
type: "DISPLAY_ON_REVIEW";
|
2940
3395
|
conditional: import(".").JSONSchema;
|
2941
3396
|
})[] | undefined;
|
3397
|
+
secured?: boolean | undefined;
|
2942
3398
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2943
3399
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2944
3400
|
hideLabel?: boolean | undefined;
|
@@ -2979,6 +3435,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2979
3435
|
type: "DISPLAY_ON_REVIEW";
|
2980
3436
|
conditional: import(".").JSONSchema;
|
2981
3437
|
})[] | undefined;
|
3438
|
+
secured?: boolean | undefined;
|
2982
3439
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2983
3440
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2984
3441
|
hideLabel?: boolean | undefined;
|
@@ -3004,6 +3461,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3004
3461
|
type: "DISPLAY_ON_REVIEW";
|
3005
3462
|
conditional: import(".").JSONSchema;
|
3006
3463
|
})[] | undefined;
|
3464
|
+
secured?: boolean | undefined;
|
3007
3465
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3008
3466
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3009
3467
|
hideLabel?: boolean | undefined;
|
@@ -3036,6 +3494,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3036
3494
|
type: "DISPLAY_ON_REVIEW";
|
3037
3495
|
conditional: import(".").JSONSchema;
|
3038
3496
|
})[] | undefined;
|
3497
|
+
secured?: boolean | undefined;
|
3039
3498
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3040
3499
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3041
3500
|
hideLabel?: boolean | undefined;
|
@@ -3068,6 +3527,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3068
3527
|
type: "DISPLAY_ON_REVIEW";
|
3069
3528
|
conditional: import(".").JSONSchema;
|
3070
3529
|
})[] | undefined;
|
3530
|
+
secured?: boolean | undefined;
|
3071
3531
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3072
3532
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3073
3533
|
hideLabel?: boolean | undefined;
|
@@ -3106,6 +3566,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3106
3566
|
type: "DISPLAY_ON_REVIEW";
|
3107
3567
|
conditional: import(".").JSONSchema;
|
3108
3568
|
})[] | undefined;
|
3569
|
+
secured?: boolean | undefined;
|
3109
3570
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3110
3571
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3111
3572
|
hideLabel?: boolean | undefined;
|
@@ -3132,6 +3593,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3132
3593
|
type: "DISPLAY_ON_REVIEW";
|
3133
3594
|
conditional: import(".").JSONSchema;
|
3134
3595
|
})[] | undefined;
|
3596
|
+
secured?: boolean | undefined;
|
3135
3597
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3136
3598
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3137
3599
|
hideLabel?: boolean | undefined;
|
@@ -3161,6 +3623,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3161
3623
|
type: "DISPLAY_ON_REVIEW";
|
3162
3624
|
conditional: import(".").JSONSchema;
|
3163
3625
|
})[] | undefined;
|
3626
|
+
secured?: boolean | undefined;
|
3164
3627
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3165
3628
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3166
3629
|
hideLabel?: boolean | undefined;
|
@@ -3190,6 +3653,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3190
3653
|
type: "DISPLAY_ON_REVIEW";
|
3191
3654
|
conditional: import(".").JSONSchema;
|
3192
3655
|
})[] | undefined;
|
3656
|
+
secured?: boolean | undefined;
|
3193
3657
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3194
3658
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3195
3659
|
hideLabel?: boolean | undefined;
|
@@ -3224,6 +3688,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3224
3688
|
type: "DISPLAY_ON_REVIEW";
|
3225
3689
|
conditional: import(".").JSONSchema;
|
3226
3690
|
})[] | undefined;
|
3691
|
+
secured?: boolean | undefined;
|
3227
3692
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3228
3693
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3229
3694
|
hideLabel?: boolean | undefined;
|
@@ -3250,6 +3715,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3250
3715
|
type: "DISPLAY_ON_REVIEW";
|
3251
3716
|
conditional: import(".").JSONSchema;
|
3252
3717
|
})[] | undefined;
|
3718
|
+
secured?: boolean | undefined;
|
3253
3719
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3254
3720
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3255
3721
|
hideLabel?: boolean | undefined;
|
@@ -3284,6 +3750,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3284
3750
|
type: "DISPLAY_ON_REVIEW";
|
3285
3751
|
conditional: import(".").JSONSchema;
|
3286
3752
|
})[] | undefined;
|
3753
|
+
secured?: boolean | undefined;
|
3287
3754
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3288
3755
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3289
3756
|
hideLabel?: boolean | undefined;
|
@@ -3318,6 +3785,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3318
3785
|
type: "DISPLAY_ON_REVIEW";
|
3319
3786
|
conditional: import(".").JSONSchema;
|
3320
3787
|
})[] | undefined;
|
3788
|
+
secured?: boolean | undefined;
|
3321
3789
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3322
3790
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3323
3791
|
hideLabel?: boolean | undefined;
|
@@ -3355,6 +3823,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3355
3823
|
type: "DISPLAY_ON_REVIEW";
|
3356
3824
|
conditional: import(".").JSONSchema;
|
3357
3825
|
})[] | undefined;
|
3826
|
+
secured?: boolean | undefined;
|
3358
3827
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3359
3828
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3360
3829
|
hideLabel?: boolean | undefined;
|
@@ -3385,6 +3854,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3385
3854
|
type: "DISPLAY_ON_REVIEW";
|
3386
3855
|
conditional: import(".").JSONSchema;
|
3387
3856
|
})[] | undefined;
|
3857
|
+
secured?: boolean | undefined;
|
3858
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3859
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3860
|
+
hideLabel?: boolean | undefined;
|
3861
|
+
defaultValue?: string | undefined;
|
3862
|
+
} | {
|
3863
|
+
type: "NAME";
|
3864
|
+
id: string;
|
3865
|
+
label: import("./TranslationConfig").TranslationConfig;
|
3866
|
+
parent?: {
|
3867
|
+
$$field: string;
|
3868
|
+
} | undefined;
|
3869
|
+
validation?: {
|
3870
|
+
message: import("./TranslationConfig").TranslationConfig;
|
3871
|
+
validator: import(".").JSONSchema;
|
3872
|
+
}[] | undefined;
|
3873
|
+
required?: boolean | undefined;
|
3874
|
+
conditionals?: ({
|
3875
|
+
type: "SHOW";
|
3876
|
+
conditional: import(".").JSONSchema;
|
3877
|
+
} | {
|
3878
|
+
type: "ENABLE";
|
3879
|
+
conditional: import(".").JSONSchema;
|
3880
|
+
} | {
|
3881
|
+
type: "DISPLAY_ON_REVIEW";
|
3882
|
+
conditional: import(".").JSONSchema;
|
3883
|
+
})[] | undefined;
|
3884
|
+
secured?: boolean | undefined;
|
3885
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3886
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3887
|
+
hideLabel?: boolean | undefined;
|
3888
|
+
defaultValue?: {
|
3889
|
+
firstname: string;
|
3890
|
+
surname: string;
|
3891
|
+
} | undefined;
|
3892
|
+
configuration?: {
|
3893
|
+
maxLength?: number | undefined;
|
3894
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3895
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3896
|
+
includeMiddlename?: boolean | undefined;
|
3897
|
+
searchMode?: boolean | undefined;
|
3898
|
+
} | undefined;
|
3899
|
+
} | {
|
3900
|
+
type: "PHONE";
|
3901
|
+
id: string;
|
3902
|
+
label: import("./TranslationConfig").TranslationConfig;
|
3903
|
+
parent?: {
|
3904
|
+
$$field: string;
|
3905
|
+
} | undefined;
|
3906
|
+
validation?: {
|
3907
|
+
message: import("./TranslationConfig").TranslationConfig;
|
3908
|
+
validator: import(".").JSONSchema;
|
3909
|
+
}[] | undefined;
|
3910
|
+
required?: boolean | undefined;
|
3911
|
+
conditionals?: ({
|
3912
|
+
type: "SHOW";
|
3913
|
+
conditional: import(".").JSONSchema;
|
3914
|
+
} | {
|
3915
|
+
type: "ENABLE";
|
3916
|
+
conditional: import(".").JSONSchema;
|
3917
|
+
} | {
|
3918
|
+
type: "DISPLAY_ON_REVIEW";
|
3919
|
+
conditional: import(".").JSONSchema;
|
3920
|
+
})[] | undefined;
|
3921
|
+
secured?: boolean | undefined;
|
3922
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3923
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3924
|
+
hideLabel?: boolean | undefined;
|
3925
|
+
defaultValue?: string | undefined;
|
3926
|
+
} | {
|
3927
|
+
type: "ID";
|
3928
|
+
id: string;
|
3929
|
+
label: import("./TranslationConfig").TranslationConfig;
|
3930
|
+
parent?: {
|
3931
|
+
$$field: string;
|
3932
|
+
} | undefined;
|
3933
|
+
validation?: {
|
3934
|
+
message: import("./TranslationConfig").TranslationConfig;
|
3935
|
+
validator: import(".").JSONSchema;
|
3936
|
+
}[] | undefined;
|
3937
|
+
required?: boolean | undefined;
|
3938
|
+
conditionals?: ({
|
3939
|
+
type: "SHOW";
|
3940
|
+
conditional: import(".").JSONSchema;
|
3941
|
+
} | {
|
3942
|
+
type: "ENABLE";
|
3943
|
+
conditional: import(".").JSONSchema;
|
3944
|
+
} | {
|
3945
|
+
type: "DISPLAY_ON_REVIEW";
|
3946
|
+
conditional: import(".").JSONSchema;
|
3947
|
+
})[] | undefined;
|
3948
|
+
secured?: boolean | undefined;
|
3388
3949
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3389
3950
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3390
3951
|
hideLabel?: boolean | undefined;
|
@@ -3411,6 +3972,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3411
3972
|
type: "DISPLAY_ON_REVIEW";
|
3412
3973
|
conditional: import(".").JSONSchema;
|
3413
3974
|
})[] | undefined;
|
3975
|
+
secured?: boolean | undefined;
|
3414
3976
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3415
3977
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3416
3978
|
hideLabel?: boolean | undefined;
|
@@ -3437,6 +3999,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3437
3999
|
type: "DISPLAY_ON_REVIEW";
|
3438
4000
|
conditional: import(".").JSONSchema;
|
3439
4001
|
})[] | undefined;
|
4002
|
+
secured?: boolean | undefined;
|
3440
4003
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3441
4004
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3442
4005
|
hideLabel?: boolean | undefined;
|
@@ -3469,6 +4032,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3469
4032
|
type: "DISPLAY_ON_REVIEW";
|
3470
4033
|
conditional: import(".").JSONSchema;
|
3471
4034
|
})[] | undefined;
|
4035
|
+
secured?: boolean | undefined;
|
3472
4036
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3473
4037
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3474
4038
|
hideLabel?: boolean | undefined;
|
@@ -3495,6 +4059,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3495
4059
|
type: "DISPLAY_ON_REVIEW";
|
3496
4060
|
conditional: import(".").JSONSchema;
|
3497
4061
|
})[] | undefined;
|
4062
|
+
secured?: boolean | undefined;
|
3498
4063
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3499
4064
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3500
4065
|
hideLabel?: boolean | undefined;
|
@@ -3529,6 +4094,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3529
4094
|
type: "DISPLAY_ON_REVIEW";
|
3530
4095
|
conditional: import(".").JSONSchema;
|
3531
4096
|
})[] | undefined;
|
4097
|
+
secured?: boolean | undefined;
|
3532
4098
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3533
4099
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3534
4100
|
hideLabel?: boolean | undefined;
|
@@ -3560,6 +4126,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3560
4126
|
type: "DISPLAY_ON_REVIEW";
|
3561
4127
|
conditional: import(".").JSONSchema;
|
3562
4128
|
})[] | undefined;
|
4129
|
+
secured?: boolean | undefined;
|
3563
4130
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3564
4131
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3565
4132
|
hideLabel?: boolean | undefined;
|
@@ -3586,6 +4153,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3586
4153
|
type: "DISPLAY_ON_REVIEW";
|
3587
4154
|
conditional: import(".").JSONSchema;
|
3588
4155
|
})[] | undefined;
|
4156
|
+
secured?: boolean | undefined;
|
3589
4157
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3590
4158
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3591
4159
|
hideLabel?: boolean | undefined;
|
@@ -3612,6 +4180,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3612
4180
|
type: "DISPLAY_ON_REVIEW";
|
3613
4181
|
conditional: import(".").JSONSchema;
|
3614
4182
|
})[] | undefined;
|
4183
|
+
secured?: boolean | undefined;
|
3615
4184
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3616
4185
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3617
4186
|
hideLabel?: boolean | undefined;
|
@@ -3675,6 +4244,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3675
4244
|
type: "DISPLAY_ON_REVIEW";
|
3676
4245
|
conditional: import(".").JSONSchema;
|
3677
4246
|
})[] | undefined;
|
4247
|
+
secured?: boolean | undefined;
|
3678
4248
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3679
4249
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3680
4250
|
hideLabel?: boolean | undefined;
|
@@ -3763,6 +4333,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3763
4333
|
type: "DISPLAY_ON_REVIEW";
|
3764
4334
|
conditional: import(".").JSONSchema;
|
3765
4335
|
})[] | undefined;
|
4336
|
+
secured?: boolean | undefined;
|
3766
4337
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3767
4338
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3768
4339
|
hideLabel?: boolean | undefined;
|
@@ -3788,6 +4359,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3788
4359
|
type: "DISPLAY_ON_REVIEW";
|
3789
4360
|
conditional: import(".").JSONSchema;
|
3790
4361
|
})[] | undefined;
|
4362
|
+
secured?: boolean | undefined;
|
3791
4363
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3792
4364
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3793
4365
|
hideLabel?: boolean | undefined;
|
@@ -3820,6 +4392,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3820
4392
|
type: "DISPLAY_ON_REVIEW";
|
3821
4393
|
conditional: import(".").JSONSchema;
|
3822
4394
|
})[] | undefined;
|
4395
|
+
secured?: boolean | undefined;
|
3823
4396
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3824
4397
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3825
4398
|
hideLabel?: boolean | undefined;
|
@@ -3852,6 +4425,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3852
4425
|
type: "DISPLAY_ON_REVIEW";
|
3853
4426
|
conditional: import(".").JSONSchema;
|
3854
4427
|
})[] | undefined;
|
4428
|
+
secured?: boolean | undefined;
|
3855
4429
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3856
4430
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3857
4431
|
hideLabel?: boolean | undefined;
|
@@ -3890,6 +4464,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3890
4464
|
type: "DISPLAY_ON_REVIEW";
|
3891
4465
|
conditional: import(".").JSONSchema;
|
3892
4466
|
})[] | undefined;
|
4467
|
+
secured?: boolean | undefined;
|
3893
4468
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3894
4469
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3895
4470
|
hideLabel?: boolean | undefined;
|
@@ -3916,6 +4491,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3916
4491
|
type: "DISPLAY_ON_REVIEW";
|
3917
4492
|
conditional: import(".").JSONSchema;
|
3918
4493
|
})[] | undefined;
|
4494
|
+
secured?: boolean | undefined;
|
3919
4495
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3920
4496
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3921
4497
|
hideLabel?: boolean | undefined;
|
@@ -3945,6 +4521,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3945
4521
|
type: "DISPLAY_ON_REVIEW";
|
3946
4522
|
conditional: import(".").JSONSchema;
|
3947
4523
|
})[] | undefined;
|
4524
|
+
secured?: boolean | undefined;
|
3948
4525
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3949
4526
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3950
4527
|
hideLabel?: boolean | undefined;
|
@@ -3974,6 +4551,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3974
4551
|
type: "DISPLAY_ON_REVIEW";
|
3975
4552
|
conditional: import(".").JSONSchema;
|
3976
4553
|
})[] | undefined;
|
4554
|
+
secured?: boolean | undefined;
|
3977
4555
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3978
4556
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3979
4557
|
hideLabel?: boolean | undefined;
|
@@ -4008,6 +4586,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4008
4586
|
type: "DISPLAY_ON_REVIEW";
|
4009
4587
|
conditional: import(".").JSONSchema;
|
4010
4588
|
})[] | undefined;
|
4589
|
+
secured?: boolean | undefined;
|
4011
4590
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4012
4591
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4013
4592
|
hideLabel?: boolean | undefined;
|
@@ -4034,6 +4613,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4034
4613
|
type: "DISPLAY_ON_REVIEW";
|
4035
4614
|
conditional: import(".").JSONSchema;
|
4036
4615
|
})[] | undefined;
|
4616
|
+
secured?: boolean | undefined;
|
4037
4617
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4038
4618
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4039
4619
|
hideLabel?: boolean | undefined;
|
@@ -4068,6 +4648,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4068
4648
|
type: "DISPLAY_ON_REVIEW";
|
4069
4649
|
conditional: import(".").JSONSchema;
|
4070
4650
|
})[] | undefined;
|
4651
|
+
secured?: boolean | undefined;
|
4071
4652
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4072
4653
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4073
4654
|
hideLabel?: boolean | undefined;
|
@@ -4102,6 +4683,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4102
4683
|
type: "DISPLAY_ON_REVIEW";
|
4103
4684
|
conditional: import(".").JSONSchema;
|
4104
4685
|
})[] | undefined;
|
4686
|
+
secured?: boolean | undefined;
|
4105
4687
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4106
4688
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4107
4689
|
hideLabel?: boolean | undefined;
|
@@ -4139,6 +4721,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4139
4721
|
type: "DISPLAY_ON_REVIEW";
|
4140
4722
|
conditional: import(".").JSONSchema;
|
4141
4723
|
})[] | undefined;
|
4724
|
+
secured?: boolean | undefined;
|
4142
4725
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4143
4726
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4144
4727
|
hideLabel?: boolean | undefined;
|
@@ -4169,6 +4752,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4169
4752
|
type: "DISPLAY_ON_REVIEW";
|
4170
4753
|
conditional: import(".").JSONSchema;
|
4171
4754
|
})[] | undefined;
|
4755
|
+
secured?: boolean | undefined;
|
4756
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4757
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4758
|
+
hideLabel?: boolean | undefined;
|
4759
|
+
defaultValue?: string | undefined;
|
4760
|
+
} | {
|
4761
|
+
type: "NAME";
|
4762
|
+
id: string;
|
4763
|
+
label: import("./TranslationConfig").TranslationConfig;
|
4764
|
+
parent?: {
|
4765
|
+
$$field: string;
|
4766
|
+
} | undefined;
|
4767
|
+
validation?: {
|
4768
|
+
message: import("./TranslationConfig").TranslationConfig;
|
4769
|
+
validator: import(".").JSONSchema;
|
4770
|
+
}[] | undefined;
|
4771
|
+
required?: boolean | undefined;
|
4772
|
+
conditionals?: ({
|
4773
|
+
type: "SHOW";
|
4774
|
+
conditional: import(".").JSONSchema;
|
4775
|
+
} | {
|
4776
|
+
type: "ENABLE";
|
4777
|
+
conditional: import(".").JSONSchema;
|
4778
|
+
} | {
|
4779
|
+
type: "DISPLAY_ON_REVIEW";
|
4780
|
+
conditional: import(".").JSONSchema;
|
4781
|
+
})[] | undefined;
|
4782
|
+
secured?: boolean | undefined;
|
4783
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4784
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4785
|
+
hideLabel?: boolean | undefined;
|
4786
|
+
defaultValue?: {
|
4787
|
+
firstname: string;
|
4788
|
+
surname: string;
|
4789
|
+
} | undefined;
|
4790
|
+
configuration?: {
|
4791
|
+
maxLength?: number | undefined;
|
4792
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
4793
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
4794
|
+
includeMiddlename?: boolean | undefined;
|
4795
|
+
searchMode?: boolean | undefined;
|
4796
|
+
} | undefined;
|
4797
|
+
} | {
|
4798
|
+
type: "PHONE";
|
4799
|
+
id: string;
|
4800
|
+
label: import("./TranslationConfig").TranslationConfig;
|
4801
|
+
parent?: {
|
4802
|
+
$$field: string;
|
4803
|
+
} | undefined;
|
4804
|
+
validation?: {
|
4805
|
+
message: import("./TranslationConfig").TranslationConfig;
|
4806
|
+
validator: import(".").JSONSchema;
|
4807
|
+
}[] | undefined;
|
4808
|
+
required?: boolean | undefined;
|
4809
|
+
conditionals?: ({
|
4810
|
+
type: "SHOW";
|
4811
|
+
conditional: import(".").JSONSchema;
|
4812
|
+
} | {
|
4813
|
+
type: "ENABLE";
|
4814
|
+
conditional: import(".").JSONSchema;
|
4815
|
+
} | {
|
4816
|
+
type: "DISPLAY_ON_REVIEW";
|
4817
|
+
conditional: import(".").JSONSchema;
|
4818
|
+
})[] | undefined;
|
4819
|
+
secured?: boolean | undefined;
|
4820
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4821
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4822
|
+
hideLabel?: boolean | undefined;
|
4823
|
+
defaultValue?: string | undefined;
|
4824
|
+
} | {
|
4825
|
+
type: "ID";
|
4826
|
+
id: string;
|
4827
|
+
label: import("./TranslationConfig").TranslationConfig;
|
4828
|
+
parent?: {
|
4829
|
+
$$field: string;
|
4830
|
+
} | undefined;
|
4831
|
+
validation?: {
|
4832
|
+
message: import("./TranslationConfig").TranslationConfig;
|
4833
|
+
validator: import(".").JSONSchema;
|
4834
|
+
}[] | undefined;
|
4835
|
+
required?: boolean | undefined;
|
4836
|
+
conditionals?: ({
|
4837
|
+
type: "SHOW";
|
4838
|
+
conditional: import(".").JSONSchema;
|
4839
|
+
} | {
|
4840
|
+
type: "ENABLE";
|
4841
|
+
conditional: import(".").JSONSchema;
|
4842
|
+
} | {
|
4843
|
+
type: "DISPLAY_ON_REVIEW";
|
4844
|
+
conditional: import(".").JSONSchema;
|
4845
|
+
})[] | undefined;
|
4846
|
+
secured?: boolean | undefined;
|
4172
4847
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4173
4848
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4174
4849
|
hideLabel?: boolean | undefined;
|
@@ -4195,6 +4870,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4195
4870
|
type: "DISPLAY_ON_REVIEW";
|
4196
4871
|
conditional: import(".").JSONSchema;
|
4197
4872
|
})[] | undefined;
|
4873
|
+
secured?: boolean | undefined;
|
4198
4874
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4199
4875
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4200
4876
|
hideLabel?: boolean | undefined;
|
@@ -4221,6 +4897,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4221
4897
|
type: "DISPLAY_ON_REVIEW";
|
4222
4898
|
conditional: import(".").JSONSchema;
|
4223
4899
|
})[] | undefined;
|
4900
|
+
secured?: boolean | undefined;
|
4224
4901
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4225
4902
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4226
4903
|
hideLabel?: boolean | undefined;
|
@@ -4253,6 +4930,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4253
4930
|
type: "DISPLAY_ON_REVIEW";
|
4254
4931
|
conditional: import(".").JSONSchema;
|
4255
4932
|
})[] | undefined;
|
4933
|
+
secured?: boolean | undefined;
|
4256
4934
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4257
4935
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4258
4936
|
hideLabel?: boolean | undefined;
|
@@ -4279,6 +4957,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4279
4957
|
type: "DISPLAY_ON_REVIEW";
|
4280
4958
|
conditional: import(".").JSONSchema;
|
4281
4959
|
})[] | undefined;
|
4960
|
+
secured?: boolean | undefined;
|
4282
4961
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4283
4962
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4284
4963
|
hideLabel?: boolean | undefined;
|
@@ -4313,6 +4992,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4313
4992
|
type: "DISPLAY_ON_REVIEW";
|
4314
4993
|
conditional: import(".").JSONSchema;
|
4315
4994
|
})[] | undefined;
|
4995
|
+
secured?: boolean | undefined;
|
4316
4996
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4317
4997
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4318
4998
|
hideLabel?: boolean | undefined;
|
@@ -4344,6 +5024,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4344
5024
|
type: "DISPLAY_ON_REVIEW";
|
4345
5025
|
conditional: import(".").JSONSchema;
|
4346
5026
|
})[] | undefined;
|
5027
|
+
secured?: boolean | undefined;
|
4347
5028
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4348
5029
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4349
5030
|
hideLabel?: boolean | undefined;
|
@@ -4370,6 +5051,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4370
5051
|
type: "DISPLAY_ON_REVIEW";
|
4371
5052
|
conditional: import(".").JSONSchema;
|
4372
5053
|
})[] | undefined;
|
5054
|
+
secured?: boolean | undefined;
|
4373
5055
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4374
5056
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4375
5057
|
hideLabel?: boolean | undefined;
|
@@ -4396,6 +5078,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4396
5078
|
type: "DISPLAY_ON_REVIEW";
|
4397
5079
|
conditional: import(".").JSONSchema;
|
4398
5080
|
})[] | undefined;
|
5081
|
+
secured?: boolean | undefined;
|
4399
5082
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4400
5083
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4401
5084
|
hideLabel?: boolean | undefined;
|
@@ -4459,6 +5142,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4459
5142
|
type: "DISPLAY_ON_REVIEW";
|
4460
5143
|
conditional: import(".").JSONSchema;
|
4461
5144
|
})[] | undefined;
|
5145
|
+
secured?: boolean | undefined;
|
4462
5146
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4463
5147
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4464
5148
|
hideLabel?: boolean | undefined;
|
@@ -4502,6 +5186,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4502
5186
|
type: "DISPLAY_ON_REVIEW";
|
4503
5187
|
conditional: import(".").JSONSchema;
|
4504
5188
|
})[] | undefined;
|
5189
|
+
secured?: boolean | undefined;
|
4505
5190
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4506
5191
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4507
5192
|
hideLabel?: boolean | undefined;
|
@@ -4527,6 +5212,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4527
5212
|
type: "DISPLAY_ON_REVIEW";
|
4528
5213
|
conditional: import(".").JSONSchema;
|
4529
5214
|
})[] | undefined;
|
5215
|
+
secured?: boolean | undefined;
|
4530
5216
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4531
5217
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4532
5218
|
hideLabel?: boolean | undefined;
|
@@ -4559,6 +5245,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4559
5245
|
type: "DISPLAY_ON_REVIEW";
|
4560
5246
|
conditional: import(".").JSONSchema;
|
4561
5247
|
})[] | undefined;
|
5248
|
+
secured?: boolean | undefined;
|
4562
5249
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4563
5250
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4564
5251
|
hideLabel?: boolean | undefined;
|
@@ -4591,6 +5278,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4591
5278
|
type: "DISPLAY_ON_REVIEW";
|
4592
5279
|
conditional: import(".").JSONSchema;
|
4593
5280
|
})[] | undefined;
|
5281
|
+
secured?: boolean | undefined;
|
4594
5282
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4595
5283
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4596
5284
|
hideLabel?: boolean | undefined;
|
@@ -4629,6 +5317,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4629
5317
|
type: "DISPLAY_ON_REVIEW";
|
4630
5318
|
conditional: import(".").JSONSchema;
|
4631
5319
|
})[] | undefined;
|
5320
|
+
secured?: boolean | undefined;
|
4632
5321
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4633
5322
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4634
5323
|
hideLabel?: boolean | undefined;
|
@@ -4655,6 +5344,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4655
5344
|
type: "DISPLAY_ON_REVIEW";
|
4656
5345
|
conditional: import(".").JSONSchema;
|
4657
5346
|
})[] | undefined;
|
5347
|
+
secured?: boolean | undefined;
|
4658
5348
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4659
5349
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4660
5350
|
hideLabel?: boolean | undefined;
|
@@ -4684,6 +5374,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4684
5374
|
type: "DISPLAY_ON_REVIEW";
|
4685
5375
|
conditional: import(".").JSONSchema;
|
4686
5376
|
})[] | undefined;
|
5377
|
+
secured?: boolean | undefined;
|
4687
5378
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4688
5379
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4689
5380
|
hideLabel?: boolean | undefined;
|
@@ -4713,6 +5404,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4713
5404
|
type: "DISPLAY_ON_REVIEW";
|
4714
5405
|
conditional: import(".").JSONSchema;
|
4715
5406
|
})[] | undefined;
|
5407
|
+
secured?: boolean | undefined;
|
4716
5408
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4717
5409
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4718
5410
|
hideLabel?: boolean | undefined;
|
@@ -4747,6 +5439,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4747
5439
|
type: "DISPLAY_ON_REVIEW";
|
4748
5440
|
conditional: import(".").JSONSchema;
|
4749
5441
|
})[] | undefined;
|
5442
|
+
secured?: boolean | undefined;
|
4750
5443
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4751
5444
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4752
5445
|
hideLabel?: boolean | undefined;
|
@@ -4773,6 +5466,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4773
5466
|
type: "DISPLAY_ON_REVIEW";
|
4774
5467
|
conditional: import(".").JSONSchema;
|
4775
5468
|
})[] | undefined;
|
5469
|
+
secured?: boolean | undefined;
|
4776
5470
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4777
5471
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4778
5472
|
hideLabel?: boolean | undefined;
|
@@ -4807,6 +5501,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4807
5501
|
type: "DISPLAY_ON_REVIEW";
|
4808
5502
|
conditional: import(".").JSONSchema;
|
4809
5503
|
})[] | undefined;
|
5504
|
+
secured?: boolean | undefined;
|
4810
5505
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4811
5506
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4812
5507
|
hideLabel?: boolean | undefined;
|
@@ -4841,6 +5536,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4841
5536
|
type: "DISPLAY_ON_REVIEW";
|
4842
5537
|
conditional: import(".").JSONSchema;
|
4843
5538
|
})[] | undefined;
|
5539
|
+
secured?: boolean | undefined;
|
4844
5540
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4845
5541
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4846
5542
|
hideLabel?: boolean | undefined;
|
@@ -4878,6 +5574,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4878
5574
|
type: "DISPLAY_ON_REVIEW";
|
4879
5575
|
conditional: import(".").JSONSchema;
|
4880
5576
|
})[] | undefined;
|
5577
|
+
secured?: boolean | undefined;
|
4881
5578
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4882
5579
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4883
5580
|
hideLabel?: boolean | undefined;
|
@@ -4908,6 +5605,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4908
5605
|
type: "DISPLAY_ON_REVIEW";
|
4909
5606
|
conditional: import(".").JSONSchema;
|
4910
5607
|
})[] | undefined;
|
5608
|
+
secured?: boolean | undefined;
|
5609
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5610
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5611
|
+
hideLabel?: boolean | undefined;
|
5612
|
+
defaultValue?: string | undefined;
|
5613
|
+
} | {
|
5614
|
+
type: "NAME";
|
5615
|
+
id: string;
|
5616
|
+
label: import("./TranslationConfig").TranslationConfig;
|
5617
|
+
parent?: {
|
5618
|
+
$$field: string;
|
5619
|
+
} | undefined;
|
5620
|
+
validation?: {
|
5621
|
+
message: import("./TranslationConfig").TranslationConfig;
|
5622
|
+
validator: import(".").JSONSchema;
|
5623
|
+
}[] | undefined;
|
5624
|
+
required?: boolean | undefined;
|
5625
|
+
conditionals?: ({
|
5626
|
+
type: "SHOW";
|
5627
|
+
conditional: import(".").JSONSchema;
|
5628
|
+
} | {
|
5629
|
+
type: "ENABLE";
|
5630
|
+
conditional: import(".").JSONSchema;
|
5631
|
+
} | {
|
5632
|
+
type: "DISPLAY_ON_REVIEW";
|
5633
|
+
conditional: import(".").JSONSchema;
|
5634
|
+
})[] | undefined;
|
5635
|
+
secured?: boolean | undefined;
|
5636
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5637
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5638
|
+
hideLabel?: boolean | undefined;
|
5639
|
+
defaultValue?: {
|
5640
|
+
firstname: string;
|
5641
|
+
surname: string;
|
5642
|
+
} | undefined;
|
5643
|
+
configuration?: {
|
5644
|
+
maxLength?: number | undefined;
|
5645
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
5646
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
5647
|
+
includeMiddlename?: boolean | undefined;
|
5648
|
+
searchMode?: boolean | undefined;
|
5649
|
+
} | undefined;
|
5650
|
+
} | {
|
5651
|
+
type: "PHONE";
|
5652
|
+
id: string;
|
5653
|
+
label: import("./TranslationConfig").TranslationConfig;
|
5654
|
+
parent?: {
|
5655
|
+
$$field: string;
|
5656
|
+
} | undefined;
|
5657
|
+
validation?: {
|
5658
|
+
message: import("./TranslationConfig").TranslationConfig;
|
5659
|
+
validator: import(".").JSONSchema;
|
5660
|
+
}[] | undefined;
|
5661
|
+
required?: boolean | undefined;
|
5662
|
+
conditionals?: ({
|
5663
|
+
type: "SHOW";
|
5664
|
+
conditional: import(".").JSONSchema;
|
5665
|
+
} | {
|
5666
|
+
type: "ENABLE";
|
5667
|
+
conditional: import(".").JSONSchema;
|
5668
|
+
} | {
|
5669
|
+
type: "DISPLAY_ON_REVIEW";
|
5670
|
+
conditional: import(".").JSONSchema;
|
5671
|
+
})[] | undefined;
|
5672
|
+
secured?: boolean | undefined;
|
5673
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5674
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5675
|
+
hideLabel?: boolean | undefined;
|
5676
|
+
defaultValue?: string | undefined;
|
5677
|
+
} | {
|
5678
|
+
type: "ID";
|
5679
|
+
id: string;
|
5680
|
+
label: import("./TranslationConfig").TranslationConfig;
|
5681
|
+
parent?: {
|
5682
|
+
$$field: string;
|
5683
|
+
} | undefined;
|
5684
|
+
validation?: {
|
5685
|
+
message: import("./TranslationConfig").TranslationConfig;
|
5686
|
+
validator: import(".").JSONSchema;
|
5687
|
+
}[] | undefined;
|
5688
|
+
required?: boolean | undefined;
|
5689
|
+
conditionals?: ({
|
5690
|
+
type: "SHOW";
|
5691
|
+
conditional: import(".").JSONSchema;
|
5692
|
+
} | {
|
5693
|
+
type: "ENABLE";
|
5694
|
+
conditional: import(".").JSONSchema;
|
5695
|
+
} | {
|
5696
|
+
type: "DISPLAY_ON_REVIEW";
|
5697
|
+
conditional: import(".").JSONSchema;
|
5698
|
+
})[] | undefined;
|
5699
|
+
secured?: boolean | undefined;
|
4911
5700
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4912
5701
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4913
5702
|
hideLabel?: boolean | undefined;
|
@@ -4934,6 +5723,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4934
5723
|
type: "DISPLAY_ON_REVIEW";
|
4935
5724
|
conditional: import(".").JSONSchema;
|
4936
5725
|
})[] | undefined;
|
5726
|
+
secured?: boolean | undefined;
|
4937
5727
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4938
5728
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4939
5729
|
hideLabel?: boolean | undefined;
|
@@ -4960,6 +5750,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4960
5750
|
type: "DISPLAY_ON_REVIEW";
|
4961
5751
|
conditional: import(".").JSONSchema;
|
4962
5752
|
})[] | undefined;
|
5753
|
+
secured?: boolean | undefined;
|
4963
5754
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4964
5755
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4965
5756
|
hideLabel?: boolean | undefined;
|
@@ -4992,6 +5783,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4992
5783
|
type: "DISPLAY_ON_REVIEW";
|
4993
5784
|
conditional: import(".").JSONSchema;
|
4994
5785
|
})[] | undefined;
|
5786
|
+
secured?: boolean | undefined;
|
4995
5787
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4996
5788
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4997
5789
|
hideLabel?: boolean | undefined;
|
@@ -5018,6 +5810,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5018
5810
|
type: "DISPLAY_ON_REVIEW";
|
5019
5811
|
conditional: import(".").JSONSchema;
|
5020
5812
|
})[] | undefined;
|
5813
|
+
secured?: boolean | undefined;
|
5021
5814
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5022
5815
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5023
5816
|
hideLabel?: boolean | undefined;
|
@@ -5052,6 +5845,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5052
5845
|
type: "DISPLAY_ON_REVIEW";
|
5053
5846
|
conditional: import(".").JSONSchema;
|
5054
5847
|
})[] | undefined;
|
5848
|
+
secured?: boolean | undefined;
|
5055
5849
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5056
5850
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5057
5851
|
hideLabel?: boolean | undefined;
|
@@ -5083,6 +5877,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5083
5877
|
type: "DISPLAY_ON_REVIEW";
|
5084
5878
|
conditional: import(".").JSONSchema;
|
5085
5879
|
})[] | undefined;
|
5880
|
+
secured?: boolean | undefined;
|
5086
5881
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5087
5882
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5088
5883
|
hideLabel?: boolean | undefined;
|
@@ -5109,6 +5904,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5109
5904
|
type: "DISPLAY_ON_REVIEW";
|
5110
5905
|
conditional: import(".").JSONSchema;
|
5111
5906
|
})[] | undefined;
|
5907
|
+
secured?: boolean | undefined;
|
5112
5908
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5113
5909
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5114
5910
|
hideLabel?: boolean | undefined;
|
@@ -5135,6 +5931,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5135
5931
|
type: "DISPLAY_ON_REVIEW";
|
5136
5932
|
conditional: import(".").JSONSchema;
|
5137
5933
|
})[] | undefined;
|
5934
|
+
secured?: boolean | undefined;
|
5138
5935
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5139
5936
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5140
5937
|
hideLabel?: boolean | undefined;
|
@@ -5198,6 +5995,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5198
5995
|
type: "DISPLAY_ON_REVIEW";
|
5199
5996
|
conditional: import(".").JSONSchema;
|
5200
5997
|
})[] | undefined;
|
5998
|
+
secured?: boolean | undefined;
|
5201
5999
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5202
6000
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5203
6001
|
hideLabel?: boolean | undefined;
|
@@ -5242,6 +6040,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5242
6040
|
type: "DISPLAY_ON_REVIEW";
|
5243
6041
|
conditional: import(".").JSONSchema;
|
5244
6042
|
})[] | undefined;
|
6043
|
+
secured?: boolean | undefined;
|
5245
6044
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5246
6045
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5247
6046
|
hideLabel?: boolean | undefined;
|
@@ -5267,6 +6066,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5267
6066
|
type: "DISPLAY_ON_REVIEW";
|
5268
6067
|
conditional: import(".").JSONSchema;
|
5269
6068
|
})[] | undefined;
|
6069
|
+
secured?: boolean | undefined;
|
5270
6070
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5271
6071
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5272
6072
|
hideLabel?: boolean | undefined;
|
@@ -5299,6 +6099,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5299
6099
|
type: "DISPLAY_ON_REVIEW";
|
5300
6100
|
conditional: import(".").JSONSchema;
|
5301
6101
|
})[] | undefined;
|
6102
|
+
secured?: boolean | undefined;
|
5302
6103
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5303
6104
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5304
6105
|
hideLabel?: boolean | undefined;
|
@@ -5331,6 +6132,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5331
6132
|
type: "DISPLAY_ON_REVIEW";
|
5332
6133
|
conditional: import(".").JSONSchema;
|
5333
6134
|
})[] | undefined;
|
6135
|
+
secured?: boolean | undefined;
|
5334
6136
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5335
6137
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5336
6138
|
hideLabel?: boolean | undefined;
|
@@ -5369,6 +6171,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5369
6171
|
type: "DISPLAY_ON_REVIEW";
|
5370
6172
|
conditional: import(".").JSONSchema;
|
5371
6173
|
})[] | undefined;
|
6174
|
+
secured?: boolean | undefined;
|
5372
6175
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5373
6176
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5374
6177
|
hideLabel?: boolean | undefined;
|
@@ -5395,6 +6198,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5395
6198
|
type: "DISPLAY_ON_REVIEW";
|
5396
6199
|
conditional: import(".").JSONSchema;
|
5397
6200
|
})[] | undefined;
|
6201
|
+
secured?: boolean | undefined;
|
5398
6202
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5399
6203
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5400
6204
|
hideLabel?: boolean | undefined;
|
@@ -5424,6 +6228,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5424
6228
|
type: "DISPLAY_ON_REVIEW";
|
5425
6229
|
conditional: import(".").JSONSchema;
|
5426
6230
|
})[] | undefined;
|
6231
|
+
secured?: boolean | undefined;
|
5427
6232
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5428
6233
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5429
6234
|
hideLabel?: boolean | undefined;
|
@@ -5453,6 +6258,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5453
6258
|
type: "DISPLAY_ON_REVIEW";
|
5454
6259
|
conditional: import(".").JSONSchema;
|
5455
6260
|
})[] | undefined;
|
6261
|
+
secured?: boolean | undefined;
|
5456
6262
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5457
6263
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5458
6264
|
hideLabel?: boolean | undefined;
|
@@ -5487,6 +6293,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5487
6293
|
type: "DISPLAY_ON_REVIEW";
|
5488
6294
|
conditional: import(".").JSONSchema;
|
5489
6295
|
})[] | undefined;
|
6296
|
+
secured?: boolean | undefined;
|
5490
6297
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5491
6298
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5492
6299
|
hideLabel?: boolean | undefined;
|
@@ -5513,6 +6320,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5513
6320
|
type: "DISPLAY_ON_REVIEW";
|
5514
6321
|
conditional: import(".").JSONSchema;
|
5515
6322
|
})[] | undefined;
|
6323
|
+
secured?: boolean | undefined;
|
5516
6324
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5517
6325
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5518
6326
|
hideLabel?: boolean | undefined;
|
@@ -5547,6 +6355,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5547
6355
|
type: "DISPLAY_ON_REVIEW";
|
5548
6356
|
conditional: import(".").JSONSchema;
|
5549
6357
|
})[] | undefined;
|
6358
|
+
secured?: boolean | undefined;
|
5550
6359
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5551
6360
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5552
6361
|
hideLabel?: boolean | undefined;
|
@@ -5581,6 +6390,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5581
6390
|
type: "DISPLAY_ON_REVIEW";
|
5582
6391
|
conditional: import(".").JSONSchema;
|
5583
6392
|
})[] | undefined;
|
6393
|
+
secured?: boolean | undefined;
|
5584
6394
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5585
6395
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5586
6396
|
hideLabel?: boolean | undefined;
|
@@ -5594,12 +6404,107 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5594
6404
|
type: "BULLET_LIST";
|
5595
6405
|
id: string;
|
5596
6406
|
label: import("./TranslationConfig").TranslationConfig;
|
5597
|
-
configuration: {
|
5598
|
-
styles?: {
|
5599
|
-
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
5600
|
-
} | undefined;
|
5601
|
-
};
|
5602
|
-
items: import("./TranslationConfig").TranslationConfig[];
|
6407
|
+
configuration: {
|
6408
|
+
styles?: {
|
6409
|
+
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
6410
|
+
} | undefined;
|
6411
|
+
};
|
6412
|
+
items: import("./TranslationConfig").TranslationConfig[];
|
6413
|
+
parent?: {
|
6414
|
+
$$field: string;
|
6415
|
+
} | undefined;
|
6416
|
+
validation?: {
|
6417
|
+
message: import("./TranslationConfig").TranslationConfig;
|
6418
|
+
validator: import(".").JSONSchema;
|
6419
|
+
}[] | undefined;
|
6420
|
+
required?: boolean | undefined;
|
6421
|
+
conditionals?: ({
|
6422
|
+
type: "SHOW";
|
6423
|
+
conditional: import(".").JSONSchema;
|
6424
|
+
} | {
|
6425
|
+
type: "ENABLE";
|
6426
|
+
conditional: import(".").JSONSchema;
|
6427
|
+
} | {
|
6428
|
+
type: "DISPLAY_ON_REVIEW";
|
6429
|
+
conditional: import(".").JSONSchema;
|
6430
|
+
})[] | undefined;
|
6431
|
+
secured?: boolean | undefined;
|
6432
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6433
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6434
|
+
hideLabel?: boolean | undefined;
|
6435
|
+
defaultValue?: string | undefined;
|
6436
|
+
} | {
|
6437
|
+
type: "SELECT";
|
6438
|
+
id: string;
|
6439
|
+
options: {
|
6440
|
+
value: string;
|
6441
|
+
label: import("./TranslationConfig").TranslationConfig;
|
6442
|
+
}[];
|
6443
|
+
label: import("./TranslationConfig").TranslationConfig;
|
6444
|
+
parent?: {
|
6445
|
+
$$field: string;
|
6446
|
+
} | undefined;
|
6447
|
+
validation?: {
|
6448
|
+
message: import("./TranslationConfig").TranslationConfig;
|
6449
|
+
validator: import(".").JSONSchema;
|
6450
|
+
}[] | undefined;
|
6451
|
+
required?: boolean | undefined;
|
6452
|
+
conditionals?: ({
|
6453
|
+
type: "SHOW";
|
6454
|
+
conditional: import(".").JSONSchema;
|
6455
|
+
} | {
|
6456
|
+
type: "ENABLE";
|
6457
|
+
conditional: import(".").JSONSchema;
|
6458
|
+
} | {
|
6459
|
+
type: "DISPLAY_ON_REVIEW";
|
6460
|
+
conditional: import(".").JSONSchema;
|
6461
|
+
})[] | undefined;
|
6462
|
+
secured?: boolean | undefined;
|
6463
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6464
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6465
|
+
hideLabel?: boolean | undefined;
|
6466
|
+
defaultValue?: string | undefined;
|
6467
|
+
} | {
|
6468
|
+
type: "NAME";
|
6469
|
+
id: string;
|
6470
|
+
label: import("./TranslationConfig").TranslationConfig;
|
6471
|
+
parent?: {
|
6472
|
+
$$field: string;
|
6473
|
+
} | undefined;
|
6474
|
+
validation?: {
|
6475
|
+
message: import("./TranslationConfig").TranslationConfig;
|
6476
|
+
validator: import(".").JSONSchema;
|
6477
|
+
}[] | undefined;
|
6478
|
+
required?: boolean | undefined;
|
6479
|
+
conditionals?: ({
|
6480
|
+
type: "SHOW";
|
6481
|
+
conditional: import(".").JSONSchema;
|
6482
|
+
} | {
|
6483
|
+
type: "ENABLE";
|
6484
|
+
conditional: import(".").JSONSchema;
|
6485
|
+
} | {
|
6486
|
+
type: "DISPLAY_ON_REVIEW";
|
6487
|
+
conditional: import(".").JSONSchema;
|
6488
|
+
})[] | undefined;
|
6489
|
+
secured?: boolean | undefined;
|
6490
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6491
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6492
|
+
hideLabel?: boolean | undefined;
|
6493
|
+
defaultValue?: {
|
6494
|
+
firstname: string;
|
6495
|
+
surname: string;
|
6496
|
+
} | undefined;
|
6497
|
+
configuration?: {
|
6498
|
+
maxLength?: number | undefined;
|
6499
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6500
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6501
|
+
includeMiddlename?: boolean | undefined;
|
6502
|
+
searchMode?: boolean | undefined;
|
6503
|
+
} | undefined;
|
6504
|
+
} | {
|
6505
|
+
type: "PHONE";
|
6506
|
+
id: string;
|
6507
|
+
label: import("./TranslationConfig").TranslationConfig;
|
5603
6508
|
parent?: {
|
5604
6509
|
$$field: string;
|
5605
6510
|
} | undefined;
|
@@ -5618,17 +6523,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5618
6523
|
type: "DISPLAY_ON_REVIEW";
|
5619
6524
|
conditional: import(".").JSONSchema;
|
5620
6525
|
})[] | undefined;
|
6526
|
+
secured?: boolean | undefined;
|
5621
6527
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5622
6528
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5623
6529
|
hideLabel?: boolean | undefined;
|
5624
6530
|
defaultValue?: string | undefined;
|
5625
6531
|
} | {
|
5626
|
-
type: "
|
6532
|
+
type: "ID";
|
5627
6533
|
id: string;
|
5628
|
-
options: {
|
5629
|
-
value: string;
|
5630
|
-
label: import("./TranslationConfig").TranslationConfig;
|
5631
|
-
}[];
|
5632
6534
|
label: import("./TranslationConfig").TranslationConfig;
|
5633
6535
|
parent?: {
|
5634
6536
|
$$field: string;
|
@@ -5648,6 +6550,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5648
6550
|
type: "DISPLAY_ON_REVIEW";
|
5649
6551
|
conditional: import(".").JSONSchema;
|
5650
6552
|
})[] | undefined;
|
6553
|
+
secured?: boolean | undefined;
|
5651
6554
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5652
6555
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5653
6556
|
hideLabel?: boolean | undefined;
|
@@ -5674,6 +6577,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5674
6577
|
type: "DISPLAY_ON_REVIEW";
|
5675
6578
|
conditional: import(".").JSONSchema;
|
5676
6579
|
})[] | undefined;
|
6580
|
+
secured?: boolean | undefined;
|
5677
6581
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5678
6582
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5679
6583
|
hideLabel?: boolean | undefined;
|
@@ -5700,6 +6604,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5700
6604
|
type: "DISPLAY_ON_REVIEW";
|
5701
6605
|
conditional: import(".").JSONSchema;
|
5702
6606
|
})[] | undefined;
|
6607
|
+
secured?: boolean | undefined;
|
5703
6608
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5704
6609
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5705
6610
|
hideLabel?: boolean | undefined;
|
@@ -5732,6 +6637,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5732
6637
|
type: "DISPLAY_ON_REVIEW";
|
5733
6638
|
conditional: import(".").JSONSchema;
|
5734
6639
|
})[] | undefined;
|
6640
|
+
secured?: boolean | undefined;
|
5735
6641
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5736
6642
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5737
6643
|
hideLabel?: boolean | undefined;
|
@@ -5758,6 +6664,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5758
6664
|
type: "DISPLAY_ON_REVIEW";
|
5759
6665
|
conditional: import(".").JSONSchema;
|
5760
6666
|
})[] | undefined;
|
6667
|
+
secured?: boolean | undefined;
|
5761
6668
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5762
6669
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5763
6670
|
hideLabel?: boolean | undefined;
|
@@ -5792,6 +6699,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5792
6699
|
type: "DISPLAY_ON_REVIEW";
|
5793
6700
|
conditional: import(".").JSONSchema;
|
5794
6701
|
})[] | undefined;
|
6702
|
+
secured?: boolean | undefined;
|
5795
6703
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5796
6704
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5797
6705
|
hideLabel?: boolean | undefined;
|
@@ -5823,6 +6731,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5823
6731
|
type: "DISPLAY_ON_REVIEW";
|
5824
6732
|
conditional: import(".").JSONSchema;
|
5825
6733
|
})[] | undefined;
|
6734
|
+
secured?: boolean | undefined;
|
5826
6735
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5827
6736
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5828
6737
|
hideLabel?: boolean | undefined;
|
@@ -5849,6 +6758,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5849
6758
|
type: "DISPLAY_ON_REVIEW";
|
5850
6759
|
conditional: import(".").JSONSchema;
|
5851
6760
|
})[] | undefined;
|
6761
|
+
secured?: boolean | undefined;
|
5852
6762
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5853
6763
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5854
6764
|
hideLabel?: boolean | undefined;
|
@@ -5875,6 +6785,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5875
6785
|
type: "DISPLAY_ON_REVIEW";
|
5876
6786
|
conditional: import(".").JSONSchema;
|
5877
6787
|
})[] | undefined;
|
6788
|
+
secured?: boolean | undefined;
|
5878
6789
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5879
6790
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5880
6791
|
hideLabel?: boolean | undefined;
|
@@ -5938,6 +6849,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5938
6849
|
type: "DISPLAY_ON_REVIEW";
|
5939
6850
|
conditional: import(".").JSONSchema;
|
5940
6851
|
})[] | undefined;
|
6852
|
+
secured?: boolean | undefined;
|
5941
6853
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5942
6854
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5943
6855
|
hideLabel?: boolean | undefined;
|
@@ -5981,6 +6893,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5981
6893
|
type: "DISPLAY_ON_REVIEW";
|
5982
6894
|
conditional: import(".").JSONSchema;
|
5983
6895
|
})[] | undefined;
|
6896
|
+
secured?: boolean | undefined;
|
5984
6897
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5985
6898
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5986
6899
|
hideLabel?: boolean | undefined;
|
@@ -6006,6 +6919,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6006
6919
|
type: "DISPLAY_ON_REVIEW";
|
6007
6920
|
conditional: import(".").JSONSchema;
|
6008
6921
|
})[] | undefined;
|
6922
|
+
secured?: boolean | undefined;
|
6009
6923
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6010
6924
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6011
6925
|
hideLabel?: boolean | undefined;
|
@@ -6038,6 +6952,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6038
6952
|
type: "DISPLAY_ON_REVIEW";
|
6039
6953
|
conditional: import(".").JSONSchema;
|
6040
6954
|
})[] | undefined;
|
6955
|
+
secured?: boolean | undefined;
|
6041
6956
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6042
6957
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6043
6958
|
hideLabel?: boolean | undefined;
|
@@ -6070,6 +6985,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6070
6985
|
type: "DISPLAY_ON_REVIEW";
|
6071
6986
|
conditional: import(".").JSONSchema;
|
6072
6987
|
})[] | undefined;
|
6988
|
+
secured?: boolean | undefined;
|
6073
6989
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6074
6990
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6075
6991
|
hideLabel?: boolean | undefined;
|
@@ -6108,6 +7024,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6108
7024
|
type: "DISPLAY_ON_REVIEW";
|
6109
7025
|
conditional: import(".").JSONSchema;
|
6110
7026
|
})[] | undefined;
|
7027
|
+
secured?: boolean | undefined;
|
6111
7028
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6112
7029
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6113
7030
|
hideLabel?: boolean | undefined;
|
@@ -6134,6 +7051,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6134
7051
|
type: "DISPLAY_ON_REVIEW";
|
6135
7052
|
conditional: import(".").JSONSchema;
|
6136
7053
|
})[] | undefined;
|
7054
|
+
secured?: boolean | undefined;
|
6137
7055
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6138
7056
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6139
7057
|
hideLabel?: boolean | undefined;
|
@@ -6163,6 +7081,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6163
7081
|
type: "DISPLAY_ON_REVIEW";
|
6164
7082
|
conditional: import(".").JSONSchema;
|
6165
7083
|
})[] | undefined;
|
7084
|
+
secured?: boolean | undefined;
|
6166
7085
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6167
7086
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6168
7087
|
hideLabel?: boolean | undefined;
|
@@ -6192,6 +7111,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6192
7111
|
type: "DISPLAY_ON_REVIEW";
|
6193
7112
|
conditional: import(".").JSONSchema;
|
6194
7113
|
})[] | undefined;
|
7114
|
+
secured?: boolean | undefined;
|
6195
7115
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6196
7116
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6197
7117
|
hideLabel?: boolean | undefined;
|
@@ -6226,6 +7146,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6226
7146
|
type: "DISPLAY_ON_REVIEW";
|
6227
7147
|
conditional: import(".").JSONSchema;
|
6228
7148
|
})[] | undefined;
|
7149
|
+
secured?: boolean | undefined;
|
6229
7150
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6230
7151
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6231
7152
|
hideLabel?: boolean | undefined;
|
@@ -6252,6 +7173,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6252
7173
|
type: "DISPLAY_ON_REVIEW";
|
6253
7174
|
conditional: import(".").JSONSchema;
|
6254
7175
|
})[] | undefined;
|
7176
|
+
secured?: boolean | undefined;
|
6255
7177
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6256
7178
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6257
7179
|
hideLabel?: boolean | undefined;
|
@@ -6286,6 +7208,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6286
7208
|
type: "DISPLAY_ON_REVIEW";
|
6287
7209
|
conditional: import(".").JSONSchema;
|
6288
7210
|
})[] | undefined;
|
7211
|
+
secured?: boolean | undefined;
|
6289
7212
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6290
7213
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6291
7214
|
hideLabel?: boolean | undefined;
|
@@ -6320,6 +7243,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6320
7243
|
type: "DISPLAY_ON_REVIEW";
|
6321
7244
|
conditional: import(".").JSONSchema;
|
6322
7245
|
})[] | undefined;
|
7246
|
+
secured?: boolean | undefined;
|
6323
7247
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6324
7248
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6325
7249
|
hideLabel?: boolean | undefined;
|
@@ -6357,6 +7281,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6357
7281
|
type: "DISPLAY_ON_REVIEW";
|
6358
7282
|
conditional: import(".").JSONSchema;
|
6359
7283
|
})[] | undefined;
|
7284
|
+
secured?: boolean | undefined;
|
6360
7285
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6361
7286
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6362
7287
|
hideLabel?: boolean | undefined;
|
@@ -6387,6 +7312,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6387
7312
|
type: "DISPLAY_ON_REVIEW";
|
6388
7313
|
conditional: import(".").JSONSchema;
|
6389
7314
|
})[] | undefined;
|
7315
|
+
secured?: boolean | undefined;
|
7316
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7317
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7318
|
+
hideLabel?: boolean | undefined;
|
7319
|
+
defaultValue?: string | undefined;
|
7320
|
+
} | {
|
7321
|
+
type: "NAME";
|
7322
|
+
id: string;
|
7323
|
+
label: import("./TranslationConfig").TranslationConfig;
|
7324
|
+
parent?: {
|
7325
|
+
$$field: string;
|
7326
|
+
} | undefined;
|
7327
|
+
validation?: {
|
7328
|
+
message: import("./TranslationConfig").TranslationConfig;
|
7329
|
+
validator: import(".").JSONSchema;
|
7330
|
+
}[] | undefined;
|
7331
|
+
required?: boolean | undefined;
|
7332
|
+
conditionals?: ({
|
7333
|
+
type: "SHOW";
|
7334
|
+
conditional: import(".").JSONSchema;
|
7335
|
+
} | {
|
7336
|
+
type: "ENABLE";
|
7337
|
+
conditional: import(".").JSONSchema;
|
7338
|
+
} | {
|
7339
|
+
type: "DISPLAY_ON_REVIEW";
|
7340
|
+
conditional: import(".").JSONSchema;
|
7341
|
+
})[] | undefined;
|
7342
|
+
secured?: boolean | undefined;
|
7343
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7344
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7345
|
+
hideLabel?: boolean | undefined;
|
7346
|
+
defaultValue?: {
|
7347
|
+
firstname: string;
|
7348
|
+
surname: string;
|
7349
|
+
} | undefined;
|
7350
|
+
configuration?: {
|
7351
|
+
maxLength?: number | undefined;
|
7352
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
7353
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
7354
|
+
includeMiddlename?: boolean | undefined;
|
7355
|
+
searchMode?: boolean | undefined;
|
7356
|
+
} | undefined;
|
7357
|
+
} | {
|
7358
|
+
type: "PHONE";
|
7359
|
+
id: string;
|
7360
|
+
label: import("./TranslationConfig").TranslationConfig;
|
7361
|
+
parent?: {
|
7362
|
+
$$field: string;
|
7363
|
+
} | undefined;
|
7364
|
+
validation?: {
|
7365
|
+
message: import("./TranslationConfig").TranslationConfig;
|
7366
|
+
validator: import(".").JSONSchema;
|
7367
|
+
}[] | undefined;
|
7368
|
+
required?: boolean | undefined;
|
7369
|
+
conditionals?: ({
|
7370
|
+
type: "SHOW";
|
7371
|
+
conditional: import(".").JSONSchema;
|
7372
|
+
} | {
|
7373
|
+
type: "ENABLE";
|
7374
|
+
conditional: import(".").JSONSchema;
|
7375
|
+
} | {
|
7376
|
+
type: "DISPLAY_ON_REVIEW";
|
7377
|
+
conditional: import(".").JSONSchema;
|
7378
|
+
})[] | undefined;
|
7379
|
+
secured?: boolean | undefined;
|
7380
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7381
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7382
|
+
hideLabel?: boolean | undefined;
|
7383
|
+
defaultValue?: string | undefined;
|
7384
|
+
} | {
|
7385
|
+
type: "ID";
|
7386
|
+
id: string;
|
7387
|
+
label: import("./TranslationConfig").TranslationConfig;
|
7388
|
+
parent?: {
|
7389
|
+
$$field: string;
|
7390
|
+
} | undefined;
|
7391
|
+
validation?: {
|
7392
|
+
message: import("./TranslationConfig").TranslationConfig;
|
7393
|
+
validator: import(".").JSONSchema;
|
7394
|
+
}[] | undefined;
|
7395
|
+
required?: boolean | undefined;
|
7396
|
+
conditionals?: ({
|
7397
|
+
type: "SHOW";
|
7398
|
+
conditional: import(".").JSONSchema;
|
7399
|
+
} | {
|
7400
|
+
type: "ENABLE";
|
7401
|
+
conditional: import(".").JSONSchema;
|
7402
|
+
} | {
|
7403
|
+
type: "DISPLAY_ON_REVIEW";
|
7404
|
+
conditional: import(".").JSONSchema;
|
7405
|
+
})[] | undefined;
|
7406
|
+
secured?: boolean | undefined;
|
6390
7407
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6391
7408
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6392
7409
|
hideLabel?: boolean | undefined;
|
@@ -6413,6 +7430,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6413
7430
|
type: "DISPLAY_ON_REVIEW";
|
6414
7431
|
conditional: import(".").JSONSchema;
|
6415
7432
|
})[] | undefined;
|
7433
|
+
secured?: boolean | undefined;
|
6416
7434
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6417
7435
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6418
7436
|
hideLabel?: boolean | undefined;
|
@@ -6439,6 +7457,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6439
7457
|
type: "DISPLAY_ON_REVIEW";
|
6440
7458
|
conditional: import(".").JSONSchema;
|
6441
7459
|
})[] | undefined;
|
7460
|
+
secured?: boolean | undefined;
|
6442
7461
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6443
7462
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6444
7463
|
hideLabel?: boolean | undefined;
|
@@ -6471,6 +7490,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6471
7490
|
type: "DISPLAY_ON_REVIEW";
|
6472
7491
|
conditional: import(".").JSONSchema;
|
6473
7492
|
})[] | undefined;
|
7493
|
+
secured?: boolean | undefined;
|
6474
7494
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6475
7495
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6476
7496
|
hideLabel?: boolean | undefined;
|
@@ -6497,6 +7517,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6497
7517
|
type: "DISPLAY_ON_REVIEW";
|
6498
7518
|
conditional: import(".").JSONSchema;
|
6499
7519
|
})[] | undefined;
|
7520
|
+
secured?: boolean | undefined;
|
6500
7521
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6501
7522
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6502
7523
|
hideLabel?: boolean | undefined;
|
@@ -6531,6 +7552,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6531
7552
|
type: "DISPLAY_ON_REVIEW";
|
6532
7553
|
conditional: import(".").JSONSchema;
|
6533
7554
|
})[] | undefined;
|
7555
|
+
secured?: boolean | undefined;
|
6534
7556
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6535
7557
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6536
7558
|
hideLabel?: boolean | undefined;
|
@@ -6562,6 +7584,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6562
7584
|
type: "DISPLAY_ON_REVIEW";
|
6563
7585
|
conditional: import(".").JSONSchema;
|
6564
7586
|
})[] | undefined;
|
7587
|
+
secured?: boolean | undefined;
|
6565
7588
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6566
7589
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6567
7590
|
hideLabel?: boolean | undefined;
|
@@ -6588,6 +7611,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6588
7611
|
type: "DISPLAY_ON_REVIEW";
|
6589
7612
|
conditional: import(".").JSONSchema;
|
6590
7613
|
})[] | undefined;
|
7614
|
+
secured?: boolean | undefined;
|
6591
7615
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6592
7616
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6593
7617
|
hideLabel?: boolean | undefined;
|
@@ -6614,6 +7638,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6614
7638
|
type: "DISPLAY_ON_REVIEW";
|
6615
7639
|
conditional: import(".").JSONSchema;
|
6616
7640
|
})[] | undefined;
|
7641
|
+
secured?: boolean | undefined;
|
6617
7642
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6618
7643
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6619
7644
|
hideLabel?: boolean | undefined;
|
@@ -6677,6 +7702,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6677
7702
|
type: "DISPLAY_ON_REVIEW";
|
6678
7703
|
conditional: import(".").JSONSchema;
|
6679
7704
|
})[] | undefined;
|
7705
|
+
secured?: boolean | undefined;
|
6680
7706
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6681
7707
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6682
7708
|
hideLabel?: boolean | undefined;
|
@@ -6709,6 +7735,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6709
7735
|
type: "DISPLAY_ON_REVIEW";
|
6710
7736
|
conditional: import(".").JSONSchema;
|
6711
7737
|
})[] | undefined;
|
7738
|
+
secured?: boolean | undefined;
|
6712
7739
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6713
7740
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6714
7741
|
hideLabel?: boolean | undefined;
|
@@ -6734,6 +7761,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6734
7761
|
type: "DISPLAY_ON_REVIEW";
|
6735
7762
|
conditional: import(".").JSONSchema;
|
6736
7763
|
})[] | undefined;
|
7764
|
+
secured?: boolean | undefined;
|
6737
7765
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6738
7766
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6739
7767
|
hideLabel?: boolean | undefined;
|
@@ -6766,6 +7794,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6766
7794
|
type: "DISPLAY_ON_REVIEW";
|
6767
7795
|
conditional: import(".").JSONSchema;
|
6768
7796
|
})[] | undefined;
|
7797
|
+
secured?: boolean | undefined;
|
6769
7798
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6770
7799
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6771
7800
|
hideLabel?: boolean | undefined;
|
@@ -6798,6 +7827,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6798
7827
|
type: "DISPLAY_ON_REVIEW";
|
6799
7828
|
conditional: import(".").JSONSchema;
|
6800
7829
|
})[] | undefined;
|
7830
|
+
secured?: boolean | undefined;
|
6801
7831
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6802
7832
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6803
7833
|
hideLabel?: boolean | undefined;
|
@@ -6836,6 +7866,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6836
7866
|
type: "DISPLAY_ON_REVIEW";
|
6837
7867
|
conditional: import(".").JSONSchema;
|
6838
7868
|
})[] | undefined;
|
7869
|
+
secured?: boolean | undefined;
|
6839
7870
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6840
7871
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6841
7872
|
hideLabel?: boolean | undefined;
|
@@ -6862,6 +7893,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6862
7893
|
type: "DISPLAY_ON_REVIEW";
|
6863
7894
|
conditional: import(".").JSONSchema;
|
6864
7895
|
})[] | undefined;
|
7896
|
+
secured?: boolean | undefined;
|
6865
7897
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6866
7898
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6867
7899
|
hideLabel?: boolean | undefined;
|
@@ -6891,6 +7923,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6891
7923
|
type: "DISPLAY_ON_REVIEW";
|
6892
7924
|
conditional: import(".").JSONSchema;
|
6893
7925
|
})[] | undefined;
|
7926
|
+
secured?: boolean | undefined;
|
6894
7927
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6895
7928
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6896
7929
|
hideLabel?: boolean | undefined;
|
@@ -6920,6 +7953,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6920
7953
|
type: "DISPLAY_ON_REVIEW";
|
6921
7954
|
conditional: import(".").JSONSchema;
|
6922
7955
|
})[] | undefined;
|
7956
|
+
secured?: boolean | undefined;
|
6923
7957
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6924
7958
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6925
7959
|
hideLabel?: boolean | undefined;
|
@@ -6954,6 +7988,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6954
7988
|
type: "DISPLAY_ON_REVIEW";
|
6955
7989
|
conditional: import(".").JSONSchema;
|
6956
7990
|
})[] | undefined;
|
7991
|
+
secured?: boolean | undefined;
|
6957
7992
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6958
7993
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6959
7994
|
hideLabel?: boolean | undefined;
|
@@ -6980,6 +8015,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6980
8015
|
type: "DISPLAY_ON_REVIEW";
|
6981
8016
|
conditional: import(".").JSONSchema;
|
6982
8017
|
})[] | undefined;
|
8018
|
+
secured?: boolean | undefined;
|
6983
8019
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6984
8020
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6985
8021
|
hideLabel?: boolean | undefined;
|
@@ -7014,6 +8050,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7014
8050
|
type: "DISPLAY_ON_REVIEW";
|
7015
8051
|
conditional: import(".").JSONSchema;
|
7016
8052
|
})[] | undefined;
|
8053
|
+
secured?: boolean | undefined;
|
7017
8054
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7018
8055
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7019
8056
|
hideLabel?: boolean | undefined;
|
@@ -7048,6 +8085,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7048
8085
|
type: "DISPLAY_ON_REVIEW";
|
7049
8086
|
conditional: import(".").JSONSchema;
|
7050
8087
|
})[] | undefined;
|
8088
|
+
secured?: boolean | undefined;
|
7051
8089
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7052
8090
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7053
8091
|
hideLabel?: boolean | undefined;
|
@@ -7085,6 +8123,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7085
8123
|
type: "DISPLAY_ON_REVIEW";
|
7086
8124
|
conditional: import(".").JSONSchema;
|
7087
8125
|
})[] | undefined;
|
8126
|
+
secured?: boolean | undefined;
|
7088
8127
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7089
8128
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7090
8129
|
hideLabel?: boolean | undefined;
|
@@ -7115,6 +8154,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7115
8154
|
type: "DISPLAY_ON_REVIEW";
|
7116
8155
|
conditional: import(".").JSONSchema;
|
7117
8156
|
})[] | undefined;
|
8157
|
+
secured?: boolean | undefined;
|
8158
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8159
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8160
|
+
hideLabel?: boolean | undefined;
|
8161
|
+
defaultValue?: string | undefined;
|
8162
|
+
} | {
|
8163
|
+
type: "NAME";
|
8164
|
+
id: string;
|
8165
|
+
label: import("./TranslationConfig").TranslationConfig;
|
8166
|
+
parent?: {
|
8167
|
+
$$field: string;
|
8168
|
+
} | undefined;
|
8169
|
+
validation?: {
|
8170
|
+
message: import("./TranslationConfig").TranslationConfig;
|
8171
|
+
validator: import(".").JSONSchema;
|
8172
|
+
}[] | undefined;
|
8173
|
+
required?: boolean | undefined;
|
8174
|
+
conditionals?: ({
|
8175
|
+
type: "SHOW";
|
8176
|
+
conditional: import(".").JSONSchema;
|
8177
|
+
} | {
|
8178
|
+
type: "ENABLE";
|
8179
|
+
conditional: import(".").JSONSchema;
|
8180
|
+
} | {
|
8181
|
+
type: "DISPLAY_ON_REVIEW";
|
8182
|
+
conditional: import(".").JSONSchema;
|
8183
|
+
})[] | undefined;
|
8184
|
+
secured?: boolean | undefined;
|
8185
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8186
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8187
|
+
hideLabel?: boolean | undefined;
|
8188
|
+
defaultValue?: {
|
8189
|
+
firstname: string;
|
8190
|
+
surname: string;
|
8191
|
+
} | undefined;
|
8192
|
+
configuration?: {
|
8193
|
+
maxLength?: number | undefined;
|
8194
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
8195
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
8196
|
+
includeMiddlename?: boolean | undefined;
|
8197
|
+
searchMode?: boolean | undefined;
|
8198
|
+
} | undefined;
|
8199
|
+
} | {
|
8200
|
+
type: "PHONE";
|
8201
|
+
id: string;
|
8202
|
+
label: import("./TranslationConfig").TranslationConfig;
|
8203
|
+
parent?: {
|
8204
|
+
$$field: string;
|
8205
|
+
} | undefined;
|
8206
|
+
validation?: {
|
8207
|
+
message: import("./TranslationConfig").TranslationConfig;
|
8208
|
+
validator: import(".").JSONSchema;
|
8209
|
+
}[] | undefined;
|
8210
|
+
required?: boolean | undefined;
|
8211
|
+
conditionals?: ({
|
8212
|
+
type: "SHOW";
|
8213
|
+
conditional: import(".").JSONSchema;
|
8214
|
+
} | {
|
8215
|
+
type: "ENABLE";
|
8216
|
+
conditional: import(".").JSONSchema;
|
8217
|
+
} | {
|
8218
|
+
type: "DISPLAY_ON_REVIEW";
|
8219
|
+
conditional: import(".").JSONSchema;
|
8220
|
+
})[] | undefined;
|
8221
|
+
secured?: boolean | undefined;
|
8222
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8223
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8224
|
+
hideLabel?: boolean | undefined;
|
8225
|
+
defaultValue?: string | undefined;
|
8226
|
+
} | {
|
8227
|
+
type: "ID";
|
8228
|
+
id: string;
|
8229
|
+
label: import("./TranslationConfig").TranslationConfig;
|
8230
|
+
parent?: {
|
8231
|
+
$$field: string;
|
8232
|
+
} | undefined;
|
8233
|
+
validation?: {
|
8234
|
+
message: import("./TranslationConfig").TranslationConfig;
|
8235
|
+
validator: import(".").JSONSchema;
|
8236
|
+
}[] | undefined;
|
8237
|
+
required?: boolean | undefined;
|
8238
|
+
conditionals?: ({
|
8239
|
+
type: "SHOW";
|
8240
|
+
conditional: import(".").JSONSchema;
|
8241
|
+
} | {
|
8242
|
+
type: "ENABLE";
|
8243
|
+
conditional: import(".").JSONSchema;
|
8244
|
+
} | {
|
8245
|
+
type: "DISPLAY_ON_REVIEW";
|
8246
|
+
conditional: import(".").JSONSchema;
|
8247
|
+
})[] | undefined;
|
8248
|
+
secured?: boolean | undefined;
|
7118
8249
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7119
8250
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7120
8251
|
hideLabel?: boolean | undefined;
|
@@ -7141,6 +8272,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7141
8272
|
type: "DISPLAY_ON_REVIEW";
|
7142
8273
|
conditional: import(".").JSONSchema;
|
7143
8274
|
})[] | undefined;
|
8275
|
+
secured?: boolean | undefined;
|
7144
8276
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7145
8277
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7146
8278
|
hideLabel?: boolean | undefined;
|
@@ -7167,6 +8299,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7167
8299
|
type: "DISPLAY_ON_REVIEW";
|
7168
8300
|
conditional: import(".").JSONSchema;
|
7169
8301
|
})[] | undefined;
|
8302
|
+
secured?: boolean | undefined;
|
7170
8303
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7171
8304
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7172
8305
|
hideLabel?: boolean | undefined;
|
@@ -7199,6 +8332,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7199
8332
|
type: "DISPLAY_ON_REVIEW";
|
7200
8333
|
conditional: import(".").JSONSchema;
|
7201
8334
|
})[] | undefined;
|
8335
|
+
secured?: boolean | undefined;
|
7202
8336
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7203
8337
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7204
8338
|
hideLabel?: boolean | undefined;
|
@@ -7225,6 +8359,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7225
8359
|
type: "DISPLAY_ON_REVIEW";
|
7226
8360
|
conditional: import(".").JSONSchema;
|
7227
8361
|
})[] | undefined;
|
8362
|
+
secured?: boolean | undefined;
|
7228
8363
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7229
8364
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7230
8365
|
hideLabel?: boolean | undefined;
|
@@ -7259,6 +8394,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7259
8394
|
type: "DISPLAY_ON_REVIEW";
|
7260
8395
|
conditional: import(".").JSONSchema;
|
7261
8396
|
})[] | undefined;
|
8397
|
+
secured?: boolean | undefined;
|
7262
8398
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7263
8399
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7264
8400
|
hideLabel?: boolean | undefined;
|
@@ -7290,6 +8426,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7290
8426
|
type: "DISPLAY_ON_REVIEW";
|
7291
8427
|
conditional: import(".").JSONSchema;
|
7292
8428
|
})[] | undefined;
|
8429
|
+
secured?: boolean | undefined;
|
7293
8430
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7294
8431
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7295
8432
|
hideLabel?: boolean | undefined;
|
@@ -7316,6 +8453,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7316
8453
|
type: "DISPLAY_ON_REVIEW";
|
7317
8454
|
conditional: import(".").JSONSchema;
|
7318
8455
|
})[] | undefined;
|
8456
|
+
secured?: boolean | undefined;
|
7319
8457
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7320
8458
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7321
8459
|
hideLabel?: boolean | undefined;
|
@@ -7342,6 +8480,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7342
8480
|
type: "DISPLAY_ON_REVIEW";
|
7343
8481
|
conditional: import(".").JSONSchema;
|
7344
8482
|
})[] | undefined;
|
8483
|
+
secured?: boolean | undefined;
|
7345
8484
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7346
8485
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7347
8486
|
hideLabel?: boolean | undefined;
|
@@ -7405,6 +8544,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7405
8544
|
type: "DISPLAY_ON_REVIEW";
|
7406
8545
|
conditional: import(".").JSONSchema;
|
7407
8546
|
})[] | undefined;
|
8547
|
+
secured?: boolean | undefined;
|
7408
8548
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7409
8549
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7410
8550
|
hideLabel?: boolean | undefined;
|
@@ -7448,6 +8588,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7448
8588
|
type: "DISPLAY_ON_REVIEW";
|
7449
8589
|
conditional: import(".").JSONSchema;
|
7450
8590
|
})[] | undefined;
|
8591
|
+
secured?: boolean | undefined;
|
7451
8592
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7452
8593
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7453
8594
|
hideLabel?: boolean | undefined;
|
@@ -7473,6 +8614,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7473
8614
|
type: "DISPLAY_ON_REVIEW";
|
7474
8615
|
conditional: import(".").JSONSchema;
|
7475
8616
|
})[] | undefined;
|
8617
|
+
secured?: boolean | undefined;
|
7476
8618
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7477
8619
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7478
8620
|
hideLabel?: boolean | undefined;
|
@@ -7505,6 +8647,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7505
8647
|
type: "DISPLAY_ON_REVIEW";
|
7506
8648
|
conditional: import(".").JSONSchema;
|
7507
8649
|
})[] | undefined;
|
8650
|
+
secured?: boolean | undefined;
|
7508
8651
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7509
8652
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7510
8653
|
hideLabel?: boolean | undefined;
|
@@ -7537,6 +8680,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7537
8680
|
type: "DISPLAY_ON_REVIEW";
|
7538
8681
|
conditional: import(".").JSONSchema;
|
7539
8682
|
})[] | undefined;
|
8683
|
+
secured?: boolean | undefined;
|
7540
8684
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7541
8685
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7542
8686
|
hideLabel?: boolean | undefined;
|
@@ -7575,6 +8719,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7575
8719
|
type: "DISPLAY_ON_REVIEW";
|
7576
8720
|
conditional: import(".").JSONSchema;
|
7577
8721
|
})[] | undefined;
|
8722
|
+
secured?: boolean | undefined;
|
7578
8723
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7579
8724
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7580
8725
|
hideLabel?: boolean | undefined;
|
@@ -7601,6 +8746,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7601
8746
|
type: "DISPLAY_ON_REVIEW";
|
7602
8747
|
conditional: import(".").JSONSchema;
|
7603
8748
|
})[] | undefined;
|
8749
|
+
secured?: boolean | undefined;
|
7604
8750
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7605
8751
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7606
8752
|
hideLabel?: boolean | undefined;
|
@@ -7630,6 +8776,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7630
8776
|
type: "DISPLAY_ON_REVIEW";
|
7631
8777
|
conditional: import(".").JSONSchema;
|
7632
8778
|
})[] | undefined;
|
8779
|
+
secured?: boolean | undefined;
|
7633
8780
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7634
8781
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7635
8782
|
hideLabel?: boolean | undefined;
|
@@ -7659,6 +8806,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7659
8806
|
type: "DISPLAY_ON_REVIEW";
|
7660
8807
|
conditional: import(".").JSONSchema;
|
7661
8808
|
})[] | undefined;
|
8809
|
+
secured?: boolean | undefined;
|
7662
8810
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7663
8811
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7664
8812
|
hideLabel?: boolean | undefined;
|
@@ -7693,6 +8841,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7693
8841
|
type: "DISPLAY_ON_REVIEW";
|
7694
8842
|
conditional: import(".").JSONSchema;
|
7695
8843
|
})[] | undefined;
|
8844
|
+
secured?: boolean | undefined;
|
7696
8845
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7697
8846
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7698
8847
|
hideLabel?: boolean | undefined;
|
@@ -7719,6 +8868,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7719
8868
|
type: "DISPLAY_ON_REVIEW";
|
7720
8869
|
conditional: import(".").JSONSchema;
|
7721
8870
|
})[] | undefined;
|
8871
|
+
secured?: boolean | undefined;
|
7722
8872
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7723
8873
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7724
8874
|
hideLabel?: boolean | undefined;
|
@@ -7753,6 +8903,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7753
8903
|
type: "DISPLAY_ON_REVIEW";
|
7754
8904
|
conditional: import(".").JSONSchema;
|
7755
8905
|
})[] | undefined;
|
8906
|
+
secured?: boolean | undefined;
|
7756
8907
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7757
8908
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7758
8909
|
hideLabel?: boolean | undefined;
|
@@ -7787,6 +8938,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7787
8938
|
type: "DISPLAY_ON_REVIEW";
|
7788
8939
|
conditional: import(".").JSONSchema;
|
7789
8940
|
})[] | undefined;
|
8941
|
+
secured?: boolean | undefined;
|
7790
8942
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7791
8943
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7792
8944
|
hideLabel?: boolean | undefined;
|
@@ -7824,6 +8976,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7824
8976
|
type: "DISPLAY_ON_REVIEW";
|
7825
8977
|
conditional: import(".").JSONSchema;
|
7826
8978
|
})[] | undefined;
|
8979
|
+
secured?: boolean | undefined;
|
7827
8980
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7828
8981
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7829
8982
|
hideLabel?: boolean | undefined;
|
@@ -7854,6 +9007,98 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7854
9007
|
type: "DISPLAY_ON_REVIEW";
|
7855
9008
|
conditional: import(".").JSONSchema;
|
7856
9009
|
})[] | undefined;
|
9010
|
+
secured?: boolean | undefined;
|
9011
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9012
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9013
|
+
hideLabel?: boolean | undefined;
|
9014
|
+
defaultValue?: string | undefined;
|
9015
|
+
} | {
|
9016
|
+
type: "NAME";
|
9017
|
+
id: string;
|
9018
|
+
label: import("./TranslationConfig").TranslationConfig;
|
9019
|
+
parent?: {
|
9020
|
+
$$field: string;
|
9021
|
+
} | undefined;
|
9022
|
+
validation?: {
|
9023
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9024
|
+
validator: import(".").JSONSchema;
|
9025
|
+
}[] | undefined;
|
9026
|
+
required?: boolean | undefined;
|
9027
|
+
conditionals?: ({
|
9028
|
+
type: "SHOW";
|
9029
|
+
conditional: import(".").JSONSchema;
|
9030
|
+
} | {
|
9031
|
+
type: "ENABLE";
|
9032
|
+
conditional: import(".").JSONSchema;
|
9033
|
+
} | {
|
9034
|
+
type: "DISPLAY_ON_REVIEW";
|
9035
|
+
conditional: import(".").JSONSchema;
|
9036
|
+
})[] | undefined;
|
9037
|
+
secured?: boolean | undefined;
|
9038
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9039
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9040
|
+
hideLabel?: boolean | undefined;
|
9041
|
+
defaultValue?: {
|
9042
|
+
firstname: string;
|
9043
|
+
surname: string;
|
9044
|
+
} | undefined;
|
9045
|
+
configuration?: {
|
9046
|
+
maxLength?: number | undefined;
|
9047
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9048
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9049
|
+
includeMiddlename?: boolean | undefined;
|
9050
|
+
searchMode?: boolean | undefined;
|
9051
|
+
} | undefined;
|
9052
|
+
} | {
|
9053
|
+
type: "PHONE";
|
9054
|
+
id: string;
|
9055
|
+
label: import("./TranslationConfig").TranslationConfig;
|
9056
|
+
parent?: {
|
9057
|
+
$$field: string;
|
9058
|
+
} | undefined;
|
9059
|
+
validation?: {
|
9060
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9061
|
+
validator: import(".").JSONSchema;
|
9062
|
+
}[] | undefined;
|
9063
|
+
required?: boolean | undefined;
|
9064
|
+
conditionals?: ({
|
9065
|
+
type: "SHOW";
|
9066
|
+
conditional: import(".").JSONSchema;
|
9067
|
+
} | {
|
9068
|
+
type: "ENABLE";
|
9069
|
+
conditional: import(".").JSONSchema;
|
9070
|
+
} | {
|
9071
|
+
type: "DISPLAY_ON_REVIEW";
|
9072
|
+
conditional: import(".").JSONSchema;
|
9073
|
+
})[] | undefined;
|
9074
|
+
secured?: boolean | undefined;
|
9075
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9076
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9077
|
+
hideLabel?: boolean | undefined;
|
9078
|
+
defaultValue?: string | undefined;
|
9079
|
+
} | {
|
9080
|
+
type: "ID";
|
9081
|
+
id: string;
|
9082
|
+
label: import("./TranslationConfig").TranslationConfig;
|
9083
|
+
parent?: {
|
9084
|
+
$$field: string;
|
9085
|
+
} | undefined;
|
9086
|
+
validation?: {
|
9087
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9088
|
+
validator: import(".").JSONSchema;
|
9089
|
+
}[] | undefined;
|
9090
|
+
required?: boolean | undefined;
|
9091
|
+
conditionals?: ({
|
9092
|
+
type: "SHOW";
|
9093
|
+
conditional: import(".").JSONSchema;
|
9094
|
+
} | {
|
9095
|
+
type: "ENABLE";
|
9096
|
+
conditional: import(".").JSONSchema;
|
9097
|
+
} | {
|
9098
|
+
type: "DISPLAY_ON_REVIEW";
|
9099
|
+
conditional: import(".").JSONSchema;
|
9100
|
+
})[] | undefined;
|
9101
|
+
secured?: boolean | undefined;
|
7857
9102
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7858
9103
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7859
9104
|
hideLabel?: boolean | undefined;
|
@@ -7880,6 +9125,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7880
9125
|
type: "DISPLAY_ON_REVIEW";
|
7881
9126
|
conditional: import(".").JSONSchema;
|
7882
9127
|
})[] | undefined;
|
9128
|
+
secured?: boolean | undefined;
|
7883
9129
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7884
9130
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7885
9131
|
hideLabel?: boolean | undefined;
|
@@ -7906,6 +9152,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7906
9152
|
type: "DISPLAY_ON_REVIEW";
|
7907
9153
|
conditional: import(".").JSONSchema;
|
7908
9154
|
})[] | undefined;
|
9155
|
+
secured?: boolean | undefined;
|
7909
9156
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7910
9157
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7911
9158
|
hideLabel?: boolean | undefined;
|
@@ -7938,6 +9185,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7938
9185
|
type: "DISPLAY_ON_REVIEW";
|
7939
9186
|
conditional: import(".").JSONSchema;
|
7940
9187
|
})[] | undefined;
|
9188
|
+
secured?: boolean | undefined;
|
7941
9189
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7942
9190
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7943
9191
|
hideLabel?: boolean | undefined;
|
@@ -7964,6 +9212,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7964
9212
|
type: "DISPLAY_ON_REVIEW";
|
7965
9213
|
conditional: import(".").JSONSchema;
|
7966
9214
|
})[] | undefined;
|
9215
|
+
secured?: boolean | undefined;
|
7967
9216
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7968
9217
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7969
9218
|
hideLabel?: boolean | undefined;
|
@@ -7998,6 +9247,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7998
9247
|
type: "DISPLAY_ON_REVIEW";
|
7999
9248
|
conditional: import(".").JSONSchema;
|
8000
9249
|
})[] | undefined;
|
9250
|
+
secured?: boolean | undefined;
|
8001
9251
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8002
9252
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8003
9253
|
hideLabel?: boolean | undefined;
|
@@ -8029,6 +9279,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8029
9279
|
type: "DISPLAY_ON_REVIEW";
|
8030
9280
|
conditional: import(".").JSONSchema;
|
8031
9281
|
})[] | undefined;
|
9282
|
+
secured?: boolean | undefined;
|
8032
9283
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8033
9284
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8034
9285
|
hideLabel?: boolean | undefined;
|
@@ -8055,6 +9306,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8055
9306
|
type: "DISPLAY_ON_REVIEW";
|
8056
9307
|
conditional: import(".").JSONSchema;
|
8057
9308
|
})[] | undefined;
|
9309
|
+
secured?: boolean | undefined;
|
8058
9310
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8059
9311
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8060
9312
|
hideLabel?: boolean | undefined;
|
@@ -8081,6 +9333,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8081
9333
|
type: "DISPLAY_ON_REVIEW";
|
8082
9334
|
conditional: import(".").JSONSchema;
|
8083
9335
|
})[] | undefined;
|
9336
|
+
secured?: boolean | undefined;
|
8084
9337
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8085
9338
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8086
9339
|
hideLabel?: boolean | undefined;
|
@@ -8144,6 +9397,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8144
9397
|
type: "DISPLAY_ON_REVIEW";
|
8145
9398
|
conditional: import(".").JSONSchema;
|
8146
9399
|
})[] | undefined;
|
9400
|
+
secured?: boolean | undefined;
|
8147
9401
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8148
9402
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8149
9403
|
hideLabel?: boolean | undefined;
|
@@ -8223,6 +9477,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8223
9477
|
conditional: import(".").JSONSchema;
|
8224
9478
|
})[] | undefined;
|
8225
9479
|
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9480
|
+
validations?: {
|
9481
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9482
|
+
validator: import(".").JSONSchema;
|
9483
|
+
}[] | undefined;
|
8226
9484
|
} | {
|
8227
9485
|
config: {
|
8228
9486
|
type: "exact" | "fuzzy" | "range";
|
@@ -8244,6 +9502,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8244
9502
|
conditional: import(".").JSONSchema;
|
8245
9503
|
})[] | undefined;
|
8246
9504
|
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9505
|
+
validations?: {
|
9506
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9507
|
+
validator: import(".").JSONSchema;
|
9508
|
+
}[] | undefined;
|
8247
9509
|
})[];
|
8248
9510
|
}[];
|
8249
9511
|
dateOfEvent?: {
|