@opencrvs/toolkit 1.8.0-rc.fe4d9d5 → 1.8.0-rc.fe7c504
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commons/api/router.d.ts +1335 -10468
- package/dist/commons/events/ActionConfig.d.ts +2600 -0
- package/dist/commons/events/ActionDocument.d.ts +1081 -1087
- package/dist/commons/events/ActionInput.d.ts +726 -726
- package/dist/commons/events/ActionType.d.ts +0 -2
- package/dist/commons/events/AdvancedSearchConfig.d.ts +222 -18
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/CountryConfigQueryInput.d.ts +1234 -572
- package/dist/commons/events/CreatedAtLocation.d.ts +1 -2
- package/dist/commons/events/Draft.d.ts +77 -77
- package/dist/commons/events/EventConfig.d.ts +1458 -0
- package/dist/commons/events/EventDocument.d.ts +706 -711
- package/dist/commons/events/EventIndex.d.ts +135 -151
- package/dist/commons/events/EventMetadata.d.ts +38 -29
- package/dist/commons/events/FieldConfig.d.ts +178 -0
- package/dist/commons/events/FieldTypeMapping.d.ts +16 -16
- package/dist/commons/events/FieldValue.d.ts +12 -12
- package/dist/commons/events/FormConfig.d.ts +1092 -0
- package/dist/commons/events/PageConfig.d.ts +260 -0
- package/dist/commons/events/User.d.ts +6 -3
- package/dist/commons/events/WorkqueueConfig.d.ts +2043 -1033
- package/dist/commons/events/defineConfig.d.ts +294 -0
- package/dist/commons/events/field.d.ts +5 -0
- package/dist/commons/events/test.utils.d.ts +30 -19
- package/dist/commons/events/transactions.d.ts +1 -1
- package/dist/commons/events/utils.d.ts +440 -15
- package/dist/conditionals/index.js +22 -18
- package/dist/events/index.js +303 -185
- package/dist/scopes/index.d.ts +92 -6
- package/dist/scopes/index.js +38 -9
- package/package.json +3 -3
@@ -34,6 +34,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
34
34
|
type: "DISPLAY_ON_REVIEW";
|
35
35
|
conditional: import(".").JSONSchema;
|
36
36
|
})[] | undefined;
|
37
|
+
secured?: boolean | undefined;
|
37
38
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
38
39
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
39
40
|
hideLabel?: boolean | undefined;
|
@@ -59,6 +60,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
59
60
|
type: "DISPLAY_ON_REVIEW";
|
60
61
|
conditional: import(".").JSONSchema;
|
61
62
|
})[] | undefined;
|
63
|
+
secured?: boolean | undefined;
|
62
64
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
63
65
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
64
66
|
hideLabel?: boolean | undefined;
|
@@ -91,6 +93,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
91
93
|
type: "DISPLAY_ON_REVIEW";
|
92
94
|
conditional: import(".").JSONSchema;
|
93
95
|
})[] | undefined;
|
96
|
+
secured?: boolean | undefined;
|
94
97
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
95
98
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
96
99
|
hideLabel?: boolean | undefined;
|
@@ -123,6 +126,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
123
126
|
type: "DISPLAY_ON_REVIEW";
|
124
127
|
conditional: import(".").JSONSchema;
|
125
128
|
})[] | undefined;
|
129
|
+
secured?: boolean | undefined;
|
126
130
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
127
131
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
128
132
|
hideLabel?: boolean | undefined;
|
@@ -161,6 +165,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
161
165
|
type: "DISPLAY_ON_REVIEW";
|
162
166
|
conditional: import(".").JSONSchema;
|
163
167
|
})[] | undefined;
|
168
|
+
secured?: boolean | undefined;
|
164
169
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
165
170
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
166
171
|
hideLabel?: boolean | undefined;
|
@@ -187,6 +192,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
187
192
|
type: "DISPLAY_ON_REVIEW";
|
188
193
|
conditional: import(".").JSONSchema;
|
189
194
|
})[] | undefined;
|
195
|
+
secured?: boolean | undefined;
|
190
196
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
191
197
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
192
198
|
hideLabel?: boolean | undefined;
|
@@ -216,6 +222,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
216
222
|
type: "DISPLAY_ON_REVIEW";
|
217
223
|
conditional: import(".").JSONSchema;
|
218
224
|
})[] | undefined;
|
225
|
+
secured?: boolean | undefined;
|
219
226
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
220
227
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
221
228
|
hideLabel?: boolean | undefined;
|
@@ -245,6 +252,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
245
252
|
type: "DISPLAY_ON_REVIEW";
|
246
253
|
conditional: import(".").JSONSchema;
|
247
254
|
})[] | undefined;
|
255
|
+
secured?: boolean | undefined;
|
248
256
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
249
257
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
250
258
|
hideLabel?: boolean | undefined;
|
@@ -279,6 +287,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
279
287
|
type: "DISPLAY_ON_REVIEW";
|
280
288
|
conditional: import(".").JSONSchema;
|
281
289
|
})[] | undefined;
|
290
|
+
secured?: boolean | undefined;
|
282
291
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
283
292
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
284
293
|
hideLabel?: boolean | undefined;
|
@@ -305,6 +314,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
305
314
|
type: "DISPLAY_ON_REVIEW";
|
306
315
|
conditional: import(".").JSONSchema;
|
307
316
|
})[] | undefined;
|
317
|
+
secured?: boolean | undefined;
|
308
318
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
309
319
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
310
320
|
hideLabel?: boolean | undefined;
|
@@ -339,6 +349,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
339
349
|
type: "DISPLAY_ON_REVIEW";
|
340
350
|
conditional: import(".").JSONSchema;
|
341
351
|
})[] | undefined;
|
352
|
+
secured?: boolean | undefined;
|
342
353
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
343
354
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
344
355
|
hideLabel?: boolean | undefined;
|
@@ -373,6 +384,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
373
384
|
type: "DISPLAY_ON_REVIEW";
|
374
385
|
conditional: import(".").JSONSchema;
|
375
386
|
})[] | undefined;
|
387
|
+
secured?: boolean | undefined;
|
376
388
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
377
389
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
378
390
|
hideLabel?: boolean | undefined;
|
@@ -410,6 +422,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
410
422
|
type: "DISPLAY_ON_REVIEW";
|
411
423
|
conditional: import(".").JSONSchema;
|
412
424
|
})[] | undefined;
|
425
|
+
secured?: boolean | undefined;
|
413
426
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
414
427
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
415
428
|
hideLabel?: boolean | undefined;
|
@@ -440,6 +453,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
440
453
|
type: "DISPLAY_ON_REVIEW";
|
441
454
|
conditional: import(".").JSONSchema;
|
442
455
|
})[] | undefined;
|
456
|
+
secured?: boolean | undefined;
|
443
457
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
444
458
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
445
459
|
hideLabel?: boolean | undefined;
|
@@ -466,6 +480,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
466
480
|
type: "DISPLAY_ON_REVIEW";
|
467
481
|
conditional: import(".").JSONSchema;
|
468
482
|
})[] | undefined;
|
483
|
+
secured?: boolean | undefined;
|
469
484
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
470
485
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
471
486
|
hideLabel?: boolean | undefined;
|
@@ -500,6 +515,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
500
515
|
type: "DISPLAY_ON_REVIEW";
|
501
516
|
conditional: import(".").JSONSchema;
|
502
517
|
})[] | undefined;
|
518
|
+
secured?: boolean | undefined;
|
503
519
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
504
520
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
505
521
|
hideLabel?: boolean | undefined;
|
@@ -526,6 +542,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
526
542
|
type: "DISPLAY_ON_REVIEW";
|
527
543
|
conditional: import(".").JSONSchema;
|
528
544
|
})[] | undefined;
|
545
|
+
secured?: boolean | undefined;
|
529
546
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
530
547
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
531
548
|
hideLabel?: boolean | undefined;
|
@@ -552,6 +569,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
552
569
|
type: "DISPLAY_ON_REVIEW";
|
553
570
|
conditional: import(".").JSONSchema;
|
554
571
|
})[] | undefined;
|
572
|
+
secured?: boolean | undefined;
|
555
573
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
556
574
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
557
575
|
hideLabel?: boolean | undefined;
|
@@ -578,6 +596,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
578
596
|
type: "DISPLAY_ON_REVIEW";
|
579
597
|
conditional: import(".").JSONSchema;
|
580
598
|
})[] | undefined;
|
599
|
+
secured?: boolean | undefined;
|
581
600
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
582
601
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
583
602
|
hideLabel?: boolean | undefined;
|
@@ -610,6 +629,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
610
629
|
type: "DISPLAY_ON_REVIEW";
|
611
630
|
conditional: import(".").JSONSchema;
|
612
631
|
})[] | undefined;
|
632
|
+
secured?: boolean | undefined;
|
613
633
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
614
634
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
615
635
|
hideLabel?: boolean | undefined;
|
@@ -636,6 +656,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
636
656
|
type: "DISPLAY_ON_REVIEW";
|
637
657
|
conditional: import(".").JSONSchema;
|
638
658
|
})[] | undefined;
|
659
|
+
secured?: boolean | undefined;
|
639
660
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
640
661
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
641
662
|
hideLabel?: boolean | undefined;
|
@@ -670,6 +691,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
670
691
|
type: "DISPLAY_ON_REVIEW";
|
671
692
|
conditional: import(".").JSONSchema;
|
672
693
|
})[] | undefined;
|
694
|
+
secured?: boolean | undefined;
|
673
695
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
674
696
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
675
697
|
hideLabel?: boolean | undefined;
|
@@ -701,6 +723,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
701
723
|
type: "DISPLAY_ON_REVIEW";
|
702
724
|
conditional: import(".").JSONSchema;
|
703
725
|
})[] | undefined;
|
726
|
+
secured?: boolean | undefined;
|
704
727
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
705
728
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
706
729
|
hideLabel?: boolean | undefined;
|
@@ -727,6 +750,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
727
750
|
type: "DISPLAY_ON_REVIEW";
|
728
751
|
conditional: import(".").JSONSchema;
|
729
752
|
})[] | undefined;
|
753
|
+
secured?: boolean | undefined;
|
730
754
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
731
755
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
732
756
|
hideLabel?: boolean | undefined;
|
@@ -753,6 +777,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
753
777
|
type: "DISPLAY_ON_REVIEW";
|
754
778
|
conditional: import(".").JSONSchema;
|
755
779
|
})[] | undefined;
|
780
|
+
secured?: boolean | undefined;
|
756
781
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
757
782
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
758
783
|
hideLabel?: boolean | undefined;
|
@@ -816,6 +841,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
816
841
|
type: "DISPLAY_ON_REVIEW";
|
817
842
|
conditional: import(".").JSONSchema;
|
818
843
|
})[] | undefined;
|
844
|
+
secured?: boolean | undefined;
|
819
845
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
820
846
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
821
847
|
hideLabel?: boolean | undefined;
|
@@ -857,6 +883,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
857
883
|
type: "DISPLAY_ON_REVIEW";
|
858
884
|
conditional: import(".").JSONSchema;
|
859
885
|
})[] | undefined;
|
886
|
+
secured?: boolean | undefined;
|
860
887
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
861
888
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
862
889
|
hideLabel?: boolean | undefined;
|
@@ -882,6 +909,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
882
909
|
type: "DISPLAY_ON_REVIEW";
|
883
910
|
conditional: import(".").JSONSchema;
|
884
911
|
})[] | undefined;
|
912
|
+
secured?: boolean | undefined;
|
885
913
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
886
914
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
887
915
|
hideLabel?: boolean | undefined;
|
@@ -914,6 +942,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
914
942
|
type: "DISPLAY_ON_REVIEW";
|
915
943
|
conditional: import(".").JSONSchema;
|
916
944
|
})[] | undefined;
|
945
|
+
secured?: boolean | undefined;
|
917
946
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
918
947
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
919
948
|
hideLabel?: boolean | undefined;
|
@@ -946,6 +975,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
946
975
|
type: "DISPLAY_ON_REVIEW";
|
947
976
|
conditional: import(".").JSONSchema;
|
948
977
|
})[] | undefined;
|
978
|
+
secured?: boolean | undefined;
|
949
979
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
950
980
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
951
981
|
hideLabel?: boolean | undefined;
|
@@ -984,6 +1014,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
984
1014
|
type: "DISPLAY_ON_REVIEW";
|
985
1015
|
conditional: import(".").JSONSchema;
|
986
1016
|
})[] | undefined;
|
1017
|
+
secured?: boolean | undefined;
|
987
1018
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
988
1019
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
989
1020
|
hideLabel?: boolean | undefined;
|
@@ -1010,6 +1041,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1010
1041
|
type: "DISPLAY_ON_REVIEW";
|
1011
1042
|
conditional: import(".").JSONSchema;
|
1012
1043
|
})[] | undefined;
|
1044
|
+
secured?: boolean | undefined;
|
1013
1045
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1014
1046
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1015
1047
|
hideLabel?: boolean | undefined;
|
@@ -1039,6 +1071,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1039
1071
|
type: "DISPLAY_ON_REVIEW";
|
1040
1072
|
conditional: import(".").JSONSchema;
|
1041
1073
|
})[] | undefined;
|
1074
|
+
secured?: boolean | undefined;
|
1042
1075
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1043
1076
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1044
1077
|
hideLabel?: boolean | undefined;
|
@@ -1068,6 +1101,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1068
1101
|
type: "DISPLAY_ON_REVIEW";
|
1069
1102
|
conditional: import(".").JSONSchema;
|
1070
1103
|
})[] | undefined;
|
1104
|
+
secured?: boolean | undefined;
|
1071
1105
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1072
1106
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1073
1107
|
hideLabel?: boolean | undefined;
|
@@ -1102,6 +1136,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1102
1136
|
type: "DISPLAY_ON_REVIEW";
|
1103
1137
|
conditional: import(".").JSONSchema;
|
1104
1138
|
})[] | undefined;
|
1139
|
+
secured?: boolean | undefined;
|
1105
1140
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1106
1141
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1107
1142
|
hideLabel?: boolean | undefined;
|
@@ -1128,6 +1163,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1128
1163
|
type: "DISPLAY_ON_REVIEW";
|
1129
1164
|
conditional: import(".").JSONSchema;
|
1130
1165
|
})[] | undefined;
|
1166
|
+
secured?: boolean | undefined;
|
1131
1167
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1132
1168
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1133
1169
|
hideLabel?: boolean | undefined;
|
@@ -1162,6 +1198,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1162
1198
|
type: "DISPLAY_ON_REVIEW";
|
1163
1199
|
conditional: import(".").JSONSchema;
|
1164
1200
|
})[] | undefined;
|
1201
|
+
secured?: boolean | undefined;
|
1165
1202
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1166
1203
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1167
1204
|
hideLabel?: boolean | undefined;
|
@@ -1196,6 +1233,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1196
1233
|
type: "DISPLAY_ON_REVIEW";
|
1197
1234
|
conditional: import(".").JSONSchema;
|
1198
1235
|
})[] | undefined;
|
1236
|
+
secured?: boolean | undefined;
|
1199
1237
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1200
1238
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1201
1239
|
hideLabel?: boolean | undefined;
|
@@ -1233,6 +1271,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1233
1271
|
type: "DISPLAY_ON_REVIEW";
|
1234
1272
|
conditional: import(".").JSONSchema;
|
1235
1273
|
})[] | undefined;
|
1274
|
+
secured?: boolean | undefined;
|
1236
1275
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1237
1276
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1238
1277
|
hideLabel?: boolean | undefined;
|
@@ -1263,6 +1302,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1263
1302
|
type: "DISPLAY_ON_REVIEW";
|
1264
1303
|
conditional: import(".").JSONSchema;
|
1265
1304
|
})[] | undefined;
|
1305
|
+
secured?: boolean | undefined;
|
1266
1306
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1267
1307
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1268
1308
|
hideLabel?: boolean | undefined;
|
@@ -1289,6 +1329,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1289
1329
|
type: "DISPLAY_ON_REVIEW";
|
1290
1330
|
conditional: import(".").JSONSchema;
|
1291
1331
|
})[] | undefined;
|
1332
|
+
secured?: boolean | undefined;
|
1292
1333
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1293
1334
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1294
1335
|
hideLabel?: boolean | undefined;
|
@@ -1323,6 +1364,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1323
1364
|
type: "DISPLAY_ON_REVIEW";
|
1324
1365
|
conditional: import(".").JSONSchema;
|
1325
1366
|
})[] | undefined;
|
1367
|
+
secured?: boolean | undefined;
|
1326
1368
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1327
1369
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1328
1370
|
hideLabel?: boolean | undefined;
|
@@ -1349,6 +1391,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1349
1391
|
type: "DISPLAY_ON_REVIEW";
|
1350
1392
|
conditional: import(".").JSONSchema;
|
1351
1393
|
})[] | undefined;
|
1394
|
+
secured?: boolean | undefined;
|
1352
1395
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1353
1396
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1354
1397
|
hideLabel?: boolean | undefined;
|
@@ -1375,6 +1418,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1375
1418
|
type: "DISPLAY_ON_REVIEW";
|
1376
1419
|
conditional: import(".").JSONSchema;
|
1377
1420
|
})[] | undefined;
|
1421
|
+
secured?: boolean | undefined;
|
1378
1422
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1379
1423
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1380
1424
|
hideLabel?: boolean | undefined;
|
@@ -1401,6 +1445,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1401
1445
|
type: "DISPLAY_ON_REVIEW";
|
1402
1446
|
conditional: import(".").JSONSchema;
|
1403
1447
|
})[] | undefined;
|
1448
|
+
secured?: boolean | undefined;
|
1404
1449
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1405
1450
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1406
1451
|
hideLabel?: boolean | undefined;
|
@@ -1433,6 +1478,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1433
1478
|
type: "DISPLAY_ON_REVIEW";
|
1434
1479
|
conditional: import(".").JSONSchema;
|
1435
1480
|
})[] | undefined;
|
1481
|
+
secured?: boolean | undefined;
|
1436
1482
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1437
1483
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1438
1484
|
hideLabel?: boolean | undefined;
|
@@ -1459,6 +1505,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1459
1505
|
type: "DISPLAY_ON_REVIEW";
|
1460
1506
|
conditional: import(".").JSONSchema;
|
1461
1507
|
})[] | undefined;
|
1508
|
+
secured?: boolean | undefined;
|
1462
1509
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1463
1510
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1464
1511
|
hideLabel?: boolean | undefined;
|
@@ -1493,6 +1540,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1493
1540
|
type: "DISPLAY_ON_REVIEW";
|
1494
1541
|
conditional: import(".").JSONSchema;
|
1495
1542
|
})[] | undefined;
|
1543
|
+
secured?: boolean | undefined;
|
1496
1544
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1497
1545
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1498
1546
|
hideLabel?: boolean | undefined;
|
@@ -1524,6 +1572,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1524
1572
|
type: "DISPLAY_ON_REVIEW";
|
1525
1573
|
conditional: import(".").JSONSchema;
|
1526
1574
|
})[] | undefined;
|
1575
|
+
secured?: boolean | undefined;
|
1527
1576
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1528
1577
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1529
1578
|
hideLabel?: boolean | undefined;
|
@@ -1550,6 +1599,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1550
1599
|
type: "DISPLAY_ON_REVIEW";
|
1551
1600
|
conditional: import(".").JSONSchema;
|
1552
1601
|
})[] | undefined;
|
1602
|
+
secured?: boolean | undefined;
|
1553
1603
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1554
1604
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1555
1605
|
hideLabel?: boolean | undefined;
|
@@ -1576,6 +1626,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1576
1626
|
type: "DISPLAY_ON_REVIEW";
|
1577
1627
|
conditional: import(".").JSONSchema;
|
1578
1628
|
})[] | undefined;
|
1629
|
+
secured?: boolean | undefined;
|
1579
1630
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1580
1631
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1581
1632
|
hideLabel?: boolean | undefined;
|
@@ -1639,6 +1690,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1639
1690
|
type: "DISPLAY_ON_REVIEW";
|
1640
1691
|
conditional: import(".").JSONSchema;
|
1641
1692
|
})[] | undefined;
|
1693
|
+
secured?: boolean | undefined;
|
1642
1694
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1643
1695
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1644
1696
|
hideLabel?: boolean | undefined;
|
@@ -1679,6 +1731,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1679
1731
|
type: "DISPLAY_ON_REVIEW";
|
1680
1732
|
conditional: import(".").JSONSchema;
|
1681
1733
|
})[] | undefined;
|
1734
|
+
secured?: boolean | undefined;
|
1682
1735
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1683
1736
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1684
1737
|
hideLabel?: boolean | undefined;
|
@@ -1704,6 +1757,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1704
1757
|
type: "DISPLAY_ON_REVIEW";
|
1705
1758
|
conditional: import(".").JSONSchema;
|
1706
1759
|
})[] | undefined;
|
1760
|
+
secured?: boolean | undefined;
|
1707
1761
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1708
1762
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1709
1763
|
hideLabel?: boolean | undefined;
|
@@ -1736,6 +1790,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1736
1790
|
type: "DISPLAY_ON_REVIEW";
|
1737
1791
|
conditional: import(".").JSONSchema;
|
1738
1792
|
})[] | undefined;
|
1793
|
+
secured?: boolean | undefined;
|
1739
1794
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1740
1795
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1741
1796
|
hideLabel?: boolean | undefined;
|
@@ -1768,6 +1823,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1768
1823
|
type: "DISPLAY_ON_REVIEW";
|
1769
1824
|
conditional: import(".").JSONSchema;
|
1770
1825
|
})[] | undefined;
|
1826
|
+
secured?: boolean | undefined;
|
1771
1827
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1772
1828
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1773
1829
|
hideLabel?: boolean | undefined;
|
@@ -1806,6 +1862,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1806
1862
|
type: "DISPLAY_ON_REVIEW";
|
1807
1863
|
conditional: import(".").JSONSchema;
|
1808
1864
|
})[] | undefined;
|
1865
|
+
secured?: boolean | undefined;
|
1809
1866
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1810
1867
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1811
1868
|
hideLabel?: boolean | undefined;
|
@@ -1832,6 +1889,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1832
1889
|
type: "DISPLAY_ON_REVIEW";
|
1833
1890
|
conditional: import(".").JSONSchema;
|
1834
1891
|
})[] | undefined;
|
1892
|
+
secured?: boolean | undefined;
|
1835
1893
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1836
1894
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1837
1895
|
hideLabel?: boolean | undefined;
|
@@ -1861,6 +1919,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1861
1919
|
type: "DISPLAY_ON_REVIEW";
|
1862
1920
|
conditional: import(".").JSONSchema;
|
1863
1921
|
})[] | undefined;
|
1922
|
+
secured?: boolean | undefined;
|
1864
1923
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1865
1924
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1866
1925
|
hideLabel?: boolean | undefined;
|
@@ -1890,6 +1949,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1890
1949
|
type: "DISPLAY_ON_REVIEW";
|
1891
1950
|
conditional: import(".").JSONSchema;
|
1892
1951
|
})[] | undefined;
|
1952
|
+
secured?: boolean | undefined;
|
1893
1953
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1894
1954
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1895
1955
|
hideLabel?: boolean | undefined;
|
@@ -1924,6 +1984,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1924
1984
|
type: "DISPLAY_ON_REVIEW";
|
1925
1985
|
conditional: import(".").JSONSchema;
|
1926
1986
|
})[] | undefined;
|
1987
|
+
secured?: boolean | undefined;
|
1927
1988
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1928
1989
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1929
1990
|
hideLabel?: boolean | undefined;
|
@@ -1950,6 +2011,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1950
2011
|
type: "DISPLAY_ON_REVIEW";
|
1951
2012
|
conditional: import(".").JSONSchema;
|
1952
2013
|
})[] | undefined;
|
2014
|
+
secured?: boolean | undefined;
|
1953
2015
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1954
2016
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1955
2017
|
hideLabel?: boolean | undefined;
|
@@ -1984,6 +2046,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1984
2046
|
type: "DISPLAY_ON_REVIEW";
|
1985
2047
|
conditional: import(".").JSONSchema;
|
1986
2048
|
})[] | undefined;
|
2049
|
+
secured?: boolean | undefined;
|
1987
2050
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1988
2051
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1989
2052
|
hideLabel?: boolean | undefined;
|
@@ -2018,6 +2081,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2018
2081
|
type: "DISPLAY_ON_REVIEW";
|
2019
2082
|
conditional: import(".").JSONSchema;
|
2020
2083
|
})[] | undefined;
|
2084
|
+
secured?: boolean | undefined;
|
2021
2085
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2022
2086
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2023
2087
|
hideLabel?: boolean | undefined;
|
@@ -2055,6 +2119,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2055
2119
|
type: "DISPLAY_ON_REVIEW";
|
2056
2120
|
conditional: import(".").JSONSchema;
|
2057
2121
|
})[] | undefined;
|
2122
|
+
secured?: boolean | undefined;
|
2058
2123
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2059
2124
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2060
2125
|
hideLabel?: boolean | undefined;
|
@@ -2085,6 +2150,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2085
2150
|
type: "DISPLAY_ON_REVIEW";
|
2086
2151
|
conditional: import(".").JSONSchema;
|
2087
2152
|
})[] | undefined;
|
2153
|
+
secured?: boolean | undefined;
|
2088
2154
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2089
2155
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2090
2156
|
hideLabel?: boolean | undefined;
|
@@ -2111,6 +2177,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2111
2177
|
type: "DISPLAY_ON_REVIEW";
|
2112
2178
|
conditional: import(".").JSONSchema;
|
2113
2179
|
})[] | undefined;
|
2180
|
+
secured?: boolean | undefined;
|
2114
2181
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2115
2182
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2116
2183
|
hideLabel?: boolean | undefined;
|
@@ -2145,6 +2212,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2145
2212
|
type: "DISPLAY_ON_REVIEW";
|
2146
2213
|
conditional: import(".").JSONSchema;
|
2147
2214
|
})[] | undefined;
|
2215
|
+
secured?: boolean | undefined;
|
2148
2216
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2149
2217
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2150
2218
|
hideLabel?: boolean | undefined;
|
@@ -2171,6 +2239,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2171
2239
|
type: "DISPLAY_ON_REVIEW";
|
2172
2240
|
conditional: import(".").JSONSchema;
|
2173
2241
|
})[] | undefined;
|
2242
|
+
secured?: boolean | undefined;
|
2174
2243
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2175
2244
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2176
2245
|
hideLabel?: boolean | undefined;
|
@@ -2197,6 +2266,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2197
2266
|
type: "DISPLAY_ON_REVIEW";
|
2198
2267
|
conditional: import(".").JSONSchema;
|
2199
2268
|
})[] | undefined;
|
2269
|
+
secured?: boolean | undefined;
|
2200
2270
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2201
2271
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2202
2272
|
hideLabel?: boolean | undefined;
|
@@ -2223,6 +2293,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2223
2293
|
type: "DISPLAY_ON_REVIEW";
|
2224
2294
|
conditional: import(".").JSONSchema;
|
2225
2295
|
})[] | undefined;
|
2296
|
+
secured?: boolean | undefined;
|
2226
2297
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2227
2298
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2228
2299
|
hideLabel?: boolean | undefined;
|
@@ -2255,6 +2326,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2255
2326
|
type: "DISPLAY_ON_REVIEW";
|
2256
2327
|
conditional: import(".").JSONSchema;
|
2257
2328
|
})[] | undefined;
|
2329
|
+
secured?: boolean | undefined;
|
2258
2330
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2259
2331
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2260
2332
|
hideLabel?: boolean | undefined;
|
@@ -2281,6 +2353,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2281
2353
|
type: "DISPLAY_ON_REVIEW";
|
2282
2354
|
conditional: import(".").JSONSchema;
|
2283
2355
|
})[] | undefined;
|
2356
|
+
secured?: boolean | undefined;
|
2284
2357
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2285
2358
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2286
2359
|
hideLabel?: boolean | undefined;
|
@@ -2315,6 +2388,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2315
2388
|
type: "DISPLAY_ON_REVIEW";
|
2316
2389
|
conditional: import(".").JSONSchema;
|
2317
2390
|
})[] | undefined;
|
2391
|
+
secured?: boolean | undefined;
|
2318
2392
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2319
2393
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2320
2394
|
hideLabel?: boolean | undefined;
|
@@ -2346,6 +2420,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2346
2420
|
type: "DISPLAY_ON_REVIEW";
|
2347
2421
|
conditional: import(".").JSONSchema;
|
2348
2422
|
})[] | undefined;
|
2423
|
+
secured?: boolean | undefined;
|
2349
2424
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2350
2425
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2351
2426
|
hideLabel?: boolean | undefined;
|
@@ -2372,6 +2447,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2372
2447
|
type: "DISPLAY_ON_REVIEW";
|
2373
2448
|
conditional: import(".").JSONSchema;
|
2374
2449
|
})[] | undefined;
|
2450
|
+
secured?: boolean | undefined;
|
2375
2451
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2376
2452
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2377
2453
|
hideLabel?: boolean | undefined;
|
@@ -2398,6 +2474,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2398
2474
|
type: "DISPLAY_ON_REVIEW";
|
2399
2475
|
conditional: import(".").JSONSchema;
|
2400
2476
|
})[] | undefined;
|
2477
|
+
secured?: boolean | undefined;
|
2401
2478
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2402
2479
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2403
2480
|
hideLabel?: boolean | undefined;
|
@@ -2461,6 +2538,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2461
2538
|
type: "DISPLAY_ON_REVIEW";
|
2462
2539
|
conditional: import(".").JSONSchema;
|
2463
2540
|
})[] | undefined;
|
2541
|
+
secured?: boolean | undefined;
|
2464
2542
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2465
2543
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2466
2544
|
hideLabel?: boolean | undefined;
|
@@ -2501,6 +2579,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2501
2579
|
type: "DISPLAY_ON_REVIEW";
|
2502
2580
|
conditional: import(".").JSONSchema;
|
2503
2581
|
})[] | undefined;
|
2582
|
+
secured?: boolean | undefined;
|
2504
2583
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2505
2584
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2506
2585
|
hideLabel?: boolean | undefined;
|
@@ -2526,6 +2605,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2526
2605
|
type: "DISPLAY_ON_REVIEW";
|
2527
2606
|
conditional: import(".").JSONSchema;
|
2528
2607
|
})[] | undefined;
|
2608
|
+
secured?: boolean | undefined;
|
2529
2609
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2530
2610
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2531
2611
|
hideLabel?: boolean | undefined;
|
@@ -2558,6 +2638,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2558
2638
|
type: "DISPLAY_ON_REVIEW";
|
2559
2639
|
conditional: import(".").JSONSchema;
|
2560
2640
|
})[] | undefined;
|
2641
|
+
secured?: boolean | undefined;
|
2561
2642
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2562
2643
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2563
2644
|
hideLabel?: boolean | undefined;
|
@@ -2590,6 +2671,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2590
2671
|
type: "DISPLAY_ON_REVIEW";
|
2591
2672
|
conditional: import(".").JSONSchema;
|
2592
2673
|
})[] | undefined;
|
2674
|
+
secured?: boolean | undefined;
|
2593
2675
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2594
2676
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2595
2677
|
hideLabel?: boolean | undefined;
|
@@ -2628,6 +2710,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2628
2710
|
type: "DISPLAY_ON_REVIEW";
|
2629
2711
|
conditional: import(".").JSONSchema;
|
2630
2712
|
})[] | undefined;
|
2713
|
+
secured?: boolean | undefined;
|
2631
2714
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2632
2715
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2633
2716
|
hideLabel?: boolean | undefined;
|
@@ -2654,6 +2737,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2654
2737
|
type: "DISPLAY_ON_REVIEW";
|
2655
2738
|
conditional: import(".").JSONSchema;
|
2656
2739
|
})[] | undefined;
|
2740
|
+
secured?: boolean | undefined;
|
2657
2741
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2658
2742
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2659
2743
|
hideLabel?: boolean | undefined;
|
@@ -2683,6 +2767,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2683
2767
|
type: "DISPLAY_ON_REVIEW";
|
2684
2768
|
conditional: import(".").JSONSchema;
|
2685
2769
|
})[] | undefined;
|
2770
|
+
secured?: boolean | undefined;
|
2686
2771
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2687
2772
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2688
2773
|
hideLabel?: boolean | undefined;
|
@@ -2712,6 +2797,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2712
2797
|
type: "DISPLAY_ON_REVIEW";
|
2713
2798
|
conditional: import(".").JSONSchema;
|
2714
2799
|
})[] | undefined;
|
2800
|
+
secured?: boolean | undefined;
|
2715
2801
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2716
2802
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2717
2803
|
hideLabel?: boolean | undefined;
|
@@ -2746,6 +2832,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2746
2832
|
type: "DISPLAY_ON_REVIEW";
|
2747
2833
|
conditional: import(".").JSONSchema;
|
2748
2834
|
})[] | undefined;
|
2835
|
+
secured?: boolean | undefined;
|
2749
2836
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2750
2837
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2751
2838
|
hideLabel?: boolean | undefined;
|
@@ -2772,6 +2859,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2772
2859
|
type: "DISPLAY_ON_REVIEW";
|
2773
2860
|
conditional: import(".").JSONSchema;
|
2774
2861
|
})[] | undefined;
|
2862
|
+
secured?: boolean | undefined;
|
2775
2863
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2776
2864
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2777
2865
|
hideLabel?: boolean | undefined;
|
@@ -2806,6 +2894,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2806
2894
|
type: "DISPLAY_ON_REVIEW";
|
2807
2895
|
conditional: import(".").JSONSchema;
|
2808
2896
|
})[] | undefined;
|
2897
|
+
secured?: boolean | undefined;
|
2809
2898
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2810
2899
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2811
2900
|
hideLabel?: boolean | undefined;
|
@@ -2840,6 +2929,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2840
2929
|
type: "DISPLAY_ON_REVIEW";
|
2841
2930
|
conditional: import(".").JSONSchema;
|
2842
2931
|
})[] | undefined;
|
2932
|
+
secured?: boolean | undefined;
|
2843
2933
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2844
2934
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2845
2935
|
hideLabel?: boolean | undefined;
|
@@ -2877,6 +2967,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2877
2967
|
type: "DISPLAY_ON_REVIEW";
|
2878
2968
|
conditional: import(".").JSONSchema;
|
2879
2969
|
})[] | undefined;
|
2970
|
+
secured?: boolean | undefined;
|
2880
2971
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2881
2972
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2882
2973
|
hideLabel?: boolean | undefined;
|
@@ -2907,6 +2998,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2907
2998
|
type: "DISPLAY_ON_REVIEW";
|
2908
2999
|
conditional: import(".").JSONSchema;
|
2909
3000
|
})[] | undefined;
|
3001
|
+
secured?: boolean | undefined;
|
2910
3002
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2911
3003
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2912
3004
|
hideLabel?: boolean | undefined;
|
@@ -2933,6 +3025,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2933
3025
|
type: "DISPLAY_ON_REVIEW";
|
2934
3026
|
conditional: import(".").JSONSchema;
|
2935
3027
|
})[] | undefined;
|
3028
|
+
secured?: boolean | undefined;
|
2936
3029
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2937
3030
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2938
3031
|
hideLabel?: boolean | undefined;
|
@@ -2967,6 +3060,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2967
3060
|
type: "DISPLAY_ON_REVIEW";
|
2968
3061
|
conditional: import(".").JSONSchema;
|
2969
3062
|
})[] | undefined;
|
3063
|
+
secured?: boolean | undefined;
|
2970
3064
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2971
3065
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2972
3066
|
hideLabel?: boolean | undefined;
|
@@ -2993,6 +3087,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2993
3087
|
type: "DISPLAY_ON_REVIEW";
|
2994
3088
|
conditional: import(".").JSONSchema;
|
2995
3089
|
})[] | undefined;
|
3090
|
+
secured?: boolean | undefined;
|
2996
3091
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2997
3092
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2998
3093
|
hideLabel?: boolean | undefined;
|
@@ -3019,6 +3114,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3019
3114
|
type: "DISPLAY_ON_REVIEW";
|
3020
3115
|
conditional: import(".").JSONSchema;
|
3021
3116
|
})[] | undefined;
|
3117
|
+
secured?: boolean | undefined;
|
3022
3118
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3023
3119
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3024
3120
|
hideLabel?: boolean | undefined;
|
@@ -3045,6 +3141,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3045
3141
|
type: "DISPLAY_ON_REVIEW";
|
3046
3142
|
conditional: import(".").JSONSchema;
|
3047
3143
|
})[] | undefined;
|
3144
|
+
secured?: boolean | undefined;
|
3048
3145
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3049
3146
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3050
3147
|
hideLabel?: boolean | undefined;
|
@@ -3077,6 +3174,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3077
3174
|
type: "DISPLAY_ON_REVIEW";
|
3078
3175
|
conditional: import(".").JSONSchema;
|
3079
3176
|
})[] | undefined;
|
3177
|
+
secured?: boolean | undefined;
|
3080
3178
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3081
3179
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3082
3180
|
hideLabel?: boolean | undefined;
|
@@ -3103,6 +3201,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3103
3201
|
type: "DISPLAY_ON_REVIEW";
|
3104
3202
|
conditional: import(".").JSONSchema;
|
3105
3203
|
})[] | undefined;
|
3204
|
+
secured?: boolean | undefined;
|
3106
3205
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3107
3206
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3108
3207
|
hideLabel?: boolean | undefined;
|
@@ -3137,6 +3236,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3137
3236
|
type: "DISPLAY_ON_REVIEW";
|
3138
3237
|
conditional: import(".").JSONSchema;
|
3139
3238
|
})[] | undefined;
|
3239
|
+
secured?: boolean | undefined;
|
3140
3240
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3141
3241
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3142
3242
|
hideLabel?: boolean | undefined;
|
@@ -3168,6 +3268,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3168
3268
|
type: "DISPLAY_ON_REVIEW";
|
3169
3269
|
conditional: import(".").JSONSchema;
|
3170
3270
|
})[] | undefined;
|
3271
|
+
secured?: boolean | undefined;
|
3171
3272
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3172
3273
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3173
3274
|
hideLabel?: boolean | undefined;
|
@@ -3194,6 +3295,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3194
3295
|
type: "DISPLAY_ON_REVIEW";
|
3195
3296
|
conditional: import(".").JSONSchema;
|
3196
3297
|
})[] | undefined;
|
3298
|
+
secured?: boolean | undefined;
|
3197
3299
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3198
3300
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3199
3301
|
hideLabel?: boolean | undefined;
|
@@ -3220,6 +3322,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3220
3322
|
type: "DISPLAY_ON_REVIEW";
|
3221
3323
|
conditional: import(".").JSONSchema;
|
3222
3324
|
})[] | undefined;
|
3325
|
+
secured?: boolean | undefined;
|
3223
3326
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3224
3327
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3225
3328
|
hideLabel?: boolean | undefined;
|
@@ -3283,6 +3386,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3283
3386
|
type: "DISPLAY_ON_REVIEW";
|
3284
3387
|
conditional: import(".").JSONSchema;
|
3285
3388
|
})[] | undefined;
|
3389
|
+
secured?: boolean | undefined;
|
3286
3390
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3287
3391
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3288
3392
|
hideLabel?: boolean | undefined;
|
@@ -3323,6 +3427,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3323
3427
|
type: "DISPLAY_ON_REVIEW";
|
3324
3428
|
conditional: import(".").JSONSchema;
|
3325
3429
|
})[] | undefined;
|
3430
|
+
secured?: boolean | undefined;
|
3326
3431
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3327
3432
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3328
3433
|
hideLabel?: boolean | undefined;
|
@@ -3348,6 +3453,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3348
3453
|
type: "DISPLAY_ON_REVIEW";
|
3349
3454
|
conditional: import(".").JSONSchema;
|
3350
3455
|
})[] | undefined;
|
3456
|
+
secured?: boolean | undefined;
|
3351
3457
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3352
3458
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3353
3459
|
hideLabel?: boolean | undefined;
|
@@ -3380,6 +3486,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3380
3486
|
type: "DISPLAY_ON_REVIEW";
|
3381
3487
|
conditional: import(".").JSONSchema;
|
3382
3488
|
})[] | undefined;
|
3489
|
+
secured?: boolean | undefined;
|
3383
3490
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3384
3491
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3385
3492
|
hideLabel?: boolean | undefined;
|
@@ -3412,6 +3519,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3412
3519
|
type: "DISPLAY_ON_REVIEW";
|
3413
3520
|
conditional: import(".").JSONSchema;
|
3414
3521
|
})[] | undefined;
|
3522
|
+
secured?: boolean | undefined;
|
3415
3523
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3416
3524
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3417
3525
|
hideLabel?: boolean | undefined;
|
@@ -3450,6 +3558,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3450
3558
|
type: "DISPLAY_ON_REVIEW";
|
3451
3559
|
conditional: import(".").JSONSchema;
|
3452
3560
|
})[] | undefined;
|
3561
|
+
secured?: boolean | undefined;
|
3453
3562
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3454
3563
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3455
3564
|
hideLabel?: boolean | undefined;
|
@@ -3476,6 +3585,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3476
3585
|
type: "DISPLAY_ON_REVIEW";
|
3477
3586
|
conditional: import(".").JSONSchema;
|
3478
3587
|
})[] | undefined;
|
3588
|
+
secured?: boolean | undefined;
|
3479
3589
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3480
3590
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3481
3591
|
hideLabel?: boolean | undefined;
|
@@ -3505,6 +3615,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3505
3615
|
type: "DISPLAY_ON_REVIEW";
|
3506
3616
|
conditional: import(".").JSONSchema;
|
3507
3617
|
})[] | undefined;
|
3618
|
+
secured?: boolean | undefined;
|
3508
3619
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3509
3620
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3510
3621
|
hideLabel?: boolean | undefined;
|
@@ -3534,6 +3645,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3534
3645
|
type: "DISPLAY_ON_REVIEW";
|
3535
3646
|
conditional: import(".").JSONSchema;
|
3536
3647
|
})[] | undefined;
|
3648
|
+
secured?: boolean | undefined;
|
3537
3649
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3538
3650
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3539
3651
|
hideLabel?: boolean | undefined;
|
@@ -3568,6 +3680,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3568
3680
|
type: "DISPLAY_ON_REVIEW";
|
3569
3681
|
conditional: import(".").JSONSchema;
|
3570
3682
|
})[] | undefined;
|
3683
|
+
secured?: boolean | undefined;
|
3571
3684
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3572
3685
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3573
3686
|
hideLabel?: boolean | undefined;
|
@@ -3594,6 +3707,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3594
3707
|
type: "DISPLAY_ON_REVIEW";
|
3595
3708
|
conditional: import(".").JSONSchema;
|
3596
3709
|
})[] | undefined;
|
3710
|
+
secured?: boolean | undefined;
|
3597
3711
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3598
3712
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3599
3713
|
hideLabel?: boolean | undefined;
|
@@ -3628,6 +3742,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3628
3742
|
type: "DISPLAY_ON_REVIEW";
|
3629
3743
|
conditional: import(".").JSONSchema;
|
3630
3744
|
})[] | undefined;
|
3745
|
+
secured?: boolean | undefined;
|
3631
3746
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3632
3747
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3633
3748
|
hideLabel?: boolean | undefined;
|
@@ -3662,6 +3777,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3662
3777
|
type: "DISPLAY_ON_REVIEW";
|
3663
3778
|
conditional: import(".").JSONSchema;
|
3664
3779
|
})[] | undefined;
|
3780
|
+
secured?: boolean | undefined;
|
3665
3781
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3666
3782
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3667
3783
|
hideLabel?: boolean | undefined;
|
@@ -3699,6 +3815,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3699
3815
|
type: "DISPLAY_ON_REVIEW";
|
3700
3816
|
conditional: import(".").JSONSchema;
|
3701
3817
|
})[] | undefined;
|
3818
|
+
secured?: boolean | undefined;
|
3702
3819
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3703
3820
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3704
3821
|
hideLabel?: boolean | undefined;
|
@@ -3729,6 +3846,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3729
3846
|
type: "DISPLAY_ON_REVIEW";
|
3730
3847
|
conditional: import(".").JSONSchema;
|
3731
3848
|
})[] | undefined;
|
3849
|
+
secured?: boolean | undefined;
|
3732
3850
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3733
3851
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3734
3852
|
hideLabel?: boolean | undefined;
|
@@ -3755,6 +3873,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3755
3873
|
type: "DISPLAY_ON_REVIEW";
|
3756
3874
|
conditional: import(".").JSONSchema;
|
3757
3875
|
})[] | undefined;
|
3876
|
+
secured?: boolean | undefined;
|
3758
3877
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3759
3878
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3760
3879
|
hideLabel?: boolean | undefined;
|
@@ -3789,6 +3908,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3789
3908
|
type: "DISPLAY_ON_REVIEW";
|
3790
3909
|
conditional: import(".").JSONSchema;
|
3791
3910
|
})[] | undefined;
|
3911
|
+
secured?: boolean | undefined;
|
3792
3912
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3793
3913
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3794
3914
|
hideLabel?: boolean | undefined;
|
@@ -3815,6 +3935,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3815
3935
|
type: "DISPLAY_ON_REVIEW";
|
3816
3936
|
conditional: import(".").JSONSchema;
|
3817
3937
|
})[] | undefined;
|
3938
|
+
secured?: boolean | undefined;
|
3818
3939
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3819
3940
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3820
3941
|
hideLabel?: boolean | undefined;
|
@@ -3841,6 +3962,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3841
3962
|
type: "DISPLAY_ON_REVIEW";
|
3842
3963
|
conditional: import(".").JSONSchema;
|
3843
3964
|
})[] | undefined;
|
3965
|
+
secured?: boolean | undefined;
|
3844
3966
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3845
3967
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3846
3968
|
hideLabel?: boolean | undefined;
|
@@ -3867,6 +3989,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3867
3989
|
type: "DISPLAY_ON_REVIEW";
|
3868
3990
|
conditional: import(".").JSONSchema;
|
3869
3991
|
})[] | undefined;
|
3992
|
+
secured?: boolean | undefined;
|
3870
3993
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3871
3994
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3872
3995
|
hideLabel?: boolean | undefined;
|
@@ -3899,6 +4022,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3899
4022
|
type: "DISPLAY_ON_REVIEW";
|
3900
4023
|
conditional: import(".").JSONSchema;
|
3901
4024
|
})[] | undefined;
|
4025
|
+
secured?: boolean | undefined;
|
3902
4026
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3903
4027
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3904
4028
|
hideLabel?: boolean | undefined;
|
@@ -3925,6 +4049,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3925
4049
|
type: "DISPLAY_ON_REVIEW";
|
3926
4050
|
conditional: import(".").JSONSchema;
|
3927
4051
|
})[] | undefined;
|
4052
|
+
secured?: boolean | undefined;
|
3928
4053
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3929
4054
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3930
4055
|
hideLabel?: boolean | undefined;
|
@@ -3959,6 +4084,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3959
4084
|
type: "DISPLAY_ON_REVIEW";
|
3960
4085
|
conditional: import(".").JSONSchema;
|
3961
4086
|
})[] | undefined;
|
4087
|
+
secured?: boolean | undefined;
|
3962
4088
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3963
4089
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3964
4090
|
hideLabel?: boolean | undefined;
|
@@ -3990,6 +4116,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3990
4116
|
type: "DISPLAY_ON_REVIEW";
|
3991
4117
|
conditional: import(".").JSONSchema;
|
3992
4118
|
})[] | undefined;
|
4119
|
+
secured?: boolean | undefined;
|
3993
4120
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3994
4121
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3995
4122
|
hideLabel?: boolean | undefined;
|
@@ -4016,6 +4143,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4016
4143
|
type: "DISPLAY_ON_REVIEW";
|
4017
4144
|
conditional: import(".").JSONSchema;
|
4018
4145
|
})[] | undefined;
|
4146
|
+
secured?: boolean | undefined;
|
4019
4147
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4020
4148
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4021
4149
|
hideLabel?: boolean | undefined;
|
@@ -4042,6 +4170,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4042
4170
|
type: "DISPLAY_ON_REVIEW";
|
4043
4171
|
conditional: import(".").JSONSchema;
|
4044
4172
|
})[] | undefined;
|
4173
|
+
secured?: boolean | undefined;
|
4045
4174
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4046
4175
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4047
4176
|
hideLabel?: boolean | undefined;
|
@@ -4105,6 +4234,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4105
4234
|
type: "DISPLAY_ON_REVIEW";
|
4106
4235
|
conditional: import(".").JSONSchema;
|
4107
4236
|
})[] | undefined;
|
4237
|
+
secured?: boolean | undefined;
|
4108
4238
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4109
4239
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4110
4240
|
hideLabel?: boolean | undefined;
|
@@ -4193,6 +4323,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4193
4323
|
type: "DISPLAY_ON_REVIEW";
|
4194
4324
|
conditional: import(".").JSONSchema;
|
4195
4325
|
})[] | undefined;
|
4326
|
+
secured?: boolean | undefined;
|
4196
4327
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4197
4328
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4198
4329
|
hideLabel?: boolean | undefined;
|
@@ -4218,6 +4349,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4218
4349
|
type: "DISPLAY_ON_REVIEW";
|
4219
4350
|
conditional: import(".").JSONSchema;
|
4220
4351
|
})[] | undefined;
|
4352
|
+
secured?: boolean | undefined;
|
4221
4353
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4222
4354
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4223
4355
|
hideLabel?: boolean | undefined;
|
@@ -4250,6 +4382,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4250
4382
|
type: "DISPLAY_ON_REVIEW";
|
4251
4383
|
conditional: import(".").JSONSchema;
|
4252
4384
|
})[] | undefined;
|
4385
|
+
secured?: boolean | undefined;
|
4253
4386
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4254
4387
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4255
4388
|
hideLabel?: boolean | undefined;
|
@@ -4282,6 +4415,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4282
4415
|
type: "DISPLAY_ON_REVIEW";
|
4283
4416
|
conditional: import(".").JSONSchema;
|
4284
4417
|
})[] | undefined;
|
4418
|
+
secured?: boolean | undefined;
|
4285
4419
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4286
4420
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4287
4421
|
hideLabel?: boolean | undefined;
|
@@ -4320,6 +4454,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4320
4454
|
type: "DISPLAY_ON_REVIEW";
|
4321
4455
|
conditional: import(".").JSONSchema;
|
4322
4456
|
})[] | undefined;
|
4457
|
+
secured?: boolean | undefined;
|
4323
4458
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4324
4459
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4325
4460
|
hideLabel?: boolean | undefined;
|
@@ -4346,6 +4481,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4346
4481
|
type: "DISPLAY_ON_REVIEW";
|
4347
4482
|
conditional: import(".").JSONSchema;
|
4348
4483
|
})[] | undefined;
|
4484
|
+
secured?: boolean | undefined;
|
4349
4485
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4350
4486
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4351
4487
|
hideLabel?: boolean | undefined;
|
@@ -4375,6 +4511,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4375
4511
|
type: "DISPLAY_ON_REVIEW";
|
4376
4512
|
conditional: import(".").JSONSchema;
|
4377
4513
|
})[] | undefined;
|
4514
|
+
secured?: boolean | undefined;
|
4378
4515
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4379
4516
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4380
4517
|
hideLabel?: boolean | undefined;
|
@@ -4404,6 +4541,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4404
4541
|
type: "DISPLAY_ON_REVIEW";
|
4405
4542
|
conditional: import(".").JSONSchema;
|
4406
4543
|
})[] | undefined;
|
4544
|
+
secured?: boolean | undefined;
|
4407
4545
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4408
4546
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4409
4547
|
hideLabel?: boolean | undefined;
|
@@ -4438,6 +4576,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4438
4576
|
type: "DISPLAY_ON_REVIEW";
|
4439
4577
|
conditional: import(".").JSONSchema;
|
4440
4578
|
})[] | undefined;
|
4579
|
+
secured?: boolean | undefined;
|
4441
4580
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4442
4581
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4443
4582
|
hideLabel?: boolean | undefined;
|
@@ -4464,6 +4603,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4464
4603
|
type: "DISPLAY_ON_REVIEW";
|
4465
4604
|
conditional: import(".").JSONSchema;
|
4466
4605
|
})[] | undefined;
|
4606
|
+
secured?: boolean | undefined;
|
4467
4607
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4468
4608
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4469
4609
|
hideLabel?: boolean | undefined;
|
@@ -4498,6 +4638,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4498
4638
|
type: "DISPLAY_ON_REVIEW";
|
4499
4639
|
conditional: import(".").JSONSchema;
|
4500
4640
|
})[] | undefined;
|
4641
|
+
secured?: boolean | undefined;
|
4501
4642
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4502
4643
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4503
4644
|
hideLabel?: boolean | undefined;
|
@@ -4532,6 +4673,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4532
4673
|
type: "DISPLAY_ON_REVIEW";
|
4533
4674
|
conditional: import(".").JSONSchema;
|
4534
4675
|
})[] | undefined;
|
4676
|
+
secured?: boolean | undefined;
|
4535
4677
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4536
4678
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4537
4679
|
hideLabel?: boolean | undefined;
|
@@ -4569,6 +4711,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4569
4711
|
type: "DISPLAY_ON_REVIEW";
|
4570
4712
|
conditional: import(".").JSONSchema;
|
4571
4713
|
})[] | undefined;
|
4714
|
+
secured?: boolean | undefined;
|
4572
4715
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4573
4716
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4574
4717
|
hideLabel?: boolean | undefined;
|
@@ -4599,6 +4742,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4599
4742
|
type: "DISPLAY_ON_REVIEW";
|
4600
4743
|
conditional: import(".").JSONSchema;
|
4601
4744
|
})[] | undefined;
|
4745
|
+
secured?: boolean | undefined;
|
4602
4746
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4603
4747
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4604
4748
|
hideLabel?: boolean | undefined;
|
@@ -4625,6 +4769,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4625
4769
|
type: "DISPLAY_ON_REVIEW";
|
4626
4770
|
conditional: import(".").JSONSchema;
|
4627
4771
|
})[] | undefined;
|
4772
|
+
secured?: boolean | undefined;
|
4628
4773
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4629
4774
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4630
4775
|
hideLabel?: boolean | undefined;
|
@@ -4659,6 +4804,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4659
4804
|
type: "DISPLAY_ON_REVIEW";
|
4660
4805
|
conditional: import(".").JSONSchema;
|
4661
4806
|
})[] | undefined;
|
4807
|
+
secured?: boolean | undefined;
|
4662
4808
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4663
4809
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4664
4810
|
hideLabel?: boolean | undefined;
|
@@ -4685,6 +4831,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4685
4831
|
type: "DISPLAY_ON_REVIEW";
|
4686
4832
|
conditional: import(".").JSONSchema;
|
4687
4833
|
})[] | undefined;
|
4834
|
+
secured?: boolean | undefined;
|
4688
4835
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4689
4836
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4690
4837
|
hideLabel?: boolean | undefined;
|
@@ -4711,6 +4858,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4711
4858
|
type: "DISPLAY_ON_REVIEW";
|
4712
4859
|
conditional: import(".").JSONSchema;
|
4713
4860
|
})[] | undefined;
|
4861
|
+
secured?: boolean | undefined;
|
4714
4862
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4715
4863
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4716
4864
|
hideLabel?: boolean | undefined;
|
@@ -4737,6 +4885,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4737
4885
|
type: "DISPLAY_ON_REVIEW";
|
4738
4886
|
conditional: import(".").JSONSchema;
|
4739
4887
|
})[] | undefined;
|
4888
|
+
secured?: boolean | undefined;
|
4740
4889
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4741
4890
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4742
4891
|
hideLabel?: boolean | undefined;
|
@@ -4769,6 +4918,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4769
4918
|
type: "DISPLAY_ON_REVIEW";
|
4770
4919
|
conditional: import(".").JSONSchema;
|
4771
4920
|
})[] | undefined;
|
4921
|
+
secured?: boolean | undefined;
|
4772
4922
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4773
4923
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4774
4924
|
hideLabel?: boolean | undefined;
|
@@ -4795,6 +4945,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4795
4945
|
type: "DISPLAY_ON_REVIEW";
|
4796
4946
|
conditional: import(".").JSONSchema;
|
4797
4947
|
})[] | undefined;
|
4948
|
+
secured?: boolean | undefined;
|
4798
4949
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4799
4950
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4800
4951
|
hideLabel?: boolean | undefined;
|
@@ -4829,6 +4980,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4829
4980
|
type: "DISPLAY_ON_REVIEW";
|
4830
4981
|
conditional: import(".").JSONSchema;
|
4831
4982
|
})[] | undefined;
|
4983
|
+
secured?: boolean | undefined;
|
4832
4984
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4833
4985
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4834
4986
|
hideLabel?: boolean | undefined;
|
@@ -4860,6 +5012,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4860
5012
|
type: "DISPLAY_ON_REVIEW";
|
4861
5013
|
conditional: import(".").JSONSchema;
|
4862
5014
|
})[] | undefined;
|
5015
|
+
secured?: boolean | undefined;
|
4863
5016
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4864
5017
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4865
5018
|
hideLabel?: boolean | undefined;
|
@@ -4886,6 +5039,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4886
5039
|
type: "DISPLAY_ON_REVIEW";
|
4887
5040
|
conditional: import(".").JSONSchema;
|
4888
5041
|
})[] | undefined;
|
5042
|
+
secured?: boolean | undefined;
|
4889
5043
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4890
5044
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4891
5045
|
hideLabel?: boolean | undefined;
|
@@ -4912,6 +5066,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4912
5066
|
type: "DISPLAY_ON_REVIEW";
|
4913
5067
|
conditional: import(".").JSONSchema;
|
4914
5068
|
})[] | undefined;
|
5069
|
+
secured?: boolean | undefined;
|
4915
5070
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4916
5071
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4917
5072
|
hideLabel?: boolean | undefined;
|
@@ -4975,6 +5130,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4975
5130
|
type: "DISPLAY_ON_REVIEW";
|
4976
5131
|
conditional: import(".").JSONSchema;
|
4977
5132
|
})[] | undefined;
|
5133
|
+
secured?: boolean | undefined;
|
4978
5134
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4979
5135
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4980
5136
|
hideLabel?: boolean | undefined;
|
@@ -5018,6 +5174,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5018
5174
|
type: "DISPLAY_ON_REVIEW";
|
5019
5175
|
conditional: import(".").JSONSchema;
|
5020
5176
|
})[] | undefined;
|
5177
|
+
secured?: boolean | undefined;
|
5021
5178
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5022
5179
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5023
5180
|
hideLabel?: boolean | undefined;
|
@@ -5043,6 +5200,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5043
5200
|
type: "DISPLAY_ON_REVIEW";
|
5044
5201
|
conditional: import(".").JSONSchema;
|
5045
5202
|
})[] | undefined;
|
5203
|
+
secured?: boolean | undefined;
|
5046
5204
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5047
5205
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5048
5206
|
hideLabel?: boolean | undefined;
|
@@ -5075,6 +5233,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5075
5233
|
type: "DISPLAY_ON_REVIEW";
|
5076
5234
|
conditional: import(".").JSONSchema;
|
5077
5235
|
})[] | undefined;
|
5236
|
+
secured?: boolean | undefined;
|
5078
5237
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5079
5238
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5080
5239
|
hideLabel?: boolean | undefined;
|
@@ -5107,6 +5266,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5107
5266
|
type: "DISPLAY_ON_REVIEW";
|
5108
5267
|
conditional: import(".").JSONSchema;
|
5109
5268
|
})[] | undefined;
|
5269
|
+
secured?: boolean | undefined;
|
5110
5270
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5111
5271
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5112
5272
|
hideLabel?: boolean | undefined;
|
@@ -5145,6 +5305,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5145
5305
|
type: "DISPLAY_ON_REVIEW";
|
5146
5306
|
conditional: import(".").JSONSchema;
|
5147
5307
|
})[] | undefined;
|
5308
|
+
secured?: boolean | undefined;
|
5148
5309
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5149
5310
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5150
5311
|
hideLabel?: boolean | undefined;
|
@@ -5171,6 +5332,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5171
5332
|
type: "DISPLAY_ON_REVIEW";
|
5172
5333
|
conditional: import(".").JSONSchema;
|
5173
5334
|
})[] | undefined;
|
5335
|
+
secured?: boolean | undefined;
|
5174
5336
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5175
5337
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5176
5338
|
hideLabel?: boolean | undefined;
|
@@ -5200,6 +5362,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5200
5362
|
type: "DISPLAY_ON_REVIEW";
|
5201
5363
|
conditional: import(".").JSONSchema;
|
5202
5364
|
})[] | undefined;
|
5365
|
+
secured?: boolean | undefined;
|
5203
5366
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5204
5367
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5205
5368
|
hideLabel?: boolean | undefined;
|
@@ -5229,6 +5392,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5229
5392
|
type: "DISPLAY_ON_REVIEW";
|
5230
5393
|
conditional: import(".").JSONSchema;
|
5231
5394
|
})[] | undefined;
|
5395
|
+
secured?: boolean | undefined;
|
5232
5396
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5233
5397
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5234
5398
|
hideLabel?: boolean | undefined;
|
@@ -5263,6 +5427,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5263
5427
|
type: "DISPLAY_ON_REVIEW";
|
5264
5428
|
conditional: import(".").JSONSchema;
|
5265
5429
|
})[] | undefined;
|
5430
|
+
secured?: boolean | undefined;
|
5266
5431
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5267
5432
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5268
5433
|
hideLabel?: boolean | undefined;
|
@@ -5289,6 +5454,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5289
5454
|
type: "DISPLAY_ON_REVIEW";
|
5290
5455
|
conditional: import(".").JSONSchema;
|
5291
5456
|
})[] | undefined;
|
5457
|
+
secured?: boolean | undefined;
|
5292
5458
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5293
5459
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5294
5460
|
hideLabel?: boolean | undefined;
|
@@ -5323,6 +5489,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5323
5489
|
type: "DISPLAY_ON_REVIEW";
|
5324
5490
|
conditional: import(".").JSONSchema;
|
5325
5491
|
})[] | undefined;
|
5492
|
+
secured?: boolean | undefined;
|
5326
5493
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5327
5494
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5328
5495
|
hideLabel?: boolean | undefined;
|
@@ -5357,6 +5524,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5357
5524
|
type: "DISPLAY_ON_REVIEW";
|
5358
5525
|
conditional: import(".").JSONSchema;
|
5359
5526
|
})[] | undefined;
|
5527
|
+
secured?: boolean | undefined;
|
5360
5528
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5361
5529
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5362
5530
|
hideLabel?: boolean | undefined;
|
@@ -5394,6 +5562,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5394
5562
|
type: "DISPLAY_ON_REVIEW";
|
5395
5563
|
conditional: import(".").JSONSchema;
|
5396
5564
|
})[] | undefined;
|
5565
|
+
secured?: boolean | undefined;
|
5397
5566
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5398
5567
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5399
5568
|
hideLabel?: boolean | undefined;
|
@@ -5424,6 +5593,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5424
5593
|
type: "DISPLAY_ON_REVIEW";
|
5425
5594
|
conditional: import(".").JSONSchema;
|
5426
5595
|
})[] | undefined;
|
5596
|
+
secured?: boolean | undefined;
|
5427
5597
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5428
5598
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5429
5599
|
hideLabel?: boolean | undefined;
|
@@ -5450,6 +5620,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5450
5620
|
type: "DISPLAY_ON_REVIEW";
|
5451
5621
|
conditional: import(".").JSONSchema;
|
5452
5622
|
})[] | undefined;
|
5623
|
+
secured?: boolean | undefined;
|
5453
5624
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5454
5625
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5455
5626
|
hideLabel?: boolean | undefined;
|
@@ -5484,6 +5655,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5484
5655
|
type: "DISPLAY_ON_REVIEW";
|
5485
5656
|
conditional: import(".").JSONSchema;
|
5486
5657
|
})[] | undefined;
|
5658
|
+
secured?: boolean | undefined;
|
5487
5659
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5488
5660
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5489
5661
|
hideLabel?: boolean | undefined;
|
@@ -5510,6 +5682,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5510
5682
|
type: "DISPLAY_ON_REVIEW";
|
5511
5683
|
conditional: import(".").JSONSchema;
|
5512
5684
|
})[] | undefined;
|
5685
|
+
secured?: boolean | undefined;
|
5513
5686
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5514
5687
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5515
5688
|
hideLabel?: boolean | undefined;
|
@@ -5536,6 +5709,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5536
5709
|
type: "DISPLAY_ON_REVIEW";
|
5537
5710
|
conditional: import(".").JSONSchema;
|
5538
5711
|
})[] | undefined;
|
5712
|
+
secured?: boolean | undefined;
|
5539
5713
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5540
5714
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5541
5715
|
hideLabel?: boolean | undefined;
|
@@ -5562,6 +5736,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5562
5736
|
type: "DISPLAY_ON_REVIEW";
|
5563
5737
|
conditional: import(".").JSONSchema;
|
5564
5738
|
})[] | undefined;
|
5739
|
+
secured?: boolean | undefined;
|
5565
5740
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5566
5741
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5567
5742
|
hideLabel?: boolean | undefined;
|
@@ -5594,6 +5769,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5594
5769
|
type: "DISPLAY_ON_REVIEW";
|
5595
5770
|
conditional: import(".").JSONSchema;
|
5596
5771
|
})[] | undefined;
|
5772
|
+
secured?: boolean | undefined;
|
5597
5773
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5598
5774
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5599
5775
|
hideLabel?: boolean | undefined;
|
@@ -5620,6 +5796,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5620
5796
|
type: "DISPLAY_ON_REVIEW";
|
5621
5797
|
conditional: import(".").JSONSchema;
|
5622
5798
|
})[] | undefined;
|
5799
|
+
secured?: boolean | undefined;
|
5623
5800
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5624
5801
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5625
5802
|
hideLabel?: boolean | undefined;
|
@@ -5654,6 +5831,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5654
5831
|
type: "DISPLAY_ON_REVIEW";
|
5655
5832
|
conditional: import(".").JSONSchema;
|
5656
5833
|
})[] | undefined;
|
5834
|
+
secured?: boolean | undefined;
|
5657
5835
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5658
5836
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5659
5837
|
hideLabel?: boolean | undefined;
|
@@ -5685,6 +5863,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5685
5863
|
type: "DISPLAY_ON_REVIEW";
|
5686
5864
|
conditional: import(".").JSONSchema;
|
5687
5865
|
})[] | undefined;
|
5866
|
+
secured?: boolean | undefined;
|
5688
5867
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5689
5868
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5690
5869
|
hideLabel?: boolean | undefined;
|
@@ -5711,6 +5890,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5711
5890
|
type: "DISPLAY_ON_REVIEW";
|
5712
5891
|
conditional: import(".").JSONSchema;
|
5713
5892
|
})[] | undefined;
|
5893
|
+
secured?: boolean | undefined;
|
5714
5894
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5715
5895
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5716
5896
|
hideLabel?: boolean | undefined;
|
@@ -5737,6 +5917,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5737
5917
|
type: "DISPLAY_ON_REVIEW";
|
5738
5918
|
conditional: import(".").JSONSchema;
|
5739
5919
|
})[] | undefined;
|
5920
|
+
secured?: boolean | undefined;
|
5740
5921
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5741
5922
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5742
5923
|
hideLabel?: boolean | undefined;
|
@@ -5800,6 +5981,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5800
5981
|
type: "DISPLAY_ON_REVIEW";
|
5801
5982
|
conditional: import(".").JSONSchema;
|
5802
5983
|
})[] | undefined;
|
5984
|
+
secured?: boolean | undefined;
|
5803
5985
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5804
5986
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5805
5987
|
hideLabel?: boolean | undefined;
|
@@ -5844,6 +6026,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5844
6026
|
type: "DISPLAY_ON_REVIEW";
|
5845
6027
|
conditional: import(".").JSONSchema;
|
5846
6028
|
})[] | undefined;
|
6029
|
+
secured?: boolean | undefined;
|
5847
6030
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5848
6031
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5849
6032
|
hideLabel?: boolean | undefined;
|
@@ -5869,6 +6052,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5869
6052
|
type: "DISPLAY_ON_REVIEW";
|
5870
6053
|
conditional: import(".").JSONSchema;
|
5871
6054
|
})[] | undefined;
|
6055
|
+
secured?: boolean | undefined;
|
5872
6056
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5873
6057
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5874
6058
|
hideLabel?: boolean | undefined;
|
@@ -5901,6 +6085,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5901
6085
|
type: "DISPLAY_ON_REVIEW";
|
5902
6086
|
conditional: import(".").JSONSchema;
|
5903
6087
|
})[] | undefined;
|
6088
|
+
secured?: boolean | undefined;
|
5904
6089
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5905
6090
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5906
6091
|
hideLabel?: boolean | undefined;
|
@@ -5933,6 +6118,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5933
6118
|
type: "DISPLAY_ON_REVIEW";
|
5934
6119
|
conditional: import(".").JSONSchema;
|
5935
6120
|
})[] | undefined;
|
6121
|
+
secured?: boolean | undefined;
|
5936
6122
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5937
6123
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5938
6124
|
hideLabel?: boolean | undefined;
|
@@ -5971,6 +6157,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5971
6157
|
type: "DISPLAY_ON_REVIEW";
|
5972
6158
|
conditional: import(".").JSONSchema;
|
5973
6159
|
})[] | undefined;
|
6160
|
+
secured?: boolean | undefined;
|
5974
6161
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5975
6162
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5976
6163
|
hideLabel?: boolean | undefined;
|
@@ -5997,6 +6184,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5997
6184
|
type: "DISPLAY_ON_REVIEW";
|
5998
6185
|
conditional: import(".").JSONSchema;
|
5999
6186
|
})[] | undefined;
|
6187
|
+
secured?: boolean | undefined;
|
6000
6188
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6001
6189
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6002
6190
|
hideLabel?: boolean | undefined;
|
@@ -6026,6 +6214,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6026
6214
|
type: "DISPLAY_ON_REVIEW";
|
6027
6215
|
conditional: import(".").JSONSchema;
|
6028
6216
|
})[] | undefined;
|
6217
|
+
secured?: boolean | undefined;
|
6029
6218
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6030
6219
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6031
6220
|
hideLabel?: boolean | undefined;
|
@@ -6055,6 +6244,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6055
6244
|
type: "DISPLAY_ON_REVIEW";
|
6056
6245
|
conditional: import(".").JSONSchema;
|
6057
6246
|
})[] | undefined;
|
6247
|
+
secured?: boolean | undefined;
|
6058
6248
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6059
6249
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6060
6250
|
hideLabel?: boolean | undefined;
|
@@ -6089,6 +6279,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6089
6279
|
type: "DISPLAY_ON_REVIEW";
|
6090
6280
|
conditional: import(".").JSONSchema;
|
6091
6281
|
})[] | undefined;
|
6282
|
+
secured?: boolean | undefined;
|
6092
6283
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6093
6284
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6094
6285
|
hideLabel?: boolean | undefined;
|
@@ -6115,6 +6306,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6115
6306
|
type: "DISPLAY_ON_REVIEW";
|
6116
6307
|
conditional: import(".").JSONSchema;
|
6117
6308
|
})[] | undefined;
|
6309
|
+
secured?: boolean | undefined;
|
6118
6310
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6119
6311
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6120
6312
|
hideLabel?: boolean | undefined;
|
@@ -6149,6 +6341,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6149
6341
|
type: "DISPLAY_ON_REVIEW";
|
6150
6342
|
conditional: import(".").JSONSchema;
|
6151
6343
|
})[] | undefined;
|
6344
|
+
secured?: boolean | undefined;
|
6152
6345
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6153
6346
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6154
6347
|
hideLabel?: boolean | undefined;
|
@@ -6183,6 +6376,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6183
6376
|
type: "DISPLAY_ON_REVIEW";
|
6184
6377
|
conditional: import(".").JSONSchema;
|
6185
6378
|
})[] | undefined;
|
6379
|
+
secured?: boolean | undefined;
|
6186
6380
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6187
6381
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6188
6382
|
hideLabel?: boolean | undefined;
|
@@ -6220,6 +6414,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6220
6414
|
type: "DISPLAY_ON_REVIEW";
|
6221
6415
|
conditional: import(".").JSONSchema;
|
6222
6416
|
})[] | undefined;
|
6417
|
+
secured?: boolean | undefined;
|
6223
6418
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6224
6419
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6225
6420
|
hideLabel?: boolean | undefined;
|
@@ -6250,6 +6445,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6250
6445
|
type: "DISPLAY_ON_REVIEW";
|
6251
6446
|
conditional: import(".").JSONSchema;
|
6252
6447
|
})[] | undefined;
|
6448
|
+
secured?: boolean | undefined;
|
6253
6449
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6254
6450
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6255
6451
|
hideLabel?: boolean | undefined;
|
@@ -6276,6 +6472,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6276
6472
|
type: "DISPLAY_ON_REVIEW";
|
6277
6473
|
conditional: import(".").JSONSchema;
|
6278
6474
|
})[] | undefined;
|
6475
|
+
secured?: boolean | undefined;
|
6279
6476
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6280
6477
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6281
6478
|
hideLabel?: boolean | undefined;
|
@@ -6310,6 +6507,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6310
6507
|
type: "DISPLAY_ON_REVIEW";
|
6311
6508
|
conditional: import(".").JSONSchema;
|
6312
6509
|
})[] | undefined;
|
6510
|
+
secured?: boolean | undefined;
|
6313
6511
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6314
6512
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6315
6513
|
hideLabel?: boolean | undefined;
|
@@ -6336,6 +6534,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6336
6534
|
type: "DISPLAY_ON_REVIEW";
|
6337
6535
|
conditional: import(".").JSONSchema;
|
6338
6536
|
})[] | undefined;
|
6537
|
+
secured?: boolean | undefined;
|
6339
6538
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6340
6539
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6341
6540
|
hideLabel?: boolean | undefined;
|
@@ -6362,6 +6561,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6362
6561
|
type: "DISPLAY_ON_REVIEW";
|
6363
6562
|
conditional: import(".").JSONSchema;
|
6364
6563
|
})[] | undefined;
|
6564
|
+
secured?: boolean | undefined;
|
6365
6565
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6366
6566
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6367
6567
|
hideLabel?: boolean | undefined;
|
@@ -6388,6 +6588,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6388
6588
|
type: "DISPLAY_ON_REVIEW";
|
6389
6589
|
conditional: import(".").JSONSchema;
|
6390
6590
|
})[] | undefined;
|
6591
|
+
secured?: boolean | undefined;
|
6391
6592
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6392
6593
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6393
6594
|
hideLabel?: boolean | undefined;
|
@@ -6420,6 +6621,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6420
6621
|
type: "DISPLAY_ON_REVIEW";
|
6421
6622
|
conditional: import(".").JSONSchema;
|
6422
6623
|
})[] | undefined;
|
6624
|
+
secured?: boolean | undefined;
|
6423
6625
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6424
6626
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6425
6627
|
hideLabel?: boolean | undefined;
|
@@ -6446,6 +6648,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6446
6648
|
type: "DISPLAY_ON_REVIEW";
|
6447
6649
|
conditional: import(".").JSONSchema;
|
6448
6650
|
})[] | undefined;
|
6651
|
+
secured?: boolean | undefined;
|
6449
6652
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6450
6653
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6451
6654
|
hideLabel?: boolean | undefined;
|
@@ -6480,6 +6683,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6480
6683
|
type: "DISPLAY_ON_REVIEW";
|
6481
6684
|
conditional: import(".").JSONSchema;
|
6482
6685
|
})[] | undefined;
|
6686
|
+
secured?: boolean | undefined;
|
6483
6687
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6484
6688
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6485
6689
|
hideLabel?: boolean | undefined;
|
@@ -6511,6 +6715,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6511
6715
|
type: "DISPLAY_ON_REVIEW";
|
6512
6716
|
conditional: import(".").JSONSchema;
|
6513
6717
|
})[] | undefined;
|
6718
|
+
secured?: boolean | undefined;
|
6514
6719
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6515
6720
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6516
6721
|
hideLabel?: boolean | undefined;
|
@@ -6537,6 +6742,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6537
6742
|
type: "DISPLAY_ON_REVIEW";
|
6538
6743
|
conditional: import(".").JSONSchema;
|
6539
6744
|
})[] | undefined;
|
6745
|
+
secured?: boolean | undefined;
|
6540
6746
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6541
6747
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6542
6748
|
hideLabel?: boolean | undefined;
|
@@ -6563,6 +6769,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6563
6769
|
type: "DISPLAY_ON_REVIEW";
|
6564
6770
|
conditional: import(".").JSONSchema;
|
6565
6771
|
})[] | undefined;
|
6772
|
+
secured?: boolean | undefined;
|
6566
6773
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6567
6774
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6568
6775
|
hideLabel?: boolean | undefined;
|
@@ -6626,6 +6833,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6626
6833
|
type: "DISPLAY_ON_REVIEW";
|
6627
6834
|
conditional: import(".").JSONSchema;
|
6628
6835
|
})[] | undefined;
|
6836
|
+
secured?: boolean | undefined;
|
6629
6837
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6630
6838
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6631
6839
|
hideLabel?: boolean | undefined;
|
@@ -6669,6 +6877,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6669
6877
|
type: "DISPLAY_ON_REVIEW";
|
6670
6878
|
conditional: import(".").JSONSchema;
|
6671
6879
|
})[] | undefined;
|
6880
|
+
secured?: boolean | undefined;
|
6672
6881
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6673
6882
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6674
6883
|
hideLabel?: boolean | undefined;
|
@@ -6694,6 +6903,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6694
6903
|
type: "DISPLAY_ON_REVIEW";
|
6695
6904
|
conditional: import(".").JSONSchema;
|
6696
6905
|
})[] | undefined;
|
6906
|
+
secured?: boolean | undefined;
|
6697
6907
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6698
6908
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6699
6909
|
hideLabel?: boolean | undefined;
|
@@ -6726,6 +6936,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6726
6936
|
type: "DISPLAY_ON_REVIEW";
|
6727
6937
|
conditional: import(".").JSONSchema;
|
6728
6938
|
})[] | undefined;
|
6939
|
+
secured?: boolean | undefined;
|
6729
6940
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6730
6941
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6731
6942
|
hideLabel?: boolean | undefined;
|
@@ -6758,6 +6969,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6758
6969
|
type: "DISPLAY_ON_REVIEW";
|
6759
6970
|
conditional: import(".").JSONSchema;
|
6760
6971
|
})[] | undefined;
|
6972
|
+
secured?: boolean | undefined;
|
6761
6973
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6762
6974
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6763
6975
|
hideLabel?: boolean | undefined;
|
@@ -6796,6 +7008,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6796
7008
|
type: "DISPLAY_ON_REVIEW";
|
6797
7009
|
conditional: import(".").JSONSchema;
|
6798
7010
|
})[] | undefined;
|
7011
|
+
secured?: boolean | undefined;
|
6799
7012
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6800
7013
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6801
7014
|
hideLabel?: boolean | undefined;
|
@@ -6822,6 +7035,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6822
7035
|
type: "DISPLAY_ON_REVIEW";
|
6823
7036
|
conditional: import(".").JSONSchema;
|
6824
7037
|
})[] | undefined;
|
7038
|
+
secured?: boolean | undefined;
|
6825
7039
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6826
7040
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6827
7041
|
hideLabel?: boolean | undefined;
|
@@ -6851,6 +7065,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6851
7065
|
type: "DISPLAY_ON_REVIEW";
|
6852
7066
|
conditional: import(".").JSONSchema;
|
6853
7067
|
})[] | undefined;
|
7068
|
+
secured?: boolean | undefined;
|
6854
7069
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6855
7070
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6856
7071
|
hideLabel?: boolean | undefined;
|
@@ -6880,6 +7095,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6880
7095
|
type: "DISPLAY_ON_REVIEW";
|
6881
7096
|
conditional: import(".").JSONSchema;
|
6882
7097
|
})[] | undefined;
|
7098
|
+
secured?: boolean | undefined;
|
6883
7099
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6884
7100
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6885
7101
|
hideLabel?: boolean | undefined;
|
@@ -6914,6 +7130,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6914
7130
|
type: "DISPLAY_ON_REVIEW";
|
6915
7131
|
conditional: import(".").JSONSchema;
|
6916
7132
|
})[] | undefined;
|
7133
|
+
secured?: boolean | undefined;
|
6917
7134
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6918
7135
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6919
7136
|
hideLabel?: boolean | undefined;
|
@@ -6940,6 +7157,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6940
7157
|
type: "DISPLAY_ON_REVIEW";
|
6941
7158
|
conditional: import(".").JSONSchema;
|
6942
7159
|
})[] | undefined;
|
7160
|
+
secured?: boolean | undefined;
|
6943
7161
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6944
7162
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6945
7163
|
hideLabel?: boolean | undefined;
|
@@ -6974,6 +7192,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6974
7192
|
type: "DISPLAY_ON_REVIEW";
|
6975
7193
|
conditional: import(".").JSONSchema;
|
6976
7194
|
})[] | undefined;
|
7195
|
+
secured?: boolean | undefined;
|
6977
7196
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6978
7197
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6979
7198
|
hideLabel?: boolean | undefined;
|
@@ -7008,6 +7227,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7008
7227
|
type: "DISPLAY_ON_REVIEW";
|
7009
7228
|
conditional: import(".").JSONSchema;
|
7010
7229
|
})[] | undefined;
|
7230
|
+
secured?: boolean | undefined;
|
7011
7231
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7012
7232
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7013
7233
|
hideLabel?: boolean | undefined;
|
@@ -7045,6 +7265,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7045
7265
|
type: "DISPLAY_ON_REVIEW";
|
7046
7266
|
conditional: import(".").JSONSchema;
|
7047
7267
|
})[] | undefined;
|
7268
|
+
secured?: boolean | undefined;
|
7048
7269
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7049
7270
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7050
7271
|
hideLabel?: boolean | undefined;
|
@@ -7075,6 +7296,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7075
7296
|
type: "DISPLAY_ON_REVIEW";
|
7076
7297
|
conditional: import(".").JSONSchema;
|
7077
7298
|
})[] | undefined;
|
7299
|
+
secured?: boolean | undefined;
|
7078
7300
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7079
7301
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7080
7302
|
hideLabel?: boolean | undefined;
|
@@ -7101,6 +7323,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7101
7323
|
type: "DISPLAY_ON_REVIEW";
|
7102
7324
|
conditional: import(".").JSONSchema;
|
7103
7325
|
})[] | undefined;
|
7326
|
+
secured?: boolean | undefined;
|
7104
7327
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7105
7328
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7106
7329
|
hideLabel?: boolean | undefined;
|
@@ -7135,6 +7358,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7135
7358
|
type: "DISPLAY_ON_REVIEW";
|
7136
7359
|
conditional: import(".").JSONSchema;
|
7137
7360
|
})[] | undefined;
|
7361
|
+
secured?: boolean | undefined;
|
7138
7362
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7139
7363
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7140
7364
|
hideLabel?: boolean | undefined;
|
@@ -7161,6 +7385,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7161
7385
|
type: "DISPLAY_ON_REVIEW";
|
7162
7386
|
conditional: import(".").JSONSchema;
|
7163
7387
|
})[] | undefined;
|
7388
|
+
secured?: boolean | undefined;
|
7164
7389
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7165
7390
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7166
7391
|
hideLabel?: boolean | undefined;
|
@@ -7187,6 +7412,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7187
7412
|
type: "DISPLAY_ON_REVIEW";
|
7188
7413
|
conditional: import(".").JSONSchema;
|
7189
7414
|
})[] | undefined;
|
7415
|
+
secured?: boolean | undefined;
|
7190
7416
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7191
7417
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7192
7418
|
hideLabel?: boolean | undefined;
|
@@ -7213,6 +7439,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7213
7439
|
type: "DISPLAY_ON_REVIEW";
|
7214
7440
|
conditional: import(".").JSONSchema;
|
7215
7441
|
})[] | undefined;
|
7442
|
+
secured?: boolean | undefined;
|
7216
7443
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7217
7444
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7218
7445
|
hideLabel?: boolean | undefined;
|
@@ -7245,6 +7472,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7245
7472
|
type: "DISPLAY_ON_REVIEW";
|
7246
7473
|
conditional: import(".").JSONSchema;
|
7247
7474
|
})[] | undefined;
|
7475
|
+
secured?: boolean | undefined;
|
7248
7476
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7249
7477
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7250
7478
|
hideLabel?: boolean | undefined;
|
@@ -7271,6 +7499,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7271
7499
|
type: "DISPLAY_ON_REVIEW";
|
7272
7500
|
conditional: import(".").JSONSchema;
|
7273
7501
|
})[] | undefined;
|
7502
|
+
secured?: boolean | undefined;
|
7274
7503
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7275
7504
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7276
7505
|
hideLabel?: boolean | undefined;
|
@@ -7305,6 +7534,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7305
7534
|
type: "DISPLAY_ON_REVIEW";
|
7306
7535
|
conditional: import(".").JSONSchema;
|
7307
7536
|
})[] | undefined;
|
7537
|
+
secured?: boolean | undefined;
|
7308
7538
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7309
7539
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7310
7540
|
hideLabel?: boolean | undefined;
|
@@ -7336,6 +7566,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7336
7566
|
type: "DISPLAY_ON_REVIEW";
|
7337
7567
|
conditional: import(".").JSONSchema;
|
7338
7568
|
})[] | undefined;
|
7569
|
+
secured?: boolean | undefined;
|
7339
7570
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7340
7571
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7341
7572
|
hideLabel?: boolean | undefined;
|
@@ -7362,6 +7593,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7362
7593
|
type: "DISPLAY_ON_REVIEW";
|
7363
7594
|
conditional: import(".").JSONSchema;
|
7364
7595
|
})[] | undefined;
|
7596
|
+
secured?: boolean | undefined;
|
7365
7597
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7366
7598
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7367
7599
|
hideLabel?: boolean | undefined;
|
@@ -7388,6 +7620,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7388
7620
|
type: "DISPLAY_ON_REVIEW";
|
7389
7621
|
conditional: import(".").JSONSchema;
|
7390
7622
|
})[] | undefined;
|
7623
|
+
secured?: boolean | undefined;
|
7391
7624
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7392
7625
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7393
7626
|
hideLabel?: boolean | undefined;
|
@@ -7451,6 +7684,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7451
7684
|
type: "DISPLAY_ON_REVIEW";
|
7452
7685
|
conditional: import(".").JSONSchema;
|
7453
7686
|
})[] | undefined;
|
7687
|
+
secured?: boolean | undefined;
|
7454
7688
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7455
7689
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7456
7690
|
hideLabel?: boolean | undefined;
|
@@ -7483,6 +7717,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7483
7717
|
type: "DISPLAY_ON_REVIEW";
|
7484
7718
|
conditional: import(".").JSONSchema;
|
7485
7719
|
})[] | undefined;
|
7720
|
+
secured?: boolean | undefined;
|
7486
7721
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7487
7722
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7488
7723
|
hideLabel?: boolean | undefined;
|
@@ -7508,6 +7743,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7508
7743
|
type: "DISPLAY_ON_REVIEW";
|
7509
7744
|
conditional: import(".").JSONSchema;
|
7510
7745
|
})[] | undefined;
|
7746
|
+
secured?: boolean | undefined;
|
7511
7747
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7512
7748
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7513
7749
|
hideLabel?: boolean | undefined;
|
@@ -7540,6 +7776,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7540
7776
|
type: "DISPLAY_ON_REVIEW";
|
7541
7777
|
conditional: import(".").JSONSchema;
|
7542
7778
|
})[] | undefined;
|
7779
|
+
secured?: boolean | undefined;
|
7543
7780
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7544
7781
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7545
7782
|
hideLabel?: boolean | undefined;
|
@@ -7572,6 +7809,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7572
7809
|
type: "DISPLAY_ON_REVIEW";
|
7573
7810
|
conditional: import(".").JSONSchema;
|
7574
7811
|
})[] | undefined;
|
7812
|
+
secured?: boolean | undefined;
|
7575
7813
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7576
7814
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7577
7815
|
hideLabel?: boolean | undefined;
|
@@ -7610,6 +7848,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7610
7848
|
type: "DISPLAY_ON_REVIEW";
|
7611
7849
|
conditional: import(".").JSONSchema;
|
7612
7850
|
})[] | undefined;
|
7851
|
+
secured?: boolean | undefined;
|
7613
7852
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7614
7853
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7615
7854
|
hideLabel?: boolean | undefined;
|
@@ -7636,6 +7875,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7636
7875
|
type: "DISPLAY_ON_REVIEW";
|
7637
7876
|
conditional: import(".").JSONSchema;
|
7638
7877
|
})[] | undefined;
|
7878
|
+
secured?: boolean | undefined;
|
7639
7879
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7640
7880
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7641
7881
|
hideLabel?: boolean | undefined;
|
@@ -7665,6 +7905,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7665
7905
|
type: "DISPLAY_ON_REVIEW";
|
7666
7906
|
conditional: import(".").JSONSchema;
|
7667
7907
|
})[] | undefined;
|
7908
|
+
secured?: boolean | undefined;
|
7668
7909
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7669
7910
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7670
7911
|
hideLabel?: boolean | undefined;
|
@@ -7694,6 +7935,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7694
7935
|
type: "DISPLAY_ON_REVIEW";
|
7695
7936
|
conditional: import(".").JSONSchema;
|
7696
7937
|
})[] | undefined;
|
7938
|
+
secured?: boolean | undefined;
|
7697
7939
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7698
7940
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7699
7941
|
hideLabel?: boolean | undefined;
|
@@ -7728,6 +7970,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7728
7970
|
type: "DISPLAY_ON_REVIEW";
|
7729
7971
|
conditional: import(".").JSONSchema;
|
7730
7972
|
})[] | undefined;
|
7973
|
+
secured?: boolean | undefined;
|
7731
7974
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7732
7975
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7733
7976
|
hideLabel?: boolean | undefined;
|
@@ -7754,6 +7997,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7754
7997
|
type: "DISPLAY_ON_REVIEW";
|
7755
7998
|
conditional: import(".").JSONSchema;
|
7756
7999
|
})[] | undefined;
|
8000
|
+
secured?: boolean | undefined;
|
7757
8001
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7758
8002
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7759
8003
|
hideLabel?: boolean | undefined;
|
@@ -7788,6 +8032,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7788
8032
|
type: "DISPLAY_ON_REVIEW";
|
7789
8033
|
conditional: import(".").JSONSchema;
|
7790
8034
|
})[] | undefined;
|
8035
|
+
secured?: boolean | undefined;
|
7791
8036
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7792
8037
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7793
8038
|
hideLabel?: boolean | undefined;
|
@@ -7822,6 +8067,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7822
8067
|
type: "DISPLAY_ON_REVIEW";
|
7823
8068
|
conditional: import(".").JSONSchema;
|
7824
8069
|
})[] | undefined;
|
8070
|
+
secured?: boolean | undefined;
|
7825
8071
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7826
8072
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7827
8073
|
hideLabel?: boolean | undefined;
|
@@ -7859,6 +8105,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7859
8105
|
type: "DISPLAY_ON_REVIEW";
|
7860
8106
|
conditional: import(".").JSONSchema;
|
7861
8107
|
})[] | undefined;
|
8108
|
+
secured?: boolean | undefined;
|
7862
8109
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7863
8110
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7864
8111
|
hideLabel?: boolean | undefined;
|
@@ -7889,6 +8136,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7889
8136
|
type: "DISPLAY_ON_REVIEW";
|
7890
8137
|
conditional: import(".").JSONSchema;
|
7891
8138
|
})[] | undefined;
|
8139
|
+
secured?: boolean | undefined;
|
7892
8140
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7893
8141
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7894
8142
|
hideLabel?: boolean | undefined;
|
@@ -7915,6 +8163,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7915
8163
|
type: "DISPLAY_ON_REVIEW";
|
7916
8164
|
conditional: import(".").JSONSchema;
|
7917
8165
|
})[] | undefined;
|
8166
|
+
secured?: boolean | undefined;
|
7918
8167
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7919
8168
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7920
8169
|
hideLabel?: boolean | undefined;
|
@@ -7949,6 +8198,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7949
8198
|
type: "DISPLAY_ON_REVIEW";
|
7950
8199
|
conditional: import(".").JSONSchema;
|
7951
8200
|
})[] | undefined;
|
8201
|
+
secured?: boolean | undefined;
|
7952
8202
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7953
8203
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7954
8204
|
hideLabel?: boolean | undefined;
|
@@ -7975,6 +8225,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
7975
8225
|
type: "DISPLAY_ON_REVIEW";
|
7976
8226
|
conditional: import(".").JSONSchema;
|
7977
8227
|
})[] | undefined;
|
8228
|
+
secured?: boolean | undefined;
|
7978
8229
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7979
8230
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7980
8231
|
hideLabel?: boolean | undefined;
|
@@ -8001,6 +8252,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8001
8252
|
type: "DISPLAY_ON_REVIEW";
|
8002
8253
|
conditional: import(".").JSONSchema;
|
8003
8254
|
})[] | undefined;
|
8255
|
+
secured?: boolean | undefined;
|
8004
8256
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8005
8257
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8006
8258
|
hideLabel?: boolean | undefined;
|
@@ -8027,6 +8279,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8027
8279
|
type: "DISPLAY_ON_REVIEW";
|
8028
8280
|
conditional: import(".").JSONSchema;
|
8029
8281
|
})[] | undefined;
|
8282
|
+
secured?: boolean | undefined;
|
8030
8283
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8031
8284
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8032
8285
|
hideLabel?: boolean | undefined;
|
@@ -8059,6 +8312,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8059
8312
|
type: "DISPLAY_ON_REVIEW";
|
8060
8313
|
conditional: import(".").JSONSchema;
|
8061
8314
|
})[] | undefined;
|
8315
|
+
secured?: boolean | undefined;
|
8062
8316
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8063
8317
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8064
8318
|
hideLabel?: boolean | undefined;
|
@@ -8085,6 +8339,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8085
8339
|
type: "DISPLAY_ON_REVIEW";
|
8086
8340
|
conditional: import(".").JSONSchema;
|
8087
8341
|
})[] | undefined;
|
8342
|
+
secured?: boolean | undefined;
|
8088
8343
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8089
8344
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8090
8345
|
hideLabel?: boolean | undefined;
|
@@ -8119,6 +8374,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8119
8374
|
type: "DISPLAY_ON_REVIEW";
|
8120
8375
|
conditional: import(".").JSONSchema;
|
8121
8376
|
})[] | undefined;
|
8377
|
+
secured?: boolean | undefined;
|
8122
8378
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8123
8379
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8124
8380
|
hideLabel?: boolean | undefined;
|
@@ -8150,6 +8406,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8150
8406
|
type: "DISPLAY_ON_REVIEW";
|
8151
8407
|
conditional: import(".").JSONSchema;
|
8152
8408
|
})[] | undefined;
|
8409
|
+
secured?: boolean | undefined;
|
8153
8410
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8154
8411
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8155
8412
|
hideLabel?: boolean | undefined;
|
@@ -8176,6 +8433,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8176
8433
|
type: "DISPLAY_ON_REVIEW";
|
8177
8434
|
conditional: import(".").JSONSchema;
|
8178
8435
|
})[] | undefined;
|
8436
|
+
secured?: boolean | undefined;
|
8179
8437
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8180
8438
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8181
8439
|
hideLabel?: boolean | undefined;
|
@@ -8202,6 +8460,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8202
8460
|
type: "DISPLAY_ON_REVIEW";
|
8203
8461
|
conditional: import(".").JSONSchema;
|
8204
8462
|
})[] | undefined;
|
8463
|
+
secured?: boolean | undefined;
|
8205
8464
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8206
8465
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8207
8466
|
hideLabel?: boolean | undefined;
|
@@ -8265,6 +8524,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8265
8524
|
type: "DISPLAY_ON_REVIEW";
|
8266
8525
|
conditional: import(".").JSONSchema;
|
8267
8526
|
})[] | undefined;
|
8527
|
+
secured?: boolean | undefined;
|
8268
8528
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8269
8529
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8270
8530
|
hideLabel?: boolean | undefined;
|
@@ -8308,6 +8568,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8308
8568
|
type: "DISPLAY_ON_REVIEW";
|
8309
8569
|
conditional: import(".").JSONSchema;
|
8310
8570
|
})[] | undefined;
|
8571
|
+
secured?: boolean | undefined;
|
8311
8572
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8312
8573
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8313
8574
|
hideLabel?: boolean | undefined;
|
@@ -8333,6 +8594,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8333
8594
|
type: "DISPLAY_ON_REVIEW";
|
8334
8595
|
conditional: import(".").JSONSchema;
|
8335
8596
|
})[] | undefined;
|
8597
|
+
secured?: boolean | undefined;
|
8336
8598
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8337
8599
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8338
8600
|
hideLabel?: boolean | undefined;
|
@@ -8365,6 +8627,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8365
8627
|
type: "DISPLAY_ON_REVIEW";
|
8366
8628
|
conditional: import(".").JSONSchema;
|
8367
8629
|
})[] | undefined;
|
8630
|
+
secured?: boolean | undefined;
|
8368
8631
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8369
8632
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8370
8633
|
hideLabel?: boolean | undefined;
|
@@ -8397,6 +8660,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8397
8660
|
type: "DISPLAY_ON_REVIEW";
|
8398
8661
|
conditional: import(".").JSONSchema;
|
8399
8662
|
})[] | undefined;
|
8663
|
+
secured?: boolean | undefined;
|
8400
8664
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8401
8665
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8402
8666
|
hideLabel?: boolean | undefined;
|
@@ -8435,6 +8699,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8435
8699
|
type: "DISPLAY_ON_REVIEW";
|
8436
8700
|
conditional: import(".").JSONSchema;
|
8437
8701
|
})[] | undefined;
|
8702
|
+
secured?: boolean | undefined;
|
8438
8703
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8439
8704
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8440
8705
|
hideLabel?: boolean | undefined;
|
@@ -8461,6 +8726,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8461
8726
|
type: "DISPLAY_ON_REVIEW";
|
8462
8727
|
conditional: import(".").JSONSchema;
|
8463
8728
|
})[] | undefined;
|
8729
|
+
secured?: boolean | undefined;
|
8464
8730
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8465
8731
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8466
8732
|
hideLabel?: boolean | undefined;
|
@@ -8490,6 +8756,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8490
8756
|
type: "DISPLAY_ON_REVIEW";
|
8491
8757
|
conditional: import(".").JSONSchema;
|
8492
8758
|
})[] | undefined;
|
8759
|
+
secured?: boolean | undefined;
|
8493
8760
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8494
8761
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8495
8762
|
hideLabel?: boolean | undefined;
|
@@ -8519,6 +8786,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8519
8786
|
type: "DISPLAY_ON_REVIEW";
|
8520
8787
|
conditional: import(".").JSONSchema;
|
8521
8788
|
})[] | undefined;
|
8789
|
+
secured?: boolean | undefined;
|
8522
8790
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8523
8791
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8524
8792
|
hideLabel?: boolean | undefined;
|
@@ -8553,6 +8821,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8553
8821
|
type: "DISPLAY_ON_REVIEW";
|
8554
8822
|
conditional: import(".").JSONSchema;
|
8555
8823
|
})[] | undefined;
|
8824
|
+
secured?: boolean | undefined;
|
8556
8825
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8557
8826
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8558
8827
|
hideLabel?: boolean | undefined;
|
@@ -8579,6 +8848,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8579
8848
|
type: "DISPLAY_ON_REVIEW";
|
8580
8849
|
conditional: import(".").JSONSchema;
|
8581
8850
|
})[] | undefined;
|
8851
|
+
secured?: boolean | undefined;
|
8582
8852
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8583
8853
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8584
8854
|
hideLabel?: boolean | undefined;
|
@@ -8613,6 +8883,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8613
8883
|
type: "DISPLAY_ON_REVIEW";
|
8614
8884
|
conditional: import(".").JSONSchema;
|
8615
8885
|
})[] | undefined;
|
8886
|
+
secured?: boolean | undefined;
|
8616
8887
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8617
8888
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8618
8889
|
hideLabel?: boolean | undefined;
|
@@ -8647,6 +8918,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8647
8918
|
type: "DISPLAY_ON_REVIEW";
|
8648
8919
|
conditional: import(".").JSONSchema;
|
8649
8920
|
})[] | undefined;
|
8921
|
+
secured?: boolean | undefined;
|
8650
8922
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8651
8923
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8652
8924
|
hideLabel?: boolean | undefined;
|
@@ -8684,6 +8956,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8684
8956
|
type: "DISPLAY_ON_REVIEW";
|
8685
8957
|
conditional: import(".").JSONSchema;
|
8686
8958
|
})[] | undefined;
|
8959
|
+
secured?: boolean | undefined;
|
8687
8960
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8688
8961
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8689
8962
|
hideLabel?: boolean | undefined;
|
@@ -8714,6 +8987,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8714
8987
|
type: "DISPLAY_ON_REVIEW";
|
8715
8988
|
conditional: import(".").JSONSchema;
|
8716
8989
|
})[] | undefined;
|
8990
|
+
secured?: boolean | undefined;
|
8717
8991
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8718
8992
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8719
8993
|
hideLabel?: boolean | undefined;
|
@@ -8740,6 +9014,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8740
9014
|
type: "DISPLAY_ON_REVIEW";
|
8741
9015
|
conditional: import(".").JSONSchema;
|
8742
9016
|
})[] | undefined;
|
9017
|
+
secured?: boolean | undefined;
|
8743
9018
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8744
9019
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8745
9020
|
hideLabel?: boolean | undefined;
|
@@ -8774,6 +9049,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8774
9049
|
type: "DISPLAY_ON_REVIEW";
|
8775
9050
|
conditional: import(".").JSONSchema;
|
8776
9051
|
})[] | undefined;
|
9052
|
+
secured?: boolean | undefined;
|
8777
9053
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8778
9054
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8779
9055
|
hideLabel?: boolean | undefined;
|
@@ -8800,6 +9076,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8800
9076
|
type: "DISPLAY_ON_REVIEW";
|
8801
9077
|
conditional: import(".").JSONSchema;
|
8802
9078
|
})[] | undefined;
|
9079
|
+
secured?: boolean | undefined;
|
8803
9080
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8804
9081
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8805
9082
|
hideLabel?: boolean | undefined;
|
@@ -8826,6 +9103,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8826
9103
|
type: "DISPLAY_ON_REVIEW";
|
8827
9104
|
conditional: import(".").JSONSchema;
|
8828
9105
|
})[] | undefined;
|
9106
|
+
secured?: boolean | undefined;
|
8829
9107
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8830
9108
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8831
9109
|
hideLabel?: boolean | undefined;
|
@@ -8852,6 +9130,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8852
9130
|
type: "DISPLAY_ON_REVIEW";
|
8853
9131
|
conditional: import(".").JSONSchema;
|
8854
9132
|
})[] | undefined;
|
9133
|
+
secured?: boolean | undefined;
|
8855
9134
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8856
9135
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8857
9136
|
hideLabel?: boolean | undefined;
|
@@ -8884,6 +9163,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8884
9163
|
type: "DISPLAY_ON_REVIEW";
|
8885
9164
|
conditional: import(".").JSONSchema;
|
8886
9165
|
})[] | undefined;
|
9166
|
+
secured?: boolean | undefined;
|
8887
9167
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8888
9168
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8889
9169
|
hideLabel?: boolean | undefined;
|
@@ -8910,6 +9190,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8910
9190
|
type: "DISPLAY_ON_REVIEW";
|
8911
9191
|
conditional: import(".").JSONSchema;
|
8912
9192
|
})[] | undefined;
|
9193
|
+
secured?: boolean | undefined;
|
8913
9194
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8914
9195
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8915
9196
|
hideLabel?: boolean | undefined;
|
@@ -8944,6 +9225,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8944
9225
|
type: "DISPLAY_ON_REVIEW";
|
8945
9226
|
conditional: import(".").JSONSchema;
|
8946
9227
|
})[] | undefined;
|
9228
|
+
secured?: boolean | undefined;
|
8947
9229
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8948
9230
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8949
9231
|
hideLabel?: boolean | undefined;
|
@@ -8975,6 +9257,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
8975
9257
|
type: "DISPLAY_ON_REVIEW";
|
8976
9258
|
conditional: import(".").JSONSchema;
|
8977
9259
|
})[] | undefined;
|
9260
|
+
secured?: boolean | undefined;
|
8978
9261
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8979
9262
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8980
9263
|
hideLabel?: boolean | undefined;
|
@@ -9001,6 +9284,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9001
9284
|
type: "DISPLAY_ON_REVIEW";
|
9002
9285
|
conditional: import(".").JSONSchema;
|
9003
9286
|
})[] | undefined;
|
9287
|
+
secured?: boolean | undefined;
|
9004
9288
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9005
9289
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9006
9290
|
hideLabel?: boolean | undefined;
|
@@ -9027,6 +9311,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9027
9311
|
type: "DISPLAY_ON_REVIEW";
|
9028
9312
|
conditional: import(".").JSONSchema;
|
9029
9313
|
})[] | undefined;
|
9314
|
+
secured?: boolean | undefined;
|
9030
9315
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9031
9316
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9032
9317
|
hideLabel?: boolean | undefined;
|
@@ -9090,6 +9375,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9090
9375
|
type: "DISPLAY_ON_REVIEW";
|
9091
9376
|
conditional: import(".").JSONSchema;
|
9092
9377
|
})[] | undefined;
|
9378
|
+
secured?: boolean | undefined;
|
9093
9379
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9094
9380
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9095
9381
|
hideLabel?: boolean | undefined;
|
@@ -9169,6 +9455,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9169
9455
|
conditional: import(".").JSONSchema;
|
9170
9456
|
})[] | undefined;
|
9171
9457
|
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9458
|
+
validations?: {
|
9459
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9460
|
+
validator: import(".").JSONSchema;
|
9461
|
+
}[] | undefined;
|
9172
9462
|
} | {
|
9173
9463
|
config: {
|
9174
9464
|
type: "exact" | "fuzzy" | "range";
|
@@ -9190,6 +9480,10 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
9190
9480
|
conditional: import(".").JSONSchema;
|
9191
9481
|
})[] | undefined;
|
9192
9482
|
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
9483
|
+
validations?: {
|
9484
|
+
message: import("./TranslationConfig").TranslationConfig;
|
9485
|
+
validator: import(".").JSONSchema;
|
9486
|
+
}[] | undefined;
|
9193
9487
|
})[];
|
9194
9488
|
}[];
|
9195
9489
|
dateOfEvent?: {
|