@opencrvs/toolkit 1.8.0-rc.fd8a78f → 1.8.0-rc.fde35f6
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 +3117 -11206
- package/dist/commons/conditionals/conditionals.d.ts +0 -12
- package/dist/commons/events/ActionConfig.d.ts +12032 -3972
- package/dist/commons/events/ActionDocument.d.ts +3029 -1886
- package/dist/commons/events/ActionInput.d.ts +2406 -1506
- package/dist/commons/events/AdvancedSearchConfig.d.ts +304 -51
- package/dist/commons/events/CompositeFieldValue.d.ts +15 -15
- package/dist/commons/events/CountryConfigQueryInput.d.ts +1891 -741
- package/dist/commons/events/CreatedAtLocation.d.ts +1 -2
- package/dist/commons/events/Draft.d.ts +213 -136
- package/dist/commons/events/EventConfig.d.ts +4770 -755
- package/dist/commons/events/EventDocument.d.ts +1942 -1219
- package/dist/commons/events/EventIndex.d.ts +897 -263
- package/dist/commons/events/EventMetadata.d.ts +73 -31
- package/dist/commons/events/FieldConfig.d.ts +607 -30
- package/dist/commons/events/FieldType.d.ts +2 -1
- package/dist/commons/events/FieldTypeMapping.d.ts +73 -41
- package/dist/commons/events/FieldValue.d.ts +57 -28
- package/dist/commons/events/FormConfig.d.ts +4685 -1295
- package/dist/commons/events/PageConfig.d.ts +868 -38
- package/dist/commons/events/User.d.ts +6 -3
- package/dist/commons/events/WorkqueueColumnConfig.d.ts +11 -11
- package/dist/commons/events/WorkqueueConfig.d.ts +4490 -1177
- package/dist/commons/events/defineConfig.d.ts +759 -34
- package/dist/commons/events/event.d.ts +15 -10
- package/dist/commons/events/field.d.ts +17 -0
- package/dist/commons/events/scopes.d.ts +1 -2
- package/dist/commons/events/test.utils.d.ts +83 -36
- package/dist/commons/events/transactions.d.ts +1 -1
- package/dist/commons/events/utils.d.ts +2926 -88
- package/dist/conditionals/index.js +22 -51
- package/dist/events/index.js +1550 -1048
- package/dist/scopes/index.d.ts +96 -7
- package/dist/scopes/index.js +105 -26
- 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,10 +252,14 @@ 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;
|
251
|
-
defaultValue?: string |
|
259
|
+
defaultValue?: string | {
|
260
|
+
start: string;
|
261
|
+
end: string;
|
262
|
+
} | undefined;
|
252
263
|
configuration?: {
|
253
264
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
254
265
|
} | undefined;
|
@@ -279,6 +290,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
279
290
|
type: "DISPLAY_ON_REVIEW";
|
280
291
|
conditional: import(".").JSONSchema;
|
281
292
|
})[] | undefined;
|
293
|
+
secured?: boolean | undefined;
|
282
294
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
283
295
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
284
296
|
hideLabel?: boolean | undefined;
|
@@ -305,6 +317,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
305
317
|
type: "DISPLAY_ON_REVIEW";
|
306
318
|
conditional: import(".").JSONSchema;
|
307
319
|
})[] | undefined;
|
320
|
+
secured?: boolean | undefined;
|
308
321
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
309
322
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
310
323
|
hideLabel?: boolean | undefined;
|
@@ -339,12 +352,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
339
352
|
type: "DISPLAY_ON_REVIEW";
|
340
353
|
conditional: import(".").JSONSchema;
|
341
354
|
})[] | undefined;
|
355
|
+
secured?: boolean | undefined;
|
342
356
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
343
357
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
344
358
|
hideLabel?: boolean | undefined;
|
345
359
|
defaultValue?: {
|
346
360
|
type: string;
|
347
|
-
|
361
|
+
path: string;
|
348
362
|
originalFilename: string;
|
349
363
|
} | undefined;
|
350
364
|
} | {
|
@@ -373,6 +387,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
373
387
|
type: "DISPLAY_ON_REVIEW";
|
374
388
|
conditional: import(".").JSONSchema;
|
375
389
|
})[] | undefined;
|
390
|
+
secured?: boolean | undefined;
|
376
391
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
377
392
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
378
393
|
hideLabel?: boolean | undefined;
|
@@ -410,6 +425,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
410
425
|
type: "DISPLAY_ON_REVIEW";
|
411
426
|
conditional: import(".").JSONSchema;
|
412
427
|
})[] | undefined;
|
428
|
+
secured?: boolean | undefined;
|
413
429
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
414
430
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
415
431
|
hideLabel?: boolean | undefined;
|
@@ -440,10 +456,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
440
456
|
type: "DISPLAY_ON_REVIEW";
|
441
457
|
conditional: import(".").JSONSchema;
|
442
458
|
})[] | undefined;
|
459
|
+
secured?: boolean | undefined;
|
443
460
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
444
461
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
445
462
|
hideLabel?: boolean | undefined;
|
446
463
|
defaultValue?: string | undefined;
|
464
|
+
} | {
|
465
|
+
type: "SELECT_DATE_RANGE";
|
466
|
+
id: string;
|
467
|
+
options: {
|
468
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
469
|
+
label: import("./TranslationConfig").TranslationConfig;
|
470
|
+
}[];
|
471
|
+
label: import("./TranslationConfig").TranslationConfig;
|
472
|
+
parent?: {
|
473
|
+
$$field: string;
|
474
|
+
} | undefined;
|
475
|
+
validation?: {
|
476
|
+
message: import("./TranslationConfig").TranslationConfig;
|
477
|
+
validator: import(".").JSONSchema;
|
478
|
+
}[] | undefined;
|
479
|
+
required?: boolean | undefined;
|
480
|
+
conditionals?: ({
|
481
|
+
type: "SHOW";
|
482
|
+
conditional: import(".").JSONSchema;
|
483
|
+
} | {
|
484
|
+
type: "ENABLE";
|
485
|
+
conditional: import(".").JSONSchema;
|
486
|
+
} | {
|
487
|
+
type: "DISPLAY_ON_REVIEW";
|
488
|
+
conditional: import(".").JSONSchema;
|
489
|
+
})[] | undefined;
|
490
|
+
secured?: boolean | undefined;
|
491
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
492
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
493
|
+
hideLabel?: boolean | undefined;
|
494
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
447
495
|
} | {
|
448
496
|
type: "NAME";
|
449
497
|
id: string;
|
@@ -466,6 +514,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
466
514
|
type: "DISPLAY_ON_REVIEW";
|
467
515
|
conditional: import(".").JSONSchema;
|
468
516
|
})[] | undefined;
|
517
|
+
secured?: boolean | undefined;
|
469
518
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
470
519
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
471
520
|
hideLabel?: boolean | undefined;
|
@@ -477,6 +526,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
477
526
|
maxLength?: number | undefined;
|
478
527
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
479
528
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
529
|
+
includeMiddlename?: boolean | undefined;
|
530
|
+
searchMode?: boolean | undefined;
|
480
531
|
} | undefined;
|
481
532
|
} | {
|
482
533
|
type: "PHONE";
|
@@ -500,6 +551,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
500
551
|
type: "DISPLAY_ON_REVIEW";
|
501
552
|
conditional: import(".").JSONSchema;
|
502
553
|
})[] | undefined;
|
554
|
+
secured?: boolean | undefined;
|
503
555
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
504
556
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
505
557
|
hideLabel?: boolean | undefined;
|
@@ -526,6 +578,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
526
578
|
type: "DISPLAY_ON_REVIEW";
|
527
579
|
conditional: import(".").JSONSchema;
|
528
580
|
})[] | undefined;
|
581
|
+
secured?: boolean | undefined;
|
529
582
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
530
583
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
531
584
|
hideLabel?: boolean | undefined;
|
@@ -552,6 +605,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
552
605
|
type: "DISPLAY_ON_REVIEW";
|
553
606
|
conditional: import(".").JSONSchema;
|
554
607
|
})[] | undefined;
|
608
|
+
secured?: boolean | undefined;
|
555
609
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
556
610
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
557
611
|
hideLabel?: boolean | undefined;
|
@@ -578,6 +632,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
578
632
|
type: "DISPLAY_ON_REVIEW";
|
579
633
|
conditional: import(".").JSONSchema;
|
580
634
|
})[] | undefined;
|
635
|
+
secured?: boolean | undefined;
|
581
636
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
582
637
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
583
638
|
hideLabel?: boolean | undefined;
|
@@ -610,6 +665,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
610
665
|
type: "DISPLAY_ON_REVIEW";
|
611
666
|
conditional: import(".").JSONSchema;
|
612
667
|
})[] | undefined;
|
668
|
+
secured?: boolean | undefined;
|
613
669
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
614
670
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
615
671
|
hideLabel?: boolean | undefined;
|
@@ -636,6 +692,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
636
692
|
type: "DISPLAY_ON_REVIEW";
|
637
693
|
conditional: import(".").JSONSchema;
|
638
694
|
})[] | undefined;
|
695
|
+
secured?: boolean | undefined;
|
639
696
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
640
697
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
641
698
|
hideLabel?: boolean | undefined;
|
@@ -670,13 +727,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
670
727
|
type: "DISPLAY_ON_REVIEW";
|
671
728
|
conditional: import(".").JSONSchema;
|
672
729
|
})[] | undefined;
|
730
|
+
secured?: boolean | undefined;
|
673
731
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
674
732
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
675
733
|
hideLabel?: boolean | undefined;
|
676
734
|
defaultValue?: {
|
677
735
|
type: string;
|
678
736
|
option: string;
|
679
|
-
|
737
|
+
path: string;
|
680
738
|
originalFilename: string;
|
681
739
|
}[] | undefined;
|
682
740
|
} | {
|
@@ -701,6 +759,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
701
759
|
type: "DISPLAY_ON_REVIEW";
|
702
760
|
conditional: import(".").JSONSchema;
|
703
761
|
})[] | undefined;
|
762
|
+
secured?: boolean | undefined;
|
704
763
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
705
764
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
706
765
|
hideLabel?: boolean | undefined;
|
@@ -727,6 +786,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
727
786
|
type: "DISPLAY_ON_REVIEW";
|
728
787
|
conditional: import(".").JSONSchema;
|
729
788
|
})[] | undefined;
|
789
|
+
secured?: boolean | undefined;
|
730
790
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
731
791
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
732
792
|
hideLabel?: boolean | undefined;
|
@@ -753,6 +813,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
753
813
|
type: "DISPLAY_ON_REVIEW";
|
754
814
|
conditional: import(".").JSONSchema;
|
755
815
|
})[] | undefined;
|
816
|
+
secured?: boolean | undefined;
|
756
817
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
757
818
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
758
819
|
hideLabel?: boolean | undefined;
|
@@ -785,6 +846,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
785
846
|
addressLine3?: string | undefined;
|
786
847
|
postcodeOrZip?: string | undefined;
|
787
848
|
} | undefined;
|
849
|
+
configuration?: {
|
850
|
+
searchMode?: boolean | undefined;
|
851
|
+
} | undefined;
|
788
852
|
} | {
|
789
853
|
type: "DATA";
|
790
854
|
id: string;
|
@@ -816,6 +880,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
816
880
|
type: "DISPLAY_ON_REVIEW";
|
817
881
|
conditional: import(".").JSONSchema;
|
818
882
|
})[] | undefined;
|
883
|
+
secured?: boolean | undefined;
|
819
884
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
820
885
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
821
886
|
hideLabel?: boolean | undefined;
|
@@ -857,6 +922,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
857
922
|
type: "DISPLAY_ON_REVIEW";
|
858
923
|
conditional: import(".").JSONSchema;
|
859
924
|
})[] | undefined;
|
925
|
+
secured?: boolean | undefined;
|
860
926
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
861
927
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
862
928
|
hideLabel?: boolean | undefined;
|
@@ -882,6 +948,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
882
948
|
type: "DISPLAY_ON_REVIEW";
|
883
949
|
conditional: import(".").JSONSchema;
|
884
950
|
})[] | undefined;
|
951
|
+
secured?: boolean | undefined;
|
885
952
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
886
953
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
887
954
|
hideLabel?: boolean | undefined;
|
@@ -914,6 +981,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
914
981
|
type: "DISPLAY_ON_REVIEW";
|
915
982
|
conditional: import(".").JSONSchema;
|
916
983
|
})[] | undefined;
|
984
|
+
secured?: boolean | undefined;
|
917
985
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
918
986
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
919
987
|
hideLabel?: boolean | undefined;
|
@@ -946,6 +1014,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
946
1014
|
type: "DISPLAY_ON_REVIEW";
|
947
1015
|
conditional: import(".").JSONSchema;
|
948
1016
|
})[] | undefined;
|
1017
|
+
secured?: boolean | undefined;
|
949
1018
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
950
1019
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
951
1020
|
hideLabel?: boolean | undefined;
|
@@ -984,6 +1053,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
984
1053
|
type: "DISPLAY_ON_REVIEW";
|
985
1054
|
conditional: import(".").JSONSchema;
|
986
1055
|
})[] | undefined;
|
1056
|
+
secured?: boolean | undefined;
|
987
1057
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
988
1058
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
989
1059
|
hideLabel?: boolean | undefined;
|
@@ -1010,6 +1080,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1010
1080
|
type: "DISPLAY_ON_REVIEW";
|
1011
1081
|
conditional: import(".").JSONSchema;
|
1012
1082
|
})[] | undefined;
|
1083
|
+
secured?: boolean | undefined;
|
1013
1084
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1014
1085
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1015
1086
|
hideLabel?: boolean | undefined;
|
@@ -1039,6 +1110,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1039
1110
|
type: "DISPLAY_ON_REVIEW";
|
1040
1111
|
conditional: import(".").JSONSchema;
|
1041
1112
|
})[] | undefined;
|
1113
|
+
secured?: boolean | undefined;
|
1042
1114
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1043
1115
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1044
1116
|
hideLabel?: boolean | undefined;
|
@@ -1068,10 +1140,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1068
1140
|
type: "DISPLAY_ON_REVIEW";
|
1069
1141
|
conditional: import(".").JSONSchema;
|
1070
1142
|
})[] | undefined;
|
1143
|
+
secured?: boolean | undefined;
|
1071
1144
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1072
1145
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1073
1146
|
hideLabel?: boolean | undefined;
|
1074
|
-
defaultValue?: string |
|
1147
|
+
defaultValue?: string | {
|
1148
|
+
start: string;
|
1149
|
+
end: string;
|
1150
|
+
} | undefined;
|
1075
1151
|
configuration?: {
|
1076
1152
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
1077
1153
|
} | undefined;
|
@@ -1102,6 +1178,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1102
1178
|
type: "DISPLAY_ON_REVIEW";
|
1103
1179
|
conditional: import(".").JSONSchema;
|
1104
1180
|
})[] | undefined;
|
1181
|
+
secured?: boolean | undefined;
|
1105
1182
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1106
1183
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1107
1184
|
hideLabel?: boolean | undefined;
|
@@ -1128,6 +1205,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1128
1205
|
type: "DISPLAY_ON_REVIEW";
|
1129
1206
|
conditional: import(".").JSONSchema;
|
1130
1207
|
})[] | undefined;
|
1208
|
+
secured?: boolean | undefined;
|
1131
1209
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1132
1210
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1133
1211
|
hideLabel?: boolean | undefined;
|
@@ -1162,12 +1240,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1162
1240
|
type: "DISPLAY_ON_REVIEW";
|
1163
1241
|
conditional: import(".").JSONSchema;
|
1164
1242
|
})[] | undefined;
|
1243
|
+
secured?: boolean | undefined;
|
1165
1244
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1166
1245
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1167
1246
|
hideLabel?: boolean | undefined;
|
1168
1247
|
defaultValue?: {
|
1169
1248
|
type: string;
|
1170
|
-
|
1249
|
+
path: string;
|
1171
1250
|
originalFilename: string;
|
1172
1251
|
} | undefined;
|
1173
1252
|
} | {
|
@@ -1196,6 +1275,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1196
1275
|
type: "DISPLAY_ON_REVIEW";
|
1197
1276
|
conditional: import(".").JSONSchema;
|
1198
1277
|
})[] | undefined;
|
1278
|
+
secured?: boolean | undefined;
|
1199
1279
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1200
1280
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1201
1281
|
hideLabel?: boolean | undefined;
|
@@ -1233,6 +1313,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1233
1313
|
type: "DISPLAY_ON_REVIEW";
|
1234
1314
|
conditional: import(".").JSONSchema;
|
1235
1315
|
})[] | undefined;
|
1316
|
+
secured?: boolean | undefined;
|
1236
1317
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1237
1318
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1238
1319
|
hideLabel?: boolean | undefined;
|
@@ -1263,10 +1344,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1263
1344
|
type: "DISPLAY_ON_REVIEW";
|
1264
1345
|
conditional: import(".").JSONSchema;
|
1265
1346
|
})[] | undefined;
|
1347
|
+
secured?: boolean | undefined;
|
1266
1348
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1267
1349
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1268
1350
|
hideLabel?: boolean | undefined;
|
1269
1351
|
defaultValue?: string | undefined;
|
1352
|
+
} | {
|
1353
|
+
type: "SELECT_DATE_RANGE";
|
1354
|
+
id: string;
|
1355
|
+
options: {
|
1356
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
1357
|
+
label: import("./TranslationConfig").TranslationConfig;
|
1358
|
+
}[];
|
1359
|
+
label: import("./TranslationConfig").TranslationConfig;
|
1360
|
+
parent?: {
|
1361
|
+
$$field: string;
|
1362
|
+
} | undefined;
|
1363
|
+
validation?: {
|
1364
|
+
message: import("./TranslationConfig").TranslationConfig;
|
1365
|
+
validator: import(".").JSONSchema;
|
1366
|
+
}[] | undefined;
|
1367
|
+
required?: boolean | undefined;
|
1368
|
+
conditionals?: ({
|
1369
|
+
type: "SHOW";
|
1370
|
+
conditional: import(".").JSONSchema;
|
1371
|
+
} | {
|
1372
|
+
type: "ENABLE";
|
1373
|
+
conditional: import(".").JSONSchema;
|
1374
|
+
} | {
|
1375
|
+
type: "DISPLAY_ON_REVIEW";
|
1376
|
+
conditional: import(".").JSONSchema;
|
1377
|
+
})[] | undefined;
|
1378
|
+
secured?: boolean | undefined;
|
1379
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1380
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1381
|
+
hideLabel?: boolean | undefined;
|
1382
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
1270
1383
|
} | {
|
1271
1384
|
type: "NAME";
|
1272
1385
|
id: string;
|
@@ -1289,6 +1402,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1289
1402
|
type: "DISPLAY_ON_REVIEW";
|
1290
1403
|
conditional: import(".").JSONSchema;
|
1291
1404
|
})[] | undefined;
|
1405
|
+
secured?: boolean | undefined;
|
1292
1406
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1293
1407
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1294
1408
|
hideLabel?: boolean | undefined;
|
@@ -1300,6 +1414,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1300
1414
|
maxLength?: number | undefined;
|
1301
1415
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
1302
1416
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
1417
|
+
includeMiddlename?: boolean | undefined;
|
1418
|
+
searchMode?: boolean | undefined;
|
1303
1419
|
} | undefined;
|
1304
1420
|
} | {
|
1305
1421
|
type: "PHONE";
|
@@ -1323,6 +1439,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1323
1439
|
type: "DISPLAY_ON_REVIEW";
|
1324
1440
|
conditional: import(".").JSONSchema;
|
1325
1441
|
})[] | undefined;
|
1442
|
+
secured?: boolean | undefined;
|
1326
1443
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1327
1444
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1328
1445
|
hideLabel?: boolean | undefined;
|
@@ -1349,6 +1466,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1349
1466
|
type: "DISPLAY_ON_REVIEW";
|
1350
1467
|
conditional: import(".").JSONSchema;
|
1351
1468
|
})[] | undefined;
|
1469
|
+
secured?: boolean | undefined;
|
1352
1470
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1353
1471
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1354
1472
|
hideLabel?: boolean | undefined;
|
@@ -1375,6 +1493,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1375
1493
|
type: "DISPLAY_ON_REVIEW";
|
1376
1494
|
conditional: import(".").JSONSchema;
|
1377
1495
|
})[] | undefined;
|
1496
|
+
secured?: boolean | undefined;
|
1378
1497
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1379
1498
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1380
1499
|
hideLabel?: boolean | undefined;
|
@@ -1401,6 +1520,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1401
1520
|
type: "DISPLAY_ON_REVIEW";
|
1402
1521
|
conditional: import(".").JSONSchema;
|
1403
1522
|
})[] | undefined;
|
1523
|
+
secured?: boolean | undefined;
|
1404
1524
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1405
1525
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1406
1526
|
hideLabel?: boolean | undefined;
|
@@ -1433,6 +1553,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1433
1553
|
type: "DISPLAY_ON_REVIEW";
|
1434
1554
|
conditional: import(".").JSONSchema;
|
1435
1555
|
})[] | undefined;
|
1556
|
+
secured?: boolean | undefined;
|
1436
1557
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1437
1558
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1438
1559
|
hideLabel?: boolean | undefined;
|
@@ -1459,6 +1580,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1459
1580
|
type: "DISPLAY_ON_REVIEW";
|
1460
1581
|
conditional: import(".").JSONSchema;
|
1461
1582
|
})[] | undefined;
|
1583
|
+
secured?: boolean | undefined;
|
1462
1584
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1463
1585
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1464
1586
|
hideLabel?: boolean | undefined;
|
@@ -1493,13 +1615,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1493
1615
|
type: "DISPLAY_ON_REVIEW";
|
1494
1616
|
conditional: import(".").JSONSchema;
|
1495
1617
|
})[] | undefined;
|
1618
|
+
secured?: boolean | undefined;
|
1496
1619
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1497
1620
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1498
1621
|
hideLabel?: boolean | undefined;
|
1499
1622
|
defaultValue?: {
|
1500
1623
|
type: string;
|
1501
1624
|
option: string;
|
1502
|
-
|
1625
|
+
path: string;
|
1503
1626
|
originalFilename: string;
|
1504
1627
|
}[] | undefined;
|
1505
1628
|
} | {
|
@@ -1524,6 +1647,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1524
1647
|
type: "DISPLAY_ON_REVIEW";
|
1525
1648
|
conditional: import(".").JSONSchema;
|
1526
1649
|
})[] | undefined;
|
1650
|
+
secured?: boolean | undefined;
|
1527
1651
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1528
1652
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1529
1653
|
hideLabel?: boolean | undefined;
|
@@ -1550,6 +1674,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1550
1674
|
type: "DISPLAY_ON_REVIEW";
|
1551
1675
|
conditional: import(".").JSONSchema;
|
1552
1676
|
})[] | undefined;
|
1677
|
+
secured?: boolean | undefined;
|
1553
1678
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1554
1679
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1555
1680
|
hideLabel?: boolean | undefined;
|
@@ -1576,6 +1701,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1576
1701
|
type: "DISPLAY_ON_REVIEW";
|
1577
1702
|
conditional: import(".").JSONSchema;
|
1578
1703
|
})[] | undefined;
|
1704
|
+
secured?: boolean | undefined;
|
1579
1705
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1580
1706
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1581
1707
|
hideLabel?: boolean | undefined;
|
@@ -1608,6 +1734,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1608
1734
|
addressLine3?: string | undefined;
|
1609
1735
|
postcodeOrZip?: string | undefined;
|
1610
1736
|
} | undefined;
|
1737
|
+
configuration?: {
|
1738
|
+
searchMode?: boolean | undefined;
|
1739
|
+
} | undefined;
|
1611
1740
|
} | {
|
1612
1741
|
type: "DATA";
|
1613
1742
|
id: string;
|
@@ -1639,6 +1768,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1639
1768
|
type: "DISPLAY_ON_REVIEW";
|
1640
1769
|
conditional: import(".").JSONSchema;
|
1641
1770
|
})[] | undefined;
|
1771
|
+
secured?: boolean | undefined;
|
1642
1772
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1643
1773
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1644
1774
|
hideLabel?: boolean | undefined;
|
@@ -1679,6 +1809,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1679
1809
|
type: "DISPLAY_ON_REVIEW";
|
1680
1810
|
conditional: import(".").JSONSchema;
|
1681
1811
|
})[] | undefined;
|
1812
|
+
secured?: boolean | undefined;
|
1682
1813
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1683
1814
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1684
1815
|
hideLabel?: boolean | undefined;
|
@@ -1704,6 +1835,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1704
1835
|
type: "DISPLAY_ON_REVIEW";
|
1705
1836
|
conditional: import(".").JSONSchema;
|
1706
1837
|
})[] | undefined;
|
1838
|
+
secured?: boolean | undefined;
|
1707
1839
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1708
1840
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1709
1841
|
hideLabel?: boolean | undefined;
|
@@ -1736,6 +1868,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1736
1868
|
type: "DISPLAY_ON_REVIEW";
|
1737
1869
|
conditional: import(".").JSONSchema;
|
1738
1870
|
})[] | undefined;
|
1871
|
+
secured?: boolean | undefined;
|
1739
1872
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1740
1873
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1741
1874
|
hideLabel?: boolean | undefined;
|
@@ -1768,6 +1901,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1768
1901
|
type: "DISPLAY_ON_REVIEW";
|
1769
1902
|
conditional: import(".").JSONSchema;
|
1770
1903
|
})[] | undefined;
|
1904
|
+
secured?: boolean | undefined;
|
1771
1905
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1772
1906
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1773
1907
|
hideLabel?: boolean | undefined;
|
@@ -1806,6 +1940,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1806
1940
|
type: "DISPLAY_ON_REVIEW";
|
1807
1941
|
conditional: import(".").JSONSchema;
|
1808
1942
|
})[] | undefined;
|
1943
|
+
secured?: boolean | undefined;
|
1809
1944
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1810
1945
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1811
1946
|
hideLabel?: boolean | undefined;
|
@@ -1832,6 +1967,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1832
1967
|
type: "DISPLAY_ON_REVIEW";
|
1833
1968
|
conditional: import(".").JSONSchema;
|
1834
1969
|
})[] | undefined;
|
1970
|
+
secured?: boolean | undefined;
|
1835
1971
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1836
1972
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1837
1973
|
hideLabel?: boolean | undefined;
|
@@ -1861,6 +1997,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1861
1997
|
type: "DISPLAY_ON_REVIEW";
|
1862
1998
|
conditional: import(".").JSONSchema;
|
1863
1999
|
})[] | undefined;
|
2000
|
+
secured?: boolean | undefined;
|
1864
2001
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1865
2002
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1866
2003
|
hideLabel?: boolean | undefined;
|
@@ -1890,10 +2027,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1890
2027
|
type: "DISPLAY_ON_REVIEW";
|
1891
2028
|
conditional: import(".").JSONSchema;
|
1892
2029
|
})[] | undefined;
|
2030
|
+
secured?: boolean | undefined;
|
1893
2031
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1894
2032
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1895
2033
|
hideLabel?: boolean | undefined;
|
1896
|
-
defaultValue?: string |
|
2034
|
+
defaultValue?: string | {
|
2035
|
+
start: string;
|
2036
|
+
end: string;
|
2037
|
+
} | undefined;
|
1897
2038
|
configuration?: {
|
1898
2039
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
1899
2040
|
} | undefined;
|
@@ -1924,6 +2065,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1924
2065
|
type: "DISPLAY_ON_REVIEW";
|
1925
2066
|
conditional: import(".").JSONSchema;
|
1926
2067
|
})[] | undefined;
|
2068
|
+
secured?: boolean | undefined;
|
1927
2069
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1928
2070
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1929
2071
|
hideLabel?: boolean | undefined;
|
@@ -1950,6 +2092,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1950
2092
|
type: "DISPLAY_ON_REVIEW";
|
1951
2093
|
conditional: import(".").JSONSchema;
|
1952
2094
|
})[] | undefined;
|
2095
|
+
secured?: boolean | undefined;
|
1953
2096
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1954
2097
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1955
2098
|
hideLabel?: boolean | undefined;
|
@@ -1984,12 +2127,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1984
2127
|
type: "DISPLAY_ON_REVIEW";
|
1985
2128
|
conditional: import(".").JSONSchema;
|
1986
2129
|
})[] | undefined;
|
2130
|
+
secured?: boolean | undefined;
|
1987
2131
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1988
2132
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1989
2133
|
hideLabel?: boolean | undefined;
|
1990
2134
|
defaultValue?: {
|
1991
2135
|
type: string;
|
1992
|
-
|
2136
|
+
path: string;
|
1993
2137
|
originalFilename: string;
|
1994
2138
|
} | undefined;
|
1995
2139
|
} | {
|
@@ -2018,6 +2162,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2018
2162
|
type: "DISPLAY_ON_REVIEW";
|
2019
2163
|
conditional: import(".").JSONSchema;
|
2020
2164
|
})[] | undefined;
|
2165
|
+
secured?: boolean | undefined;
|
2021
2166
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2022
2167
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2023
2168
|
hideLabel?: boolean | undefined;
|
@@ -2055,6 +2200,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2055
2200
|
type: "DISPLAY_ON_REVIEW";
|
2056
2201
|
conditional: import(".").JSONSchema;
|
2057
2202
|
})[] | undefined;
|
2203
|
+
secured?: boolean | undefined;
|
2058
2204
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2059
2205
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2060
2206
|
hideLabel?: boolean | undefined;
|
@@ -2085,10 +2231,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2085
2231
|
type: "DISPLAY_ON_REVIEW";
|
2086
2232
|
conditional: import(".").JSONSchema;
|
2087
2233
|
})[] | undefined;
|
2234
|
+
secured?: boolean | undefined;
|
2088
2235
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2089
2236
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2090
2237
|
hideLabel?: boolean | undefined;
|
2091
2238
|
defaultValue?: string | undefined;
|
2239
|
+
} | {
|
2240
|
+
type: "SELECT_DATE_RANGE";
|
2241
|
+
id: string;
|
2242
|
+
options: {
|
2243
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
2244
|
+
label: import("./TranslationConfig").TranslationConfig;
|
2245
|
+
}[];
|
2246
|
+
label: import("./TranslationConfig").TranslationConfig;
|
2247
|
+
parent?: {
|
2248
|
+
$$field: string;
|
2249
|
+
} | undefined;
|
2250
|
+
validation?: {
|
2251
|
+
message: import("./TranslationConfig").TranslationConfig;
|
2252
|
+
validator: import(".").JSONSchema;
|
2253
|
+
}[] | undefined;
|
2254
|
+
required?: boolean | undefined;
|
2255
|
+
conditionals?: ({
|
2256
|
+
type: "SHOW";
|
2257
|
+
conditional: import(".").JSONSchema;
|
2258
|
+
} | {
|
2259
|
+
type: "ENABLE";
|
2260
|
+
conditional: import(".").JSONSchema;
|
2261
|
+
} | {
|
2262
|
+
type: "DISPLAY_ON_REVIEW";
|
2263
|
+
conditional: import(".").JSONSchema;
|
2264
|
+
})[] | undefined;
|
2265
|
+
secured?: boolean | undefined;
|
2266
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2267
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2268
|
+
hideLabel?: boolean | undefined;
|
2269
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
2092
2270
|
} | {
|
2093
2271
|
type: "NAME";
|
2094
2272
|
id: string;
|
@@ -2111,6 +2289,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2111
2289
|
type: "DISPLAY_ON_REVIEW";
|
2112
2290
|
conditional: import(".").JSONSchema;
|
2113
2291
|
})[] | undefined;
|
2292
|
+
secured?: boolean | undefined;
|
2114
2293
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2115
2294
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2116
2295
|
hideLabel?: boolean | undefined;
|
@@ -2122,6 +2301,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2122
2301
|
maxLength?: number | undefined;
|
2123
2302
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
2124
2303
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
2304
|
+
includeMiddlename?: boolean | undefined;
|
2305
|
+
searchMode?: boolean | undefined;
|
2125
2306
|
} | undefined;
|
2126
2307
|
} | {
|
2127
2308
|
type: "PHONE";
|
@@ -2145,6 +2326,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2145
2326
|
type: "DISPLAY_ON_REVIEW";
|
2146
2327
|
conditional: import(".").JSONSchema;
|
2147
2328
|
})[] | undefined;
|
2329
|
+
secured?: boolean | undefined;
|
2148
2330
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2149
2331
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2150
2332
|
hideLabel?: boolean | undefined;
|
@@ -2171,6 +2353,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2171
2353
|
type: "DISPLAY_ON_REVIEW";
|
2172
2354
|
conditional: import(".").JSONSchema;
|
2173
2355
|
})[] | undefined;
|
2356
|
+
secured?: boolean | undefined;
|
2174
2357
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2175
2358
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2176
2359
|
hideLabel?: boolean | undefined;
|
@@ -2197,6 +2380,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2197
2380
|
type: "DISPLAY_ON_REVIEW";
|
2198
2381
|
conditional: import(".").JSONSchema;
|
2199
2382
|
})[] | undefined;
|
2383
|
+
secured?: boolean | undefined;
|
2200
2384
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2201
2385
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2202
2386
|
hideLabel?: boolean | undefined;
|
@@ -2223,6 +2407,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2223
2407
|
type: "DISPLAY_ON_REVIEW";
|
2224
2408
|
conditional: import(".").JSONSchema;
|
2225
2409
|
})[] | undefined;
|
2410
|
+
secured?: boolean | undefined;
|
2226
2411
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2227
2412
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2228
2413
|
hideLabel?: boolean | undefined;
|
@@ -2255,6 +2440,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2255
2440
|
type: "DISPLAY_ON_REVIEW";
|
2256
2441
|
conditional: import(".").JSONSchema;
|
2257
2442
|
})[] | undefined;
|
2443
|
+
secured?: boolean | undefined;
|
2258
2444
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2259
2445
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2260
2446
|
hideLabel?: boolean | undefined;
|
@@ -2281,6 +2467,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2281
2467
|
type: "DISPLAY_ON_REVIEW";
|
2282
2468
|
conditional: import(".").JSONSchema;
|
2283
2469
|
})[] | undefined;
|
2470
|
+
secured?: boolean | undefined;
|
2284
2471
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2285
2472
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2286
2473
|
hideLabel?: boolean | undefined;
|
@@ -2315,13 +2502,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2315
2502
|
type: "DISPLAY_ON_REVIEW";
|
2316
2503
|
conditional: import(".").JSONSchema;
|
2317
2504
|
})[] | undefined;
|
2505
|
+
secured?: boolean | undefined;
|
2318
2506
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2319
2507
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2320
2508
|
hideLabel?: boolean | undefined;
|
2321
2509
|
defaultValue?: {
|
2322
2510
|
type: string;
|
2323
2511
|
option: string;
|
2324
|
-
|
2512
|
+
path: string;
|
2325
2513
|
originalFilename: string;
|
2326
2514
|
}[] | undefined;
|
2327
2515
|
} | {
|
@@ -2346,6 +2534,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2346
2534
|
type: "DISPLAY_ON_REVIEW";
|
2347
2535
|
conditional: import(".").JSONSchema;
|
2348
2536
|
})[] | undefined;
|
2537
|
+
secured?: boolean | undefined;
|
2349
2538
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2350
2539
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2351
2540
|
hideLabel?: boolean | undefined;
|
@@ -2372,6 +2561,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2372
2561
|
type: "DISPLAY_ON_REVIEW";
|
2373
2562
|
conditional: import(".").JSONSchema;
|
2374
2563
|
})[] | undefined;
|
2564
|
+
secured?: boolean | undefined;
|
2375
2565
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2376
2566
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2377
2567
|
hideLabel?: boolean | undefined;
|
@@ -2398,6 +2588,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2398
2588
|
type: "DISPLAY_ON_REVIEW";
|
2399
2589
|
conditional: import(".").JSONSchema;
|
2400
2590
|
})[] | undefined;
|
2591
|
+
secured?: boolean | undefined;
|
2401
2592
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2402
2593
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2403
2594
|
hideLabel?: boolean | undefined;
|
@@ -2430,6 +2621,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2430
2621
|
addressLine3?: string | undefined;
|
2431
2622
|
postcodeOrZip?: string | undefined;
|
2432
2623
|
} | undefined;
|
2624
|
+
configuration?: {
|
2625
|
+
searchMode?: boolean | undefined;
|
2626
|
+
} | undefined;
|
2433
2627
|
} | {
|
2434
2628
|
type: "DATA";
|
2435
2629
|
id: string;
|
@@ -2461,6 +2655,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2461
2655
|
type: "DISPLAY_ON_REVIEW";
|
2462
2656
|
conditional: import(".").JSONSchema;
|
2463
2657
|
})[] | undefined;
|
2658
|
+
secured?: boolean | undefined;
|
2464
2659
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2465
2660
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2466
2661
|
hideLabel?: boolean | undefined;
|
@@ -2501,6 +2696,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2501
2696
|
type: "DISPLAY_ON_REVIEW";
|
2502
2697
|
conditional: import(".").JSONSchema;
|
2503
2698
|
})[] | undefined;
|
2699
|
+
secured?: boolean | undefined;
|
2504
2700
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2505
2701
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2506
2702
|
hideLabel?: boolean | undefined;
|
@@ -2526,6 +2722,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2526
2722
|
type: "DISPLAY_ON_REVIEW";
|
2527
2723
|
conditional: import(".").JSONSchema;
|
2528
2724
|
})[] | undefined;
|
2725
|
+
secured?: boolean | undefined;
|
2529
2726
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2530
2727
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2531
2728
|
hideLabel?: boolean | undefined;
|
@@ -2558,6 +2755,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2558
2755
|
type: "DISPLAY_ON_REVIEW";
|
2559
2756
|
conditional: import(".").JSONSchema;
|
2560
2757
|
})[] | undefined;
|
2758
|
+
secured?: boolean | undefined;
|
2561
2759
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2562
2760
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2563
2761
|
hideLabel?: boolean | undefined;
|
@@ -2590,6 +2788,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2590
2788
|
type: "DISPLAY_ON_REVIEW";
|
2591
2789
|
conditional: import(".").JSONSchema;
|
2592
2790
|
})[] | undefined;
|
2791
|
+
secured?: boolean | undefined;
|
2593
2792
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2594
2793
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2595
2794
|
hideLabel?: boolean | undefined;
|
@@ -2628,6 +2827,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2628
2827
|
type: "DISPLAY_ON_REVIEW";
|
2629
2828
|
conditional: import(".").JSONSchema;
|
2630
2829
|
})[] | undefined;
|
2830
|
+
secured?: boolean | undefined;
|
2631
2831
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2632
2832
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2633
2833
|
hideLabel?: boolean | undefined;
|
@@ -2654,6 +2854,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2654
2854
|
type: "DISPLAY_ON_REVIEW";
|
2655
2855
|
conditional: import(".").JSONSchema;
|
2656
2856
|
})[] | undefined;
|
2857
|
+
secured?: boolean | undefined;
|
2657
2858
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2658
2859
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2659
2860
|
hideLabel?: boolean | undefined;
|
@@ -2683,6 +2884,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2683
2884
|
type: "DISPLAY_ON_REVIEW";
|
2684
2885
|
conditional: import(".").JSONSchema;
|
2685
2886
|
})[] | undefined;
|
2887
|
+
secured?: boolean | undefined;
|
2686
2888
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2687
2889
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2688
2890
|
hideLabel?: boolean | undefined;
|
@@ -2712,10 +2914,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2712
2914
|
type: "DISPLAY_ON_REVIEW";
|
2713
2915
|
conditional: import(".").JSONSchema;
|
2714
2916
|
})[] | undefined;
|
2917
|
+
secured?: boolean | undefined;
|
2715
2918
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2716
2919
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2717
2920
|
hideLabel?: boolean | undefined;
|
2718
|
-
defaultValue?: string |
|
2921
|
+
defaultValue?: string | {
|
2922
|
+
start: string;
|
2923
|
+
end: string;
|
2924
|
+
} | undefined;
|
2719
2925
|
configuration?: {
|
2720
2926
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
2721
2927
|
} | undefined;
|
@@ -2746,6 +2952,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2746
2952
|
type: "DISPLAY_ON_REVIEW";
|
2747
2953
|
conditional: import(".").JSONSchema;
|
2748
2954
|
})[] | undefined;
|
2955
|
+
secured?: boolean | undefined;
|
2749
2956
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2750
2957
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2751
2958
|
hideLabel?: boolean | undefined;
|
@@ -2772,6 +2979,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2772
2979
|
type: "DISPLAY_ON_REVIEW";
|
2773
2980
|
conditional: import(".").JSONSchema;
|
2774
2981
|
})[] | undefined;
|
2982
|
+
secured?: boolean | undefined;
|
2775
2983
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2776
2984
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2777
2985
|
hideLabel?: boolean | undefined;
|
@@ -2806,12 +3014,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2806
3014
|
type: "DISPLAY_ON_REVIEW";
|
2807
3015
|
conditional: import(".").JSONSchema;
|
2808
3016
|
})[] | undefined;
|
3017
|
+
secured?: boolean | undefined;
|
2809
3018
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2810
3019
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2811
3020
|
hideLabel?: boolean | undefined;
|
2812
3021
|
defaultValue?: {
|
2813
3022
|
type: string;
|
2814
|
-
|
3023
|
+
path: string;
|
2815
3024
|
originalFilename: string;
|
2816
3025
|
} | undefined;
|
2817
3026
|
} | {
|
@@ -2840,6 +3049,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2840
3049
|
type: "DISPLAY_ON_REVIEW";
|
2841
3050
|
conditional: import(".").JSONSchema;
|
2842
3051
|
})[] | undefined;
|
3052
|
+
secured?: boolean | undefined;
|
2843
3053
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2844
3054
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2845
3055
|
hideLabel?: boolean | undefined;
|
@@ -2877,6 +3087,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2877
3087
|
type: "DISPLAY_ON_REVIEW";
|
2878
3088
|
conditional: import(".").JSONSchema;
|
2879
3089
|
})[] | undefined;
|
3090
|
+
secured?: boolean | undefined;
|
2880
3091
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2881
3092
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2882
3093
|
hideLabel?: boolean | undefined;
|
@@ -2907,10 +3118,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2907
3118
|
type: "DISPLAY_ON_REVIEW";
|
2908
3119
|
conditional: import(".").JSONSchema;
|
2909
3120
|
})[] | undefined;
|
3121
|
+
secured?: boolean | undefined;
|
2910
3122
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2911
3123
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2912
3124
|
hideLabel?: boolean | undefined;
|
2913
3125
|
defaultValue?: string | undefined;
|
3126
|
+
} | {
|
3127
|
+
type: "SELECT_DATE_RANGE";
|
3128
|
+
id: string;
|
3129
|
+
options: {
|
3130
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
3131
|
+
label: import("./TranslationConfig").TranslationConfig;
|
3132
|
+
}[];
|
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?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
2914
3157
|
} | {
|
2915
3158
|
type: "NAME";
|
2916
3159
|
id: string;
|
@@ -2933,6 +3176,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2933
3176
|
type: "DISPLAY_ON_REVIEW";
|
2934
3177
|
conditional: import(".").JSONSchema;
|
2935
3178
|
})[] | undefined;
|
3179
|
+
secured?: boolean | undefined;
|
2936
3180
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2937
3181
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2938
3182
|
hideLabel?: boolean | undefined;
|
@@ -2944,6 +3188,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2944
3188
|
maxLength?: number | undefined;
|
2945
3189
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
2946
3190
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3191
|
+
includeMiddlename?: boolean | undefined;
|
3192
|
+
searchMode?: boolean | undefined;
|
2947
3193
|
} | undefined;
|
2948
3194
|
} | {
|
2949
3195
|
type: "PHONE";
|
@@ -2967,6 +3213,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2967
3213
|
type: "DISPLAY_ON_REVIEW";
|
2968
3214
|
conditional: import(".").JSONSchema;
|
2969
3215
|
})[] | undefined;
|
3216
|
+
secured?: boolean | undefined;
|
2970
3217
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2971
3218
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2972
3219
|
hideLabel?: boolean | undefined;
|
@@ -2993,6 +3240,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2993
3240
|
type: "DISPLAY_ON_REVIEW";
|
2994
3241
|
conditional: import(".").JSONSchema;
|
2995
3242
|
})[] | undefined;
|
3243
|
+
secured?: boolean | undefined;
|
2996
3244
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2997
3245
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2998
3246
|
hideLabel?: boolean | undefined;
|
@@ -3019,6 +3267,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3019
3267
|
type: "DISPLAY_ON_REVIEW";
|
3020
3268
|
conditional: import(".").JSONSchema;
|
3021
3269
|
})[] | undefined;
|
3270
|
+
secured?: boolean | undefined;
|
3022
3271
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3023
3272
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3024
3273
|
hideLabel?: boolean | undefined;
|
@@ -3045,6 +3294,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3045
3294
|
type: "DISPLAY_ON_REVIEW";
|
3046
3295
|
conditional: import(".").JSONSchema;
|
3047
3296
|
})[] | undefined;
|
3297
|
+
secured?: boolean | undefined;
|
3048
3298
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3049
3299
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3050
3300
|
hideLabel?: boolean | undefined;
|
@@ -3077,6 +3327,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3077
3327
|
type: "DISPLAY_ON_REVIEW";
|
3078
3328
|
conditional: import(".").JSONSchema;
|
3079
3329
|
})[] | undefined;
|
3330
|
+
secured?: boolean | undefined;
|
3080
3331
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3081
3332
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3082
3333
|
hideLabel?: boolean | undefined;
|
@@ -3103,6 +3354,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3103
3354
|
type: "DISPLAY_ON_REVIEW";
|
3104
3355
|
conditional: import(".").JSONSchema;
|
3105
3356
|
})[] | undefined;
|
3357
|
+
secured?: boolean | undefined;
|
3106
3358
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3107
3359
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3108
3360
|
hideLabel?: boolean | undefined;
|
@@ -3137,13 +3389,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3137
3389
|
type: "DISPLAY_ON_REVIEW";
|
3138
3390
|
conditional: import(".").JSONSchema;
|
3139
3391
|
})[] | undefined;
|
3392
|
+
secured?: boolean | undefined;
|
3140
3393
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3141
3394
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3142
3395
|
hideLabel?: boolean | undefined;
|
3143
3396
|
defaultValue?: {
|
3144
3397
|
type: string;
|
3145
3398
|
option: string;
|
3146
|
-
|
3399
|
+
path: string;
|
3147
3400
|
originalFilename: string;
|
3148
3401
|
}[] | undefined;
|
3149
3402
|
} | {
|
@@ -3168,6 +3421,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3168
3421
|
type: "DISPLAY_ON_REVIEW";
|
3169
3422
|
conditional: import(".").JSONSchema;
|
3170
3423
|
})[] | undefined;
|
3424
|
+
secured?: boolean | undefined;
|
3171
3425
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3172
3426
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3173
3427
|
hideLabel?: boolean | undefined;
|
@@ -3194,6 +3448,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3194
3448
|
type: "DISPLAY_ON_REVIEW";
|
3195
3449
|
conditional: import(".").JSONSchema;
|
3196
3450
|
})[] | undefined;
|
3451
|
+
secured?: boolean | undefined;
|
3197
3452
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3198
3453
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3199
3454
|
hideLabel?: boolean | undefined;
|
@@ -3220,6 +3475,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3220
3475
|
type: "DISPLAY_ON_REVIEW";
|
3221
3476
|
conditional: import(".").JSONSchema;
|
3222
3477
|
})[] | undefined;
|
3478
|
+
secured?: boolean | undefined;
|
3223
3479
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3224
3480
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3225
3481
|
hideLabel?: boolean | undefined;
|
@@ -3252,6 +3508,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3252
3508
|
addressLine3?: string | undefined;
|
3253
3509
|
postcodeOrZip?: string | undefined;
|
3254
3510
|
} | undefined;
|
3511
|
+
configuration?: {
|
3512
|
+
searchMode?: boolean | undefined;
|
3513
|
+
} | undefined;
|
3255
3514
|
} | {
|
3256
3515
|
type: "DATA";
|
3257
3516
|
id: string;
|
@@ -3283,6 +3542,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3283
3542
|
type: "DISPLAY_ON_REVIEW";
|
3284
3543
|
conditional: import(".").JSONSchema;
|
3285
3544
|
})[] | undefined;
|
3545
|
+
secured?: boolean | undefined;
|
3286
3546
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3287
3547
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3288
3548
|
hideLabel?: boolean | undefined;
|
@@ -3323,6 +3583,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3323
3583
|
type: "DISPLAY_ON_REVIEW";
|
3324
3584
|
conditional: import(".").JSONSchema;
|
3325
3585
|
})[] | undefined;
|
3586
|
+
secured?: boolean | undefined;
|
3326
3587
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3327
3588
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3328
3589
|
hideLabel?: boolean | undefined;
|
@@ -3348,6 +3609,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3348
3609
|
type: "DISPLAY_ON_REVIEW";
|
3349
3610
|
conditional: import(".").JSONSchema;
|
3350
3611
|
})[] | undefined;
|
3612
|
+
secured?: boolean | undefined;
|
3351
3613
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3352
3614
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3353
3615
|
hideLabel?: boolean | undefined;
|
@@ -3380,6 +3642,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3380
3642
|
type: "DISPLAY_ON_REVIEW";
|
3381
3643
|
conditional: import(".").JSONSchema;
|
3382
3644
|
})[] | undefined;
|
3645
|
+
secured?: boolean | undefined;
|
3383
3646
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3384
3647
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3385
3648
|
hideLabel?: boolean | undefined;
|
@@ -3412,6 +3675,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3412
3675
|
type: "DISPLAY_ON_REVIEW";
|
3413
3676
|
conditional: import(".").JSONSchema;
|
3414
3677
|
})[] | undefined;
|
3678
|
+
secured?: boolean | undefined;
|
3415
3679
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3416
3680
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3417
3681
|
hideLabel?: boolean | undefined;
|
@@ -3450,6 +3714,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3450
3714
|
type: "DISPLAY_ON_REVIEW";
|
3451
3715
|
conditional: import(".").JSONSchema;
|
3452
3716
|
})[] | undefined;
|
3717
|
+
secured?: boolean | undefined;
|
3453
3718
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3454
3719
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3455
3720
|
hideLabel?: boolean | undefined;
|
@@ -3476,6 +3741,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3476
3741
|
type: "DISPLAY_ON_REVIEW";
|
3477
3742
|
conditional: import(".").JSONSchema;
|
3478
3743
|
})[] | undefined;
|
3744
|
+
secured?: boolean | undefined;
|
3479
3745
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3480
3746
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3481
3747
|
hideLabel?: boolean | undefined;
|
@@ -3505,6 +3771,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3505
3771
|
type: "DISPLAY_ON_REVIEW";
|
3506
3772
|
conditional: import(".").JSONSchema;
|
3507
3773
|
})[] | undefined;
|
3774
|
+
secured?: boolean | undefined;
|
3508
3775
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3509
3776
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3510
3777
|
hideLabel?: boolean | undefined;
|
@@ -3534,10 +3801,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3534
3801
|
type: "DISPLAY_ON_REVIEW";
|
3535
3802
|
conditional: import(".").JSONSchema;
|
3536
3803
|
})[] | undefined;
|
3804
|
+
secured?: boolean | undefined;
|
3537
3805
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3538
3806
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3539
3807
|
hideLabel?: boolean | undefined;
|
3540
|
-
defaultValue?: string |
|
3808
|
+
defaultValue?: string | {
|
3809
|
+
start: string;
|
3810
|
+
end: string;
|
3811
|
+
} | undefined;
|
3541
3812
|
configuration?: {
|
3542
3813
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
3543
3814
|
} | undefined;
|
@@ -3568,6 +3839,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3568
3839
|
type: "DISPLAY_ON_REVIEW";
|
3569
3840
|
conditional: import(".").JSONSchema;
|
3570
3841
|
})[] | undefined;
|
3842
|
+
secured?: boolean | undefined;
|
3571
3843
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3572
3844
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3573
3845
|
hideLabel?: boolean | undefined;
|
@@ -3594,6 +3866,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3594
3866
|
type: "DISPLAY_ON_REVIEW";
|
3595
3867
|
conditional: import(".").JSONSchema;
|
3596
3868
|
})[] | undefined;
|
3869
|
+
secured?: boolean | undefined;
|
3597
3870
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3598
3871
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3599
3872
|
hideLabel?: boolean | undefined;
|
@@ -3628,12 +3901,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3628
3901
|
type: "DISPLAY_ON_REVIEW";
|
3629
3902
|
conditional: import(".").JSONSchema;
|
3630
3903
|
})[] | undefined;
|
3904
|
+
secured?: boolean | undefined;
|
3631
3905
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3632
3906
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3633
3907
|
hideLabel?: boolean | undefined;
|
3634
3908
|
defaultValue?: {
|
3635
3909
|
type: string;
|
3636
|
-
|
3910
|
+
path: string;
|
3637
3911
|
originalFilename: string;
|
3638
3912
|
} | undefined;
|
3639
3913
|
} | {
|
@@ -3662,6 +3936,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3662
3936
|
type: "DISPLAY_ON_REVIEW";
|
3663
3937
|
conditional: import(".").JSONSchema;
|
3664
3938
|
})[] | undefined;
|
3939
|
+
secured?: boolean | undefined;
|
3665
3940
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3666
3941
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3667
3942
|
hideLabel?: boolean | undefined;
|
@@ -3699,6 +3974,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3699
3974
|
type: "DISPLAY_ON_REVIEW";
|
3700
3975
|
conditional: import(".").JSONSchema;
|
3701
3976
|
})[] | undefined;
|
3977
|
+
secured?: boolean | undefined;
|
3702
3978
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3703
3979
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3704
3980
|
hideLabel?: boolean | undefined;
|
@@ -3729,10 +4005,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3729
4005
|
type: "DISPLAY_ON_REVIEW";
|
3730
4006
|
conditional: import(".").JSONSchema;
|
3731
4007
|
})[] | undefined;
|
4008
|
+
secured?: boolean | undefined;
|
3732
4009
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3733
4010
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3734
4011
|
hideLabel?: boolean | undefined;
|
3735
4012
|
defaultValue?: string | undefined;
|
4013
|
+
} | {
|
4014
|
+
type: "SELECT_DATE_RANGE";
|
4015
|
+
id: string;
|
4016
|
+
options: {
|
4017
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
4018
|
+
label: import("./TranslationConfig").TranslationConfig;
|
4019
|
+
}[];
|
4020
|
+
label: import("./TranslationConfig").TranslationConfig;
|
4021
|
+
parent?: {
|
4022
|
+
$$field: string;
|
4023
|
+
} | undefined;
|
4024
|
+
validation?: {
|
4025
|
+
message: import("./TranslationConfig").TranslationConfig;
|
4026
|
+
validator: import(".").JSONSchema;
|
4027
|
+
}[] | undefined;
|
4028
|
+
required?: boolean | undefined;
|
4029
|
+
conditionals?: ({
|
4030
|
+
type: "SHOW";
|
4031
|
+
conditional: import(".").JSONSchema;
|
4032
|
+
} | {
|
4033
|
+
type: "ENABLE";
|
4034
|
+
conditional: import(".").JSONSchema;
|
4035
|
+
} | {
|
4036
|
+
type: "DISPLAY_ON_REVIEW";
|
4037
|
+
conditional: import(".").JSONSchema;
|
4038
|
+
})[] | undefined;
|
4039
|
+
secured?: boolean | undefined;
|
4040
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4041
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4042
|
+
hideLabel?: boolean | undefined;
|
4043
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
3736
4044
|
} | {
|
3737
4045
|
type: "NAME";
|
3738
4046
|
id: string;
|
@@ -3755,6 +4063,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3755
4063
|
type: "DISPLAY_ON_REVIEW";
|
3756
4064
|
conditional: import(".").JSONSchema;
|
3757
4065
|
})[] | undefined;
|
4066
|
+
secured?: boolean | undefined;
|
3758
4067
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3759
4068
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3760
4069
|
hideLabel?: boolean | undefined;
|
@@ -3766,6 +4075,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3766
4075
|
maxLength?: number | undefined;
|
3767
4076
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
3768
4077
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
4078
|
+
includeMiddlename?: boolean | undefined;
|
4079
|
+
searchMode?: boolean | undefined;
|
3769
4080
|
} | undefined;
|
3770
4081
|
} | {
|
3771
4082
|
type: "PHONE";
|
@@ -3789,6 +4100,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3789
4100
|
type: "DISPLAY_ON_REVIEW";
|
3790
4101
|
conditional: import(".").JSONSchema;
|
3791
4102
|
})[] | undefined;
|
4103
|
+
secured?: boolean | undefined;
|
3792
4104
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3793
4105
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3794
4106
|
hideLabel?: boolean | undefined;
|
@@ -3815,6 +4127,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3815
4127
|
type: "DISPLAY_ON_REVIEW";
|
3816
4128
|
conditional: import(".").JSONSchema;
|
3817
4129
|
})[] | undefined;
|
4130
|
+
secured?: boolean | undefined;
|
3818
4131
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3819
4132
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3820
4133
|
hideLabel?: boolean | undefined;
|
@@ -3841,6 +4154,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3841
4154
|
type: "DISPLAY_ON_REVIEW";
|
3842
4155
|
conditional: import(".").JSONSchema;
|
3843
4156
|
})[] | undefined;
|
4157
|
+
secured?: boolean | undefined;
|
3844
4158
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3845
4159
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3846
4160
|
hideLabel?: boolean | undefined;
|
@@ -3867,6 +4181,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3867
4181
|
type: "DISPLAY_ON_REVIEW";
|
3868
4182
|
conditional: import(".").JSONSchema;
|
3869
4183
|
})[] | undefined;
|
4184
|
+
secured?: boolean | undefined;
|
3870
4185
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3871
4186
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3872
4187
|
hideLabel?: boolean | undefined;
|
@@ -3899,6 +4214,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3899
4214
|
type: "DISPLAY_ON_REVIEW";
|
3900
4215
|
conditional: import(".").JSONSchema;
|
3901
4216
|
})[] | undefined;
|
4217
|
+
secured?: boolean | undefined;
|
3902
4218
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3903
4219
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3904
4220
|
hideLabel?: boolean | undefined;
|
@@ -3925,6 +4241,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3925
4241
|
type: "DISPLAY_ON_REVIEW";
|
3926
4242
|
conditional: import(".").JSONSchema;
|
3927
4243
|
})[] | undefined;
|
4244
|
+
secured?: boolean | undefined;
|
3928
4245
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3929
4246
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3930
4247
|
hideLabel?: boolean | undefined;
|
@@ -3959,13 +4276,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3959
4276
|
type: "DISPLAY_ON_REVIEW";
|
3960
4277
|
conditional: import(".").JSONSchema;
|
3961
4278
|
})[] | undefined;
|
4279
|
+
secured?: boolean | undefined;
|
3962
4280
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3963
4281
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3964
4282
|
hideLabel?: boolean | undefined;
|
3965
4283
|
defaultValue?: {
|
3966
4284
|
type: string;
|
3967
4285
|
option: string;
|
3968
|
-
|
4286
|
+
path: string;
|
3969
4287
|
originalFilename: string;
|
3970
4288
|
}[] | undefined;
|
3971
4289
|
} | {
|
@@ -3990,6 +4308,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3990
4308
|
type: "DISPLAY_ON_REVIEW";
|
3991
4309
|
conditional: import(".").JSONSchema;
|
3992
4310
|
})[] | undefined;
|
4311
|
+
secured?: boolean | undefined;
|
3993
4312
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3994
4313
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3995
4314
|
hideLabel?: boolean | undefined;
|
@@ -4016,6 +4335,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4016
4335
|
type: "DISPLAY_ON_REVIEW";
|
4017
4336
|
conditional: import(".").JSONSchema;
|
4018
4337
|
})[] | undefined;
|
4338
|
+
secured?: boolean | undefined;
|
4019
4339
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4020
4340
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4021
4341
|
hideLabel?: boolean | undefined;
|
@@ -4042,6 +4362,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4042
4362
|
type: "DISPLAY_ON_REVIEW";
|
4043
4363
|
conditional: import(".").JSONSchema;
|
4044
4364
|
})[] | undefined;
|
4365
|
+
secured?: boolean | undefined;
|
4045
4366
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4046
4367
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4047
4368
|
hideLabel?: boolean | undefined;
|
@@ -4074,6 +4395,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4074
4395
|
addressLine3?: string | undefined;
|
4075
4396
|
postcodeOrZip?: string | undefined;
|
4076
4397
|
} | undefined;
|
4398
|
+
configuration?: {
|
4399
|
+
searchMode?: boolean | undefined;
|
4400
|
+
} | undefined;
|
4077
4401
|
} | {
|
4078
4402
|
type: "DATA";
|
4079
4403
|
id: string;
|
@@ -4105,6 +4429,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4105
4429
|
type: "DISPLAY_ON_REVIEW";
|
4106
4430
|
conditional: import(".").JSONSchema;
|
4107
4431
|
})[] | undefined;
|
4432
|
+
secured?: boolean | undefined;
|
4108
4433
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4109
4434
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4110
4435
|
hideLabel?: boolean | undefined;
|
@@ -4193,6 +4518,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4193
4518
|
type: "DISPLAY_ON_REVIEW";
|
4194
4519
|
conditional: import(".").JSONSchema;
|
4195
4520
|
})[] | undefined;
|
4521
|
+
secured?: boolean | undefined;
|
4196
4522
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4197
4523
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4198
4524
|
hideLabel?: boolean | undefined;
|
@@ -4218,6 +4544,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4218
4544
|
type: "DISPLAY_ON_REVIEW";
|
4219
4545
|
conditional: import(".").JSONSchema;
|
4220
4546
|
})[] | undefined;
|
4547
|
+
secured?: boolean | undefined;
|
4221
4548
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4222
4549
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4223
4550
|
hideLabel?: boolean | undefined;
|
@@ -4250,6 +4577,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4250
4577
|
type: "DISPLAY_ON_REVIEW";
|
4251
4578
|
conditional: import(".").JSONSchema;
|
4252
4579
|
})[] | undefined;
|
4580
|
+
secured?: boolean | undefined;
|
4253
4581
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4254
4582
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4255
4583
|
hideLabel?: boolean | undefined;
|
@@ -4282,6 +4610,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4282
4610
|
type: "DISPLAY_ON_REVIEW";
|
4283
4611
|
conditional: import(".").JSONSchema;
|
4284
4612
|
})[] | undefined;
|
4613
|
+
secured?: boolean | undefined;
|
4285
4614
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4286
4615
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4287
4616
|
hideLabel?: boolean | undefined;
|
@@ -4320,6 +4649,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4320
4649
|
type: "DISPLAY_ON_REVIEW";
|
4321
4650
|
conditional: import(".").JSONSchema;
|
4322
4651
|
})[] | undefined;
|
4652
|
+
secured?: boolean | undefined;
|
4323
4653
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4324
4654
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4325
4655
|
hideLabel?: boolean | undefined;
|
@@ -4346,6 +4676,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4346
4676
|
type: "DISPLAY_ON_REVIEW";
|
4347
4677
|
conditional: import(".").JSONSchema;
|
4348
4678
|
})[] | undefined;
|
4679
|
+
secured?: boolean | undefined;
|
4349
4680
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4350
4681
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4351
4682
|
hideLabel?: boolean | undefined;
|
@@ -4375,6 +4706,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4375
4706
|
type: "DISPLAY_ON_REVIEW";
|
4376
4707
|
conditional: import(".").JSONSchema;
|
4377
4708
|
})[] | undefined;
|
4709
|
+
secured?: boolean | undefined;
|
4378
4710
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4379
4711
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4380
4712
|
hideLabel?: boolean | undefined;
|
@@ -4404,10 +4736,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4404
4736
|
type: "DISPLAY_ON_REVIEW";
|
4405
4737
|
conditional: import(".").JSONSchema;
|
4406
4738
|
})[] | undefined;
|
4739
|
+
secured?: boolean | undefined;
|
4407
4740
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4408
4741
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4409
4742
|
hideLabel?: boolean | undefined;
|
4410
|
-
defaultValue?: string |
|
4743
|
+
defaultValue?: string | {
|
4744
|
+
start: string;
|
4745
|
+
end: string;
|
4746
|
+
} | undefined;
|
4411
4747
|
configuration?: {
|
4412
4748
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
4413
4749
|
} | undefined;
|
@@ -4438,6 +4774,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4438
4774
|
type: "DISPLAY_ON_REVIEW";
|
4439
4775
|
conditional: import(".").JSONSchema;
|
4440
4776
|
})[] | undefined;
|
4777
|
+
secured?: boolean | undefined;
|
4441
4778
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4442
4779
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4443
4780
|
hideLabel?: boolean | undefined;
|
@@ -4464,6 +4801,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4464
4801
|
type: "DISPLAY_ON_REVIEW";
|
4465
4802
|
conditional: import(".").JSONSchema;
|
4466
4803
|
})[] | undefined;
|
4804
|
+
secured?: boolean | undefined;
|
4467
4805
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4468
4806
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4469
4807
|
hideLabel?: boolean | undefined;
|
@@ -4498,12 +4836,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4498
4836
|
type: "DISPLAY_ON_REVIEW";
|
4499
4837
|
conditional: import(".").JSONSchema;
|
4500
4838
|
})[] | undefined;
|
4839
|
+
secured?: boolean | undefined;
|
4501
4840
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4502
4841
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4503
4842
|
hideLabel?: boolean | undefined;
|
4504
4843
|
defaultValue?: {
|
4505
4844
|
type: string;
|
4506
|
-
|
4845
|
+
path: string;
|
4507
4846
|
originalFilename: string;
|
4508
4847
|
} | undefined;
|
4509
4848
|
} | {
|
@@ -4532,6 +4871,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4532
4871
|
type: "DISPLAY_ON_REVIEW";
|
4533
4872
|
conditional: import(".").JSONSchema;
|
4534
4873
|
})[] | undefined;
|
4874
|
+
secured?: boolean | undefined;
|
4535
4875
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4536
4876
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4537
4877
|
hideLabel?: boolean | undefined;
|
@@ -4569,6 +4909,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4569
4909
|
type: "DISPLAY_ON_REVIEW";
|
4570
4910
|
conditional: import(".").JSONSchema;
|
4571
4911
|
})[] | undefined;
|
4912
|
+
secured?: boolean | undefined;
|
4572
4913
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4573
4914
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4574
4915
|
hideLabel?: boolean | undefined;
|
@@ -4599,10 +4940,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4599
4940
|
type: "DISPLAY_ON_REVIEW";
|
4600
4941
|
conditional: import(".").JSONSchema;
|
4601
4942
|
})[] | undefined;
|
4943
|
+
secured?: boolean | undefined;
|
4602
4944
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4603
4945
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4604
4946
|
hideLabel?: boolean | undefined;
|
4605
4947
|
defaultValue?: string | undefined;
|
4948
|
+
} | {
|
4949
|
+
type: "SELECT_DATE_RANGE";
|
4950
|
+
id: string;
|
4951
|
+
options: {
|
4952
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
4953
|
+
label: import("./TranslationConfig").TranslationConfig;
|
4954
|
+
}[];
|
4955
|
+
label: import("./TranslationConfig").TranslationConfig;
|
4956
|
+
parent?: {
|
4957
|
+
$$field: string;
|
4958
|
+
} | undefined;
|
4959
|
+
validation?: {
|
4960
|
+
message: import("./TranslationConfig").TranslationConfig;
|
4961
|
+
validator: import(".").JSONSchema;
|
4962
|
+
}[] | undefined;
|
4963
|
+
required?: boolean | undefined;
|
4964
|
+
conditionals?: ({
|
4965
|
+
type: "SHOW";
|
4966
|
+
conditional: import(".").JSONSchema;
|
4967
|
+
} | {
|
4968
|
+
type: "ENABLE";
|
4969
|
+
conditional: import(".").JSONSchema;
|
4970
|
+
} | {
|
4971
|
+
type: "DISPLAY_ON_REVIEW";
|
4972
|
+
conditional: import(".").JSONSchema;
|
4973
|
+
})[] | undefined;
|
4974
|
+
secured?: boolean | undefined;
|
4975
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4976
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4977
|
+
hideLabel?: boolean | undefined;
|
4978
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
4606
4979
|
} | {
|
4607
4980
|
type: "NAME";
|
4608
4981
|
id: string;
|
@@ -4625,6 +4998,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4625
4998
|
type: "DISPLAY_ON_REVIEW";
|
4626
4999
|
conditional: import(".").JSONSchema;
|
4627
5000
|
})[] | undefined;
|
5001
|
+
secured?: boolean | undefined;
|
4628
5002
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4629
5003
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4630
5004
|
hideLabel?: boolean | undefined;
|
@@ -4636,6 +5010,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4636
5010
|
maxLength?: number | undefined;
|
4637
5011
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
4638
5012
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
5013
|
+
includeMiddlename?: boolean | undefined;
|
5014
|
+
searchMode?: boolean | undefined;
|
4639
5015
|
} | undefined;
|
4640
5016
|
} | {
|
4641
5017
|
type: "PHONE";
|
@@ -4659,6 +5035,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4659
5035
|
type: "DISPLAY_ON_REVIEW";
|
4660
5036
|
conditional: import(".").JSONSchema;
|
4661
5037
|
})[] | undefined;
|
5038
|
+
secured?: boolean | undefined;
|
4662
5039
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4663
5040
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4664
5041
|
hideLabel?: boolean | undefined;
|
@@ -4685,6 +5062,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4685
5062
|
type: "DISPLAY_ON_REVIEW";
|
4686
5063
|
conditional: import(".").JSONSchema;
|
4687
5064
|
})[] | undefined;
|
5065
|
+
secured?: boolean | undefined;
|
4688
5066
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4689
5067
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4690
5068
|
hideLabel?: boolean | undefined;
|
@@ -4711,6 +5089,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4711
5089
|
type: "DISPLAY_ON_REVIEW";
|
4712
5090
|
conditional: import(".").JSONSchema;
|
4713
5091
|
})[] | undefined;
|
5092
|
+
secured?: boolean | undefined;
|
4714
5093
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4715
5094
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4716
5095
|
hideLabel?: boolean | undefined;
|
@@ -4737,6 +5116,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4737
5116
|
type: "DISPLAY_ON_REVIEW";
|
4738
5117
|
conditional: import(".").JSONSchema;
|
4739
5118
|
})[] | undefined;
|
5119
|
+
secured?: boolean | undefined;
|
4740
5120
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4741
5121
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4742
5122
|
hideLabel?: boolean | undefined;
|
@@ -4769,6 +5149,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4769
5149
|
type: "DISPLAY_ON_REVIEW";
|
4770
5150
|
conditional: import(".").JSONSchema;
|
4771
5151
|
})[] | undefined;
|
5152
|
+
secured?: boolean | undefined;
|
4772
5153
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4773
5154
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4774
5155
|
hideLabel?: boolean | undefined;
|
@@ -4795,6 +5176,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4795
5176
|
type: "DISPLAY_ON_REVIEW";
|
4796
5177
|
conditional: import(".").JSONSchema;
|
4797
5178
|
})[] | undefined;
|
5179
|
+
secured?: boolean | undefined;
|
4798
5180
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4799
5181
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4800
5182
|
hideLabel?: boolean | undefined;
|
@@ -4829,13 +5211,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4829
5211
|
type: "DISPLAY_ON_REVIEW";
|
4830
5212
|
conditional: import(".").JSONSchema;
|
4831
5213
|
})[] | undefined;
|
5214
|
+
secured?: boolean | undefined;
|
4832
5215
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4833
5216
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4834
5217
|
hideLabel?: boolean | undefined;
|
4835
5218
|
defaultValue?: {
|
4836
5219
|
type: string;
|
4837
5220
|
option: string;
|
4838
|
-
|
5221
|
+
path: string;
|
4839
5222
|
originalFilename: string;
|
4840
5223
|
}[] | undefined;
|
4841
5224
|
} | {
|
@@ -4860,6 +5243,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4860
5243
|
type: "DISPLAY_ON_REVIEW";
|
4861
5244
|
conditional: import(".").JSONSchema;
|
4862
5245
|
})[] | undefined;
|
5246
|
+
secured?: boolean | undefined;
|
4863
5247
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4864
5248
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4865
5249
|
hideLabel?: boolean | undefined;
|
@@ -4886,6 +5270,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4886
5270
|
type: "DISPLAY_ON_REVIEW";
|
4887
5271
|
conditional: import(".").JSONSchema;
|
4888
5272
|
})[] | undefined;
|
5273
|
+
secured?: boolean | undefined;
|
4889
5274
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4890
5275
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4891
5276
|
hideLabel?: boolean | undefined;
|
@@ -4912,6 +5297,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4912
5297
|
type: "DISPLAY_ON_REVIEW";
|
4913
5298
|
conditional: import(".").JSONSchema;
|
4914
5299
|
})[] | undefined;
|
5300
|
+
secured?: boolean | undefined;
|
4915
5301
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4916
5302
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4917
5303
|
hideLabel?: boolean | undefined;
|
@@ -4944,6 +5330,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4944
5330
|
addressLine3?: string | undefined;
|
4945
5331
|
postcodeOrZip?: string | undefined;
|
4946
5332
|
} | undefined;
|
5333
|
+
configuration?: {
|
5334
|
+
searchMode?: boolean | undefined;
|
5335
|
+
} | undefined;
|
4947
5336
|
} | {
|
4948
5337
|
type: "DATA";
|
4949
5338
|
id: string;
|
@@ -4975,6 +5364,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4975
5364
|
type: "DISPLAY_ON_REVIEW";
|
4976
5365
|
conditional: import(".").JSONSchema;
|
4977
5366
|
})[] | undefined;
|
5367
|
+
secured?: boolean | undefined;
|
4978
5368
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4979
5369
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4980
5370
|
hideLabel?: boolean | undefined;
|
@@ -5018,6 +5408,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5018
5408
|
type: "DISPLAY_ON_REVIEW";
|
5019
5409
|
conditional: import(".").JSONSchema;
|
5020
5410
|
})[] | undefined;
|
5411
|
+
secured?: boolean | undefined;
|
5021
5412
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5022
5413
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5023
5414
|
hideLabel?: boolean | undefined;
|
@@ -5043,6 +5434,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5043
5434
|
type: "DISPLAY_ON_REVIEW";
|
5044
5435
|
conditional: import(".").JSONSchema;
|
5045
5436
|
})[] | undefined;
|
5437
|
+
secured?: boolean | undefined;
|
5046
5438
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5047
5439
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5048
5440
|
hideLabel?: boolean | undefined;
|
@@ -5075,6 +5467,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5075
5467
|
type: "DISPLAY_ON_REVIEW";
|
5076
5468
|
conditional: import(".").JSONSchema;
|
5077
5469
|
})[] | undefined;
|
5470
|
+
secured?: boolean | undefined;
|
5078
5471
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5079
5472
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5080
5473
|
hideLabel?: boolean | undefined;
|
@@ -5107,6 +5500,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5107
5500
|
type: "DISPLAY_ON_REVIEW";
|
5108
5501
|
conditional: import(".").JSONSchema;
|
5109
5502
|
})[] | undefined;
|
5503
|
+
secured?: boolean | undefined;
|
5110
5504
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5111
5505
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5112
5506
|
hideLabel?: boolean | undefined;
|
@@ -5145,6 +5539,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5145
5539
|
type: "DISPLAY_ON_REVIEW";
|
5146
5540
|
conditional: import(".").JSONSchema;
|
5147
5541
|
})[] | undefined;
|
5542
|
+
secured?: boolean | undefined;
|
5148
5543
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5149
5544
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5150
5545
|
hideLabel?: boolean | undefined;
|
@@ -5171,6 +5566,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5171
5566
|
type: "DISPLAY_ON_REVIEW";
|
5172
5567
|
conditional: import(".").JSONSchema;
|
5173
5568
|
})[] | undefined;
|
5569
|
+
secured?: boolean | undefined;
|
5174
5570
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5175
5571
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5176
5572
|
hideLabel?: boolean | undefined;
|
@@ -5200,6 +5596,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5200
5596
|
type: "DISPLAY_ON_REVIEW";
|
5201
5597
|
conditional: import(".").JSONSchema;
|
5202
5598
|
})[] | undefined;
|
5599
|
+
secured?: boolean | undefined;
|
5203
5600
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5204
5601
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5205
5602
|
hideLabel?: boolean | undefined;
|
@@ -5229,10 +5626,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5229
5626
|
type: "DISPLAY_ON_REVIEW";
|
5230
5627
|
conditional: import(".").JSONSchema;
|
5231
5628
|
})[] | undefined;
|
5629
|
+
secured?: boolean | undefined;
|
5232
5630
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5233
5631
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5234
5632
|
hideLabel?: boolean | undefined;
|
5235
|
-
defaultValue?: string |
|
5633
|
+
defaultValue?: string | {
|
5634
|
+
start: string;
|
5635
|
+
end: string;
|
5636
|
+
} | undefined;
|
5236
5637
|
configuration?: {
|
5237
5638
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
5238
5639
|
} | undefined;
|
@@ -5263,6 +5664,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5263
5664
|
type: "DISPLAY_ON_REVIEW";
|
5264
5665
|
conditional: import(".").JSONSchema;
|
5265
5666
|
})[] | undefined;
|
5667
|
+
secured?: boolean | undefined;
|
5266
5668
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5267
5669
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5268
5670
|
hideLabel?: boolean | undefined;
|
@@ -5289,6 +5691,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5289
5691
|
type: "DISPLAY_ON_REVIEW";
|
5290
5692
|
conditional: import(".").JSONSchema;
|
5291
5693
|
})[] | undefined;
|
5694
|
+
secured?: boolean | undefined;
|
5292
5695
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5293
5696
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5294
5697
|
hideLabel?: boolean | undefined;
|
@@ -5323,12 +5726,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5323
5726
|
type: "DISPLAY_ON_REVIEW";
|
5324
5727
|
conditional: import(".").JSONSchema;
|
5325
5728
|
})[] | undefined;
|
5729
|
+
secured?: boolean | undefined;
|
5326
5730
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5327
5731
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5328
5732
|
hideLabel?: boolean | undefined;
|
5329
5733
|
defaultValue?: {
|
5330
5734
|
type: string;
|
5331
|
-
|
5735
|
+
path: string;
|
5332
5736
|
originalFilename: string;
|
5333
5737
|
} | undefined;
|
5334
5738
|
} | {
|
@@ -5357,6 +5761,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5357
5761
|
type: "DISPLAY_ON_REVIEW";
|
5358
5762
|
conditional: import(".").JSONSchema;
|
5359
5763
|
})[] | undefined;
|
5764
|
+
secured?: boolean | undefined;
|
5360
5765
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5361
5766
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5362
5767
|
hideLabel?: boolean | undefined;
|
@@ -5394,6 +5799,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5394
5799
|
type: "DISPLAY_ON_REVIEW";
|
5395
5800
|
conditional: import(".").JSONSchema;
|
5396
5801
|
})[] | undefined;
|
5802
|
+
secured?: boolean | undefined;
|
5397
5803
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5398
5804
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5399
5805
|
hideLabel?: boolean | undefined;
|
@@ -5424,10 +5830,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5424
5830
|
type: "DISPLAY_ON_REVIEW";
|
5425
5831
|
conditional: import(".").JSONSchema;
|
5426
5832
|
})[] | undefined;
|
5833
|
+
secured?: boolean | undefined;
|
5427
5834
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5428
5835
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5429
5836
|
hideLabel?: boolean | undefined;
|
5430
5837
|
defaultValue?: string | undefined;
|
5838
|
+
} | {
|
5839
|
+
type: "SELECT_DATE_RANGE";
|
5840
|
+
id: string;
|
5841
|
+
options: {
|
5842
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
5843
|
+
label: import("./TranslationConfig").TranslationConfig;
|
5844
|
+
}[];
|
5845
|
+
label: import("./TranslationConfig").TranslationConfig;
|
5846
|
+
parent?: {
|
5847
|
+
$$field: string;
|
5848
|
+
} | undefined;
|
5849
|
+
validation?: {
|
5850
|
+
message: import("./TranslationConfig").TranslationConfig;
|
5851
|
+
validator: import(".").JSONSchema;
|
5852
|
+
}[] | undefined;
|
5853
|
+
required?: boolean | undefined;
|
5854
|
+
conditionals?: ({
|
5855
|
+
type: "SHOW";
|
5856
|
+
conditional: import(".").JSONSchema;
|
5857
|
+
} | {
|
5858
|
+
type: "ENABLE";
|
5859
|
+
conditional: import(".").JSONSchema;
|
5860
|
+
} | {
|
5861
|
+
type: "DISPLAY_ON_REVIEW";
|
5862
|
+
conditional: import(".").JSONSchema;
|
5863
|
+
})[] | undefined;
|
5864
|
+
secured?: boolean | undefined;
|
5865
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5866
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5867
|
+
hideLabel?: boolean | undefined;
|
5868
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
5431
5869
|
} | {
|
5432
5870
|
type: "NAME";
|
5433
5871
|
id: string;
|
@@ -5450,6 +5888,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5450
5888
|
type: "DISPLAY_ON_REVIEW";
|
5451
5889
|
conditional: import(".").JSONSchema;
|
5452
5890
|
})[] | undefined;
|
5891
|
+
secured?: boolean | undefined;
|
5453
5892
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5454
5893
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5455
5894
|
hideLabel?: boolean | undefined;
|
@@ -5461,6 +5900,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5461
5900
|
maxLength?: number | undefined;
|
5462
5901
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
5463
5902
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
5903
|
+
includeMiddlename?: boolean | undefined;
|
5904
|
+
searchMode?: boolean | undefined;
|
5464
5905
|
} | undefined;
|
5465
5906
|
} | {
|
5466
5907
|
type: "PHONE";
|
@@ -5484,6 +5925,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5484
5925
|
type: "DISPLAY_ON_REVIEW";
|
5485
5926
|
conditional: import(".").JSONSchema;
|
5486
5927
|
})[] | undefined;
|
5928
|
+
secured?: boolean | undefined;
|
5487
5929
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5488
5930
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5489
5931
|
hideLabel?: boolean | undefined;
|
@@ -5510,6 +5952,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5510
5952
|
type: "DISPLAY_ON_REVIEW";
|
5511
5953
|
conditional: import(".").JSONSchema;
|
5512
5954
|
})[] | undefined;
|
5955
|
+
secured?: boolean | undefined;
|
5513
5956
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5514
5957
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5515
5958
|
hideLabel?: boolean | undefined;
|
@@ -5536,6 +5979,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5536
5979
|
type: "DISPLAY_ON_REVIEW";
|
5537
5980
|
conditional: import(".").JSONSchema;
|
5538
5981
|
})[] | undefined;
|
5982
|
+
secured?: boolean | undefined;
|
5539
5983
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5540
5984
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5541
5985
|
hideLabel?: boolean | undefined;
|
@@ -5562,6 +6006,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5562
6006
|
type: "DISPLAY_ON_REVIEW";
|
5563
6007
|
conditional: import(".").JSONSchema;
|
5564
6008
|
})[] | undefined;
|
6009
|
+
secured?: boolean | undefined;
|
5565
6010
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5566
6011
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5567
6012
|
hideLabel?: boolean | undefined;
|
@@ -5594,6 +6039,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5594
6039
|
type: "DISPLAY_ON_REVIEW";
|
5595
6040
|
conditional: import(".").JSONSchema;
|
5596
6041
|
})[] | undefined;
|
6042
|
+
secured?: boolean | undefined;
|
5597
6043
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5598
6044
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5599
6045
|
hideLabel?: boolean | undefined;
|
@@ -5620,6 +6066,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5620
6066
|
type: "DISPLAY_ON_REVIEW";
|
5621
6067
|
conditional: import(".").JSONSchema;
|
5622
6068
|
})[] | undefined;
|
6069
|
+
secured?: boolean | undefined;
|
5623
6070
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5624
6071
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5625
6072
|
hideLabel?: boolean | undefined;
|
@@ -5654,13 +6101,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5654
6101
|
type: "DISPLAY_ON_REVIEW";
|
5655
6102
|
conditional: import(".").JSONSchema;
|
5656
6103
|
})[] | undefined;
|
6104
|
+
secured?: boolean | undefined;
|
5657
6105
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5658
6106
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5659
6107
|
hideLabel?: boolean | undefined;
|
5660
6108
|
defaultValue?: {
|
5661
6109
|
type: string;
|
5662
6110
|
option: string;
|
5663
|
-
|
6111
|
+
path: string;
|
5664
6112
|
originalFilename: string;
|
5665
6113
|
}[] | undefined;
|
5666
6114
|
} | {
|
@@ -5685,6 +6133,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5685
6133
|
type: "DISPLAY_ON_REVIEW";
|
5686
6134
|
conditional: import(".").JSONSchema;
|
5687
6135
|
})[] | undefined;
|
6136
|
+
secured?: boolean | undefined;
|
5688
6137
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5689
6138
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5690
6139
|
hideLabel?: boolean | undefined;
|
@@ -5711,6 +6160,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5711
6160
|
type: "DISPLAY_ON_REVIEW";
|
5712
6161
|
conditional: import(".").JSONSchema;
|
5713
6162
|
})[] | undefined;
|
6163
|
+
secured?: boolean | undefined;
|
5714
6164
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5715
6165
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5716
6166
|
hideLabel?: boolean | undefined;
|
@@ -5737,6 +6187,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5737
6187
|
type: "DISPLAY_ON_REVIEW";
|
5738
6188
|
conditional: import(".").JSONSchema;
|
5739
6189
|
})[] | undefined;
|
6190
|
+
secured?: boolean | undefined;
|
5740
6191
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5741
6192
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5742
6193
|
hideLabel?: boolean | undefined;
|
@@ -5769,6 +6220,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5769
6220
|
addressLine3?: string | undefined;
|
5770
6221
|
postcodeOrZip?: string | undefined;
|
5771
6222
|
} | undefined;
|
6223
|
+
configuration?: {
|
6224
|
+
searchMode?: boolean | undefined;
|
6225
|
+
} | undefined;
|
5772
6226
|
} | {
|
5773
6227
|
type: "DATA";
|
5774
6228
|
id: string;
|
@@ -5800,6 +6254,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5800
6254
|
type: "DISPLAY_ON_REVIEW";
|
5801
6255
|
conditional: import(".").JSONSchema;
|
5802
6256
|
})[] | undefined;
|
6257
|
+
secured?: boolean | undefined;
|
5803
6258
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5804
6259
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5805
6260
|
hideLabel?: boolean | undefined;
|
@@ -5844,6 +6299,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5844
6299
|
type: "DISPLAY_ON_REVIEW";
|
5845
6300
|
conditional: import(".").JSONSchema;
|
5846
6301
|
})[] | undefined;
|
6302
|
+
secured?: boolean | undefined;
|
5847
6303
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5848
6304
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5849
6305
|
hideLabel?: boolean | undefined;
|
@@ -5869,6 +6325,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5869
6325
|
type: "DISPLAY_ON_REVIEW";
|
5870
6326
|
conditional: import(".").JSONSchema;
|
5871
6327
|
})[] | undefined;
|
6328
|
+
secured?: boolean | undefined;
|
5872
6329
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5873
6330
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5874
6331
|
hideLabel?: boolean | undefined;
|
@@ -5901,6 +6358,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5901
6358
|
type: "DISPLAY_ON_REVIEW";
|
5902
6359
|
conditional: import(".").JSONSchema;
|
5903
6360
|
})[] | undefined;
|
6361
|
+
secured?: boolean | undefined;
|
5904
6362
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5905
6363
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5906
6364
|
hideLabel?: boolean | undefined;
|
@@ -5933,6 +6391,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5933
6391
|
type: "DISPLAY_ON_REVIEW";
|
5934
6392
|
conditional: import(".").JSONSchema;
|
5935
6393
|
})[] | undefined;
|
6394
|
+
secured?: boolean | undefined;
|
5936
6395
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5937
6396
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5938
6397
|
hideLabel?: boolean | undefined;
|
@@ -5971,6 +6430,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5971
6430
|
type: "DISPLAY_ON_REVIEW";
|
5972
6431
|
conditional: import(".").JSONSchema;
|
5973
6432
|
})[] | undefined;
|
6433
|
+
secured?: boolean | undefined;
|
5974
6434
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5975
6435
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5976
6436
|
hideLabel?: boolean | undefined;
|
@@ -5997,6 +6457,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5997
6457
|
type: "DISPLAY_ON_REVIEW";
|
5998
6458
|
conditional: import(".").JSONSchema;
|
5999
6459
|
})[] | undefined;
|
6460
|
+
secured?: boolean | undefined;
|
6000
6461
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6001
6462
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6002
6463
|
hideLabel?: boolean | undefined;
|
@@ -6026,6 +6487,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6026
6487
|
type: "DISPLAY_ON_REVIEW";
|
6027
6488
|
conditional: import(".").JSONSchema;
|
6028
6489
|
})[] | undefined;
|
6490
|
+
secured?: boolean | undefined;
|
6029
6491
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6030
6492
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6031
6493
|
hideLabel?: boolean | undefined;
|
@@ -6055,10 +6517,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6055
6517
|
type: "DISPLAY_ON_REVIEW";
|
6056
6518
|
conditional: import(".").JSONSchema;
|
6057
6519
|
})[] | undefined;
|
6520
|
+
secured?: boolean | undefined;
|
6058
6521
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6059
6522
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6060
6523
|
hideLabel?: boolean | undefined;
|
6061
|
-
defaultValue?: string |
|
6524
|
+
defaultValue?: string | {
|
6525
|
+
start: string;
|
6526
|
+
end: string;
|
6527
|
+
} | undefined;
|
6062
6528
|
configuration?: {
|
6063
6529
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
6064
6530
|
} | undefined;
|
@@ -6089,6 +6555,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6089
6555
|
type: "DISPLAY_ON_REVIEW";
|
6090
6556
|
conditional: import(".").JSONSchema;
|
6091
6557
|
})[] | undefined;
|
6558
|
+
secured?: boolean | undefined;
|
6092
6559
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6093
6560
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6094
6561
|
hideLabel?: boolean | undefined;
|
@@ -6115,6 +6582,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6115
6582
|
type: "DISPLAY_ON_REVIEW";
|
6116
6583
|
conditional: import(".").JSONSchema;
|
6117
6584
|
})[] | undefined;
|
6585
|
+
secured?: boolean | undefined;
|
6118
6586
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6119
6587
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6120
6588
|
hideLabel?: boolean | undefined;
|
@@ -6149,12 +6617,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6149
6617
|
type: "DISPLAY_ON_REVIEW";
|
6150
6618
|
conditional: import(".").JSONSchema;
|
6151
6619
|
})[] | undefined;
|
6620
|
+
secured?: boolean | undefined;
|
6152
6621
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6153
6622
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6154
6623
|
hideLabel?: boolean | undefined;
|
6155
6624
|
defaultValue?: {
|
6156
6625
|
type: string;
|
6157
|
-
|
6626
|
+
path: string;
|
6158
6627
|
originalFilename: string;
|
6159
6628
|
} | undefined;
|
6160
6629
|
} | {
|
@@ -6183,6 +6652,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6183
6652
|
type: "DISPLAY_ON_REVIEW";
|
6184
6653
|
conditional: import(".").JSONSchema;
|
6185
6654
|
})[] | undefined;
|
6655
|
+
secured?: boolean | undefined;
|
6186
6656
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6187
6657
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6188
6658
|
hideLabel?: boolean | undefined;
|
@@ -6220,6 +6690,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6220
6690
|
type: "DISPLAY_ON_REVIEW";
|
6221
6691
|
conditional: import(".").JSONSchema;
|
6222
6692
|
})[] | undefined;
|
6693
|
+
secured?: boolean | undefined;
|
6223
6694
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6224
6695
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6225
6696
|
hideLabel?: boolean | undefined;
|
@@ -6250,10 +6721,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6250
6721
|
type: "DISPLAY_ON_REVIEW";
|
6251
6722
|
conditional: import(".").JSONSchema;
|
6252
6723
|
})[] | undefined;
|
6724
|
+
secured?: boolean | undefined;
|
6253
6725
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6254
6726
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6255
6727
|
hideLabel?: boolean | undefined;
|
6256
6728
|
defaultValue?: string | undefined;
|
6729
|
+
} | {
|
6730
|
+
type: "SELECT_DATE_RANGE";
|
6731
|
+
id: string;
|
6732
|
+
options: {
|
6733
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
6734
|
+
label: import("./TranslationConfig").TranslationConfig;
|
6735
|
+
}[];
|
6736
|
+
label: import("./TranslationConfig").TranslationConfig;
|
6737
|
+
parent?: {
|
6738
|
+
$$field: string;
|
6739
|
+
} | undefined;
|
6740
|
+
validation?: {
|
6741
|
+
message: import("./TranslationConfig").TranslationConfig;
|
6742
|
+
validator: import(".").JSONSchema;
|
6743
|
+
}[] | undefined;
|
6744
|
+
required?: boolean | undefined;
|
6745
|
+
conditionals?: ({
|
6746
|
+
type: "SHOW";
|
6747
|
+
conditional: import(".").JSONSchema;
|
6748
|
+
} | {
|
6749
|
+
type: "ENABLE";
|
6750
|
+
conditional: import(".").JSONSchema;
|
6751
|
+
} | {
|
6752
|
+
type: "DISPLAY_ON_REVIEW";
|
6753
|
+
conditional: import(".").JSONSchema;
|
6754
|
+
})[] | undefined;
|
6755
|
+
secured?: boolean | undefined;
|
6756
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6757
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6758
|
+
hideLabel?: boolean | undefined;
|
6759
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
6257
6760
|
} | {
|
6258
6761
|
type: "NAME";
|
6259
6762
|
id: string;
|
@@ -6276,6 +6779,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6276
6779
|
type: "DISPLAY_ON_REVIEW";
|
6277
6780
|
conditional: import(".").JSONSchema;
|
6278
6781
|
})[] | undefined;
|
6782
|
+
secured?: boolean | undefined;
|
6279
6783
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6280
6784
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6281
6785
|
hideLabel?: boolean | undefined;
|
@@ -6287,6 +6791,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6287
6791
|
maxLength?: number | undefined;
|
6288
6792
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6289
6793
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6794
|
+
includeMiddlename?: boolean | undefined;
|
6795
|
+
searchMode?: boolean | undefined;
|
6290
6796
|
} | undefined;
|
6291
6797
|
} | {
|
6292
6798
|
type: "PHONE";
|
@@ -6310,6 +6816,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6310
6816
|
type: "DISPLAY_ON_REVIEW";
|
6311
6817
|
conditional: import(".").JSONSchema;
|
6312
6818
|
})[] | undefined;
|
6819
|
+
secured?: boolean | undefined;
|
6313
6820
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6314
6821
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6315
6822
|
hideLabel?: boolean | undefined;
|
@@ -6336,6 +6843,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6336
6843
|
type: "DISPLAY_ON_REVIEW";
|
6337
6844
|
conditional: import(".").JSONSchema;
|
6338
6845
|
})[] | undefined;
|
6846
|
+
secured?: boolean | undefined;
|
6339
6847
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6340
6848
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6341
6849
|
hideLabel?: boolean | undefined;
|
@@ -6362,6 +6870,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6362
6870
|
type: "DISPLAY_ON_REVIEW";
|
6363
6871
|
conditional: import(".").JSONSchema;
|
6364
6872
|
})[] | undefined;
|
6873
|
+
secured?: boolean | undefined;
|
6365
6874
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6366
6875
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6367
6876
|
hideLabel?: boolean | undefined;
|
@@ -6388,6 +6897,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6388
6897
|
type: "DISPLAY_ON_REVIEW";
|
6389
6898
|
conditional: import(".").JSONSchema;
|
6390
6899
|
})[] | undefined;
|
6900
|
+
secured?: boolean | undefined;
|
6391
6901
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6392
6902
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6393
6903
|
hideLabel?: boolean | undefined;
|
@@ -6420,6 +6930,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6420
6930
|
type: "DISPLAY_ON_REVIEW";
|
6421
6931
|
conditional: import(".").JSONSchema;
|
6422
6932
|
})[] | undefined;
|
6933
|
+
secured?: boolean | undefined;
|
6423
6934
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6424
6935
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6425
6936
|
hideLabel?: boolean | undefined;
|
@@ -6446,6 +6957,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6446
6957
|
type: "DISPLAY_ON_REVIEW";
|
6447
6958
|
conditional: import(".").JSONSchema;
|
6448
6959
|
})[] | undefined;
|
6960
|
+
secured?: boolean | undefined;
|
6449
6961
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6450
6962
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6451
6963
|
hideLabel?: boolean | undefined;
|
@@ -6480,13 +6992,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6480
6992
|
type: "DISPLAY_ON_REVIEW";
|
6481
6993
|
conditional: import(".").JSONSchema;
|
6482
6994
|
})[] | undefined;
|
6995
|
+
secured?: boolean | undefined;
|
6483
6996
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6484
6997
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6485
6998
|
hideLabel?: boolean | undefined;
|
6486
6999
|
defaultValue?: {
|
6487
7000
|
type: string;
|
6488
7001
|
option: string;
|
6489
|
-
|
7002
|
+
path: string;
|
6490
7003
|
originalFilename: string;
|
6491
7004
|
}[] | undefined;
|
6492
7005
|
} | {
|
@@ -6511,6 +7024,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6511
7024
|
type: "DISPLAY_ON_REVIEW";
|
6512
7025
|
conditional: import(".").JSONSchema;
|
6513
7026
|
})[] | undefined;
|
7027
|
+
secured?: boolean | undefined;
|
6514
7028
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6515
7029
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6516
7030
|
hideLabel?: boolean | undefined;
|
@@ -6537,6 +7051,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6537
7051
|
type: "DISPLAY_ON_REVIEW";
|
6538
7052
|
conditional: import(".").JSONSchema;
|
6539
7053
|
})[] | undefined;
|
7054
|
+
secured?: boolean | undefined;
|
6540
7055
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6541
7056
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6542
7057
|
hideLabel?: boolean | undefined;
|
@@ -6563,6 +7078,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6563
7078
|
type: "DISPLAY_ON_REVIEW";
|
6564
7079
|
conditional: import(".").JSONSchema;
|
6565
7080
|
})[] | undefined;
|
7081
|
+
secured?: boolean | undefined;
|
6566
7082
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6567
7083
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6568
7084
|
hideLabel?: boolean | undefined;
|
@@ -6595,6 +7111,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6595
7111
|
addressLine3?: string | undefined;
|
6596
7112
|
postcodeOrZip?: string | undefined;
|
6597
7113
|
} | undefined;
|
7114
|
+
configuration?: {
|
7115
|
+
searchMode?: boolean | undefined;
|
7116
|
+
} | undefined;
|
6598
7117
|
} | {
|
6599
7118
|
type: "DATA";
|
6600
7119
|
id: string;
|
@@ -6626,6 +7145,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6626
7145
|
type: "DISPLAY_ON_REVIEW";
|
6627
7146
|
conditional: import(".").JSONSchema;
|
6628
7147
|
})[] | undefined;
|
7148
|
+
secured?: boolean | undefined;
|
6629
7149
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6630
7150
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6631
7151
|
hideLabel?: boolean | undefined;
|
@@ -6669,6 +7189,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6669
7189
|
type: "DISPLAY_ON_REVIEW";
|
6670
7190
|
conditional: import(".").JSONSchema;
|
6671
7191
|
})[] | undefined;
|
7192
|
+
secured?: boolean | undefined;
|
6672
7193
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6673
7194
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6674
7195
|
hideLabel?: boolean | undefined;
|
@@ -6694,6 +7215,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6694
7215
|
type: "DISPLAY_ON_REVIEW";
|
6695
7216
|
conditional: import(".").JSONSchema;
|
6696
7217
|
})[] | undefined;
|
7218
|
+
secured?: boolean | undefined;
|
6697
7219
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6698
7220
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6699
7221
|
hideLabel?: boolean | undefined;
|
@@ -6726,6 +7248,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6726
7248
|
type: "DISPLAY_ON_REVIEW";
|
6727
7249
|
conditional: import(".").JSONSchema;
|
6728
7250
|
})[] | undefined;
|
7251
|
+
secured?: boolean | undefined;
|
6729
7252
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6730
7253
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6731
7254
|
hideLabel?: boolean | undefined;
|
@@ -6758,6 +7281,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6758
7281
|
type: "DISPLAY_ON_REVIEW";
|
6759
7282
|
conditional: import(".").JSONSchema;
|
6760
7283
|
})[] | undefined;
|
7284
|
+
secured?: boolean | undefined;
|
6761
7285
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6762
7286
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6763
7287
|
hideLabel?: boolean | undefined;
|
@@ -6796,6 +7320,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6796
7320
|
type: "DISPLAY_ON_REVIEW";
|
6797
7321
|
conditional: import(".").JSONSchema;
|
6798
7322
|
})[] | undefined;
|
7323
|
+
secured?: boolean | undefined;
|
6799
7324
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6800
7325
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6801
7326
|
hideLabel?: boolean | undefined;
|
@@ -6822,6 +7347,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6822
7347
|
type: "DISPLAY_ON_REVIEW";
|
6823
7348
|
conditional: import(".").JSONSchema;
|
6824
7349
|
})[] | undefined;
|
7350
|
+
secured?: boolean | undefined;
|
6825
7351
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6826
7352
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6827
7353
|
hideLabel?: boolean | undefined;
|
@@ -6851,6 +7377,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6851
7377
|
type: "DISPLAY_ON_REVIEW";
|
6852
7378
|
conditional: import(".").JSONSchema;
|
6853
7379
|
})[] | undefined;
|
7380
|
+
secured?: boolean | undefined;
|
6854
7381
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6855
7382
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6856
7383
|
hideLabel?: boolean | undefined;
|
@@ -6880,10 +7407,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6880
7407
|
type: "DISPLAY_ON_REVIEW";
|
6881
7408
|
conditional: import(".").JSONSchema;
|
6882
7409
|
})[] | undefined;
|
7410
|
+
secured?: boolean | undefined;
|
6883
7411
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6884
7412
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6885
7413
|
hideLabel?: boolean | undefined;
|
6886
|
-
defaultValue?: string |
|
7414
|
+
defaultValue?: string | {
|
7415
|
+
start: string;
|
7416
|
+
end: string;
|
7417
|
+
} | undefined;
|
6887
7418
|
configuration?: {
|
6888
7419
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
6889
7420
|
} | undefined;
|
@@ -6914,6 +7445,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6914
7445
|
type: "DISPLAY_ON_REVIEW";
|
6915
7446
|
conditional: import(".").JSONSchema;
|
6916
7447
|
})[] | undefined;
|
7448
|
+
secured?: boolean | undefined;
|
6917
7449
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6918
7450
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6919
7451
|
hideLabel?: boolean | undefined;
|
@@ -6940,6 +7472,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6940
7472
|
type: "DISPLAY_ON_REVIEW";
|
6941
7473
|
conditional: import(".").JSONSchema;
|
6942
7474
|
})[] | undefined;
|
7475
|
+
secured?: boolean | undefined;
|
6943
7476
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6944
7477
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6945
7478
|
hideLabel?: boolean | undefined;
|
@@ -6974,12 +7507,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6974
7507
|
type: "DISPLAY_ON_REVIEW";
|
6975
7508
|
conditional: import(".").JSONSchema;
|
6976
7509
|
})[] | undefined;
|
7510
|
+
secured?: boolean | undefined;
|
6977
7511
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6978
7512
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6979
7513
|
hideLabel?: boolean | undefined;
|
6980
7514
|
defaultValue?: {
|
6981
7515
|
type: string;
|
6982
|
-
|
7516
|
+
path: string;
|
6983
7517
|
originalFilename: string;
|
6984
7518
|
} | undefined;
|
6985
7519
|
} | {
|
@@ -7008,6 +7542,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7008
7542
|
type: "DISPLAY_ON_REVIEW";
|
7009
7543
|
conditional: import(".").JSONSchema;
|
7010
7544
|
})[] | undefined;
|
7545
|
+
secured?: boolean | undefined;
|
7011
7546
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7012
7547
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7013
7548
|
hideLabel?: boolean | undefined;
|
@@ -7045,6 +7580,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7045
7580
|
type: "DISPLAY_ON_REVIEW";
|
7046
7581
|
conditional: import(".").JSONSchema;
|
7047
7582
|
})[] | undefined;
|
7583
|
+
secured?: boolean | undefined;
|
7048
7584
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7049
7585
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7050
7586
|
hideLabel?: boolean | undefined;
|
@@ -7075,10 +7611,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7075
7611
|
type: "DISPLAY_ON_REVIEW";
|
7076
7612
|
conditional: import(".").JSONSchema;
|
7077
7613
|
})[] | undefined;
|
7614
|
+
secured?: boolean | undefined;
|
7078
7615
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7079
7616
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7080
7617
|
hideLabel?: boolean | undefined;
|
7081
7618
|
defaultValue?: string | undefined;
|
7619
|
+
} | {
|
7620
|
+
type: "SELECT_DATE_RANGE";
|
7621
|
+
id: string;
|
7622
|
+
options: {
|
7623
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
7624
|
+
label: import("./TranslationConfig").TranslationConfig;
|
7625
|
+
}[];
|
7626
|
+
label: import("./TranslationConfig").TranslationConfig;
|
7627
|
+
parent?: {
|
7628
|
+
$$field: string;
|
7629
|
+
} | undefined;
|
7630
|
+
validation?: {
|
7631
|
+
message: import("./TranslationConfig").TranslationConfig;
|
7632
|
+
validator: import(".").JSONSchema;
|
7633
|
+
}[] | undefined;
|
7634
|
+
required?: boolean | undefined;
|
7635
|
+
conditionals?: ({
|
7636
|
+
type: "SHOW";
|
7637
|
+
conditional: import(".").JSONSchema;
|
7638
|
+
} | {
|
7639
|
+
type: "ENABLE";
|
7640
|
+
conditional: import(".").JSONSchema;
|
7641
|
+
} | {
|
7642
|
+
type: "DISPLAY_ON_REVIEW";
|
7643
|
+
conditional: import(".").JSONSchema;
|
7644
|
+
})[] | undefined;
|
7645
|
+
secured?: boolean | undefined;
|
7646
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7647
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7648
|
+
hideLabel?: boolean | undefined;
|
7649
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
7082
7650
|
} | {
|
7083
7651
|
type: "NAME";
|
7084
7652
|
id: string;
|
@@ -7101,6 +7669,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7101
7669
|
type: "DISPLAY_ON_REVIEW";
|
7102
7670
|
conditional: import(".").JSONSchema;
|
7103
7671
|
})[] | undefined;
|
7672
|
+
secured?: boolean | undefined;
|
7104
7673
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7105
7674
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7106
7675
|
hideLabel?: boolean | undefined;
|
@@ -7112,6 +7681,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7112
7681
|
maxLength?: number | undefined;
|
7113
7682
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
7114
7683
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
7684
|
+
includeMiddlename?: boolean | undefined;
|
7685
|
+
searchMode?: boolean | undefined;
|
7115
7686
|
} | undefined;
|
7116
7687
|
} | {
|
7117
7688
|
type: "PHONE";
|
@@ -7135,6 +7706,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7135
7706
|
type: "DISPLAY_ON_REVIEW";
|
7136
7707
|
conditional: import(".").JSONSchema;
|
7137
7708
|
})[] | undefined;
|
7709
|
+
secured?: boolean | undefined;
|
7138
7710
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7139
7711
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7140
7712
|
hideLabel?: boolean | undefined;
|
@@ -7161,6 +7733,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7161
7733
|
type: "DISPLAY_ON_REVIEW";
|
7162
7734
|
conditional: import(".").JSONSchema;
|
7163
7735
|
})[] | undefined;
|
7736
|
+
secured?: boolean | undefined;
|
7164
7737
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7165
7738
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7166
7739
|
hideLabel?: boolean | undefined;
|
@@ -7187,6 +7760,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7187
7760
|
type: "DISPLAY_ON_REVIEW";
|
7188
7761
|
conditional: import(".").JSONSchema;
|
7189
7762
|
})[] | undefined;
|
7763
|
+
secured?: boolean | undefined;
|
7190
7764
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7191
7765
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7192
7766
|
hideLabel?: boolean | undefined;
|
@@ -7213,6 +7787,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7213
7787
|
type: "DISPLAY_ON_REVIEW";
|
7214
7788
|
conditional: import(".").JSONSchema;
|
7215
7789
|
})[] | undefined;
|
7790
|
+
secured?: boolean | undefined;
|
7216
7791
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7217
7792
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7218
7793
|
hideLabel?: boolean | undefined;
|
@@ -7245,6 +7820,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7245
7820
|
type: "DISPLAY_ON_REVIEW";
|
7246
7821
|
conditional: import(".").JSONSchema;
|
7247
7822
|
})[] | undefined;
|
7823
|
+
secured?: boolean | undefined;
|
7248
7824
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7249
7825
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7250
7826
|
hideLabel?: boolean | undefined;
|
@@ -7271,6 +7847,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7271
7847
|
type: "DISPLAY_ON_REVIEW";
|
7272
7848
|
conditional: import(".").JSONSchema;
|
7273
7849
|
})[] | undefined;
|
7850
|
+
secured?: boolean | undefined;
|
7274
7851
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7275
7852
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7276
7853
|
hideLabel?: boolean | undefined;
|
@@ -7305,13 +7882,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7305
7882
|
type: "DISPLAY_ON_REVIEW";
|
7306
7883
|
conditional: import(".").JSONSchema;
|
7307
7884
|
})[] | undefined;
|
7885
|
+
secured?: boolean | undefined;
|
7308
7886
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7309
7887
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7310
7888
|
hideLabel?: boolean | undefined;
|
7311
7889
|
defaultValue?: {
|
7312
7890
|
type: string;
|
7313
7891
|
option: string;
|
7314
|
-
|
7892
|
+
path: string;
|
7315
7893
|
originalFilename: string;
|
7316
7894
|
}[] | undefined;
|
7317
7895
|
} | {
|
@@ -7336,6 +7914,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7336
7914
|
type: "DISPLAY_ON_REVIEW";
|
7337
7915
|
conditional: import(".").JSONSchema;
|
7338
7916
|
})[] | undefined;
|
7917
|
+
secured?: boolean | undefined;
|
7339
7918
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7340
7919
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7341
7920
|
hideLabel?: boolean | undefined;
|
@@ -7362,6 +7941,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7362
7941
|
type: "DISPLAY_ON_REVIEW";
|
7363
7942
|
conditional: import(".").JSONSchema;
|
7364
7943
|
})[] | undefined;
|
7944
|
+
secured?: boolean | undefined;
|
7365
7945
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7366
7946
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7367
7947
|
hideLabel?: boolean | undefined;
|
@@ -7388,6 +7968,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7388
7968
|
type: "DISPLAY_ON_REVIEW";
|
7389
7969
|
conditional: import(".").JSONSchema;
|
7390
7970
|
})[] | undefined;
|
7971
|
+
secured?: boolean | undefined;
|
7391
7972
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7392
7973
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7393
7974
|
hideLabel?: boolean | undefined;
|
@@ -7420,6 +8001,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7420
8001
|
addressLine3?: string | undefined;
|
7421
8002
|
postcodeOrZip?: string | undefined;
|
7422
8003
|
} | undefined;
|
8004
|
+
configuration?: {
|
8005
|
+
searchMode?: boolean | undefined;
|
8006
|
+
} | undefined;
|
7423
8007
|
} | {
|
7424
8008
|
type: "DATA";
|
7425
8009
|
id: string;
|
@@ -7451,6 +8035,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7451
8035
|
type: "DISPLAY_ON_REVIEW";
|
7452
8036
|
conditional: import(".").JSONSchema;
|
7453
8037
|
})[] | undefined;
|
8038
|
+
secured?: boolean | undefined;
|
7454
8039
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7455
8040
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7456
8041
|
hideLabel?: boolean | undefined;
|
@@ -7483,6 +8068,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7483
8068
|
type: "DISPLAY_ON_REVIEW";
|
7484
8069
|
conditional: import(".").JSONSchema;
|
7485
8070
|
})[] | undefined;
|
8071
|
+
secured?: boolean | undefined;
|
7486
8072
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7487
8073
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7488
8074
|
hideLabel?: boolean | undefined;
|
@@ -7508,6 +8094,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7508
8094
|
type: "DISPLAY_ON_REVIEW";
|
7509
8095
|
conditional: import(".").JSONSchema;
|
7510
8096
|
})[] | undefined;
|
8097
|
+
secured?: boolean | undefined;
|
7511
8098
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7512
8099
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7513
8100
|
hideLabel?: boolean | undefined;
|
@@ -7540,6 +8127,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7540
8127
|
type: "DISPLAY_ON_REVIEW";
|
7541
8128
|
conditional: import(".").JSONSchema;
|
7542
8129
|
})[] | undefined;
|
8130
|
+
secured?: boolean | undefined;
|
7543
8131
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7544
8132
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7545
8133
|
hideLabel?: boolean | undefined;
|
@@ -7572,6 +8160,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7572
8160
|
type: "DISPLAY_ON_REVIEW";
|
7573
8161
|
conditional: import(".").JSONSchema;
|
7574
8162
|
})[] | undefined;
|
8163
|
+
secured?: boolean | undefined;
|
7575
8164
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7576
8165
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7577
8166
|
hideLabel?: boolean | undefined;
|
@@ -7610,6 +8199,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7610
8199
|
type: "DISPLAY_ON_REVIEW";
|
7611
8200
|
conditional: import(".").JSONSchema;
|
7612
8201
|
})[] | undefined;
|
8202
|
+
secured?: boolean | undefined;
|
7613
8203
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7614
8204
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7615
8205
|
hideLabel?: boolean | undefined;
|
@@ -7636,6 +8226,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7636
8226
|
type: "DISPLAY_ON_REVIEW";
|
7637
8227
|
conditional: import(".").JSONSchema;
|
7638
8228
|
})[] | undefined;
|
8229
|
+
secured?: boolean | undefined;
|
7639
8230
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7640
8231
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7641
8232
|
hideLabel?: boolean | undefined;
|
@@ -7665,6 +8256,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7665
8256
|
type: "DISPLAY_ON_REVIEW";
|
7666
8257
|
conditional: import(".").JSONSchema;
|
7667
8258
|
})[] | undefined;
|
8259
|
+
secured?: boolean | undefined;
|
7668
8260
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7669
8261
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7670
8262
|
hideLabel?: boolean | undefined;
|
@@ -7694,10 +8286,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7694
8286
|
type: "DISPLAY_ON_REVIEW";
|
7695
8287
|
conditional: import(".").JSONSchema;
|
7696
8288
|
})[] | undefined;
|
8289
|
+
secured?: boolean | undefined;
|
7697
8290
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7698
8291
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7699
8292
|
hideLabel?: boolean | undefined;
|
7700
|
-
defaultValue?: string |
|
8293
|
+
defaultValue?: string | {
|
8294
|
+
start: string;
|
8295
|
+
end: string;
|
8296
|
+
} | undefined;
|
7701
8297
|
configuration?: {
|
7702
8298
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
7703
8299
|
} | undefined;
|
@@ -7728,6 +8324,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7728
8324
|
type: "DISPLAY_ON_REVIEW";
|
7729
8325
|
conditional: import(".").JSONSchema;
|
7730
8326
|
})[] | undefined;
|
8327
|
+
secured?: boolean | undefined;
|
7731
8328
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7732
8329
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7733
8330
|
hideLabel?: boolean | undefined;
|
@@ -7754,6 +8351,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7754
8351
|
type: "DISPLAY_ON_REVIEW";
|
7755
8352
|
conditional: import(".").JSONSchema;
|
7756
8353
|
})[] | undefined;
|
8354
|
+
secured?: boolean | undefined;
|
7757
8355
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7758
8356
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7759
8357
|
hideLabel?: boolean | undefined;
|
@@ -7788,12 +8386,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7788
8386
|
type: "DISPLAY_ON_REVIEW";
|
7789
8387
|
conditional: import(".").JSONSchema;
|
7790
8388
|
})[] | undefined;
|
8389
|
+
secured?: boolean | undefined;
|
7791
8390
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7792
8391
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7793
8392
|
hideLabel?: boolean | undefined;
|
7794
8393
|
defaultValue?: {
|
7795
8394
|
type: string;
|
7796
|
-
|
8395
|
+
path: string;
|
7797
8396
|
originalFilename: string;
|
7798
8397
|
} | undefined;
|
7799
8398
|
} | {
|
@@ -7822,6 +8421,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7822
8421
|
type: "DISPLAY_ON_REVIEW";
|
7823
8422
|
conditional: import(".").JSONSchema;
|
7824
8423
|
})[] | undefined;
|
8424
|
+
secured?: boolean | undefined;
|
7825
8425
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7826
8426
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7827
8427
|
hideLabel?: boolean | undefined;
|
@@ -7859,6 +8459,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7859
8459
|
type: "DISPLAY_ON_REVIEW";
|
7860
8460
|
conditional: import(".").JSONSchema;
|
7861
8461
|
})[] | undefined;
|
8462
|
+
secured?: boolean | undefined;
|
7862
8463
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7863
8464
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7864
8465
|
hideLabel?: boolean | undefined;
|
@@ -7889,10 +8490,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7889
8490
|
type: "DISPLAY_ON_REVIEW";
|
7890
8491
|
conditional: import(".").JSONSchema;
|
7891
8492
|
})[] | undefined;
|
8493
|
+
secured?: boolean | undefined;
|
7892
8494
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7893
8495
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7894
8496
|
hideLabel?: boolean | undefined;
|
7895
8497
|
defaultValue?: string | undefined;
|
8498
|
+
} | {
|
8499
|
+
type: "SELECT_DATE_RANGE";
|
8500
|
+
id: string;
|
8501
|
+
options: {
|
8502
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
8503
|
+
label: import("./TranslationConfig").TranslationConfig;
|
8504
|
+
}[];
|
8505
|
+
label: import("./TranslationConfig").TranslationConfig;
|
8506
|
+
parent?: {
|
8507
|
+
$$field: string;
|
8508
|
+
} | undefined;
|
8509
|
+
validation?: {
|
8510
|
+
message: import("./TranslationConfig").TranslationConfig;
|
8511
|
+
validator: import(".").JSONSchema;
|
8512
|
+
}[] | undefined;
|
8513
|
+
required?: boolean | undefined;
|
8514
|
+
conditionals?: ({
|
8515
|
+
type: "SHOW";
|
8516
|
+
conditional: import(".").JSONSchema;
|
8517
|
+
} | {
|
8518
|
+
type: "ENABLE";
|
8519
|
+
conditional: import(".").JSONSchema;
|
8520
|
+
} | {
|
8521
|
+
type: "DISPLAY_ON_REVIEW";
|
8522
|
+
conditional: import(".").JSONSchema;
|
8523
|
+
})[] | undefined;
|
8524
|
+
secured?: boolean | undefined;
|
8525
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8526
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8527
|
+
hideLabel?: boolean | undefined;
|
8528
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
7896
8529
|
} | {
|
7897
8530
|
type: "NAME";
|
7898
8531
|
id: string;
|
@@ -7915,6 +8548,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7915
8548
|
type: "DISPLAY_ON_REVIEW";
|
7916
8549
|
conditional: import(".").JSONSchema;
|
7917
8550
|
})[] | undefined;
|
8551
|
+
secured?: boolean | undefined;
|
7918
8552
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7919
8553
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7920
8554
|
hideLabel?: boolean | undefined;
|
@@ -7926,6 +8560,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7926
8560
|
maxLength?: number | undefined;
|
7927
8561
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
7928
8562
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
8563
|
+
includeMiddlename?: boolean | undefined;
|
8564
|
+
searchMode?: boolean | undefined;
|
7929
8565
|
} | undefined;
|
7930
8566
|
} | {
|
7931
8567
|
type: "PHONE";
|
@@ -7949,6 +8585,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7949
8585
|
type: "DISPLAY_ON_REVIEW";
|
7950
8586
|
conditional: import(".").JSONSchema;
|
7951
8587
|
})[] | undefined;
|
8588
|
+
secured?: boolean | undefined;
|
7952
8589
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7953
8590
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7954
8591
|
hideLabel?: boolean | undefined;
|
@@ -7975,6 +8612,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7975
8612
|
type: "DISPLAY_ON_REVIEW";
|
7976
8613
|
conditional: import(".").JSONSchema;
|
7977
8614
|
})[] | undefined;
|
8615
|
+
secured?: boolean | undefined;
|
7978
8616
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7979
8617
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7980
8618
|
hideLabel?: boolean | undefined;
|
@@ -8001,6 +8639,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8001
8639
|
type: "DISPLAY_ON_REVIEW";
|
8002
8640
|
conditional: import(".").JSONSchema;
|
8003
8641
|
})[] | undefined;
|
8642
|
+
secured?: boolean | undefined;
|
8004
8643
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8005
8644
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8006
8645
|
hideLabel?: boolean | undefined;
|
@@ -8027,6 +8666,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8027
8666
|
type: "DISPLAY_ON_REVIEW";
|
8028
8667
|
conditional: import(".").JSONSchema;
|
8029
8668
|
})[] | undefined;
|
8669
|
+
secured?: boolean | undefined;
|
8030
8670
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8031
8671
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8032
8672
|
hideLabel?: boolean | undefined;
|
@@ -8059,6 +8699,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8059
8699
|
type: "DISPLAY_ON_REVIEW";
|
8060
8700
|
conditional: import(".").JSONSchema;
|
8061
8701
|
})[] | undefined;
|
8702
|
+
secured?: boolean | undefined;
|
8062
8703
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8063
8704
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8064
8705
|
hideLabel?: boolean | undefined;
|
@@ -8085,6 +8726,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8085
8726
|
type: "DISPLAY_ON_REVIEW";
|
8086
8727
|
conditional: import(".").JSONSchema;
|
8087
8728
|
})[] | undefined;
|
8729
|
+
secured?: boolean | undefined;
|
8088
8730
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8089
8731
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8090
8732
|
hideLabel?: boolean | undefined;
|
@@ -8119,13 +8761,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8119
8761
|
type: "DISPLAY_ON_REVIEW";
|
8120
8762
|
conditional: import(".").JSONSchema;
|
8121
8763
|
})[] | undefined;
|
8764
|
+
secured?: boolean | undefined;
|
8122
8765
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8123
8766
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8124
8767
|
hideLabel?: boolean | undefined;
|
8125
8768
|
defaultValue?: {
|
8126
8769
|
type: string;
|
8127
8770
|
option: string;
|
8128
|
-
|
8771
|
+
path: string;
|
8129
8772
|
originalFilename: string;
|
8130
8773
|
}[] | undefined;
|
8131
8774
|
} | {
|
@@ -8150,6 +8793,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8150
8793
|
type: "DISPLAY_ON_REVIEW";
|
8151
8794
|
conditional: import(".").JSONSchema;
|
8152
8795
|
})[] | undefined;
|
8796
|
+
secured?: boolean | undefined;
|
8153
8797
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8154
8798
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8155
8799
|
hideLabel?: boolean | undefined;
|
@@ -8176,6 +8820,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8176
8820
|
type: "DISPLAY_ON_REVIEW";
|
8177
8821
|
conditional: import(".").JSONSchema;
|
8178
8822
|
})[] | undefined;
|
8823
|
+
secured?: boolean | undefined;
|
8179
8824
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8180
8825
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8181
8826
|
hideLabel?: boolean | undefined;
|
@@ -8202,6 +8847,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8202
8847
|
type: "DISPLAY_ON_REVIEW";
|
8203
8848
|
conditional: import(".").JSONSchema;
|
8204
8849
|
})[] | undefined;
|
8850
|
+
secured?: boolean | undefined;
|
8205
8851
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8206
8852
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8207
8853
|
hideLabel?: boolean | undefined;
|
@@ -8234,6 +8880,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8234
8880
|
addressLine3?: string | undefined;
|
8235
8881
|
postcodeOrZip?: string | undefined;
|
8236
8882
|
} | undefined;
|
8883
|
+
configuration?: {
|
8884
|
+
searchMode?: boolean | undefined;
|
8885
|
+
} | undefined;
|
8237
8886
|
} | {
|
8238
8887
|
type: "DATA";
|
8239
8888
|
id: string;
|
@@ -8265,6 +8914,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8265
8914
|
type: "DISPLAY_ON_REVIEW";
|
8266
8915
|
conditional: import(".").JSONSchema;
|
8267
8916
|
})[] | undefined;
|
8917
|
+
secured?: boolean | undefined;
|
8268
8918
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8269
8919
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8270
8920
|
hideLabel?: boolean | undefined;
|
@@ -8308,6 +8958,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8308
8958
|
type: "DISPLAY_ON_REVIEW";
|
8309
8959
|
conditional: import(".").JSONSchema;
|
8310
8960
|
})[] | undefined;
|
8961
|
+
secured?: boolean | undefined;
|
8311
8962
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8312
8963
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8313
8964
|
hideLabel?: boolean | undefined;
|
@@ -8333,6 +8984,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8333
8984
|
type: "DISPLAY_ON_REVIEW";
|
8334
8985
|
conditional: import(".").JSONSchema;
|
8335
8986
|
})[] | undefined;
|
8987
|
+
secured?: boolean | undefined;
|
8336
8988
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8337
8989
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8338
8990
|
hideLabel?: boolean | undefined;
|
@@ -8365,6 +9017,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8365
9017
|
type: "DISPLAY_ON_REVIEW";
|
8366
9018
|
conditional: import(".").JSONSchema;
|
8367
9019
|
})[] | undefined;
|
9020
|
+
secured?: boolean | undefined;
|
8368
9021
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8369
9022
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8370
9023
|
hideLabel?: boolean | undefined;
|
@@ -8397,6 +9050,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8397
9050
|
type: "DISPLAY_ON_REVIEW";
|
8398
9051
|
conditional: import(".").JSONSchema;
|
8399
9052
|
})[] | undefined;
|
9053
|
+
secured?: boolean | undefined;
|
8400
9054
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8401
9055
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8402
9056
|
hideLabel?: boolean | undefined;
|
@@ -8435,6 +9089,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8435
9089
|
type: "DISPLAY_ON_REVIEW";
|
8436
9090
|
conditional: import(".").JSONSchema;
|
8437
9091
|
})[] | undefined;
|
9092
|
+
secured?: boolean | undefined;
|
8438
9093
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8439
9094
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8440
9095
|
hideLabel?: boolean | undefined;
|
@@ -8461,6 +9116,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8461
9116
|
type: "DISPLAY_ON_REVIEW";
|
8462
9117
|
conditional: import(".").JSONSchema;
|
8463
9118
|
})[] | undefined;
|
9119
|
+
secured?: boolean | undefined;
|
8464
9120
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8465
9121
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8466
9122
|
hideLabel?: boolean | undefined;
|
@@ -8490,6 +9146,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8490
9146
|
type: "DISPLAY_ON_REVIEW";
|
8491
9147
|
conditional: import(".").JSONSchema;
|
8492
9148
|
})[] | undefined;
|
9149
|
+
secured?: boolean | undefined;
|
8493
9150
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8494
9151
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8495
9152
|
hideLabel?: boolean | undefined;
|
@@ -8519,10 +9176,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8519
9176
|
type: "DISPLAY_ON_REVIEW";
|
8520
9177
|
conditional: import(".").JSONSchema;
|
8521
9178
|
})[] | undefined;
|
9179
|
+
secured?: boolean | undefined;
|
8522
9180
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8523
9181
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8524
9182
|
hideLabel?: boolean | undefined;
|
8525
|
-
defaultValue?: string |
|
9183
|
+
defaultValue?: string | {
|
9184
|
+
start: string;
|
9185
|
+
end: string;
|
9186
|
+
} | undefined;
|
8526
9187
|
configuration?: {
|
8527
9188
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
8528
9189
|
} | undefined;
|
@@ -8553,6 +9214,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8553
9214
|
type: "DISPLAY_ON_REVIEW";
|
8554
9215
|
conditional: import(".").JSONSchema;
|
8555
9216
|
})[] | undefined;
|
9217
|
+
secured?: boolean | undefined;
|
8556
9218
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8557
9219
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8558
9220
|
hideLabel?: boolean | undefined;
|
@@ -8579,6 +9241,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8579
9241
|
type: "DISPLAY_ON_REVIEW";
|
8580
9242
|
conditional: import(".").JSONSchema;
|
8581
9243
|
})[] | undefined;
|
9244
|
+
secured?: boolean | undefined;
|
8582
9245
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8583
9246
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8584
9247
|
hideLabel?: boolean | undefined;
|
@@ -8613,12 +9276,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8613
9276
|
type: "DISPLAY_ON_REVIEW";
|
8614
9277
|
conditional: import(".").JSONSchema;
|
8615
9278
|
})[] | undefined;
|
9279
|
+
secured?: boolean | undefined;
|
8616
9280
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8617
9281
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8618
9282
|
hideLabel?: boolean | undefined;
|
8619
9283
|
defaultValue?: {
|
8620
9284
|
type: string;
|
8621
|
-
|
9285
|
+
path: string;
|
8622
9286
|
originalFilename: string;
|
8623
9287
|
} | undefined;
|
8624
9288
|
} | {
|
@@ -8647,6 +9311,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8647
9311
|
type: "DISPLAY_ON_REVIEW";
|
8648
9312
|
conditional: import(".").JSONSchema;
|
8649
9313
|
})[] | undefined;
|
9314
|
+
secured?: boolean | undefined;
|
8650
9315
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8651
9316
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8652
9317
|
hideLabel?: boolean | undefined;
|
@@ -8684,6 +9349,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8684
9349
|
type: "DISPLAY_ON_REVIEW";
|
8685
9350
|
conditional: import(".").JSONSchema;
|
8686
9351
|
})[] | undefined;
|
9352
|
+
secured?: boolean | undefined;
|
8687
9353
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8688
9354
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8689
9355
|
hideLabel?: boolean | undefined;
|
@@ -8714,10 +9380,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8714
9380
|
type: "DISPLAY_ON_REVIEW";
|
8715
9381
|
conditional: import(".").JSONSchema;
|
8716
9382
|
})[] | undefined;
|
9383
|
+
secured?: boolean | undefined;
|
8717
9384
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8718
9385
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8719
9386
|
hideLabel?: boolean | undefined;
|
8720
9387
|
defaultValue?: string | undefined;
|
9388
|
+
} | {
|
9389
|
+
type: "SELECT_DATE_RANGE";
|
9390
|
+
id: string;
|
9391
|
+
options: {
|
9392
|
+
value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
|
9393
|
+
label: import("./TranslationConfig").TranslationConfig;
|
9394
|
+
}[];
|
9395
|
+
label: import("./TranslationConfig").TranslationConfig;
|
9396
|
+
parent?: {
|
9397
|
+
$$field: string;
|
9398
|
+
} | undefined;
|
9399
|
+
validation?: {
|
9400
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9401
|
+
validator: import(".").JSONSchema;
|
9402
|
+
}[] | undefined;
|
9403
|
+
required?: boolean | undefined;
|
9404
|
+
conditionals?: ({
|
9405
|
+
type: "SHOW";
|
9406
|
+
conditional: import(".").JSONSchema;
|
9407
|
+
} | {
|
9408
|
+
type: "ENABLE";
|
9409
|
+
conditional: import(".").JSONSchema;
|
9410
|
+
} | {
|
9411
|
+
type: "DISPLAY_ON_REVIEW";
|
9412
|
+
conditional: import(".").JSONSchema;
|
9413
|
+
})[] | undefined;
|
9414
|
+
secured?: boolean | undefined;
|
9415
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9416
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9417
|
+
hideLabel?: boolean | undefined;
|
9418
|
+
defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
|
8721
9419
|
} | {
|
8722
9420
|
type: "NAME";
|
8723
9421
|
id: string;
|
@@ -8740,6 +9438,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8740
9438
|
type: "DISPLAY_ON_REVIEW";
|
8741
9439
|
conditional: import(".").JSONSchema;
|
8742
9440
|
})[] | undefined;
|
9441
|
+
secured?: boolean | undefined;
|
8743
9442
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8744
9443
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8745
9444
|
hideLabel?: boolean | undefined;
|
@@ -8751,6 +9450,8 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8751
9450
|
maxLength?: number | undefined;
|
8752
9451
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
8753
9452
|
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9453
|
+
includeMiddlename?: boolean | undefined;
|
9454
|
+
searchMode?: boolean | undefined;
|
8754
9455
|
} | undefined;
|
8755
9456
|
} | {
|
8756
9457
|
type: "PHONE";
|
@@ -8774,6 +9475,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8774
9475
|
type: "DISPLAY_ON_REVIEW";
|
8775
9476
|
conditional: import(".").JSONSchema;
|
8776
9477
|
})[] | undefined;
|
9478
|
+
secured?: boolean | undefined;
|
8777
9479
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8778
9480
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8779
9481
|
hideLabel?: boolean | undefined;
|
@@ -8800,6 +9502,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8800
9502
|
type: "DISPLAY_ON_REVIEW";
|
8801
9503
|
conditional: import(".").JSONSchema;
|
8802
9504
|
})[] | undefined;
|
9505
|
+
secured?: boolean | undefined;
|
8803
9506
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8804
9507
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8805
9508
|
hideLabel?: boolean | undefined;
|
@@ -8826,6 +9529,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8826
9529
|
type: "DISPLAY_ON_REVIEW";
|
8827
9530
|
conditional: import(".").JSONSchema;
|
8828
9531
|
})[] | undefined;
|
9532
|
+
secured?: boolean | undefined;
|
8829
9533
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8830
9534
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8831
9535
|
hideLabel?: boolean | undefined;
|
@@ -8852,6 +9556,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8852
9556
|
type: "DISPLAY_ON_REVIEW";
|
8853
9557
|
conditional: import(".").JSONSchema;
|
8854
9558
|
})[] | undefined;
|
9559
|
+
secured?: boolean | undefined;
|
8855
9560
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8856
9561
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8857
9562
|
hideLabel?: boolean | undefined;
|
@@ -8884,6 +9589,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8884
9589
|
type: "DISPLAY_ON_REVIEW";
|
8885
9590
|
conditional: import(".").JSONSchema;
|
8886
9591
|
})[] | undefined;
|
9592
|
+
secured?: boolean | undefined;
|
8887
9593
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8888
9594
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8889
9595
|
hideLabel?: boolean | undefined;
|
@@ -8910,6 +9616,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8910
9616
|
type: "DISPLAY_ON_REVIEW";
|
8911
9617
|
conditional: import(".").JSONSchema;
|
8912
9618
|
})[] | undefined;
|
9619
|
+
secured?: boolean | undefined;
|
8913
9620
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8914
9621
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8915
9622
|
hideLabel?: boolean | undefined;
|
@@ -8944,13 +9651,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8944
9651
|
type: "DISPLAY_ON_REVIEW";
|
8945
9652
|
conditional: import(".").JSONSchema;
|
8946
9653
|
})[] | undefined;
|
9654
|
+
secured?: boolean | undefined;
|
8947
9655
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8948
9656
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8949
9657
|
hideLabel?: boolean | undefined;
|
8950
9658
|
defaultValue?: {
|
8951
9659
|
type: string;
|
8952
9660
|
option: string;
|
8953
|
-
|
9661
|
+
path: string;
|
8954
9662
|
originalFilename: string;
|
8955
9663
|
}[] | undefined;
|
8956
9664
|
} | {
|
@@ -8975,6 +9683,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8975
9683
|
type: "DISPLAY_ON_REVIEW";
|
8976
9684
|
conditional: import(".").JSONSchema;
|
8977
9685
|
})[] | undefined;
|
9686
|
+
secured?: boolean | undefined;
|
8978
9687
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8979
9688
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8980
9689
|
hideLabel?: boolean | undefined;
|
@@ -9001,6 +9710,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9001
9710
|
type: "DISPLAY_ON_REVIEW";
|
9002
9711
|
conditional: import(".").JSONSchema;
|
9003
9712
|
})[] | undefined;
|
9713
|
+
secured?: boolean | undefined;
|
9004
9714
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9005
9715
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9006
9716
|
hideLabel?: boolean | undefined;
|
@@ -9027,6 +9737,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9027
9737
|
type: "DISPLAY_ON_REVIEW";
|
9028
9738
|
conditional: import(".").JSONSchema;
|
9029
9739
|
})[] | undefined;
|
9740
|
+
secured?: boolean | undefined;
|
9030
9741
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9031
9742
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9032
9743
|
hideLabel?: boolean | undefined;
|
@@ -9059,6 +9770,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9059
9770
|
addressLine3?: string | undefined;
|
9060
9771
|
postcodeOrZip?: string | undefined;
|
9061
9772
|
} | undefined;
|
9773
|
+
configuration?: {
|
9774
|
+
searchMode?: boolean | undefined;
|
9775
|
+
} | undefined;
|
9062
9776
|
} | {
|
9063
9777
|
type: "DATA";
|
9064
9778
|
id: string;
|
@@ -9090,6 +9804,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9090
9804
|
type: "DISPLAY_ON_REVIEW";
|
9091
9805
|
conditional: import(".").JSONSchema;
|
9092
9806
|
})[] | undefined;
|
9807
|
+
secured?: boolean | undefined;
|
9093
9808
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9094
9809
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9095
9810
|
hideLabel?: boolean | undefined;
|
@@ -9169,11 +9884,17 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9169
9884
|
conditional: import(".").JSONSchema;
|
9170
9885
|
})[] | undefined;
|
9171
9886
|
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9887
|
+
validations?: {
|
9888
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9889
|
+
validator: import(".").JSONSchema;
|
9890
|
+
}[] | undefined;
|
9891
|
+
alternateFieldIds?: string[] | undefined;
|
9892
|
+
excludeInSearchQuery?: boolean | undefined;
|
9172
9893
|
} | {
|
9173
9894
|
config: {
|
9174
9895
|
type: "exact" | "fuzzy" | "range";
|
9175
9896
|
};
|
9176
|
-
fieldId: "status" | "updatedAt" | "trackingId" | "
|
9897
|
+
fieldId: "status" | "updatedAt" | "trackingId" | "legalStatuses.REGISTERED.acceptedAt" | "legalStatuses.REGISTERED.createdAtLocation";
|
9177
9898
|
fieldType: "event";
|
9178
9899
|
options?: {
|
9179
9900
|
value: string;
|
@@ -9190,6 +9911,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9190
9911
|
conditional: import(".").JSONSchema;
|
9191
9912
|
})[] | undefined;
|
9192
9913
|
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9914
|
+
validations?: {
|
9915
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9916
|
+
validator: import(".").JSONSchema;
|
9917
|
+
}[] | undefined;
|
9193
9918
|
})[];
|
9194
9919
|
}[];
|
9195
9920
|
dateOfEvent?: {
|