@opencrvs/toolkit 1.8.0-rc.f7e4aad → 1.8.0-rc.f807e0d

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.
Files changed (39) hide show
  1. package/dist/commons/api/router.d.ts +1822 -10136
  2. package/dist/commons/conditionals/conditionals.d.ts +1 -12
  3. package/dist/commons/conditionals/validate.d.ts +8 -0
  4. package/dist/commons/events/ActionConfig.d.ts +15960 -3820
  5. package/dist/commons/events/ActionDocument.d.ts +1951 -904
  6. package/dist/commons/events/ActionInput.d.ts +1680 -780
  7. package/dist/commons/events/ActionType.d.ts +0 -2
  8. package/dist/commons/events/AdvancedSearchConfig.d.ts +113 -68
  9. package/dist/commons/events/CompositeFieldValue.d.ts +9 -9
  10. package/dist/commons/events/CountryConfigQueryInput.d.ts +1215 -813
  11. package/dist/commons/events/Draft.d.ts +144 -72
  12. package/dist/commons/events/EventConfig.d.ts +6459 -1250
  13. package/dist/commons/events/EventDocument.d.ts +1236 -588
  14. package/dist/commons/events/EventIndex.d.ts +609 -268
  15. package/dist/commons/events/EventMetadata.d.ts +9 -7
  16. package/dist/commons/events/FieldConfig.d.ts +1635 -67
  17. package/dist/commons/events/FieldType.d.ts +7 -1
  18. package/dist/commons/events/FieldTypeMapping.d.ts +57 -25
  19. package/dist/commons/events/FieldValue.d.ts +45 -16
  20. package/dist/commons/events/FormConfig.d.ts +6488 -1370
  21. package/dist/commons/events/PageConfig.d.ts +1380 -70
  22. package/dist/commons/events/User.d.ts +9 -3
  23. package/dist/commons/events/WorkqueueColumnConfig.d.ts +7 -7
  24. package/dist/commons/events/WorkqueueConfig.d.ts +2459 -1519
  25. package/dist/commons/events/defineConfig.d.ts +971 -58
  26. package/dist/commons/events/event.d.ts +19 -19
  27. package/dist/commons/events/field.d.ts +17 -1
  28. package/dist/commons/events/test.utils.d.ts +45 -20
  29. package/dist/commons/events/utils.d.ts +3323 -267
  30. package/dist/conditionals/index.js +23 -39
  31. package/dist/events/index.js +1208 -928
  32. package/dist/scopes/index.d.ts +92 -6
  33. package/dist/scopes/index.js +38 -9
  34. package/package.json +6 -4
  35. package/tsconfig.json +1 -1
  36. package/dist/commons/conditionals/conditionals.test.d.ts +0 -2
  37. package/dist/commons/conditionals/validate-address.test.d.ts +0 -2
  38. package/dist/commons/conditionals/validate.test.d.ts +0 -2
  39. package/dist/commons/events/utils.test.d.ts +0 -2
@@ -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 | [string, string] | undefined;
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
- filename: string;
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,14 +514,31 @@ 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;
472
521
  defaultValue?: {
473
- firstname: string;
474
- surname: string;
522
+ firstname?: string | undefined;
523
+ surname?: string | undefined;
524
+ middlename?: string | undefined;
475
525
  } | undefined;
476
526
  configuration?: {
527
+ name?: {
528
+ firstname?: {
529
+ required: boolean;
530
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
531
+ } | undefined;
532
+ surname?: {
533
+ required: boolean;
534
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
535
+ } | undefined;
536
+ middlename?: {
537
+ required: boolean;
538
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
539
+ } | undefined;
540
+ } | undefined;
541
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
477
542
  maxLength?: number | undefined;
478
543
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
479
544
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -500,6 +565,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
500
565
  type: "DISPLAY_ON_REVIEW";
501
566
  conditional: import(".").JSONSchema;
502
567
  })[] | undefined;
568
+ secured?: boolean | undefined;
503
569
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
504
570
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
505
571
  hideLabel?: boolean | undefined;
@@ -526,6 +592,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
526
592
  type: "DISPLAY_ON_REVIEW";
527
593
  conditional: import(".").JSONSchema;
528
594
  })[] | undefined;
595
+ secured?: boolean | undefined;
529
596
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
530
597
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
531
598
  hideLabel?: boolean | undefined;
@@ -552,6 +619,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
552
619
  type: "DISPLAY_ON_REVIEW";
553
620
  conditional: import(".").JSONSchema;
554
621
  })[] | undefined;
622
+ secured?: boolean | undefined;
555
623
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
556
624
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
557
625
  hideLabel?: boolean | undefined;
@@ -578,6 +646,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
578
646
  type: "DISPLAY_ON_REVIEW";
579
647
  conditional: import(".").JSONSchema;
580
648
  })[] | undefined;
649
+ secured?: boolean | undefined;
581
650
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
582
651
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
583
652
  hideLabel?: boolean | undefined;
@@ -610,6 +679,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
610
679
  type: "DISPLAY_ON_REVIEW";
611
680
  conditional: import(".").JSONSchema;
612
681
  })[] | undefined;
682
+ secured?: boolean | undefined;
613
683
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
614
684
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
615
685
  hideLabel?: boolean | undefined;
@@ -636,10 +706,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
636
706
  type: "DISPLAY_ON_REVIEW";
637
707
  conditional: import(".").JSONSchema;
638
708
  })[] | undefined;
709
+ secured?: boolean | undefined;
639
710
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
640
711
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
641
712
  hideLabel?: boolean | undefined;
642
713
  defaultValue?: string | undefined;
714
+ configuration?: {
715
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
716
+ } | undefined;
643
717
  } | {
644
718
  type: "FILE_WITH_OPTIONS";
645
719
  id: string;
@@ -670,13 +744,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
670
744
  type: "DISPLAY_ON_REVIEW";
671
745
  conditional: import(".").JSONSchema;
672
746
  })[] | undefined;
747
+ secured?: boolean | undefined;
673
748
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
674
749
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
675
750
  hideLabel?: boolean | undefined;
676
751
  defaultValue?: {
677
752
  type: string;
678
753
  option: string;
679
- filename: string;
754
+ path: string;
680
755
  originalFilename: string;
681
756
  }[] | undefined;
682
757
  } | {
@@ -701,6 +776,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
701
776
  type: "DISPLAY_ON_REVIEW";
702
777
  conditional: import(".").JSONSchema;
703
778
  })[] | undefined;
779
+ secured?: boolean | undefined;
704
780
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
705
781
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
706
782
  hideLabel?: boolean | undefined;
@@ -727,6 +803,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
727
803
  type: "DISPLAY_ON_REVIEW";
728
804
  conditional: import(".").JSONSchema;
729
805
  })[] | undefined;
806
+ secured?: boolean | undefined;
730
807
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
731
808
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
732
809
  hideLabel?: boolean | undefined;
@@ -753,6 +830,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
753
830
  type: "DISPLAY_ON_REVIEW";
754
831
  conditional: import(".").JSONSchema;
755
832
  })[] | undefined;
833
+ secured?: boolean | undefined;
756
834
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
757
835
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
758
836
  hideLabel?: boolean | undefined;
@@ -785,6 +863,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
785
863
  addressLine3?: string | undefined;
786
864
  postcodeOrZip?: string | undefined;
787
865
  } | undefined;
866
+ configuration?: {
867
+ lineSeparator?: string | undefined;
868
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
869
+ } | undefined;
788
870
  } | {
789
871
  type: "DATA";
790
872
  id: string;
@@ -816,6 +898,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
816
898
  type: "DISPLAY_ON_REVIEW";
817
899
  conditional: import(".").JSONSchema;
818
900
  })[] | undefined;
901
+ secured?: boolean | undefined;
819
902
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
820
903
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
821
904
  hideLabel?: boolean | undefined;
@@ -857,6 +940,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
857
940
  type: "DISPLAY_ON_REVIEW";
858
941
  conditional: import(".").JSONSchema;
859
942
  })[] | undefined;
943
+ secured?: boolean | undefined;
860
944
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
861
945
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
862
946
  hideLabel?: boolean | undefined;
@@ -882,6 +966,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
882
966
  type: "DISPLAY_ON_REVIEW";
883
967
  conditional: import(".").JSONSchema;
884
968
  })[] | undefined;
969
+ secured?: boolean | undefined;
885
970
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
886
971
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
887
972
  hideLabel?: boolean | undefined;
@@ -914,6 +999,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
914
999
  type: "DISPLAY_ON_REVIEW";
915
1000
  conditional: import(".").JSONSchema;
916
1001
  })[] | undefined;
1002
+ secured?: boolean | undefined;
917
1003
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
918
1004
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
919
1005
  hideLabel?: boolean | undefined;
@@ -946,6 +1032,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
946
1032
  type: "DISPLAY_ON_REVIEW";
947
1033
  conditional: import(".").JSONSchema;
948
1034
  })[] | undefined;
1035
+ secured?: boolean | undefined;
949
1036
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
950
1037
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
951
1038
  hideLabel?: boolean | undefined;
@@ -984,6 +1071,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
984
1071
  type: "DISPLAY_ON_REVIEW";
985
1072
  conditional: import(".").JSONSchema;
986
1073
  })[] | undefined;
1074
+ secured?: boolean | undefined;
987
1075
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
988
1076
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
989
1077
  hideLabel?: boolean | undefined;
@@ -1010,6 +1098,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1010
1098
  type: "DISPLAY_ON_REVIEW";
1011
1099
  conditional: import(".").JSONSchema;
1012
1100
  })[] | undefined;
1101
+ secured?: boolean | undefined;
1013
1102
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1014
1103
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1015
1104
  hideLabel?: boolean | undefined;
@@ -1039,6 +1128,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1039
1128
  type: "DISPLAY_ON_REVIEW";
1040
1129
  conditional: import(".").JSONSchema;
1041
1130
  })[] | undefined;
1131
+ secured?: boolean | undefined;
1042
1132
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1043
1133
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1044
1134
  hideLabel?: boolean | undefined;
@@ -1068,10 +1158,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
1068
1158
  type: "DISPLAY_ON_REVIEW";
1069
1159
  conditional: import(".").JSONSchema;
1070
1160
  })[] | undefined;
1161
+ secured?: boolean | undefined;
1071
1162
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1072
1163
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1073
1164
  hideLabel?: boolean | undefined;
1074
- defaultValue?: string | [string, string] | undefined;
1165
+ defaultValue?: string | {
1166
+ start: string;
1167
+ end: string;
1168
+ } | undefined;
1075
1169
  configuration?: {
1076
1170
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
1077
1171
  } | undefined;
@@ -1102,6 +1196,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1102
1196
  type: "DISPLAY_ON_REVIEW";
1103
1197
  conditional: import(".").JSONSchema;
1104
1198
  })[] | undefined;
1199
+ secured?: boolean | undefined;
1105
1200
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1106
1201
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1107
1202
  hideLabel?: boolean | undefined;
@@ -1128,6 +1223,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1128
1223
  type: "DISPLAY_ON_REVIEW";
1129
1224
  conditional: import(".").JSONSchema;
1130
1225
  })[] | undefined;
1226
+ secured?: boolean | undefined;
1131
1227
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1132
1228
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1133
1229
  hideLabel?: boolean | undefined;
@@ -1162,12 +1258,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
1162
1258
  type: "DISPLAY_ON_REVIEW";
1163
1259
  conditional: import(".").JSONSchema;
1164
1260
  })[] | undefined;
1261
+ secured?: boolean | undefined;
1165
1262
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1166
1263
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1167
1264
  hideLabel?: boolean | undefined;
1168
1265
  defaultValue?: {
1169
1266
  type: string;
1170
- filename: string;
1267
+ path: string;
1171
1268
  originalFilename: string;
1172
1269
  } | undefined;
1173
1270
  } | {
@@ -1196,6 +1293,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1196
1293
  type: "DISPLAY_ON_REVIEW";
1197
1294
  conditional: import(".").JSONSchema;
1198
1295
  })[] | undefined;
1296
+ secured?: boolean | undefined;
1199
1297
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1200
1298
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1201
1299
  hideLabel?: boolean | undefined;
@@ -1233,6 +1331,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1233
1331
  type: "DISPLAY_ON_REVIEW";
1234
1332
  conditional: import(".").JSONSchema;
1235
1333
  })[] | undefined;
1334
+ secured?: boolean | undefined;
1236
1335
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1237
1336
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1238
1337
  hideLabel?: boolean | undefined;
@@ -1263,10 +1362,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
1263
1362
  type: "DISPLAY_ON_REVIEW";
1264
1363
  conditional: import(".").JSONSchema;
1265
1364
  })[] | undefined;
1365
+ secured?: boolean | undefined;
1266
1366
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1267
1367
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1268
1368
  hideLabel?: boolean | undefined;
1269
1369
  defaultValue?: string | undefined;
1370
+ } | {
1371
+ type: "SELECT_DATE_RANGE";
1372
+ id: string;
1373
+ options: {
1374
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
1375
+ label: import("./TranslationConfig").TranslationConfig;
1376
+ }[];
1377
+ label: import("./TranslationConfig").TranslationConfig;
1378
+ parent?: {
1379
+ $$field: string;
1380
+ } | undefined;
1381
+ validation?: {
1382
+ message: import("./TranslationConfig").TranslationConfig;
1383
+ validator: import(".").JSONSchema;
1384
+ }[] | undefined;
1385
+ required?: boolean | undefined;
1386
+ conditionals?: ({
1387
+ type: "SHOW";
1388
+ conditional: import(".").JSONSchema;
1389
+ } | {
1390
+ type: "ENABLE";
1391
+ conditional: import(".").JSONSchema;
1392
+ } | {
1393
+ type: "DISPLAY_ON_REVIEW";
1394
+ conditional: import(".").JSONSchema;
1395
+ })[] | undefined;
1396
+ secured?: boolean | undefined;
1397
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1398
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1399
+ hideLabel?: boolean | undefined;
1400
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
1270
1401
  } | {
1271
1402
  type: "NAME";
1272
1403
  id: string;
@@ -1289,14 +1420,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
1289
1420
  type: "DISPLAY_ON_REVIEW";
1290
1421
  conditional: import(".").JSONSchema;
1291
1422
  })[] | undefined;
1423
+ secured?: boolean | undefined;
1292
1424
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1293
1425
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1294
1426
  hideLabel?: boolean | undefined;
1295
1427
  defaultValue?: {
1296
- firstname: string;
1297
- surname: string;
1428
+ firstname?: string | undefined;
1429
+ surname?: string | undefined;
1430
+ middlename?: string | undefined;
1298
1431
  } | undefined;
1299
1432
  configuration?: {
1433
+ name?: {
1434
+ firstname?: {
1435
+ required: boolean;
1436
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
1437
+ } | undefined;
1438
+ surname?: {
1439
+ required: boolean;
1440
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
1441
+ } | undefined;
1442
+ middlename?: {
1443
+ required: boolean;
1444
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
1445
+ } | undefined;
1446
+ } | undefined;
1447
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
1300
1448
  maxLength?: number | undefined;
1301
1449
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
1302
1450
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -1323,6 +1471,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1323
1471
  type: "DISPLAY_ON_REVIEW";
1324
1472
  conditional: import(".").JSONSchema;
1325
1473
  })[] | undefined;
1474
+ secured?: boolean | undefined;
1326
1475
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1327
1476
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1328
1477
  hideLabel?: boolean | undefined;
@@ -1349,6 +1498,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1349
1498
  type: "DISPLAY_ON_REVIEW";
1350
1499
  conditional: import(".").JSONSchema;
1351
1500
  })[] | undefined;
1501
+ secured?: boolean | undefined;
1352
1502
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1353
1503
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1354
1504
  hideLabel?: boolean | undefined;
@@ -1375,6 +1525,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1375
1525
  type: "DISPLAY_ON_REVIEW";
1376
1526
  conditional: import(".").JSONSchema;
1377
1527
  })[] | undefined;
1528
+ secured?: boolean | undefined;
1378
1529
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1379
1530
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1380
1531
  hideLabel?: boolean | undefined;
@@ -1401,6 +1552,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1401
1552
  type: "DISPLAY_ON_REVIEW";
1402
1553
  conditional: import(".").JSONSchema;
1403
1554
  })[] | undefined;
1555
+ secured?: boolean | undefined;
1404
1556
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1405
1557
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1406
1558
  hideLabel?: boolean | undefined;
@@ -1433,6 +1585,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1433
1585
  type: "DISPLAY_ON_REVIEW";
1434
1586
  conditional: import(".").JSONSchema;
1435
1587
  })[] | undefined;
1588
+ secured?: boolean | undefined;
1436
1589
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1437
1590
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1438
1591
  hideLabel?: boolean | undefined;
@@ -1459,10 +1612,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
1459
1612
  type: "DISPLAY_ON_REVIEW";
1460
1613
  conditional: import(".").JSONSchema;
1461
1614
  })[] | undefined;
1615
+ secured?: boolean | undefined;
1462
1616
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1463
1617
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1464
1618
  hideLabel?: boolean | undefined;
1465
1619
  defaultValue?: string | undefined;
1620
+ configuration?: {
1621
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
1622
+ } | undefined;
1466
1623
  } | {
1467
1624
  type: "FILE_WITH_OPTIONS";
1468
1625
  id: string;
@@ -1493,13 +1650,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
1493
1650
  type: "DISPLAY_ON_REVIEW";
1494
1651
  conditional: import(".").JSONSchema;
1495
1652
  })[] | undefined;
1653
+ secured?: boolean | undefined;
1496
1654
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1497
1655
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1498
1656
  hideLabel?: boolean | undefined;
1499
1657
  defaultValue?: {
1500
1658
  type: string;
1501
1659
  option: string;
1502
- filename: string;
1660
+ path: string;
1503
1661
  originalFilename: string;
1504
1662
  }[] | undefined;
1505
1663
  } | {
@@ -1524,6 +1682,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1524
1682
  type: "DISPLAY_ON_REVIEW";
1525
1683
  conditional: import(".").JSONSchema;
1526
1684
  })[] | undefined;
1685
+ secured?: boolean | undefined;
1527
1686
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1528
1687
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1529
1688
  hideLabel?: boolean | undefined;
@@ -1550,6 +1709,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1550
1709
  type: "DISPLAY_ON_REVIEW";
1551
1710
  conditional: import(".").JSONSchema;
1552
1711
  })[] | undefined;
1712
+ secured?: boolean | undefined;
1553
1713
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1554
1714
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1555
1715
  hideLabel?: boolean | undefined;
@@ -1576,6 +1736,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1576
1736
  type: "DISPLAY_ON_REVIEW";
1577
1737
  conditional: import(".").JSONSchema;
1578
1738
  })[] | undefined;
1739
+ secured?: boolean | undefined;
1579
1740
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1580
1741
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1581
1742
  hideLabel?: boolean | undefined;
@@ -1608,6 +1769,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
1608
1769
  addressLine3?: string | undefined;
1609
1770
  postcodeOrZip?: string | undefined;
1610
1771
  } | undefined;
1772
+ configuration?: {
1773
+ lineSeparator?: string | undefined;
1774
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
1775
+ } | undefined;
1611
1776
  } | {
1612
1777
  type: "DATA";
1613
1778
  id: string;
@@ -1639,6 +1804,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1639
1804
  type: "DISPLAY_ON_REVIEW";
1640
1805
  conditional: import(".").JSONSchema;
1641
1806
  })[] | undefined;
1807
+ secured?: boolean | undefined;
1642
1808
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1643
1809
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1644
1810
  hideLabel?: boolean | undefined;
@@ -1679,6 +1845,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1679
1845
  type: "DISPLAY_ON_REVIEW";
1680
1846
  conditional: import(".").JSONSchema;
1681
1847
  })[] | undefined;
1848
+ secured?: boolean | undefined;
1682
1849
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1683
1850
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1684
1851
  hideLabel?: boolean | undefined;
@@ -1704,6 +1871,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1704
1871
  type: "DISPLAY_ON_REVIEW";
1705
1872
  conditional: import(".").JSONSchema;
1706
1873
  })[] | undefined;
1874
+ secured?: boolean | undefined;
1707
1875
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1708
1876
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1709
1877
  hideLabel?: boolean | undefined;
@@ -1736,6 +1904,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1736
1904
  type: "DISPLAY_ON_REVIEW";
1737
1905
  conditional: import(".").JSONSchema;
1738
1906
  })[] | undefined;
1907
+ secured?: boolean | undefined;
1739
1908
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1740
1909
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1741
1910
  hideLabel?: boolean | undefined;
@@ -1768,6 +1937,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1768
1937
  type: "DISPLAY_ON_REVIEW";
1769
1938
  conditional: import(".").JSONSchema;
1770
1939
  })[] | undefined;
1940
+ secured?: boolean | undefined;
1771
1941
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1772
1942
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1773
1943
  hideLabel?: boolean | undefined;
@@ -1806,6 +1976,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1806
1976
  type: "DISPLAY_ON_REVIEW";
1807
1977
  conditional: import(".").JSONSchema;
1808
1978
  })[] | undefined;
1979
+ secured?: boolean | undefined;
1809
1980
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1810
1981
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1811
1982
  hideLabel?: boolean | undefined;
@@ -1832,6 +2003,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1832
2003
  type: "DISPLAY_ON_REVIEW";
1833
2004
  conditional: import(".").JSONSchema;
1834
2005
  })[] | undefined;
2006
+ secured?: boolean | undefined;
1835
2007
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1836
2008
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1837
2009
  hideLabel?: boolean | undefined;
@@ -1861,6 +2033,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1861
2033
  type: "DISPLAY_ON_REVIEW";
1862
2034
  conditional: import(".").JSONSchema;
1863
2035
  })[] | undefined;
2036
+ secured?: boolean | undefined;
1864
2037
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1865
2038
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1866
2039
  hideLabel?: boolean | undefined;
@@ -1890,10 +2063,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
1890
2063
  type: "DISPLAY_ON_REVIEW";
1891
2064
  conditional: import(".").JSONSchema;
1892
2065
  })[] | undefined;
2066
+ secured?: boolean | undefined;
1893
2067
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1894
2068
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1895
2069
  hideLabel?: boolean | undefined;
1896
- defaultValue?: string | [string, string] | undefined;
2070
+ defaultValue?: string | {
2071
+ start: string;
2072
+ end: string;
2073
+ } | undefined;
1897
2074
  configuration?: {
1898
2075
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
1899
2076
  } | undefined;
@@ -1924,6 +2101,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1924
2101
  type: "DISPLAY_ON_REVIEW";
1925
2102
  conditional: import(".").JSONSchema;
1926
2103
  })[] | undefined;
2104
+ secured?: boolean | undefined;
1927
2105
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1928
2106
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1929
2107
  hideLabel?: boolean | undefined;
@@ -1950,6 +2128,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
1950
2128
  type: "DISPLAY_ON_REVIEW";
1951
2129
  conditional: import(".").JSONSchema;
1952
2130
  })[] | undefined;
2131
+ secured?: boolean | undefined;
1953
2132
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1954
2133
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1955
2134
  hideLabel?: boolean | undefined;
@@ -1984,12 +2163,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
1984
2163
  type: "DISPLAY_ON_REVIEW";
1985
2164
  conditional: import(".").JSONSchema;
1986
2165
  })[] | undefined;
2166
+ secured?: boolean | undefined;
1987
2167
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
1988
2168
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
1989
2169
  hideLabel?: boolean | undefined;
1990
2170
  defaultValue?: {
1991
2171
  type: string;
1992
- filename: string;
2172
+ path: string;
1993
2173
  originalFilename: string;
1994
2174
  } | undefined;
1995
2175
  } | {
@@ -2018,6 +2198,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2018
2198
  type: "DISPLAY_ON_REVIEW";
2019
2199
  conditional: import(".").JSONSchema;
2020
2200
  })[] | undefined;
2201
+ secured?: boolean | undefined;
2021
2202
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2022
2203
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2023
2204
  hideLabel?: boolean | undefined;
@@ -2055,6 +2236,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2055
2236
  type: "DISPLAY_ON_REVIEW";
2056
2237
  conditional: import(".").JSONSchema;
2057
2238
  })[] | undefined;
2239
+ secured?: boolean | undefined;
2058
2240
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2059
2241
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2060
2242
  hideLabel?: boolean | undefined;
@@ -2085,10 +2267,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
2085
2267
  type: "DISPLAY_ON_REVIEW";
2086
2268
  conditional: import(".").JSONSchema;
2087
2269
  })[] | undefined;
2270
+ secured?: boolean | undefined;
2088
2271
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2089
2272
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2090
2273
  hideLabel?: boolean | undefined;
2091
2274
  defaultValue?: string | undefined;
2275
+ } | {
2276
+ type: "SELECT_DATE_RANGE";
2277
+ id: string;
2278
+ options: {
2279
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
2280
+ label: import("./TranslationConfig").TranslationConfig;
2281
+ }[];
2282
+ label: import("./TranslationConfig").TranslationConfig;
2283
+ parent?: {
2284
+ $$field: string;
2285
+ } | undefined;
2286
+ validation?: {
2287
+ message: import("./TranslationConfig").TranslationConfig;
2288
+ validator: import(".").JSONSchema;
2289
+ }[] | undefined;
2290
+ required?: boolean | undefined;
2291
+ conditionals?: ({
2292
+ type: "SHOW";
2293
+ conditional: import(".").JSONSchema;
2294
+ } | {
2295
+ type: "ENABLE";
2296
+ conditional: import(".").JSONSchema;
2297
+ } | {
2298
+ type: "DISPLAY_ON_REVIEW";
2299
+ conditional: import(".").JSONSchema;
2300
+ })[] | undefined;
2301
+ secured?: boolean | undefined;
2302
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2303
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2304
+ hideLabel?: boolean | undefined;
2305
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
2092
2306
  } | {
2093
2307
  type: "NAME";
2094
2308
  id: string;
@@ -2111,14 +2325,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
2111
2325
  type: "DISPLAY_ON_REVIEW";
2112
2326
  conditional: import(".").JSONSchema;
2113
2327
  })[] | undefined;
2328
+ secured?: boolean | undefined;
2114
2329
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2115
2330
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2116
2331
  hideLabel?: boolean | undefined;
2117
2332
  defaultValue?: {
2118
- firstname: string;
2119
- surname: string;
2333
+ firstname?: string | undefined;
2334
+ surname?: string | undefined;
2335
+ middlename?: string | undefined;
2120
2336
  } | undefined;
2121
2337
  configuration?: {
2338
+ name?: {
2339
+ firstname?: {
2340
+ required: boolean;
2341
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
2342
+ } | undefined;
2343
+ surname?: {
2344
+ required: boolean;
2345
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
2346
+ } | undefined;
2347
+ middlename?: {
2348
+ required: boolean;
2349
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
2350
+ } | undefined;
2351
+ } | undefined;
2352
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
2122
2353
  maxLength?: number | undefined;
2123
2354
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
2124
2355
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -2145,6 +2376,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2145
2376
  type: "DISPLAY_ON_REVIEW";
2146
2377
  conditional: import(".").JSONSchema;
2147
2378
  })[] | undefined;
2379
+ secured?: boolean | undefined;
2148
2380
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2149
2381
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2150
2382
  hideLabel?: boolean | undefined;
@@ -2171,6 +2403,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2171
2403
  type: "DISPLAY_ON_REVIEW";
2172
2404
  conditional: import(".").JSONSchema;
2173
2405
  })[] | undefined;
2406
+ secured?: boolean | undefined;
2174
2407
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2175
2408
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2176
2409
  hideLabel?: boolean | undefined;
@@ -2197,6 +2430,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2197
2430
  type: "DISPLAY_ON_REVIEW";
2198
2431
  conditional: import(".").JSONSchema;
2199
2432
  })[] | undefined;
2433
+ secured?: boolean | undefined;
2200
2434
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2201
2435
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2202
2436
  hideLabel?: boolean | undefined;
@@ -2223,6 +2457,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2223
2457
  type: "DISPLAY_ON_REVIEW";
2224
2458
  conditional: import(".").JSONSchema;
2225
2459
  })[] | undefined;
2460
+ secured?: boolean | undefined;
2226
2461
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2227
2462
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2228
2463
  hideLabel?: boolean | undefined;
@@ -2255,6 +2490,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2255
2490
  type: "DISPLAY_ON_REVIEW";
2256
2491
  conditional: import(".").JSONSchema;
2257
2492
  })[] | undefined;
2493
+ secured?: boolean | undefined;
2258
2494
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2259
2495
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2260
2496
  hideLabel?: boolean | undefined;
@@ -2281,10 +2517,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
2281
2517
  type: "DISPLAY_ON_REVIEW";
2282
2518
  conditional: import(".").JSONSchema;
2283
2519
  })[] | undefined;
2520
+ secured?: boolean | undefined;
2284
2521
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2285
2522
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2286
2523
  hideLabel?: boolean | undefined;
2287
2524
  defaultValue?: string | undefined;
2525
+ configuration?: {
2526
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
2527
+ } | undefined;
2288
2528
  } | {
2289
2529
  type: "FILE_WITH_OPTIONS";
2290
2530
  id: string;
@@ -2315,13 +2555,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
2315
2555
  type: "DISPLAY_ON_REVIEW";
2316
2556
  conditional: import(".").JSONSchema;
2317
2557
  })[] | undefined;
2558
+ secured?: boolean | undefined;
2318
2559
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2319
2560
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2320
2561
  hideLabel?: boolean | undefined;
2321
2562
  defaultValue?: {
2322
2563
  type: string;
2323
2564
  option: string;
2324
- filename: string;
2565
+ path: string;
2325
2566
  originalFilename: string;
2326
2567
  }[] | undefined;
2327
2568
  } | {
@@ -2346,6 +2587,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2346
2587
  type: "DISPLAY_ON_REVIEW";
2347
2588
  conditional: import(".").JSONSchema;
2348
2589
  })[] | undefined;
2590
+ secured?: boolean | undefined;
2349
2591
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2350
2592
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2351
2593
  hideLabel?: boolean | undefined;
@@ -2372,6 +2614,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2372
2614
  type: "DISPLAY_ON_REVIEW";
2373
2615
  conditional: import(".").JSONSchema;
2374
2616
  })[] | undefined;
2617
+ secured?: boolean | undefined;
2375
2618
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2376
2619
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2377
2620
  hideLabel?: boolean | undefined;
@@ -2398,6 +2641,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2398
2641
  type: "DISPLAY_ON_REVIEW";
2399
2642
  conditional: import(".").JSONSchema;
2400
2643
  })[] | undefined;
2644
+ secured?: boolean | undefined;
2401
2645
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2402
2646
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2403
2647
  hideLabel?: boolean | undefined;
@@ -2430,6 +2674,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
2430
2674
  addressLine3?: string | undefined;
2431
2675
  postcodeOrZip?: string | undefined;
2432
2676
  } | undefined;
2677
+ configuration?: {
2678
+ lineSeparator?: string | undefined;
2679
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
2680
+ } | undefined;
2433
2681
  } | {
2434
2682
  type: "DATA";
2435
2683
  id: string;
@@ -2461,6 +2709,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2461
2709
  type: "DISPLAY_ON_REVIEW";
2462
2710
  conditional: import(".").JSONSchema;
2463
2711
  })[] | undefined;
2712
+ secured?: boolean | undefined;
2464
2713
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2465
2714
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2466
2715
  hideLabel?: boolean | undefined;
@@ -2501,6 +2750,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2501
2750
  type: "DISPLAY_ON_REVIEW";
2502
2751
  conditional: import(".").JSONSchema;
2503
2752
  })[] | undefined;
2753
+ secured?: boolean | undefined;
2504
2754
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2505
2755
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2506
2756
  hideLabel?: boolean | undefined;
@@ -2526,6 +2776,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2526
2776
  type: "DISPLAY_ON_REVIEW";
2527
2777
  conditional: import(".").JSONSchema;
2528
2778
  })[] | undefined;
2779
+ secured?: boolean | undefined;
2529
2780
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2530
2781
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2531
2782
  hideLabel?: boolean | undefined;
@@ -2558,6 +2809,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2558
2809
  type: "DISPLAY_ON_REVIEW";
2559
2810
  conditional: import(".").JSONSchema;
2560
2811
  })[] | undefined;
2812
+ secured?: boolean | undefined;
2561
2813
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2562
2814
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2563
2815
  hideLabel?: boolean | undefined;
@@ -2590,6 +2842,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2590
2842
  type: "DISPLAY_ON_REVIEW";
2591
2843
  conditional: import(".").JSONSchema;
2592
2844
  })[] | undefined;
2845
+ secured?: boolean | undefined;
2593
2846
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2594
2847
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2595
2848
  hideLabel?: boolean | undefined;
@@ -2628,6 +2881,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2628
2881
  type: "DISPLAY_ON_REVIEW";
2629
2882
  conditional: import(".").JSONSchema;
2630
2883
  })[] | undefined;
2884
+ secured?: boolean | undefined;
2631
2885
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2632
2886
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2633
2887
  hideLabel?: boolean | undefined;
@@ -2654,6 +2908,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2654
2908
  type: "DISPLAY_ON_REVIEW";
2655
2909
  conditional: import(".").JSONSchema;
2656
2910
  })[] | undefined;
2911
+ secured?: boolean | undefined;
2657
2912
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2658
2913
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2659
2914
  hideLabel?: boolean | undefined;
@@ -2683,6 +2938,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2683
2938
  type: "DISPLAY_ON_REVIEW";
2684
2939
  conditional: import(".").JSONSchema;
2685
2940
  })[] | undefined;
2941
+ secured?: boolean | undefined;
2686
2942
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2687
2943
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2688
2944
  hideLabel?: boolean | undefined;
@@ -2712,10 +2968,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
2712
2968
  type: "DISPLAY_ON_REVIEW";
2713
2969
  conditional: import(".").JSONSchema;
2714
2970
  })[] | undefined;
2971
+ secured?: boolean | undefined;
2715
2972
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2716
2973
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2717
2974
  hideLabel?: boolean | undefined;
2718
- defaultValue?: string | [string, string] | undefined;
2975
+ defaultValue?: string | {
2976
+ start: string;
2977
+ end: string;
2978
+ } | undefined;
2719
2979
  configuration?: {
2720
2980
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
2721
2981
  } | undefined;
@@ -2746,6 +3006,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2746
3006
  type: "DISPLAY_ON_REVIEW";
2747
3007
  conditional: import(".").JSONSchema;
2748
3008
  })[] | undefined;
3009
+ secured?: boolean | undefined;
2749
3010
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2750
3011
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2751
3012
  hideLabel?: boolean | undefined;
@@ -2772,6 +3033,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2772
3033
  type: "DISPLAY_ON_REVIEW";
2773
3034
  conditional: import(".").JSONSchema;
2774
3035
  })[] | undefined;
3036
+ secured?: boolean | undefined;
2775
3037
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2776
3038
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2777
3039
  hideLabel?: boolean | undefined;
@@ -2806,12 +3068,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
2806
3068
  type: "DISPLAY_ON_REVIEW";
2807
3069
  conditional: import(".").JSONSchema;
2808
3070
  })[] | undefined;
3071
+ secured?: boolean | undefined;
2809
3072
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2810
3073
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2811
3074
  hideLabel?: boolean | undefined;
2812
3075
  defaultValue?: {
2813
3076
  type: string;
2814
- filename: string;
3077
+ path: string;
2815
3078
  originalFilename: string;
2816
3079
  } | undefined;
2817
3080
  } | {
@@ -2840,6 +3103,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2840
3103
  type: "DISPLAY_ON_REVIEW";
2841
3104
  conditional: import(".").JSONSchema;
2842
3105
  })[] | undefined;
3106
+ secured?: boolean | undefined;
2843
3107
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2844
3108
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2845
3109
  hideLabel?: boolean | undefined;
@@ -2877,6 +3141,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2877
3141
  type: "DISPLAY_ON_REVIEW";
2878
3142
  conditional: import(".").JSONSchema;
2879
3143
  })[] | undefined;
3144
+ secured?: boolean | undefined;
2880
3145
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2881
3146
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2882
3147
  hideLabel?: boolean | undefined;
@@ -2907,10 +3172,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
2907
3172
  type: "DISPLAY_ON_REVIEW";
2908
3173
  conditional: import(".").JSONSchema;
2909
3174
  })[] | undefined;
3175
+ secured?: boolean | undefined;
2910
3176
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2911
3177
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2912
3178
  hideLabel?: boolean | undefined;
2913
3179
  defaultValue?: string | undefined;
3180
+ } | {
3181
+ type: "SELECT_DATE_RANGE";
3182
+ id: string;
3183
+ options: {
3184
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
3185
+ label: import("./TranslationConfig").TranslationConfig;
3186
+ }[];
3187
+ label: import("./TranslationConfig").TranslationConfig;
3188
+ parent?: {
3189
+ $$field: string;
3190
+ } | undefined;
3191
+ validation?: {
3192
+ message: import("./TranslationConfig").TranslationConfig;
3193
+ validator: import(".").JSONSchema;
3194
+ }[] | undefined;
3195
+ required?: boolean | undefined;
3196
+ conditionals?: ({
3197
+ type: "SHOW";
3198
+ conditional: import(".").JSONSchema;
3199
+ } | {
3200
+ type: "ENABLE";
3201
+ conditional: import(".").JSONSchema;
3202
+ } | {
3203
+ type: "DISPLAY_ON_REVIEW";
3204
+ conditional: import(".").JSONSchema;
3205
+ })[] | undefined;
3206
+ secured?: boolean | undefined;
3207
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3208
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3209
+ hideLabel?: boolean | undefined;
3210
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
2914
3211
  } | {
2915
3212
  type: "NAME";
2916
3213
  id: string;
@@ -2933,14 +3230,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
2933
3230
  type: "DISPLAY_ON_REVIEW";
2934
3231
  conditional: import(".").JSONSchema;
2935
3232
  })[] | undefined;
3233
+ secured?: boolean | undefined;
2936
3234
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2937
3235
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2938
3236
  hideLabel?: boolean | undefined;
2939
3237
  defaultValue?: {
2940
- firstname: string;
2941
- surname: string;
3238
+ firstname?: string | undefined;
3239
+ surname?: string | undefined;
3240
+ middlename?: string | undefined;
2942
3241
  } | undefined;
2943
3242
  configuration?: {
3243
+ name?: {
3244
+ firstname?: {
3245
+ required: boolean;
3246
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
3247
+ } | undefined;
3248
+ surname?: {
3249
+ required: boolean;
3250
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
3251
+ } | undefined;
3252
+ middlename?: {
3253
+ required: boolean;
3254
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
3255
+ } | undefined;
3256
+ } | undefined;
3257
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
2944
3258
  maxLength?: number | undefined;
2945
3259
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
2946
3260
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -2967,6 +3281,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2967
3281
  type: "DISPLAY_ON_REVIEW";
2968
3282
  conditional: import(".").JSONSchema;
2969
3283
  })[] | undefined;
3284
+ secured?: boolean | undefined;
2970
3285
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2971
3286
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2972
3287
  hideLabel?: boolean | undefined;
@@ -2993,6 +3308,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
2993
3308
  type: "DISPLAY_ON_REVIEW";
2994
3309
  conditional: import(".").JSONSchema;
2995
3310
  })[] | undefined;
3311
+ secured?: boolean | undefined;
2996
3312
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
2997
3313
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
2998
3314
  hideLabel?: boolean | undefined;
@@ -3019,6 +3335,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3019
3335
  type: "DISPLAY_ON_REVIEW";
3020
3336
  conditional: import(".").JSONSchema;
3021
3337
  })[] | undefined;
3338
+ secured?: boolean | undefined;
3022
3339
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3023
3340
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3024
3341
  hideLabel?: boolean | undefined;
@@ -3045,6 +3362,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3045
3362
  type: "DISPLAY_ON_REVIEW";
3046
3363
  conditional: import(".").JSONSchema;
3047
3364
  })[] | undefined;
3365
+ secured?: boolean | undefined;
3048
3366
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3049
3367
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3050
3368
  hideLabel?: boolean | undefined;
@@ -3077,6 +3395,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3077
3395
  type: "DISPLAY_ON_REVIEW";
3078
3396
  conditional: import(".").JSONSchema;
3079
3397
  })[] | undefined;
3398
+ secured?: boolean | undefined;
3080
3399
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3081
3400
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3082
3401
  hideLabel?: boolean | undefined;
@@ -3103,10 +3422,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
3103
3422
  type: "DISPLAY_ON_REVIEW";
3104
3423
  conditional: import(".").JSONSchema;
3105
3424
  })[] | undefined;
3425
+ secured?: boolean | undefined;
3106
3426
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3107
3427
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3108
3428
  hideLabel?: boolean | undefined;
3109
3429
  defaultValue?: string | undefined;
3430
+ configuration?: {
3431
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
3432
+ } | undefined;
3110
3433
  } | {
3111
3434
  type: "FILE_WITH_OPTIONS";
3112
3435
  id: string;
@@ -3137,13 +3460,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
3137
3460
  type: "DISPLAY_ON_REVIEW";
3138
3461
  conditional: import(".").JSONSchema;
3139
3462
  })[] | undefined;
3463
+ secured?: boolean | undefined;
3140
3464
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3141
3465
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3142
3466
  hideLabel?: boolean | undefined;
3143
3467
  defaultValue?: {
3144
3468
  type: string;
3145
3469
  option: string;
3146
- filename: string;
3470
+ path: string;
3147
3471
  originalFilename: string;
3148
3472
  }[] | undefined;
3149
3473
  } | {
@@ -3168,6 +3492,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3168
3492
  type: "DISPLAY_ON_REVIEW";
3169
3493
  conditional: import(".").JSONSchema;
3170
3494
  })[] | undefined;
3495
+ secured?: boolean | undefined;
3171
3496
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3172
3497
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3173
3498
  hideLabel?: boolean | undefined;
@@ -3194,6 +3519,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3194
3519
  type: "DISPLAY_ON_REVIEW";
3195
3520
  conditional: import(".").JSONSchema;
3196
3521
  })[] | undefined;
3522
+ secured?: boolean | undefined;
3197
3523
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3198
3524
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3199
3525
  hideLabel?: boolean | undefined;
@@ -3220,6 +3546,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3220
3546
  type: "DISPLAY_ON_REVIEW";
3221
3547
  conditional: import(".").JSONSchema;
3222
3548
  })[] | undefined;
3549
+ secured?: boolean | undefined;
3223
3550
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3224
3551
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3225
3552
  hideLabel?: boolean | undefined;
@@ -3252,6 +3579,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
3252
3579
  addressLine3?: string | undefined;
3253
3580
  postcodeOrZip?: string | undefined;
3254
3581
  } | undefined;
3582
+ configuration?: {
3583
+ lineSeparator?: string | undefined;
3584
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
3585
+ } | undefined;
3255
3586
  } | {
3256
3587
  type: "DATA";
3257
3588
  id: string;
@@ -3283,6 +3614,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3283
3614
  type: "DISPLAY_ON_REVIEW";
3284
3615
  conditional: import(".").JSONSchema;
3285
3616
  })[] | undefined;
3617
+ secured?: boolean | undefined;
3286
3618
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3287
3619
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3288
3620
  hideLabel?: boolean | undefined;
@@ -3323,6 +3655,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3323
3655
  type: "DISPLAY_ON_REVIEW";
3324
3656
  conditional: import(".").JSONSchema;
3325
3657
  })[] | undefined;
3658
+ secured?: boolean | undefined;
3326
3659
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3327
3660
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3328
3661
  hideLabel?: boolean | undefined;
@@ -3348,6 +3681,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3348
3681
  type: "DISPLAY_ON_REVIEW";
3349
3682
  conditional: import(".").JSONSchema;
3350
3683
  })[] | undefined;
3684
+ secured?: boolean | undefined;
3351
3685
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3352
3686
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3353
3687
  hideLabel?: boolean | undefined;
@@ -3380,6 +3714,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3380
3714
  type: "DISPLAY_ON_REVIEW";
3381
3715
  conditional: import(".").JSONSchema;
3382
3716
  })[] | undefined;
3717
+ secured?: boolean | undefined;
3383
3718
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3384
3719
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3385
3720
  hideLabel?: boolean | undefined;
@@ -3412,6 +3747,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3412
3747
  type: "DISPLAY_ON_REVIEW";
3413
3748
  conditional: import(".").JSONSchema;
3414
3749
  })[] | undefined;
3750
+ secured?: boolean | undefined;
3415
3751
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3416
3752
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3417
3753
  hideLabel?: boolean | undefined;
@@ -3450,6 +3786,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3450
3786
  type: "DISPLAY_ON_REVIEW";
3451
3787
  conditional: import(".").JSONSchema;
3452
3788
  })[] | undefined;
3789
+ secured?: boolean | undefined;
3453
3790
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3454
3791
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3455
3792
  hideLabel?: boolean | undefined;
@@ -3476,6 +3813,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3476
3813
  type: "DISPLAY_ON_REVIEW";
3477
3814
  conditional: import(".").JSONSchema;
3478
3815
  })[] | undefined;
3816
+ secured?: boolean | undefined;
3479
3817
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3480
3818
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3481
3819
  hideLabel?: boolean | undefined;
@@ -3505,6 +3843,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3505
3843
  type: "DISPLAY_ON_REVIEW";
3506
3844
  conditional: import(".").JSONSchema;
3507
3845
  })[] | undefined;
3846
+ secured?: boolean | undefined;
3508
3847
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3509
3848
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3510
3849
  hideLabel?: boolean | undefined;
@@ -3534,10 +3873,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
3534
3873
  type: "DISPLAY_ON_REVIEW";
3535
3874
  conditional: import(".").JSONSchema;
3536
3875
  })[] | undefined;
3876
+ secured?: boolean | undefined;
3537
3877
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3538
3878
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3539
3879
  hideLabel?: boolean | undefined;
3540
- defaultValue?: string | [string, string] | undefined;
3880
+ defaultValue?: string | {
3881
+ start: string;
3882
+ end: string;
3883
+ } | undefined;
3541
3884
  configuration?: {
3542
3885
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
3543
3886
  } | undefined;
@@ -3568,6 +3911,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3568
3911
  type: "DISPLAY_ON_REVIEW";
3569
3912
  conditional: import(".").JSONSchema;
3570
3913
  })[] | undefined;
3914
+ secured?: boolean | undefined;
3571
3915
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3572
3916
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3573
3917
  hideLabel?: boolean | undefined;
@@ -3594,6 +3938,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3594
3938
  type: "DISPLAY_ON_REVIEW";
3595
3939
  conditional: import(".").JSONSchema;
3596
3940
  })[] | undefined;
3941
+ secured?: boolean | undefined;
3597
3942
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3598
3943
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3599
3944
  hideLabel?: boolean | undefined;
@@ -3628,12 +3973,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
3628
3973
  type: "DISPLAY_ON_REVIEW";
3629
3974
  conditional: import(".").JSONSchema;
3630
3975
  })[] | undefined;
3976
+ secured?: boolean | undefined;
3631
3977
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3632
3978
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3633
3979
  hideLabel?: boolean | undefined;
3634
3980
  defaultValue?: {
3635
3981
  type: string;
3636
- filename: string;
3982
+ path: string;
3637
3983
  originalFilename: string;
3638
3984
  } | undefined;
3639
3985
  } | {
@@ -3662,6 +4008,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3662
4008
  type: "DISPLAY_ON_REVIEW";
3663
4009
  conditional: import(".").JSONSchema;
3664
4010
  })[] | undefined;
4011
+ secured?: boolean | undefined;
3665
4012
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3666
4013
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3667
4014
  hideLabel?: boolean | undefined;
@@ -3699,6 +4046,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3699
4046
  type: "DISPLAY_ON_REVIEW";
3700
4047
  conditional: import(".").JSONSchema;
3701
4048
  })[] | undefined;
4049
+ secured?: boolean | undefined;
3702
4050
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3703
4051
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3704
4052
  hideLabel?: boolean | undefined;
@@ -3729,10 +4077,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
3729
4077
  type: "DISPLAY_ON_REVIEW";
3730
4078
  conditional: import(".").JSONSchema;
3731
4079
  })[] | undefined;
4080
+ secured?: boolean | undefined;
3732
4081
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3733
4082
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3734
4083
  hideLabel?: boolean | undefined;
3735
4084
  defaultValue?: string | undefined;
4085
+ } | {
4086
+ type: "SELECT_DATE_RANGE";
4087
+ id: string;
4088
+ options: {
4089
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
4090
+ label: import("./TranslationConfig").TranslationConfig;
4091
+ }[];
4092
+ label: import("./TranslationConfig").TranslationConfig;
4093
+ parent?: {
4094
+ $$field: string;
4095
+ } | undefined;
4096
+ validation?: {
4097
+ message: import("./TranslationConfig").TranslationConfig;
4098
+ validator: import(".").JSONSchema;
4099
+ }[] | undefined;
4100
+ required?: boolean | undefined;
4101
+ conditionals?: ({
4102
+ type: "SHOW";
4103
+ conditional: import(".").JSONSchema;
4104
+ } | {
4105
+ type: "ENABLE";
4106
+ conditional: import(".").JSONSchema;
4107
+ } | {
4108
+ type: "DISPLAY_ON_REVIEW";
4109
+ conditional: import(".").JSONSchema;
4110
+ })[] | undefined;
4111
+ secured?: boolean | undefined;
4112
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4113
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4114
+ hideLabel?: boolean | undefined;
4115
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
3736
4116
  } | {
3737
4117
  type: "NAME";
3738
4118
  id: string;
@@ -3755,14 +4135,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
3755
4135
  type: "DISPLAY_ON_REVIEW";
3756
4136
  conditional: import(".").JSONSchema;
3757
4137
  })[] | undefined;
4138
+ secured?: boolean | undefined;
3758
4139
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3759
4140
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3760
4141
  hideLabel?: boolean | undefined;
3761
4142
  defaultValue?: {
3762
- firstname: string;
3763
- surname: string;
4143
+ firstname?: string | undefined;
4144
+ surname?: string | undefined;
4145
+ middlename?: string | undefined;
3764
4146
  } | undefined;
3765
4147
  configuration?: {
4148
+ name?: {
4149
+ firstname?: {
4150
+ required: boolean;
4151
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
4152
+ } | undefined;
4153
+ surname?: {
4154
+ required: boolean;
4155
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
4156
+ } | undefined;
4157
+ middlename?: {
4158
+ required: boolean;
4159
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
4160
+ } | undefined;
4161
+ } | undefined;
4162
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
3766
4163
  maxLength?: number | undefined;
3767
4164
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
3768
4165
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -3789,6 +4186,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3789
4186
  type: "DISPLAY_ON_REVIEW";
3790
4187
  conditional: import(".").JSONSchema;
3791
4188
  })[] | undefined;
4189
+ secured?: boolean | undefined;
3792
4190
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3793
4191
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3794
4192
  hideLabel?: boolean | undefined;
@@ -3815,6 +4213,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3815
4213
  type: "DISPLAY_ON_REVIEW";
3816
4214
  conditional: import(".").JSONSchema;
3817
4215
  })[] | undefined;
4216
+ secured?: boolean | undefined;
3818
4217
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3819
4218
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3820
4219
  hideLabel?: boolean | undefined;
@@ -3841,6 +4240,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3841
4240
  type: "DISPLAY_ON_REVIEW";
3842
4241
  conditional: import(".").JSONSchema;
3843
4242
  })[] | undefined;
4243
+ secured?: boolean | undefined;
3844
4244
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3845
4245
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3846
4246
  hideLabel?: boolean | undefined;
@@ -3867,6 +4267,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3867
4267
  type: "DISPLAY_ON_REVIEW";
3868
4268
  conditional: import(".").JSONSchema;
3869
4269
  })[] | undefined;
4270
+ secured?: boolean | undefined;
3870
4271
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3871
4272
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3872
4273
  hideLabel?: boolean | undefined;
@@ -3899,6 +4300,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3899
4300
  type: "DISPLAY_ON_REVIEW";
3900
4301
  conditional: import(".").JSONSchema;
3901
4302
  })[] | undefined;
4303
+ secured?: boolean | undefined;
3902
4304
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3903
4305
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3904
4306
  hideLabel?: boolean | undefined;
@@ -3925,10 +4327,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
3925
4327
  type: "DISPLAY_ON_REVIEW";
3926
4328
  conditional: import(".").JSONSchema;
3927
4329
  })[] | undefined;
4330
+ secured?: boolean | undefined;
3928
4331
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3929
4332
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3930
4333
  hideLabel?: boolean | undefined;
3931
4334
  defaultValue?: string | undefined;
4335
+ configuration?: {
4336
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
4337
+ } | undefined;
3932
4338
  } | {
3933
4339
  type: "FILE_WITH_OPTIONS";
3934
4340
  id: string;
@@ -3959,13 +4365,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
3959
4365
  type: "DISPLAY_ON_REVIEW";
3960
4366
  conditional: import(".").JSONSchema;
3961
4367
  })[] | undefined;
4368
+ secured?: boolean | undefined;
3962
4369
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3963
4370
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3964
4371
  hideLabel?: boolean | undefined;
3965
4372
  defaultValue?: {
3966
4373
  type: string;
3967
4374
  option: string;
3968
- filename: string;
4375
+ path: string;
3969
4376
  originalFilename: string;
3970
4377
  }[] | undefined;
3971
4378
  } | {
@@ -3990,6 +4397,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
3990
4397
  type: "DISPLAY_ON_REVIEW";
3991
4398
  conditional: import(".").JSONSchema;
3992
4399
  })[] | undefined;
4400
+ secured?: boolean | undefined;
3993
4401
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
3994
4402
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
3995
4403
  hideLabel?: boolean | undefined;
@@ -4016,6 +4424,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4016
4424
  type: "DISPLAY_ON_REVIEW";
4017
4425
  conditional: import(".").JSONSchema;
4018
4426
  })[] | undefined;
4427
+ secured?: boolean | undefined;
4019
4428
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4020
4429
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4021
4430
  hideLabel?: boolean | undefined;
@@ -4042,6 +4451,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4042
4451
  type: "DISPLAY_ON_REVIEW";
4043
4452
  conditional: import(".").JSONSchema;
4044
4453
  })[] | undefined;
4454
+ secured?: boolean | undefined;
4045
4455
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4046
4456
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4047
4457
  hideLabel?: boolean | undefined;
@@ -4074,6 +4484,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
4074
4484
  addressLine3?: string | undefined;
4075
4485
  postcodeOrZip?: string | undefined;
4076
4486
  } | undefined;
4487
+ configuration?: {
4488
+ lineSeparator?: string | undefined;
4489
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
4490
+ } | undefined;
4077
4491
  } | {
4078
4492
  type: "DATA";
4079
4493
  id: string;
@@ -4105,6 +4519,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4105
4519
  type: "DISPLAY_ON_REVIEW";
4106
4520
  conditional: import(".").JSONSchema;
4107
4521
  })[] | undefined;
4522
+ secured?: boolean | undefined;
4108
4523
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4109
4524
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4110
4525
  hideLabel?: boolean | undefined;
@@ -4193,6 +4608,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4193
4608
  type: "DISPLAY_ON_REVIEW";
4194
4609
  conditional: import(".").JSONSchema;
4195
4610
  })[] | undefined;
4611
+ secured?: boolean | undefined;
4196
4612
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4197
4613
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4198
4614
  hideLabel?: boolean | undefined;
@@ -4218,6 +4634,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4218
4634
  type: "DISPLAY_ON_REVIEW";
4219
4635
  conditional: import(".").JSONSchema;
4220
4636
  })[] | undefined;
4637
+ secured?: boolean | undefined;
4221
4638
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4222
4639
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4223
4640
  hideLabel?: boolean | undefined;
@@ -4250,6 +4667,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4250
4667
  type: "DISPLAY_ON_REVIEW";
4251
4668
  conditional: import(".").JSONSchema;
4252
4669
  })[] | undefined;
4670
+ secured?: boolean | undefined;
4253
4671
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4254
4672
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4255
4673
  hideLabel?: boolean | undefined;
@@ -4282,6 +4700,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4282
4700
  type: "DISPLAY_ON_REVIEW";
4283
4701
  conditional: import(".").JSONSchema;
4284
4702
  })[] | undefined;
4703
+ secured?: boolean | undefined;
4285
4704
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4286
4705
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4287
4706
  hideLabel?: boolean | undefined;
@@ -4320,6 +4739,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4320
4739
  type: "DISPLAY_ON_REVIEW";
4321
4740
  conditional: import(".").JSONSchema;
4322
4741
  })[] | undefined;
4742
+ secured?: boolean | undefined;
4323
4743
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4324
4744
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4325
4745
  hideLabel?: boolean | undefined;
@@ -4346,6 +4766,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4346
4766
  type: "DISPLAY_ON_REVIEW";
4347
4767
  conditional: import(".").JSONSchema;
4348
4768
  })[] | undefined;
4769
+ secured?: boolean | undefined;
4349
4770
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4350
4771
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4351
4772
  hideLabel?: boolean | undefined;
@@ -4375,6 +4796,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4375
4796
  type: "DISPLAY_ON_REVIEW";
4376
4797
  conditional: import(".").JSONSchema;
4377
4798
  })[] | undefined;
4799
+ secured?: boolean | undefined;
4378
4800
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4379
4801
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4380
4802
  hideLabel?: boolean | undefined;
@@ -4404,10 +4826,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
4404
4826
  type: "DISPLAY_ON_REVIEW";
4405
4827
  conditional: import(".").JSONSchema;
4406
4828
  })[] | undefined;
4829
+ secured?: boolean | undefined;
4407
4830
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4408
4831
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4409
4832
  hideLabel?: boolean | undefined;
4410
- defaultValue?: string | [string, string] | undefined;
4833
+ defaultValue?: string | {
4834
+ start: string;
4835
+ end: string;
4836
+ } | undefined;
4411
4837
  configuration?: {
4412
4838
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
4413
4839
  } | undefined;
@@ -4438,6 +4864,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4438
4864
  type: "DISPLAY_ON_REVIEW";
4439
4865
  conditional: import(".").JSONSchema;
4440
4866
  })[] | undefined;
4867
+ secured?: boolean | undefined;
4441
4868
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4442
4869
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4443
4870
  hideLabel?: boolean | undefined;
@@ -4464,6 +4891,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4464
4891
  type: "DISPLAY_ON_REVIEW";
4465
4892
  conditional: import(".").JSONSchema;
4466
4893
  })[] | undefined;
4894
+ secured?: boolean | undefined;
4467
4895
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4468
4896
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4469
4897
  hideLabel?: boolean | undefined;
@@ -4498,12 +4926,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
4498
4926
  type: "DISPLAY_ON_REVIEW";
4499
4927
  conditional: import(".").JSONSchema;
4500
4928
  })[] | undefined;
4929
+ secured?: boolean | undefined;
4501
4930
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4502
4931
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4503
4932
  hideLabel?: boolean | undefined;
4504
4933
  defaultValue?: {
4505
4934
  type: string;
4506
- filename: string;
4935
+ path: string;
4507
4936
  originalFilename: string;
4508
4937
  } | undefined;
4509
4938
  } | {
@@ -4532,6 +4961,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4532
4961
  type: "DISPLAY_ON_REVIEW";
4533
4962
  conditional: import(".").JSONSchema;
4534
4963
  })[] | undefined;
4964
+ secured?: boolean | undefined;
4535
4965
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4536
4966
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4537
4967
  hideLabel?: boolean | undefined;
@@ -4569,6 +4999,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4569
4999
  type: "DISPLAY_ON_REVIEW";
4570
5000
  conditional: import(".").JSONSchema;
4571
5001
  })[] | undefined;
5002
+ secured?: boolean | undefined;
4572
5003
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4573
5004
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4574
5005
  hideLabel?: boolean | undefined;
@@ -4599,10 +5030,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
4599
5030
  type: "DISPLAY_ON_REVIEW";
4600
5031
  conditional: import(".").JSONSchema;
4601
5032
  })[] | undefined;
5033
+ secured?: boolean | undefined;
4602
5034
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4603
5035
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4604
5036
  hideLabel?: boolean | undefined;
4605
5037
  defaultValue?: string | undefined;
5038
+ } | {
5039
+ type: "SELECT_DATE_RANGE";
5040
+ id: string;
5041
+ options: {
5042
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
5043
+ label: import("./TranslationConfig").TranslationConfig;
5044
+ }[];
5045
+ label: import("./TranslationConfig").TranslationConfig;
5046
+ parent?: {
5047
+ $$field: string;
5048
+ } | undefined;
5049
+ validation?: {
5050
+ message: import("./TranslationConfig").TranslationConfig;
5051
+ validator: import(".").JSONSchema;
5052
+ }[] | undefined;
5053
+ required?: boolean | undefined;
5054
+ conditionals?: ({
5055
+ type: "SHOW";
5056
+ conditional: import(".").JSONSchema;
5057
+ } | {
5058
+ type: "ENABLE";
5059
+ conditional: import(".").JSONSchema;
5060
+ } | {
5061
+ type: "DISPLAY_ON_REVIEW";
5062
+ conditional: import(".").JSONSchema;
5063
+ })[] | undefined;
5064
+ secured?: boolean | undefined;
5065
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5066
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5067
+ hideLabel?: boolean | undefined;
5068
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
4606
5069
  } | {
4607
5070
  type: "NAME";
4608
5071
  id: string;
@@ -4625,14 +5088,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
4625
5088
  type: "DISPLAY_ON_REVIEW";
4626
5089
  conditional: import(".").JSONSchema;
4627
5090
  })[] | undefined;
5091
+ secured?: boolean | undefined;
4628
5092
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4629
5093
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4630
5094
  hideLabel?: boolean | undefined;
4631
5095
  defaultValue?: {
4632
- firstname: string;
4633
- surname: string;
5096
+ firstname?: string | undefined;
5097
+ surname?: string | undefined;
5098
+ middlename?: string | undefined;
4634
5099
  } | undefined;
4635
5100
  configuration?: {
5101
+ name?: {
5102
+ firstname?: {
5103
+ required: boolean;
5104
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
5105
+ } | undefined;
5106
+ surname?: {
5107
+ required: boolean;
5108
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
5109
+ } | undefined;
5110
+ middlename?: {
5111
+ required: boolean;
5112
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
5113
+ } | undefined;
5114
+ } | undefined;
5115
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
4636
5116
  maxLength?: number | undefined;
4637
5117
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
4638
5118
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -4659,6 +5139,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4659
5139
  type: "DISPLAY_ON_REVIEW";
4660
5140
  conditional: import(".").JSONSchema;
4661
5141
  })[] | undefined;
5142
+ secured?: boolean | undefined;
4662
5143
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4663
5144
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4664
5145
  hideLabel?: boolean | undefined;
@@ -4685,6 +5166,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4685
5166
  type: "DISPLAY_ON_REVIEW";
4686
5167
  conditional: import(".").JSONSchema;
4687
5168
  })[] | undefined;
5169
+ secured?: boolean | undefined;
4688
5170
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4689
5171
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4690
5172
  hideLabel?: boolean | undefined;
@@ -4711,6 +5193,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4711
5193
  type: "DISPLAY_ON_REVIEW";
4712
5194
  conditional: import(".").JSONSchema;
4713
5195
  })[] | undefined;
5196
+ secured?: boolean | undefined;
4714
5197
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4715
5198
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4716
5199
  hideLabel?: boolean | undefined;
@@ -4737,6 +5220,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4737
5220
  type: "DISPLAY_ON_REVIEW";
4738
5221
  conditional: import(".").JSONSchema;
4739
5222
  })[] | undefined;
5223
+ secured?: boolean | undefined;
4740
5224
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4741
5225
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4742
5226
  hideLabel?: boolean | undefined;
@@ -4769,6 +5253,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4769
5253
  type: "DISPLAY_ON_REVIEW";
4770
5254
  conditional: import(".").JSONSchema;
4771
5255
  })[] | undefined;
5256
+ secured?: boolean | undefined;
4772
5257
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4773
5258
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4774
5259
  hideLabel?: boolean | undefined;
@@ -4795,10 +5280,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
4795
5280
  type: "DISPLAY_ON_REVIEW";
4796
5281
  conditional: import(".").JSONSchema;
4797
5282
  })[] | undefined;
5283
+ secured?: boolean | undefined;
4798
5284
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4799
5285
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4800
5286
  hideLabel?: boolean | undefined;
4801
5287
  defaultValue?: string | undefined;
5288
+ configuration?: {
5289
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
5290
+ } | undefined;
4802
5291
  } | {
4803
5292
  type: "FILE_WITH_OPTIONS";
4804
5293
  id: string;
@@ -4829,13 +5318,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
4829
5318
  type: "DISPLAY_ON_REVIEW";
4830
5319
  conditional: import(".").JSONSchema;
4831
5320
  })[] | undefined;
5321
+ secured?: boolean | undefined;
4832
5322
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4833
5323
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4834
5324
  hideLabel?: boolean | undefined;
4835
5325
  defaultValue?: {
4836
5326
  type: string;
4837
5327
  option: string;
4838
- filename: string;
5328
+ path: string;
4839
5329
  originalFilename: string;
4840
5330
  }[] | undefined;
4841
5331
  } | {
@@ -4860,6 +5350,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4860
5350
  type: "DISPLAY_ON_REVIEW";
4861
5351
  conditional: import(".").JSONSchema;
4862
5352
  })[] | undefined;
5353
+ secured?: boolean | undefined;
4863
5354
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4864
5355
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4865
5356
  hideLabel?: boolean | undefined;
@@ -4886,6 +5377,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4886
5377
  type: "DISPLAY_ON_REVIEW";
4887
5378
  conditional: import(".").JSONSchema;
4888
5379
  })[] | undefined;
5380
+ secured?: boolean | undefined;
4889
5381
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4890
5382
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4891
5383
  hideLabel?: boolean | undefined;
@@ -4912,6 +5404,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4912
5404
  type: "DISPLAY_ON_REVIEW";
4913
5405
  conditional: import(".").JSONSchema;
4914
5406
  })[] | undefined;
5407
+ secured?: boolean | undefined;
4915
5408
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4916
5409
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4917
5410
  hideLabel?: boolean | undefined;
@@ -4944,6 +5437,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
4944
5437
  addressLine3?: string | undefined;
4945
5438
  postcodeOrZip?: string | undefined;
4946
5439
  } | undefined;
5440
+ configuration?: {
5441
+ lineSeparator?: string | undefined;
5442
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
5443
+ } | undefined;
4947
5444
  } | {
4948
5445
  type: "DATA";
4949
5446
  id: string;
@@ -4975,6 +5472,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
4975
5472
  type: "DISPLAY_ON_REVIEW";
4976
5473
  conditional: import(".").JSONSchema;
4977
5474
  })[] | undefined;
5475
+ secured?: boolean | undefined;
4978
5476
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
4979
5477
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
4980
5478
  hideLabel?: boolean | undefined;
@@ -5018,6 +5516,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5018
5516
  type: "DISPLAY_ON_REVIEW";
5019
5517
  conditional: import(".").JSONSchema;
5020
5518
  })[] | undefined;
5519
+ secured?: boolean | undefined;
5021
5520
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5022
5521
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5023
5522
  hideLabel?: boolean | undefined;
@@ -5043,6 +5542,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5043
5542
  type: "DISPLAY_ON_REVIEW";
5044
5543
  conditional: import(".").JSONSchema;
5045
5544
  })[] | undefined;
5545
+ secured?: boolean | undefined;
5046
5546
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5047
5547
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5048
5548
  hideLabel?: boolean | undefined;
@@ -5075,6 +5575,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5075
5575
  type: "DISPLAY_ON_REVIEW";
5076
5576
  conditional: import(".").JSONSchema;
5077
5577
  })[] | undefined;
5578
+ secured?: boolean | undefined;
5078
5579
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5079
5580
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5080
5581
  hideLabel?: boolean | undefined;
@@ -5107,6 +5608,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5107
5608
  type: "DISPLAY_ON_REVIEW";
5108
5609
  conditional: import(".").JSONSchema;
5109
5610
  })[] | undefined;
5611
+ secured?: boolean | undefined;
5110
5612
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5111
5613
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5112
5614
  hideLabel?: boolean | undefined;
@@ -5145,6 +5647,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5145
5647
  type: "DISPLAY_ON_REVIEW";
5146
5648
  conditional: import(".").JSONSchema;
5147
5649
  })[] | undefined;
5650
+ secured?: boolean | undefined;
5148
5651
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5149
5652
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5150
5653
  hideLabel?: boolean | undefined;
@@ -5171,6 +5674,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5171
5674
  type: "DISPLAY_ON_REVIEW";
5172
5675
  conditional: import(".").JSONSchema;
5173
5676
  })[] | undefined;
5677
+ secured?: boolean | undefined;
5174
5678
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5175
5679
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5176
5680
  hideLabel?: boolean | undefined;
@@ -5200,6 +5704,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5200
5704
  type: "DISPLAY_ON_REVIEW";
5201
5705
  conditional: import(".").JSONSchema;
5202
5706
  })[] | undefined;
5707
+ secured?: boolean | undefined;
5203
5708
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5204
5709
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5205
5710
  hideLabel?: boolean | undefined;
@@ -5229,10 +5734,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
5229
5734
  type: "DISPLAY_ON_REVIEW";
5230
5735
  conditional: import(".").JSONSchema;
5231
5736
  })[] | undefined;
5737
+ secured?: boolean | undefined;
5232
5738
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5233
5739
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5234
5740
  hideLabel?: boolean | undefined;
5235
- defaultValue?: string | [string, string] | undefined;
5741
+ defaultValue?: string | {
5742
+ start: string;
5743
+ end: string;
5744
+ } | undefined;
5236
5745
  configuration?: {
5237
5746
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
5238
5747
  } | undefined;
@@ -5263,6 +5772,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5263
5772
  type: "DISPLAY_ON_REVIEW";
5264
5773
  conditional: import(".").JSONSchema;
5265
5774
  })[] | undefined;
5775
+ secured?: boolean | undefined;
5266
5776
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5267
5777
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5268
5778
  hideLabel?: boolean | undefined;
@@ -5289,6 +5799,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5289
5799
  type: "DISPLAY_ON_REVIEW";
5290
5800
  conditional: import(".").JSONSchema;
5291
5801
  })[] | undefined;
5802
+ secured?: boolean | undefined;
5292
5803
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5293
5804
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5294
5805
  hideLabel?: boolean | undefined;
@@ -5323,12 +5834,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
5323
5834
  type: "DISPLAY_ON_REVIEW";
5324
5835
  conditional: import(".").JSONSchema;
5325
5836
  })[] | undefined;
5837
+ secured?: boolean | undefined;
5326
5838
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5327
5839
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5328
5840
  hideLabel?: boolean | undefined;
5329
5841
  defaultValue?: {
5330
5842
  type: string;
5331
- filename: string;
5843
+ path: string;
5332
5844
  originalFilename: string;
5333
5845
  } | undefined;
5334
5846
  } | {
@@ -5357,6 +5869,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5357
5869
  type: "DISPLAY_ON_REVIEW";
5358
5870
  conditional: import(".").JSONSchema;
5359
5871
  })[] | undefined;
5872
+ secured?: boolean | undefined;
5360
5873
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5361
5874
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5362
5875
  hideLabel?: boolean | undefined;
@@ -5394,6 +5907,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5394
5907
  type: "DISPLAY_ON_REVIEW";
5395
5908
  conditional: import(".").JSONSchema;
5396
5909
  })[] | undefined;
5910
+ secured?: boolean | undefined;
5397
5911
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5398
5912
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5399
5913
  hideLabel?: boolean | undefined;
@@ -5424,10 +5938,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
5424
5938
  type: "DISPLAY_ON_REVIEW";
5425
5939
  conditional: import(".").JSONSchema;
5426
5940
  })[] | undefined;
5941
+ secured?: boolean | undefined;
5427
5942
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5428
5943
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5429
5944
  hideLabel?: boolean | undefined;
5430
5945
  defaultValue?: string | undefined;
5946
+ } | {
5947
+ type: "SELECT_DATE_RANGE";
5948
+ id: string;
5949
+ options: {
5950
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
5951
+ label: import("./TranslationConfig").TranslationConfig;
5952
+ }[];
5953
+ label: import("./TranslationConfig").TranslationConfig;
5954
+ parent?: {
5955
+ $$field: string;
5956
+ } | undefined;
5957
+ validation?: {
5958
+ message: import("./TranslationConfig").TranslationConfig;
5959
+ validator: import(".").JSONSchema;
5960
+ }[] | undefined;
5961
+ required?: boolean | undefined;
5962
+ conditionals?: ({
5963
+ type: "SHOW";
5964
+ conditional: import(".").JSONSchema;
5965
+ } | {
5966
+ type: "ENABLE";
5967
+ conditional: import(".").JSONSchema;
5968
+ } | {
5969
+ type: "DISPLAY_ON_REVIEW";
5970
+ conditional: import(".").JSONSchema;
5971
+ })[] | undefined;
5972
+ secured?: boolean | undefined;
5973
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5974
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5975
+ hideLabel?: boolean | undefined;
5976
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
5431
5977
  } | {
5432
5978
  type: "NAME";
5433
5979
  id: string;
@@ -5450,14 +5996,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
5450
5996
  type: "DISPLAY_ON_REVIEW";
5451
5997
  conditional: import(".").JSONSchema;
5452
5998
  })[] | undefined;
5999
+ secured?: boolean | undefined;
5453
6000
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5454
6001
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5455
6002
  hideLabel?: boolean | undefined;
5456
6003
  defaultValue?: {
5457
- firstname: string;
5458
- surname: string;
6004
+ firstname?: string | undefined;
6005
+ surname?: string | undefined;
6006
+ middlename?: string | undefined;
5459
6007
  } | undefined;
5460
6008
  configuration?: {
6009
+ name?: {
6010
+ firstname?: {
6011
+ required: boolean;
6012
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
6013
+ } | undefined;
6014
+ surname?: {
6015
+ required: boolean;
6016
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
6017
+ } | undefined;
6018
+ middlename?: {
6019
+ required: boolean;
6020
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
6021
+ } | undefined;
6022
+ } | undefined;
6023
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
5461
6024
  maxLength?: number | undefined;
5462
6025
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
5463
6026
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -5484,6 +6047,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5484
6047
  type: "DISPLAY_ON_REVIEW";
5485
6048
  conditional: import(".").JSONSchema;
5486
6049
  })[] | undefined;
6050
+ secured?: boolean | undefined;
5487
6051
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5488
6052
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5489
6053
  hideLabel?: boolean | undefined;
@@ -5510,6 +6074,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5510
6074
  type: "DISPLAY_ON_REVIEW";
5511
6075
  conditional: import(".").JSONSchema;
5512
6076
  })[] | undefined;
6077
+ secured?: boolean | undefined;
5513
6078
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5514
6079
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5515
6080
  hideLabel?: boolean | undefined;
@@ -5536,6 +6101,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5536
6101
  type: "DISPLAY_ON_REVIEW";
5537
6102
  conditional: import(".").JSONSchema;
5538
6103
  })[] | undefined;
6104
+ secured?: boolean | undefined;
5539
6105
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5540
6106
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5541
6107
  hideLabel?: boolean | undefined;
@@ -5562,6 +6128,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5562
6128
  type: "DISPLAY_ON_REVIEW";
5563
6129
  conditional: import(".").JSONSchema;
5564
6130
  })[] | undefined;
6131
+ secured?: boolean | undefined;
5565
6132
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5566
6133
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5567
6134
  hideLabel?: boolean | undefined;
@@ -5594,6 +6161,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5594
6161
  type: "DISPLAY_ON_REVIEW";
5595
6162
  conditional: import(".").JSONSchema;
5596
6163
  })[] | undefined;
6164
+ secured?: boolean | undefined;
5597
6165
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5598
6166
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5599
6167
  hideLabel?: boolean | undefined;
@@ -5620,10 +6188,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
5620
6188
  type: "DISPLAY_ON_REVIEW";
5621
6189
  conditional: import(".").JSONSchema;
5622
6190
  })[] | undefined;
6191
+ secured?: boolean | undefined;
5623
6192
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5624
6193
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5625
6194
  hideLabel?: boolean | undefined;
5626
6195
  defaultValue?: string | undefined;
6196
+ configuration?: {
6197
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
6198
+ } | undefined;
5627
6199
  } | {
5628
6200
  type: "FILE_WITH_OPTIONS";
5629
6201
  id: string;
@@ -5654,13 +6226,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
5654
6226
  type: "DISPLAY_ON_REVIEW";
5655
6227
  conditional: import(".").JSONSchema;
5656
6228
  })[] | undefined;
6229
+ secured?: boolean | undefined;
5657
6230
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5658
6231
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5659
6232
  hideLabel?: boolean | undefined;
5660
6233
  defaultValue?: {
5661
6234
  type: string;
5662
6235
  option: string;
5663
- filename: string;
6236
+ path: string;
5664
6237
  originalFilename: string;
5665
6238
  }[] | undefined;
5666
6239
  } | {
@@ -5685,6 +6258,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5685
6258
  type: "DISPLAY_ON_REVIEW";
5686
6259
  conditional: import(".").JSONSchema;
5687
6260
  })[] | undefined;
6261
+ secured?: boolean | undefined;
5688
6262
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5689
6263
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5690
6264
  hideLabel?: boolean | undefined;
@@ -5711,6 +6285,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5711
6285
  type: "DISPLAY_ON_REVIEW";
5712
6286
  conditional: import(".").JSONSchema;
5713
6287
  })[] | undefined;
6288
+ secured?: boolean | undefined;
5714
6289
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5715
6290
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5716
6291
  hideLabel?: boolean | undefined;
@@ -5737,6 +6312,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5737
6312
  type: "DISPLAY_ON_REVIEW";
5738
6313
  conditional: import(".").JSONSchema;
5739
6314
  })[] | undefined;
6315
+ secured?: boolean | undefined;
5740
6316
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5741
6317
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5742
6318
  hideLabel?: boolean | undefined;
@@ -5769,6 +6345,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
5769
6345
  addressLine3?: string | undefined;
5770
6346
  postcodeOrZip?: string | undefined;
5771
6347
  } | undefined;
6348
+ configuration?: {
6349
+ lineSeparator?: string | undefined;
6350
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
6351
+ } | undefined;
5772
6352
  } | {
5773
6353
  type: "DATA";
5774
6354
  id: string;
@@ -5800,6 +6380,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5800
6380
  type: "DISPLAY_ON_REVIEW";
5801
6381
  conditional: import(".").JSONSchema;
5802
6382
  })[] | undefined;
6383
+ secured?: boolean | undefined;
5803
6384
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5804
6385
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5805
6386
  hideLabel?: boolean | undefined;
@@ -5844,6 +6425,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5844
6425
  type: "DISPLAY_ON_REVIEW";
5845
6426
  conditional: import(".").JSONSchema;
5846
6427
  })[] | undefined;
6428
+ secured?: boolean | undefined;
5847
6429
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5848
6430
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5849
6431
  hideLabel?: boolean | undefined;
@@ -5869,6 +6451,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5869
6451
  type: "DISPLAY_ON_REVIEW";
5870
6452
  conditional: import(".").JSONSchema;
5871
6453
  })[] | undefined;
6454
+ secured?: boolean | undefined;
5872
6455
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5873
6456
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5874
6457
  hideLabel?: boolean | undefined;
@@ -5901,6 +6484,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5901
6484
  type: "DISPLAY_ON_REVIEW";
5902
6485
  conditional: import(".").JSONSchema;
5903
6486
  })[] | undefined;
6487
+ secured?: boolean | undefined;
5904
6488
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5905
6489
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5906
6490
  hideLabel?: boolean | undefined;
@@ -5933,6 +6517,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5933
6517
  type: "DISPLAY_ON_REVIEW";
5934
6518
  conditional: import(".").JSONSchema;
5935
6519
  })[] | undefined;
6520
+ secured?: boolean | undefined;
5936
6521
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5937
6522
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5938
6523
  hideLabel?: boolean | undefined;
@@ -5971,6 +6556,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5971
6556
  type: "DISPLAY_ON_REVIEW";
5972
6557
  conditional: import(".").JSONSchema;
5973
6558
  })[] | undefined;
6559
+ secured?: boolean | undefined;
5974
6560
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
5975
6561
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
5976
6562
  hideLabel?: boolean | undefined;
@@ -5997,6 +6583,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
5997
6583
  type: "DISPLAY_ON_REVIEW";
5998
6584
  conditional: import(".").JSONSchema;
5999
6585
  })[] | undefined;
6586
+ secured?: boolean | undefined;
6000
6587
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6001
6588
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6002
6589
  hideLabel?: boolean | undefined;
@@ -6026,6 +6613,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6026
6613
  type: "DISPLAY_ON_REVIEW";
6027
6614
  conditional: import(".").JSONSchema;
6028
6615
  })[] | undefined;
6616
+ secured?: boolean | undefined;
6029
6617
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6030
6618
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6031
6619
  hideLabel?: boolean | undefined;
@@ -6055,10 +6643,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
6055
6643
  type: "DISPLAY_ON_REVIEW";
6056
6644
  conditional: import(".").JSONSchema;
6057
6645
  })[] | undefined;
6646
+ secured?: boolean | undefined;
6058
6647
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6059
6648
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6060
6649
  hideLabel?: boolean | undefined;
6061
- defaultValue?: string | [string, string] | undefined;
6650
+ defaultValue?: string | {
6651
+ start: string;
6652
+ end: string;
6653
+ } | undefined;
6062
6654
  configuration?: {
6063
6655
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
6064
6656
  } | undefined;
@@ -6089,6 +6681,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6089
6681
  type: "DISPLAY_ON_REVIEW";
6090
6682
  conditional: import(".").JSONSchema;
6091
6683
  })[] | undefined;
6684
+ secured?: boolean | undefined;
6092
6685
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6093
6686
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6094
6687
  hideLabel?: boolean | undefined;
@@ -6115,6 +6708,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6115
6708
  type: "DISPLAY_ON_REVIEW";
6116
6709
  conditional: import(".").JSONSchema;
6117
6710
  })[] | undefined;
6711
+ secured?: boolean | undefined;
6118
6712
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6119
6713
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6120
6714
  hideLabel?: boolean | undefined;
@@ -6149,12 +6743,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
6149
6743
  type: "DISPLAY_ON_REVIEW";
6150
6744
  conditional: import(".").JSONSchema;
6151
6745
  })[] | undefined;
6746
+ secured?: boolean | undefined;
6152
6747
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6153
6748
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6154
6749
  hideLabel?: boolean | undefined;
6155
6750
  defaultValue?: {
6156
6751
  type: string;
6157
- filename: string;
6752
+ path: string;
6158
6753
  originalFilename: string;
6159
6754
  } | undefined;
6160
6755
  } | {
@@ -6183,6 +6778,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6183
6778
  type: "DISPLAY_ON_REVIEW";
6184
6779
  conditional: import(".").JSONSchema;
6185
6780
  })[] | undefined;
6781
+ secured?: boolean | undefined;
6186
6782
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6187
6783
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6188
6784
  hideLabel?: boolean | undefined;
@@ -6220,6 +6816,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6220
6816
  type: "DISPLAY_ON_REVIEW";
6221
6817
  conditional: import(".").JSONSchema;
6222
6818
  })[] | undefined;
6819
+ secured?: boolean | undefined;
6223
6820
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6224
6821
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6225
6822
  hideLabel?: boolean | undefined;
@@ -6250,10 +6847,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
6250
6847
  type: "DISPLAY_ON_REVIEW";
6251
6848
  conditional: import(".").JSONSchema;
6252
6849
  })[] | undefined;
6850
+ secured?: boolean | undefined;
6253
6851
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6254
6852
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6255
6853
  hideLabel?: boolean | undefined;
6256
6854
  defaultValue?: string | undefined;
6855
+ } | {
6856
+ type: "SELECT_DATE_RANGE";
6857
+ id: string;
6858
+ options: {
6859
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
6860
+ label: import("./TranslationConfig").TranslationConfig;
6861
+ }[];
6862
+ label: import("./TranslationConfig").TranslationConfig;
6863
+ parent?: {
6864
+ $$field: string;
6865
+ } | undefined;
6866
+ validation?: {
6867
+ message: import("./TranslationConfig").TranslationConfig;
6868
+ validator: import(".").JSONSchema;
6869
+ }[] | undefined;
6870
+ required?: boolean | undefined;
6871
+ conditionals?: ({
6872
+ type: "SHOW";
6873
+ conditional: import(".").JSONSchema;
6874
+ } | {
6875
+ type: "ENABLE";
6876
+ conditional: import(".").JSONSchema;
6877
+ } | {
6878
+ type: "DISPLAY_ON_REVIEW";
6879
+ conditional: import(".").JSONSchema;
6880
+ })[] | undefined;
6881
+ secured?: boolean | undefined;
6882
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6883
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6884
+ hideLabel?: boolean | undefined;
6885
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
6257
6886
  } | {
6258
6887
  type: "NAME";
6259
6888
  id: string;
@@ -6276,14 +6905,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
6276
6905
  type: "DISPLAY_ON_REVIEW";
6277
6906
  conditional: import(".").JSONSchema;
6278
6907
  })[] | undefined;
6908
+ secured?: boolean | undefined;
6279
6909
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6280
6910
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6281
6911
  hideLabel?: boolean | undefined;
6282
6912
  defaultValue?: {
6283
- firstname: string;
6284
- surname: string;
6913
+ firstname?: string | undefined;
6914
+ surname?: string | undefined;
6915
+ middlename?: string | undefined;
6285
6916
  } | undefined;
6286
6917
  configuration?: {
6918
+ name?: {
6919
+ firstname?: {
6920
+ required: boolean;
6921
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
6922
+ } | undefined;
6923
+ surname?: {
6924
+ required: boolean;
6925
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
6926
+ } | undefined;
6927
+ middlename?: {
6928
+ required: boolean;
6929
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
6930
+ } | undefined;
6931
+ } | undefined;
6932
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
6287
6933
  maxLength?: number | undefined;
6288
6934
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
6289
6935
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -6310,6 +6956,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6310
6956
  type: "DISPLAY_ON_REVIEW";
6311
6957
  conditional: import(".").JSONSchema;
6312
6958
  })[] | undefined;
6959
+ secured?: boolean | undefined;
6313
6960
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6314
6961
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6315
6962
  hideLabel?: boolean | undefined;
@@ -6336,6 +6983,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6336
6983
  type: "DISPLAY_ON_REVIEW";
6337
6984
  conditional: import(".").JSONSchema;
6338
6985
  })[] | undefined;
6986
+ secured?: boolean | undefined;
6339
6987
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6340
6988
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6341
6989
  hideLabel?: boolean | undefined;
@@ -6362,6 +7010,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6362
7010
  type: "DISPLAY_ON_REVIEW";
6363
7011
  conditional: import(".").JSONSchema;
6364
7012
  })[] | undefined;
7013
+ secured?: boolean | undefined;
6365
7014
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6366
7015
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6367
7016
  hideLabel?: boolean | undefined;
@@ -6388,6 +7037,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6388
7037
  type: "DISPLAY_ON_REVIEW";
6389
7038
  conditional: import(".").JSONSchema;
6390
7039
  })[] | undefined;
7040
+ secured?: boolean | undefined;
6391
7041
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6392
7042
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6393
7043
  hideLabel?: boolean | undefined;
@@ -6420,6 +7070,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6420
7070
  type: "DISPLAY_ON_REVIEW";
6421
7071
  conditional: import(".").JSONSchema;
6422
7072
  })[] | undefined;
7073
+ secured?: boolean | undefined;
6423
7074
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6424
7075
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6425
7076
  hideLabel?: boolean | undefined;
@@ -6446,10 +7097,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
6446
7097
  type: "DISPLAY_ON_REVIEW";
6447
7098
  conditional: import(".").JSONSchema;
6448
7099
  })[] | undefined;
7100
+ secured?: boolean | undefined;
6449
7101
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6450
7102
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6451
7103
  hideLabel?: boolean | undefined;
6452
7104
  defaultValue?: string | undefined;
7105
+ configuration?: {
7106
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
7107
+ } | undefined;
6453
7108
  } | {
6454
7109
  type: "FILE_WITH_OPTIONS";
6455
7110
  id: string;
@@ -6480,13 +7135,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
6480
7135
  type: "DISPLAY_ON_REVIEW";
6481
7136
  conditional: import(".").JSONSchema;
6482
7137
  })[] | undefined;
7138
+ secured?: boolean | undefined;
6483
7139
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6484
7140
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6485
7141
  hideLabel?: boolean | undefined;
6486
7142
  defaultValue?: {
6487
7143
  type: string;
6488
7144
  option: string;
6489
- filename: string;
7145
+ path: string;
6490
7146
  originalFilename: string;
6491
7147
  }[] | undefined;
6492
7148
  } | {
@@ -6511,6 +7167,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6511
7167
  type: "DISPLAY_ON_REVIEW";
6512
7168
  conditional: import(".").JSONSchema;
6513
7169
  })[] | undefined;
7170
+ secured?: boolean | undefined;
6514
7171
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6515
7172
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6516
7173
  hideLabel?: boolean | undefined;
@@ -6537,6 +7194,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6537
7194
  type: "DISPLAY_ON_REVIEW";
6538
7195
  conditional: import(".").JSONSchema;
6539
7196
  })[] | undefined;
7197
+ secured?: boolean | undefined;
6540
7198
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6541
7199
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6542
7200
  hideLabel?: boolean | undefined;
@@ -6563,6 +7221,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6563
7221
  type: "DISPLAY_ON_REVIEW";
6564
7222
  conditional: import(".").JSONSchema;
6565
7223
  })[] | undefined;
7224
+ secured?: boolean | undefined;
6566
7225
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6567
7226
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6568
7227
  hideLabel?: boolean | undefined;
@@ -6595,6 +7254,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
6595
7254
  addressLine3?: string | undefined;
6596
7255
  postcodeOrZip?: string | undefined;
6597
7256
  } | undefined;
7257
+ configuration?: {
7258
+ lineSeparator?: string | undefined;
7259
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
7260
+ } | undefined;
6598
7261
  } | {
6599
7262
  type: "DATA";
6600
7263
  id: string;
@@ -6626,6 +7289,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6626
7289
  type: "DISPLAY_ON_REVIEW";
6627
7290
  conditional: import(".").JSONSchema;
6628
7291
  })[] | undefined;
7292
+ secured?: boolean | undefined;
6629
7293
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6630
7294
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6631
7295
  hideLabel?: boolean | undefined;
@@ -6669,6 +7333,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6669
7333
  type: "DISPLAY_ON_REVIEW";
6670
7334
  conditional: import(".").JSONSchema;
6671
7335
  })[] | undefined;
7336
+ secured?: boolean | undefined;
6672
7337
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6673
7338
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6674
7339
  hideLabel?: boolean | undefined;
@@ -6694,6 +7359,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6694
7359
  type: "DISPLAY_ON_REVIEW";
6695
7360
  conditional: import(".").JSONSchema;
6696
7361
  })[] | undefined;
7362
+ secured?: boolean | undefined;
6697
7363
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6698
7364
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6699
7365
  hideLabel?: boolean | undefined;
@@ -6726,6 +7392,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6726
7392
  type: "DISPLAY_ON_REVIEW";
6727
7393
  conditional: import(".").JSONSchema;
6728
7394
  })[] | undefined;
7395
+ secured?: boolean | undefined;
6729
7396
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6730
7397
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6731
7398
  hideLabel?: boolean | undefined;
@@ -6758,6 +7425,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6758
7425
  type: "DISPLAY_ON_REVIEW";
6759
7426
  conditional: import(".").JSONSchema;
6760
7427
  })[] | undefined;
7428
+ secured?: boolean | undefined;
6761
7429
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6762
7430
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6763
7431
  hideLabel?: boolean | undefined;
@@ -6796,6 +7464,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6796
7464
  type: "DISPLAY_ON_REVIEW";
6797
7465
  conditional: import(".").JSONSchema;
6798
7466
  })[] | undefined;
7467
+ secured?: boolean | undefined;
6799
7468
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6800
7469
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6801
7470
  hideLabel?: boolean | undefined;
@@ -6822,6 +7491,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6822
7491
  type: "DISPLAY_ON_REVIEW";
6823
7492
  conditional: import(".").JSONSchema;
6824
7493
  })[] | undefined;
7494
+ secured?: boolean | undefined;
6825
7495
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6826
7496
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6827
7497
  hideLabel?: boolean | undefined;
@@ -6851,6 +7521,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6851
7521
  type: "DISPLAY_ON_REVIEW";
6852
7522
  conditional: import(".").JSONSchema;
6853
7523
  })[] | undefined;
7524
+ secured?: boolean | undefined;
6854
7525
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6855
7526
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6856
7527
  hideLabel?: boolean | undefined;
@@ -6880,10 +7551,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
6880
7551
  type: "DISPLAY_ON_REVIEW";
6881
7552
  conditional: import(".").JSONSchema;
6882
7553
  })[] | undefined;
7554
+ secured?: boolean | undefined;
6883
7555
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6884
7556
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6885
7557
  hideLabel?: boolean | undefined;
6886
- defaultValue?: string | [string, string] | undefined;
7558
+ defaultValue?: string | {
7559
+ start: string;
7560
+ end: string;
7561
+ } | undefined;
6887
7562
  configuration?: {
6888
7563
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
6889
7564
  } | undefined;
@@ -6914,6 +7589,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6914
7589
  type: "DISPLAY_ON_REVIEW";
6915
7590
  conditional: import(".").JSONSchema;
6916
7591
  })[] | undefined;
7592
+ secured?: boolean | undefined;
6917
7593
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6918
7594
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6919
7595
  hideLabel?: boolean | undefined;
@@ -6940,6 +7616,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
6940
7616
  type: "DISPLAY_ON_REVIEW";
6941
7617
  conditional: import(".").JSONSchema;
6942
7618
  })[] | undefined;
7619
+ secured?: boolean | undefined;
6943
7620
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6944
7621
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6945
7622
  hideLabel?: boolean | undefined;
@@ -6974,12 +7651,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
6974
7651
  type: "DISPLAY_ON_REVIEW";
6975
7652
  conditional: import(".").JSONSchema;
6976
7653
  })[] | undefined;
7654
+ secured?: boolean | undefined;
6977
7655
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
6978
7656
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
6979
7657
  hideLabel?: boolean | undefined;
6980
7658
  defaultValue?: {
6981
7659
  type: string;
6982
- filename: string;
7660
+ path: string;
6983
7661
  originalFilename: string;
6984
7662
  } | undefined;
6985
7663
  } | {
@@ -7008,6 +7686,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7008
7686
  type: "DISPLAY_ON_REVIEW";
7009
7687
  conditional: import(".").JSONSchema;
7010
7688
  })[] | undefined;
7689
+ secured?: boolean | undefined;
7011
7690
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7012
7691
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7013
7692
  hideLabel?: boolean | undefined;
@@ -7045,6 +7724,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7045
7724
  type: "DISPLAY_ON_REVIEW";
7046
7725
  conditional: import(".").JSONSchema;
7047
7726
  })[] | undefined;
7727
+ secured?: boolean | undefined;
7048
7728
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7049
7729
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7050
7730
  hideLabel?: boolean | undefined;
@@ -7075,10 +7755,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
7075
7755
  type: "DISPLAY_ON_REVIEW";
7076
7756
  conditional: import(".").JSONSchema;
7077
7757
  })[] | undefined;
7758
+ secured?: boolean | undefined;
7078
7759
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7079
7760
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7080
7761
  hideLabel?: boolean | undefined;
7081
7762
  defaultValue?: string | undefined;
7763
+ } | {
7764
+ type: "SELECT_DATE_RANGE";
7765
+ id: string;
7766
+ options: {
7767
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
7768
+ label: import("./TranslationConfig").TranslationConfig;
7769
+ }[];
7770
+ label: import("./TranslationConfig").TranslationConfig;
7771
+ parent?: {
7772
+ $$field: string;
7773
+ } | undefined;
7774
+ validation?: {
7775
+ message: import("./TranslationConfig").TranslationConfig;
7776
+ validator: import(".").JSONSchema;
7777
+ }[] | undefined;
7778
+ required?: boolean | undefined;
7779
+ conditionals?: ({
7780
+ type: "SHOW";
7781
+ conditional: import(".").JSONSchema;
7782
+ } | {
7783
+ type: "ENABLE";
7784
+ conditional: import(".").JSONSchema;
7785
+ } | {
7786
+ type: "DISPLAY_ON_REVIEW";
7787
+ conditional: import(".").JSONSchema;
7788
+ })[] | undefined;
7789
+ secured?: boolean | undefined;
7790
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7791
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7792
+ hideLabel?: boolean | undefined;
7793
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
7082
7794
  } | {
7083
7795
  type: "NAME";
7084
7796
  id: string;
@@ -7101,14 +7813,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
7101
7813
  type: "DISPLAY_ON_REVIEW";
7102
7814
  conditional: import(".").JSONSchema;
7103
7815
  })[] | undefined;
7816
+ secured?: boolean | undefined;
7104
7817
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7105
7818
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7106
7819
  hideLabel?: boolean | undefined;
7107
7820
  defaultValue?: {
7108
- firstname: string;
7109
- surname: string;
7821
+ firstname?: string | undefined;
7822
+ surname?: string | undefined;
7823
+ middlename?: string | undefined;
7110
7824
  } | undefined;
7111
7825
  configuration?: {
7826
+ name?: {
7827
+ firstname?: {
7828
+ required: boolean;
7829
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
7830
+ } | undefined;
7831
+ surname?: {
7832
+ required: boolean;
7833
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
7834
+ } | undefined;
7835
+ middlename?: {
7836
+ required: boolean;
7837
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
7838
+ } | undefined;
7839
+ } | undefined;
7840
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
7112
7841
  maxLength?: number | undefined;
7113
7842
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
7114
7843
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -7135,6 +7864,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7135
7864
  type: "DISPLAY_ON_REVIEW";
7136
7865
  conditional: import(".").JSONSchema;
7137
7866
  })[] | undefined;
7867
+ secured?: boolean | undefined;
7138
7868
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7139
7869
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7140
7870
  hideLabel?: boolean | undefined;
@@ -7161,6 +7891,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7161
7891
  type: "DISPLAY_ON_REVIEW";
7162
7892
  conditional: import(".").JSONSchema;
7163
7893
  })[] | undefined;
7894
+ secured?: boolean | undefined;
7164
7895
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7165
7896
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7166
7897
  hideLabel?: boolean | undefined;
@@ -7187,6 +7918,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7187
7918
  type: "DISPLAY_ON_REVIEW";
7188
7919
  conditional: import(".").JSONSchema;
7189
7920
  })[] | undefined;
7921
+ secured?: boolean | undefined;
7190
7922
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7191
7923
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7192
7924
  hideLabel?: boolean | undefined;
@@ -7213,6 +7945,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7213
7945
  type: "DISPLAY_ON_REVIEW";
7214
7946
  conditional: import(".").JSONSchema;
7215
7947
  })[] | undefined;
7948
+ secured?: boolean | undefined;
7216
7949
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7217
7950
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7218
7951
  hideLabel?: boolean | undefined;
@@ -7245,6 +7978,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7245
7978
  type: "DISPLAY_ON_REVIEW";
7246
7979
  conditional: import(".").JSONSchema;
7247
7980
  })[] | undefined;
7981
+ secured?: boolean | undefined;
7248
7982
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7249
7983
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7250
7984
  hideLabel?: boolean | undefined;
@@ -7271,10 +8005,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
7271
8005
  type: "DISPLAY_ON_REVIEW";
7272
8006
  conditional: import(".").JSONSchema;
7273
8007
  })[] | undefined;
8008
+ secured?: boolean | undefined;
7274
8009
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7275
8010
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7276
8011
  hideLabel?: boolean | undefined;
7277
8012
  defaultValue?: string | undefined;
8013
+ configuration?: {
8014
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
8015
+ } | undefined;
7278
8016
  } | {
7279
8017
  type: "FILE_WITH_OPTIONS";
7280
8018
  id: string;
@@ -7305,13 +8043,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
7305
8043
  type: "DISPLAY_ON_REVIEW";
7306
8044
  conditional: import(".").JSONSchema;
7307
8045
  })[] | undefined;
8046
+ secured?: boolean | undefined;
7308
8047
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7309
8048
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7310
8049
  hideLabel?: boolean | undefined;
7311
8050
  defaultValue?: {
7312
8051
  type: string;
7313
8052
  option: string;
7314
- filename: string;
8053
+ path: string;
7315
8054
  originalFilename: string;
7316
8055
  }[] | undefined;
7317
8056
  } | {
@@ -7336,6 +8075,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7336
8075
  type: "DISPLAY_ON_REVIEW";
7337
8076
  conditional: import(".").JSONSchema;
7338
8077
  })[] | undefined;
8078
+ secured?: boolean | undefined;
7339
8079
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7340
8080
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7341
8081
  hideLabel?: boolean | undefined;
@@ -7362,6 +8102,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7362
8102
  type: "DISPLAY_ON_REVIEW";
7363
8103
  conditional: import(".").JSONSchema;
7364
8104
  })[] | undefined;
8105
+ secured?: boolean | undefined;
7365
8106
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7366
8107
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7367
8108
  hideLabel?: boolean | undefined;
@@ -7388,6 +8129,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7388
8129
  type: "DISPLAY_ON_REVIEW";
7389
8130
  conditional: import(".").JSONSchema;
7390
8131
  })[] | undefined;
8132
+ secured?: boolean | undefined;
7391
8133
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7392
8134
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7393
8135
  hideLabel?: boolean | undefined;
@@ -7420,6 +8162,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
7420
8162
  addressLine3?: string | undefined;
7421
8163
  postcodeOrZip?: string | undefined;
7422
8164
  } | undefined;
8165
+ configuration?: {
8166
+ lineSeparator?: string | undefined;
8167
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
8168
+ } | undefined;
7423
8169
  } | {
7424
8170
  type: "DATA";
7425
8171
  id: string;
@@ -7451,6 +8197,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7451
8197
  type: "DISPLAY_ON_REVIEW";
7452
8198
  conditional: import(".").JSONSchema;
7453
8199
  })[] | undefined;
8200
+ secured?: boolean | undefined;
7454
8201
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7455
8202
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7456
8203
  hideLabel?: boolean | undefined;
@@ -7483,6 +8230,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7483
8230
  type: "DISPLAY_ON_REVIEW";
7484
8231
  conditional: import(".").JSONSchema;
7485
8232
  })[] | undefined;
8233
+ secured?: boolean | undefined;
7486
8234
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7487
8235
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7488
8236
  hideLabel?: boolean | undefined;
@@ -7508,6 +8256,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7508
8256
  type: "DISPLAY_ON_REVIEW";
7509
8257
  conditional: import(".").JSONSchema;
7510
8258
  })[] | undefined;
8259
+ secured?: boolean | undefined;
7511
8260
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7512
8261
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7513
8262
  hideLabel?: boolean | undefined;
@@ -7540,6 +8289,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7540
8289
  type: "DISPLAY_ON_REVIEW";
7541
8290
  conditional: import(".").JSONSchema;
7542
8291
  })[] | undefined;
8292
+ secured?: boolean | undefined;
7543
8293
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7544
8294
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7545
8295
  hideLabel?: boolean | undefined;
@@ -7572,6 +8322,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7572
8322
  type: "DISPLAY_ON_REVIEW";
7573
8323
  conditional: import(".").JSONSchema;
7574
8324
  })[] | undefined;
8325
+ secured?: boolean | undefined;
7575
8326
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7576
8327
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7577
8328
  hideLabel?: boolean | undefined;
@@ -7610,6 +8361,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7610
8361
  type: "DISPLAY_ON_REVIEW";
7611
8362
  conditional: import(".").JSONSchema;
7612
8363
  })[] | undefined;
8364
+ secured?: boolean | undefined;
7613
8365
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7614
8366
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7615
8367
  hideLabel?: boolean | undefined;
@@ -7636,6 +8388,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7636
8388
  type: "DISPLAY_ON_REVIEW";
7637
8389
  conditional: import(".").JSONSchema;
7638
8390
  })[] | undefined;
8391
+ secured?: boolean | undefined;
7639
8392
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7640
8393
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7641
8394
  hideLabel?: boolean | undefined;
@@ -7665,6 +8418,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7665
8418
  type: "DISPLAY_ON_REVIEW";
7666
8419
  conditional: import(".").JSONSchema;
7667
8420
  })[] | undefined;
8421
+ secured?: boolean | undefined;
7668
8422
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7669
8423
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7670
8424
  hideLabel?: boolean | undefined;
@@ -7694,10 +8448,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
7694
8448
  type: "DISPLAY_ON_REVIEW";
7695
8449
  conditional: import(".").JSONSchema;
7696
8450
  })[] | undefined;
8451
+ secured?: boolean | undefined;
7697
8452
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7698
8453
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7699
8454
  hideLabel?: boolean | undefined;
7700
- defaultValue?: string | [string, string] | undefined;
8455
+ defaultValue?: string | {
8456
+ start: string;
8457
+ end: string;
8458
+ } | undefined;
7701
8459
  configuration?: {
7702
8460
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
7703
8461
  } | undefined;
@@ -7728,6 +8486,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7728
8486
  type: "DISPLAY_ON_REVIEW";
7729
8487
  conditional: import(".").JSONSchema;
7730
8488
  })[] | undefined;
8489
+ secured?: boolean | undefined;
7731
8490
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7732
8491
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7733
8492
  hideLabel?: boolean | undefined;
@@ -7754,6 +8513,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7754
8513
  type: "DISPLAY_ON_REVIEW";
7755
8514
  conditional: import(".").JSONSchema;
7756
8515
  })[] | undefined;
8516
+ secured?: boolean | undefined;
7757
8517
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7758
8518
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7759
8519
  hideLabel?: boolean | undefined;
@@ -7788,12 +8548,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
7788
8548
  type: "DISPLAY_ON_REVIEW";
7789
8549
  conditional: import(".").JSONSchema;
7790
8550
  })[] | undefined;
8551
+ secured?: boolean | undefined;
7791
8552
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7792
8553
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7793
8554
  hideLabel?: boolean | undefined;
7794
8555
  defaultValue?: {
7795
8556
  type: string;
7796
- filename: string;
8557
+ path: string;
7797
8558
  originalFilename: string;
7798
8559
  } | undefined;
7799
8560
  } | {
@@ -7822,6 +8583,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7822
8583
  type: "DISPLAY_ON_REVIEW";
7823
8584
  conditional: import(".").JSONSchema;
7824
8585
  })[] | undefined;
8586
+ secured?: boolean | undefined;
7825
8587
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7826
8588
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7827
8589
  hideLabel?: boolean | undefined;
@@ -7859,6 +8621,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7859
8621
  type: "DISPLAY_ON_REVIEW";
7860
8622
  conditional: import(".").JSONSchema;
7861
8623
  })[] | undefined;
8624
+ secured?: boolean | undefined;
7862
8625
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7863
8626
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7864
8627
  hideLabel?: boolean | undefined;
@@ -7889,10 +8652,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
7889
8652
  type: "DISPLAY_ON_REVIEW";
7890
8653
  conditional: import(".").JSONSchema;
7891
8654
  })[] | undefined;
8655
+ secured?: boolean | undefined;
7892
8656
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7893
8657
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7894
8658
  hideLabel?: boolean | undefined;
7895
8659
  defaultValue?: string | undefined;
8660
+ } | {
8661
+ type: "SELECT_DATE_RANGE";
8662
+ id: string;
8663
+ options: {
8664
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
8665
+ label: import("./TranslationConfig").TranslationConfig;
8666
+ }[];
8667
+ label: import("./TranslationConfig").TranslationConfig;
8668
+ parent?: {
8669
+ $$field: string;
8670
+ } | undefined;
8671
+ validation?: {
8672
+ message: import("./TranslationConfig").TranslationConfig;
8673
+ validator: import(".").JSONSchema;
8674
+ }[] | undefined;
8675
+ required?: boolean | undefined;
8676
+ conditionals?: ({
8677
+ type: "SHOW";
8678
+ conditional: import(".").JSONSchema;
8679
+ } | {
8680
+ type: "ENABLE";
8681
+ conditional: import(".").JSONSchema;
8682
+ } | {
8683
+ type: "DISPLAY_ON_REVIEW";
8684
+ conditional: import(".").JSONSchema;
8685
+ })[] | undefined;
8686
+ secured?: boolean | undefined;
8687
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8688
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8689
+ hideLabel?: boolean | undefined;
8690
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
7896
8691
  } | {
7897
8692
  type: "NAME";
7898
8693
  id: string;
@@ -7915,14 +8710,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
7915
8710
  type: "DISPLAY_ON_REVIEW";
7916
8711
  conditional: import(".").JSONSchema;
7917
8712
  })[] | undefined;
8713
+ secured?: boolean | undefined;
7918
8714
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7919
8715
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7920
8716
  hideLabel?: boolean | undefined;
7921
8717
  defaultValue?: {
7922
- firstname: string;
7923
- surname: string;
8718
+ firstname?: string | undefined;
8719
+ surname?: string | undefined;
8720
+ middlename?: string | undefined;
7924
8721
  } | undefined;
7925
8722
  configuration?: {
8723
+ name?: {
8724
+ firstname?: {
8725
+ required: boolean;
8726
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
8727
+ } | undefined;
8728
+ surname?: {
8729
+ required: boolean;
8730
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
8731
+ } | undefined;
8732
+ middlename?: {
8733
+ required: boolean;
8734
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
8735
+ } | undefined;
8736
+ } | undefined;
8737
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
7926
8738
  maxLength?: number | undefined;
7927
8739
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
7928
8740
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -7949,6 +8761,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7949
8761
  type: "DISPLAY_ON_REVIEW";
7950
8762
  conditional: import(".").JSONSchema;
7951
8763
  })[] | undefined;
8764
+ secured?: boolean | undefined;
7952
8765
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7953
8766
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7954
8767
  hideLabel?: boolean | undefined;
@@ -7975,6 +8788,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
7975
8788
  type: "DISPLAY_ON_REVIEW";
7976
8789
  conditional: import(".").JSONSchema;
7977
8790
  })[] | undefined;
8791
+ secured?: boolean | undefined;
7978
8792
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
7979
8793
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
7980
8794
  hideLabel?: boolean | undefined;
@@ -8001,6 +8815,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8001
8815
  type: "DISPLAY_ON_REVIEW";
8002
8816
  conditional: import(".").JSONSchema;
8003
8817
  })[] | undefined;
8818
+ secured?: boolean | undefined;
8004
8819
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8005
8820
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8006
8821
  hideLabel?: boolean | undefined;
@@ -8027,6 +8842,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8027
8842
  type: "DISPLAY_ON_REVIEW";
8028
8843
  conditional: import(".").JSONSchema;
8029
8844
  })[] | undefined;
8845
+ secured?: boolean | undefined;
8030
8846
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8031
8847
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8032
8848
  hideLabel?: boolean | undefined;
@@ -8059,6 +8875,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8059
8875
  type: "DISPLAY_ON_REVIEW";
8060
8876
  conditional: import(".").JSONSchema;
8061
8877
  })[] | undefined;
8878
+ secured?: boolean | undefined;
8062
8879
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8063
8880
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8064
8881
  hideLabel?: boolean | undefined;
@@ -8085,10 +8902,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
8085
8902
  type: "DISPLAY_ON_REVIEW";
8086
8903
  conditional: import(".").JSONSchema;
8087
8904
  })[] | undefined;
8905
+ secured?: boolean | undefined;
8088
8906
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8089
8907
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8090
8908
  hideLabel?: boolean | undefined;
8091
8909
  defaultValue?: string | undefined;
8910
+ configuration?: {
8911
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
8912
+ } | undefined;
8092
8913
  } | {
8093
8914
  type: "FILE_WITH_OPTIONS";
8094
8915
  id: string;
@@ -8119,13 +8940,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
8119
8940
  type: "DISPLAY_ON_REVIEW";
8120
8941
  conditional: import(".").JSONSchema;
8121
8942
  })[] | undefined;
8943
+ secured?: boolean | undefined;
8122
8944
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8123
8945
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8124
8946
  hideLabel?: boolean | undefined;
8125
8947
  defaultValue?: {
8126
8948
  type: string;
8127
8949
  option: string;
8128
- filename: string;
8950
+ path: string;
8129
8951
  originalFilename: string;
8130
8952
  }[] | undefined;
8131
8953
  } | {
@@ -8150,6 +8972,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8150
8972
  type: "DISPLAY_ON_REVIEW";
8151
8973
  conditional: import(".").JSONSchema;
8152
8974
  })[] | undefined;
8975
+ secured?: boolean | undefined;
8153
8976
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8154
8977
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8155
8978
  hideLabel?: boolean | undefined;
@@ -8176,6 +8999,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8176
8999
  type: "DISPLAY_ON_REVIEW";
8177
9000
  conditional: import(".").JSONSchema;
8178
9001
  })[] | undefined;
9002
+ secured?: boolean | undefined;
8179
9003
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8180
9004
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8181
9005
  hideLabel?: boolean | undefined;
@@ -8202,6 +9026,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8202
9026
  type: "DISPLAY_ON_REVIEW";
8203
9027
  conditional: import(".").JSONSchema;
8204
9028
  })[] | undefined;
9029
+ secured?: boolean | undefined;
8205
9030
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8206
9031
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8207
9032
  hideLabel?: boolean | undefined;
@@ -8234,6 +9059,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
8234
9059
  addressLine3?: string | undefined;
8235
9060
  postcodeOrZip?: string | undefined;
8236
9061
  } | undefined;
9062
+ configuration?: {
9063
+ lineSeparator?: string | undefined;
9064
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
9065
+ } | undefined;
8237
9066
  } | {
8238
9067
  type: "DATA";
8239
9068
  id: string;
@@ -8265,6 +9094,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8265
9094
  type: "DISPLAY_ON_REVIEW";
8266
9095
  conditional: import(".").JSONSchema;
8267
9096
  })[] | undefined;
9097
+ secured?: boolean | undefined;
8268
9098
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8269
9099
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8270
9100
  hideLabel?: boolean | undefined;
@@ -8308,6 +9138,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8308
9138
  type: "DISPLAY_ON_REVIEW";
8309
9139
  conditional: import(".").JSONSchema;
8310
9140
  })[] | undefined;
9141
+ secured?: boolean | undefined;
8311
9142
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8312
9143
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8313
9144
  hideLabel?: boolean | undefined;
@@ -8333,6 +9164,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8333
9164
  type: "DISPLAY_ON_REVIEW";
8334
9165
  conditional: import(".").JSONSchema;
8335
9166
  })[] | undefined;
9167
+ secured?: boolean | undefined;
8336
9168
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8337
9169
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8338
9170
  hideLabel?: boolean | undefined;
@@ -8365,6 +9197,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8365
9197
  type: "DISPLAY_ON_REVIEW";
8366
9198
  conditional: import(".").JSONSchema;
8367
9199
  })[] | undefined;
9200
+ secured?: boolean | undefined;
8368
9201
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8369
9202
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8370
9203
  hideLabel?: boolean | undefined;
@@ -8397,6 +9230,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8397
9230
  type: "DISPLAY_ON_REVIEW";
8398
9231
  conditional: import(".").JSONSchema;
8399
9232
  })[] | undefined;
9233
+ secured?: boolean | undefined;
8400
9234
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8401
9235
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8402
9236
  hideLabel?: boolean | undefined;
@@ -8435,6 +9269,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8435
9269
  type: "DISPLAY_ON_REVIEW";
8436
9270
  conditional: import(".").JSONSchema;
8437
9271
  })[] | undefined;
9272
+ secured?: boolean | undefined;
8438
9273
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8439
9274
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8440
9275
  hideLabel?: boolean | undefined;
@@ -8461,6 +9296,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8461
9296
  type: "DISPLAY_ON_REVIEW";
8462
9297
  conditional: import(".").JSONSchema;
8463
9298
  })[] | undefined;
9299
+ secured?: boolean | undefined;
8464
9300
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8465
9301
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8466
9302
  hideLabel?: boolean | undefined;
@@ -8490,6 +9326,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8490
9326
  type: "DISPLAY_ON_REVIEW";
8491
9327
  conditional: import(".").JSONSchema;
8492
9328
  })[] | undefined;
9329
+ secured?: boolean | undefined;
8493
9330
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8494
9331
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8495
9332
  hideLabel?: boolean | undefined;
@@ -8519,10 +9356,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
8519
9356
  type: "DISPLAY_ON_REVIEW";
8520
9357
  conditional: import(".").JSONSchema;
8521
9358
  })[] | undefined;
9359
+ secured?: boolean | undefined;
8522
9360
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8523
9361
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8524
9362
  hideLabel?: boolean | undefined;
8525
- defaultValue?: string | [string, string] | undefined;
9363
+ defaultValue?: string | {
9364
+ start: string;
9365
+ end: string;
9366
+ } | undefined;
8526
9367
  configuration?: {
8527
9368
  notice?: import("./TranslationConfig").TranslationConfig | undefined;
8528
9369
  } | undefined;
@@ -8553,6 +9394,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8553
9394
  type: "DISPLAY_ON_REVIEW";
8554
9395
  conditional: import(".").JSONSchema;
8555
9396
  })[] | undefined;
9397
+ secured?: boolean | undefined;
8556
9398
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8557
9399
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8558
9400
  hideLabel?: boolean | undefined;
@@ -8579,6 +9421,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8579
9421
  type: "DISPLAY_ON_REVIEW";
8580
9422
  conditional: import(".").JSONSchema;
8581
9423
  })[] | undefined;
9424
+ secured?: boolean | undefined;
8582
9425
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8583
9426
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8584
9427
  hideLabel?: boolean | undefined;
@@ -8613,12 +9456,13 @@ export declare const defineConfig: (config: EventConfigInput) => {
8613
9456
  type: "DISPLAY_ON_REVIEW";
8614
9457
  conditional: import(".").JSONSchema;
8615
9458
  })[] | undefined;
9459
+ secured?: boolean | undefined;
8616
9460
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8617
9461
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8618
9462
  hideLabel?: boolean | undefined;
8619
9463
  defaultValue?: {
8620
9464
  type: string;
8621
- filename: string;
9465
+ path: string;
8622
9466
  originalFilename: string;
8623
9467
  } | undefined;
8624
9468
  } | {
@@ -8647,6 +9491,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8647
9491
  type: "DISPLAY_ON_REVIEW";
8648
9492
  conditional: import(".").JSONSchema;
8649
9493
  })[] | undefined;
9494
+ secured?: boolean | undefined;
8650
9495
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8651
9496
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8652
9497
  hideLabel?: boolean | undefined;
@@ -8684,6 +9529,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8684
9529
  type: "DISPLAY_ON_REVIEW";
8685
9530
  conditional: import(".").JSONSchema;
8686
9531
  })[] | undefined;
9532
+ secured?: boolean | undefined;
8687
9533
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8688
9534
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8689
9535
  hideLabel?: boolean | undefined;
@@ -8714,10 +9560,42 @@ export declare const defineConfig: (config: EventConfigInput) => {
8714
9560
  type: "DISPLAY_ON_REVIEW";
8715
9561
  conditional: import(".").JSONSchema;
8716
9562
  })[] | undefined;
9563
+ secured?: boolean | undefined;
8717
9564
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8718
9565
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8719
9566
  hideLabel?: boolean | undefined;
8720
9567
  defaultValue?: string | undefined;
9568
+ } | {
9569
+ type: "SELECT_DATE_RANGE";
9570
+ id: string;
9571
+ options: {
9572
+ value: "last7Days" | "last30Days" | "last90Days" | "last365Days";
9573
+ label: import("./TranslationConfig").TranslationConfig;
9574
+ }[];
9575
+ label: import("./TranslationConfig").TranslationConfig;
9576
+ parent?: {
9577
+ $$field: string;
9578
+ } | undefined;
9579
+ validation?: {
9580
+ message: import("./TranslationConfig").TranslationConfig;
9581
+ validator: import(".").JSONSchema;
9582
+ }[] | undefined;
9583
+ required?: boolean | undefined;
9584
+ conditionals?: ({
9585
+ type: "SHOW";
9586
+ conditional: import(".").JSONSchema;
9587
+ } | {
9588
+ type: "ENABLE";
9589
+ conditional: import(".").JSONSchema;
9590
+ } | {
9591
+ type: "DISPLAY_ON_REVIEW";
9592
+ conditional: import(".").JSONSchema;
9593
+ })[] | undefined;
9594
+ secured?: boolean | undefined;
9595
+ placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
9596
+ helperText?: import("./TranslationConfig").TranslationConfig | undefined;
9597
+ hideLabel?: boolean | undefined;
9598
+ defaultValue?: "last7Days" | "last30Days" | "last90Days" | "last365Days" | undefined;
8721
9599
  } | {
8722
9600
  type: "NAME";
8723
9601
  id: string;
@@ -8740,14 +9618,31 @@ export declare const defineConfig: (config: EventConfigInput) => {
8740
9618
  type: "DISPLAY_ON_REVIEW";
8741
9619
  conditional: import(".").JSONSchema;
8742
9620
  })[] | undefined;
9621
+ secured?: boolean | undefined;
8743
9622
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8744
9623
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8745
9624
  hideLabel?: boolean | undefined;
8746
9625
  defaultValue?: {
8747
- firstname: string;
8748
- surname: string;
9626
+ firstname?: string | undefined;
9627
+ surname?: string | undefined;
9628
+ middlename?: string | undefined;
8749
9629
  } | undefined;
8750
9630
  configuration?: {
9631
+ name?: {
9632
+ firstname?: {
9633
+ required: boolean;
9634
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
9635
+ } | undefined;
9636
+ surname?: {
9637
+ required: boolean;
9638
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
9639
+ } | undefined;
9640
+ middlename?: {
9641
+ required: boolean;
9642
+ label?: import("./TranslationConfig").TranslationConfig | undefined;
9643
+ } | undefined;
9644
+ } | undefined;
9645
+ order?: ("firstname" | "surname" | "middlename")[] | undefined;
8751
9646
  maxLength?: number | undefined;
8752
9647
  prefix?: import("./TranslationConfig").TranslationConfig | undefined;
8753
9648
  postfix?: import("./TranslationConfig").TranslationConfig | undefined;
@@ -8774,6 +9669,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8774
9669
  type: "DISPLAY_ON_REVIEW";
8775
9670
  conditional: import(".").JSONSchema;
8776
9671
  })[] | undefined;
9672
+ secured?: boolean | undefined;
8777
9673
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8778
9674
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8779
9675
  hideLabel?: boolean | undefined;
@@ -8800,6 +9696,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8800
9696
  type: "DISPLAY_ON_REVIEW";
8801
9697
  conditional: import(".").JSONSchema;
8802
9698
  })[] | undefined;
9699
+ secured?: boolean | undefined;
8803
9700
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8804
9701
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8805
9702
  hideLabel?: boolean | undefined;
@@ -8826,6 +9723,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8826
9723
  type: "DISPLAY_ON_REVIEW";
8827
9724
  conditional: import(".").JSONSchema;
8828
9725
  })[] | undefined;
9726
+ secured?: boolean | undefined;
8829
9727
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8830
9728
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8831
9729
  hideLabel?: boolean | undefined;
@@ -8852,6 +9750,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8852
9750
  type: "DISPLAY_ON_REVIEW";
8853
9751
  conditional: import(".").JSONSchema;
8854
9752
  })[] | undefined;
9753
+ secured?: boolean | undefined;
8855
9754
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8856
9755
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8857
9756
  hideLabel?: boolean | undefined;
@@ -8884,6 +9783,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8884
9783
  type: "DISPLAY_ON_REVIEW";
8885
9784
  conditional: import(".").JSONSchema;
8886
9785
  })[] | undefined;
9786
+ secured?: boolean | undefined;
8887
9787
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8888
9788
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8889
9789
  hideLabel?: boolean | undefined;
@@ -8910,10 +9810,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
8910
9810
  type: "DISPLAY_ON_REVIEW";
8911
9811
  conditional: import(".").JSONSchema;
8912
9812
  })[] | undefined;
9813
+ secured?: boolean | undefined;
8913
9814
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8914
9815
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8915
9816
  hideLabel?: boolean | undefined;
8916
9817
  defaultValue?: string | undefined;
9818
+ configuration?: {
9819
+ searchableResource?: ("locations" | "facilities" | "offices")[] | undefined;
9820
+ } | undefined;
8917
9821
  } | {
8918
9822
  type: "FILE_WITH_OPTIONS";
8919
9823
  id: string;
@@ -8944,13 +9848,14 @@ export declare const defineConfig: (config: EventConfigInput) => {
8944
9848
  type: "DISPLAY_ON_REVIEW";
8945
9849
  conditional: import(".").JSONSchema;
8946
9850
  })[] | undefined;
9851
+ secured?: boolean | undefined;
8947
9852
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8948
9853
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8949
9854
  hideLabel?: boolean | undefined;
8950
9855
  defaultValue?: {
8951
9856
  type: string;
8952
9857
  option: string;
8953
- filename: string;
9858
+ path: string;
8954
9859
  originalFilename: string;
8955
9860
  }[] | undefined;
8956
9861
  } | {
@@ -8975,6 +9880,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
8975
9880
  type: "DISPLAY_ON_REVIEW";
8976
9881
  conditional: import(".").JSONSchema;
8977
9882
  })[] | undefined;
9883
+ secured?: boolean | undefined;
8978
9884
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
8979
9885
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
8980
9886
  hideLabel?: boolean | undefined;
@@ -9001,6 +9907,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
9001
9907
  type: "DISPLAY_ON_REVIEW";
9002
9908
  conditional: import(".").JSONSchema;
9003
9909
  })[] | undefined;
9910
+ secured?: boolean | undefined;
9004
9911
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
9005
9912
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
9006
9913
  hideLabel?: boolean | undefined;
@@ -9027,6 +9934,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
9027
9934
  type: "DISPLAY_ON_REVIEW";
9028
9935
  conditional: import(".").JSONSchema;
9029
9936
  })[] | undefined;
9937
+ secured?: boolean | undefined;
9030
9938
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
9031
9939
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
9032
9940
  hideLabel?: boolean | undefined;
@@ -9059,6 +9967,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
9059
9967
  addressLine3?: string | undefined;
9060
9968
  postcodeOrZip?: string | undefined;
9061
9969
  } | undefined;
9970
+ configuration?: {
9971
+ lineSeparator?: string | undefined;
9972
+ fields?: ("number" | "country" | "district" | "state" | "addressType" | "province" | "urbanOrRural" | "town" | "residentialArea" | "street" | "zipCode" | "village" | "district2" | "cityOrTown" | "addressLine1" | "addressLine2" | "addressLine3" | "postcodeOrZip")[] | undefined;
9973
+ } | undefined;
9062
9974
  } | {
9063
9975
  type: "DATA";
9064
9976
  id: string;
@@ -9090,6 +10002,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
9090
10002
  type: "DISPLAY_ON_REVIEW";
9091
10003
  conditional: import(".").JSONSchema;
9092
10004
  })[] | undefined;
10005
+ secured?: boolean | undefined;
9093
10006
  placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
9094
10007
  helperText?: import("./TranslationConfig").TranslationConfig | undefined;
9095
10008
  hideLabel?: boolean | undefined;
@@ -9150,7 +10063,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
9150
10063
  title: import("./TranslationConfig").TranslationConfig;
9151
10064
  fields: ({
9152
10065
  config: {
9153
- type: "exact" | "fuzzy" | "range";
10066
+ type: "exact" | "fuzzy" | "range" | "within";
9154
10067
  };
9155
10068
  fieldId: string;
9156
10069
  fieldType: "field";
@@ -9175,9 +10088,9 @@ export declare const defineConfig: (config: EventConfigInput) => {
9175
10088
  }[] | undefined;
9176
10089
  } | {
9177
10090
  config: {
9178
- type: "exact" | "fuzzy" | "range";
10091
+ type: "exact" | "fuzzy" | "range" | "within";
9179
10092
  };
9180
- fieldId: "status" | "updatedAt" | "trackingId" | "legalStatus.REGISTERED.createdAt" | "legalStatus.REGISTERED.createdAtLocation";
10093
+ fieldId: "event.trackingId" | "event.status" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.updatedAt";
9181
10094
  fieldType: "event";
9182
10095
  options?: {
9183
10096
  value: string;