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