@opencrvs/toolkit 1.8.0-rc.fe4d9d5 → 1.8.0-rc.fe7c504
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commons/api/router.d.ts +1335 -10468
- package/dist/commons/events/ActionConfig.d.ts +2600 -0
- package/dist/commons/events/ActionDocument.d.ts +1081 -1087
- package/dist/commons/events/ActionInput.d.ts +726 -726
- package/dist/commons/events/ActionType.d.ts +0 -2
- package/dist/commons/events/AdvancedSearchConfig.d.ts +222 -18
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/CountryConfigQueryInput.d.ts +1234 -572
- package/dist/commons/events/CreatedAtLocation.d.ts +1 -2
- package/dist/commons/events/Draft.d.ts +77 -77
- package/dist/commons/events/EventConfig.d.ts +1458 -0
- package/dist/commons/events/EventDocument.d.ts +706 -711
- package/dist/commons/events/EventIndex.d.ts +135 -151
- package/dist/commons/events/EventMetadata.d.ts +38 -29
- package/dist/commons/events/FieldConfig.d.ts +178 -0
- package/dist/commons/events/FieldTypeMapping.d.ts +16 -16
- package/dist/commons/events/FieldValue.d.ts +12 -12
- package/dist/commons/events/FormConfig.d.ts +1092 -0
- package/dist/commons/events/PageConfig.d.ts +260 -0
- package/dist/commons/events/User.d.ts +6 -3
- package/dist/commons/events/WorkqueueConfig.d.ts +2043 -1033
- package/dist/commons/events/defineConfig.d.ts +294 -0
- package/dist/commons/events/field.d.ts +5 -0
- package/dist/commons/events/test.utils.d.ts +30 -19
- package/dist/commons/events/transactions.d.ts +1 -1
- package/dist/commons/events/utils.d.ts +440 -15
- package/dist/conditionals/index.js +22 -18
- package/dist/events/index.js +303 -185
- package/dist/scopes/index.d.ts +92 -6
- package/dist/scopes/index.js +38 -9
- package/package.json +3 -3
@@ -5,6 +5,7 @@ import { Action, ActionUpdate, EventState } from './ActionDocument';
|
|
5
5
|
import { PageConfig, VerificationPageConfig } from './PageConfig';
|
6
6
|
import { Draft } from './Draft';
|
7
7
|
import { EventDocument } from './EventDocument';
|
8
|
+
import { UUID } from '../uuid';
|
8
9
|
import { ActionConfig } from './ActionConfig';
|
9
10
|
import { FormConfig } from './FormConfig';
|
10
11
|
export declare function getDeclarationFields(configuration: EventConfig): FieldConfig[];
|
@@ -34,6 +35,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
34
35
|
type: "DISPLAY_ON_REVIEW";
|
35
36
|
conditional: import(".").JSONSchema;
|
36
37
|
})[] | undefined;
|
38
|
+
secured?: boolean | undefined;
|
37
39
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
38
40
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
39
41
|
hideLabel?: boolean | undefined;
|
@@ -59,6 +61,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
59
61
|
type: "DISPLAY_ON_REVIEW";
|
60
62
|
conditional: import(".").JSONSchema;
|
61
63
|
})[] | undefined;
|
64
|
+
secured?: boolean | undefined;
|
62
65
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
63
66
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
64
67
|
hideLabel?: boolean | undefined;
|
@@ -91,6 +94,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
91
94
|
type: "DISPLAY_ON_REVIEW";
|
92
95
|
conditional: import(".").JSONSchema;
|
93
96
|
})[] | undefined;
|
97
|
+
secured?: boolean | undefined;
|
94
98
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
95
99
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
96
100
|
hideLabel?: boolean | undefined;
|
@@ -123,6 +127,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
123
127
|
type: "DISPLAY_ON_REVIEW";
|
124
128
|
conditional: import(".").JSONSchema;
|
125
129
|
})[] | undefined;
|
130
|
+
secured?: boolean | undefined;
|
126
131
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
127
132
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
128
133
|
hideLabel?: boolean | undefined;
|
@@ -161,6 +166,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
161
166
|
type: "DISPLAY_ON_REVIEW";
|
162
167
|
conditional: import(".").JSONSchema;
|
163
168
|
})[] | undefined;
|
169
|
+
secured?: boolean | undefined;
|
164
170
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
165
171
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
166
172
|
hideLabel?: boolean | undefined;
|
@@ -187,6 +193,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
187
193
|
type: "DISPLAY_ON_REVIEW";
|
188
194
|
conditional: import(".").JSONSchema;
|
189
195
|
})[] | undefined;
|
196
|
+
secured?: boolean | undefined;
|
190
197
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
191
198
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
192
199
|
hideLabel?: boolean | undefined;
|
@@ -216,6 +223,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
216
223
|
type: "DISPLAY_ON_REVIEW";
|
217
224
|
conditional: import(".").JSONSchema;
|
218
225
|
})[] | undefined;
|
226
|
+
secured?: boolean | undefined;
|
219
227
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
220
228
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
221
229
|
hideLabel?: boolean | undefined;
|
@@ -245,6 +253,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
245
253
|
type: "DISPLAY_ON_REVIEW";
|
246
254
|
conditional: import(".").JSONSchema;
|
247
255
|
})[] | undefined;
|
256
|
+
secured?: boolean | undefined;
|
248
257
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
249
258
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
250
259
|
hideLabel?: boolean | undefined;
|
@@ -279,6 +288,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
279
288
|
type: "DISPLAY_ON_REVIEW";
|
280
289
|
conditional: import(".").JSONSchema;
|
281
290
|
})[] | undefined;
|
291
|
+
secured?: boolean | undefined;
|
282
292
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
283
293
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
284
294
|
hideLabel?: boolean | undefined;
|
@@ -305,6 +315,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
305
315
|
type: "DISPLAY_ON_REVIEW";
|
306
316
|
conditional: import(".").JSONSchema;
|
307
317
|
})[] | undefined;
|
318
|
+
secured?: boolean | undefined;
|
308
319
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
309
320
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
310
321
|
hideLabel?: boolean | undefined;
|
@@ -339,6 +350,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
339
350
|
type: "DISPLAY_ON_REVIEW";
|
340
351
|
conditional: import(".").JSONSchema;
|
341
352
|
})[] | undefined;
|
353
|
+
secured?: boolean | undefined;
|
342
354
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
343
355
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
344
356
|
hideLabel?: boolean | undefined;
|
@@ -373,6 +385,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
373
385
|
type: "DISPLAY_ON_REVIEW";
|
374
386
|
conditional: import(".").JSONSchema;
|
375
387
|
})[] | undefined;
|
388
|
+
secured?: boolean | undefined;
|
376
389
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
377
390
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
378
391
|
hideLabel?: boolean | undefined;
|
@@ -410,6 +423,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
410
423
|
type: "DISPLAY_ON_REVIEW";
|
411
424
|
conditional: import(".").JSONSchema;
|
412
425
|
})[] | undefined;
|
426
|
+
secured?: boolean | undefined;
|
413
427
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
414
428
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
415
429
|
hideLabel?: boolean | undefined;
|
@@ -440,6 +454,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
440
454
|
type: "DISPLAY_ON_REVIEW";
|
441
455
|
conditional: import(".").JSONSchema;
|
442
456
|
})[] | undefined;
|
457
|
+
secured?: boolean | undefined;
|
443
458
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
444
459
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
445
460
|
hideLabel?: boolean | undefined;
|
@@ -466,6 +481,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
466
481
|
type: "DISPLAY_ON_REVIEW";
|
467
482
|
conditional: import(".").JSONSchema;
|
468
483
|
})[] | undefined;
|
484
|
+
secured?: boolean | undefined;
|
469
485
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
470
486
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
471
487
|
hideLabel?: boolean | undefined;
|
@@ -500,6 +516,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
500
516
|
type: "DISPLAY_ON_REVIEW";
|
501
517
|
conditional: import(".").JSONSchema;
|
502
518
|
})[] | undefined;
|
519
|
+
secured?: boolean | undefined;
|
503
520
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
504
521
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
505
522
|
hideLabel?: boolean | undefined;
|
@@ -526,6 +543,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
526
543
|
type: "DISPLAY_ON_REVIEW";
|
527
544
|
conditional: import(".").JSONSchema;
|
528
545
|
})[] | undefined;
|
546
|
+
secured?: boolean | undefined;
|
529
547
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
530
548
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
531
549
|
hideLabel?: boolean | undefined;
|
@@ -552,6 +570,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
552
570
|
type: "DISPLAY_ON_REVIEW";
|
553
571
|
conditional: import(".").JSONSchema;
|
554
572
|
})[] | undefined;
|
573
|
+
secured?: boolean | undefined;
|
555
574
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
556
575
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
557
576
|
hideLabel?: boolean | undefined;
|
@@ -578,6 +597,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
578
597
|
type: "DISPLAY_ON_REVIEW";
|
579
598
|
conditional: import(".").JSONSchema;
|
580
599
|
})[] | undefined;
|
600
|
+
secured?: boolean | undefined;
|
581
601
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
582
602
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
583
603
|
hideLabel?: boolean | undefined;
|
@@ -610,6 +630,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
610
630
|
type: "DISPLAY_ON_REVIEW";
|
611
631
|
conditional: import(".").JSONSchema;
|
612
632
|
})[] | undefined;
|
633
|
+
secured?: boolean | undefined;
|
613
634
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
614
635
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
615
636
|
hideLabel?: boolean | undefined;
|
@@ -636,6 +657,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
636
657
|
type: "DISPLAY_ON_REVIEW";
|
637
658
|
conditional: import(".").JSONSchema;
|
638
659
|
})[] | undefined;
|
660
|
+
secured?: boolean | undefined;
|
639
661
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
640
662
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
641
663
|
hideLabel?: boolean | undefined;
|
@@ -670,6 +692,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
670
692
|
type: "DISPLAY_ON_REVIEW";
|
671
693
|
conditional: import(".").JSONSchema;
|
672
694
|
})[] | undefined;
|
695
|
+
secured?: boolean | undefined;
|
673
696
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
674
697
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
675
698
|
hideLabel?: boolean | undefined;
|
@@ -701,6 +724,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
701
724
|
type: "DISPLAY_ON_REVIEW";
|
702
725
|
conditional: import(".").JSONSchema;
|
703
726
|
})[] | undefined;
|
727
|
+
secured?: boolean | undefined;
|
704
728
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
705
729
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
706
730
|
hideLabel?: boolean | undefined;
|
@@ -727,6 +751,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
727
751
|
type: "DISPLAY_ON_REVIEW";
|
728
752
|
conditional: import(".").JSONSchema;
|
729
753
|
})[] | undefined;
|
754
|
+
secured?: boolean | undefined;
|
730
755
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
731
756
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
732
757
|
hideLabel?: boolean | undefined;
|
@@ -753,6 +778,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
753
778
|
type: "DISPLAY_ON_REVIEW";
|
754
779
|
conditional: import(".").JSONSchema;
|
755
780
|
})[] | undefined;
|
781
|
+
secured?: boolean | undefined;
|
756
782
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
757
783
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
758
784
|
hideLabel?: boolean | undefined;
|
@@ -816,6 +842,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
|
|
816
842
|
type: "DISPLAY_ON_REVIEW";
|
817
843
|
conditional: import(".").JSONSchema;
|
818
844
|
})[] | undefined;
|
845
|
+
secured?: boolean | undefined;
|
819
846
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
820
847
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
821
848
|
hideLabel?: boolean | undefined;
|
@@ -850,6 +877,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
850
877
|
type: "DISPLAY_ON_REVIEW";
|
851
878
|
conditional: import(".").JSONSchema;
|
852
879
|
})[] | undefined;
|
880
|
+
secured?: boolean | undefined;
|
853
881
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
854
882
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
855
883
|
hideLabel?: boolean | undefined;
|
@@ -875,6 +903,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
875
903
|
type: "DISPLAY_ON_REVIEW";
|
876
904
|
conditional: import(".").JSONSchema;
|
877
905
|
})[] | undefined;
|
906
|
+
secured?: boolean | undefined;
|
878
907
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
879
908
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
880
909
|
hideLabel?: boolean | undefined;
|
@@ -907,6 +936,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
907
936
|
type: "DISPLAY_ON_REVIEW";
|
908
937
|
conditional: import(".").JSONSchema;
|
909
938
|
})[] | undefined;
|
939
|
+
secured?: boolean | undefined;
|
910
940
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
911
941
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
912
942
|
hideLabel?: boolean | undefined;
|
@@ -939,6 +969,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
939
969
|
type: "DISPLAY_ON_REVIEW";
|
940
970
|
conditional: import(".").JSONSchema;
|
941
971
|
})[] | undefined;
|
972
|
+
secured?: boolean | undefined;
|
942
973
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
943
974
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
944
975
|
hideLabel?: boolean | undefined;
|
@@ -977,6 +1008,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
977
1008
|
type: "DISPLAY_ON_REVIEW";
|
978
1009
|
conditional: import(".").JSONSchema;
|
979
1010
|
})[] | undefined;
|
1011
|
+
secured?: boolean | undefined;
|
980
1012
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
981
1013
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
982
1014
|
hideLabel?: boolean | undefined;
|
@@ -1003,6 +1035,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1003
1035
|
type: "DISPLAY_ON_REVIEW";
|
1004
1036
|
conditional: import(".").JSONSchema;
|
1005
1037
|
})[] | undefined;
|
1038
|
+
secured?: boolean | undefined;
|
1006
1039
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1007
1040
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1008
1041
|
hideLabel?: boolean | undefined;
|
@@ -1032,6 +1065,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1032
1065
|
type: "DISPLAY_ON_REVIEW";
|
1033
1066
|
conditional: import(".").JSONSchema;
|
1034
1067
|
})[] | undefined;
|
1068
|
+
secured?: boolean | undefined;
|
1035
1069
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1036
1070
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1037
1071
|
hideLabel?: boolean | undefined;
|
@@ -1061,6 +1095,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1061
1095
|
type: "DISPLAY_ON_REVIEW";
|
1062
1096
|
conditional: import(".").JSONSchema;
|
1063
1097
|
})[] | undefined;
|
1098
|
+
secured?: boolean | undefined;
|
1064
1099
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1065
1100
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1066
1101
|
hideLabel?: boolean | undefined;
|
@@ -1095,6 +1130,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1095
1130
|
type: "DISPLAY_ON_REVIEW";
|
1096
1131
|
conditional: import(".").JSONSchema;
|
1097
1132
|
})[] | undefined;
|
1133
|
+
secured?: boolean | undefined;
|
1098
1134
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1099
1135
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1100
1136
|
hideLabel?: boolean | undefined;
|
@@ -1121,6 +1157,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1121
1157
|
type: "DISPLAY_ON_REVIEW";
|
1122
1158
|
conditional: import(".").JSONSchema;
|
1123
1159
|
})[] | undefined;
|
1160
|
+
secured?: boolean | undefined;
|
1124
1161
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1125
1162
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1126
1163
|
hideLabel?: boolean | undefined;
|
@@ -1155,6 +1192,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1155
1192
|
type: "DISPLAY_ON_REVIEW";
|
1156
1193
|
conditional: import(".").JSONSchema;
|
1157
1194
|
})[] | undefined;
|
1195
|
+
secured?: boolean | undefined;
|
1158
1196
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1159
1197
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1160
1198
|
hideLabel?: boolean | undefined;
|
@@ -1189,6 +1227,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1189
1227
|
type: "DISPLAY_ON_REVIEW";
|
1190
1228
|
conditional: import(".").JSONSchema;
|
1191
1229
|
})[] | undefined;
|
1230
|
+
secured?: boolean | undefined;
|
1192
1231
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1193
1232
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1194
1233
|
hideLabel?: boolean | undefined;
|
@@ -1226,6 +1265,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1226
1265
|
type: "DISPLAY_ON_REVIEW";
|
1227
1266
|
conditional: import(".").JSONSchema;
|
1228
1267
|
})[] | undefined;
|
1268
|
+
secured?: boolean | undefined;
|
1229
1269
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1230
1270
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1231
1271
|
hideLabel?: boolean | undefined;
|
@@ -1256,6 +1296,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1256
1296
|
type: "DISPLAY_ON_REVIEW";
|
1257
1297
|
conditional: import(".").JSONSchema;
|
1258
1298
|
})[] | undefined;
|
1299
|
+
secured?: boolean | undefined;
|
1259
1300
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1260
1301
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1261
1302
|
hideLabel?: boolean | undefined;
|
@@ -1282,6 +1323,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1282
1323
|
type: "DISPLAY_ON_REVIEW";
|
1283
1324
|
conditional: import(".").JSONSchema;
|
1284
1325
|
})[] | undefined;
|
1326
|
+
secured?: boolean | undefined;
|
1285
1327
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1286
1328
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1287
1329
|
hideLabel?: boolean | undefined;
|
@@ -1316,6 +1358,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1316
1358
|
type: "DISPLAY_ON_REVIEW";
|
1317
1359
|
conditional: import(".").JSONSchema;
|
1318
1360
|
})[] | undefined;
|
1361
|
+
secured?: boolean | undefined;
|
1319
1362
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1320
1363
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1321
1364
|
hideLabel?: boolean | undefined;
|
@@ -1342,6 +1385,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1342
1385
|
type: "DISPLAY_ON_REVIEW";
|
1343
1386
|
conditional: import(".").JSONSchema;
|
1344
1387
|
})[] | undefined;
|
1388
|
+
secured?: boolean | undefined;
|
1345
1389
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1346
1390
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1347
1391
|
hideLabel?: boolean | undefined;
|
@@ -1368,6 +1412,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1368
1412
|
type: "DISPLAY_ON_REVIEW";
|
1369
1413
|
conditional: import(".").JSONSchema;
|
1370
1414
|
})[] | undefined;
|
1415
|
+
secured?: boolean | undefined;
|
1371
1416
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1372
1417
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1373
1418
|
hideLabel?: boolean | undefined;
|
@@ -1394,6 +1439,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1394
1439
|
type: "DISPLAY_ON_REVIEW";
|
1395
1440
|
conditional: import(".").JSONSchema;
|
1396
1441
|
})[] | undefined;
|
1442
|
+
secured?: boolean | undefined;
|
1397
1443
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1398
1444
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1399
1445
|
hideLabel?: boolean | undefined;
|
@@ -1426,6 +1472,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1426
1472
|
type: "DISPLAY_ON_REVIEW";
|
1427
1473
|
conditional: import(".").JSONSchema;
|
1428
1474
|
})[] | undefined;
|
1475
|
+
secured?: boolean | undefined;
|
1429
1476
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1430
1477
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1431
1478
|
hideLabel?: boolean | undefined;
|
@@ -1452,6 +1499,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1452
1499
|
type: "DISPLAY_ON_REVIEW";
|
1453
1500
|
conditional: import(".").JSONSchema;
|
1454
1501
|
})[] | undefined;
|
1502
|
+
secured?: boolean | undefined;
|
1455
1503
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1456
1504
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1457
1505
|
hideLabel?: boolean | undefined;
|
@@ -1486,6 +1534,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1486
1534
|
type: "DISPLAY_ON_REVIEW";
|
1487
1535
|
conditional: import(".").JSONSchema;
|
1488
1536
|
})[] | undefined;
|
1537
|
+
secured?: boolean | undefined;
|
1489
1538
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1490
1539
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1491
1540
|
hideLabel?: boolean | undefined;
|
@@ -1517,6 +1566,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1517
1566
|
type: "DISPLAY_ON_REVIEW";
|
1518
1567
|
conditional: import(".").JSONSchema;
|
1519
1568
|
})[] | undefined;
|
1569
|
+
secured?: boolean | undefined;
|
1520
1570
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1521
1571
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1522
1572
|
hideLabel?: boolean | undefined;
|
@@ -1543,6 +1593,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1543
1593
|
type: "DISPLAY_ON_REVIEW";
|
1544
1594
|
conditional: import(".").JSONSchema;
|
1545
1595
|
})[] | undefined;
|
1596
|
+
secured?: boolean | undefined;
|
1546
1597
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1547
1598
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1548
1599
|
hideLabel?: boolean | undefined;
|
@@ -1569,6 +1620,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1569
1620
|
type: "DISPLAY_ON_REVIEW";
|
1570
1621
|
conditional: import(".").JSONSchema;
|
1571
1622
|
})[] | undefined;
|
1623
|
+
secured?: boolean | undefined;
|
1572
1624
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1573
1625
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1574
1626
|
hideLabel?: boolean | undefined;
|
@@ -1632,6 +1684,7 @@ export declare function getDeclaration(configuration: EventConfig): {
|
|
1632
1684
|
type: "DISPLAY_ON_REVIEW";
|
1633
1685
|
conditional: import(".").JSONSchema;
|
1634
1686
|
})[] | undefined;
|
1687
|
+
secured?: boolean | undefined;
|
1635
1688
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1636
1689
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1637
1690
|
hideLabel?: boolean | undefined;
|
@@ -1661,6 +1714,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1661
1714
|
type: "DISPLAY_ON_REVIEW";
|
1662
1715
|
conditional: import(".").JSONSchema;
|
1663
1716
|
})[] | undefined;
|
1717
|
+
secured?: boolean | undefined;
|
1664
1718
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1665
1719
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1666
1720
|
hideLabel?: boolean | undefined;
|
@@ -1686,6 +1740,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1686
1740
|
type: "DISPLAY_ON_REVIEW";
|
1687
1741
|
conditional: import(".").JSONSchema;
|
1688
1742
|
})[] | undefined;
|
1743
|
+
secured?: boolean | undefined;
|
1689
1744
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1690
1745
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1691
1746
|
hideLabel?: boolean | undefined;
|
@@ -1718,6 +1773,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1718
1773
|
type: "DISPLAY_ON_REVIEW";
|
1719
1774
|
conditional: import(".").JSONSchema;
|
1720
1775
|
})[] | undefined;
|
1776
|
+
secured?: boolean | undefined;
|
1721
1777
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1722
1778
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1723
1779
|
hideLabel?: boolean | undefined;
|
@@ -1750,6 +1806,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1750
1806
|
type: "DISPLAY_ON_REVIEW";
|
1751
1807
|
conditional: import(".").JSONSchema;
|
1752
1808
|
})[] | undefined;
|
1809
|
+
secured?: boolean | undefined;
|
1753
1810
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1754
1811
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1755
1812
|
hideLabel?: boolean | undefined;
|
@@ -1788,6 +1845,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1788
1845
|
type: "DISPLAY_ON_REVIEW";
|
1789
1846
|
conditional: import(".").JSONSchema;
|
1790
1847
|
})[] | undefined;
|
1848
|
+
secured?: boolean | undefined;
|
1791
1849
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1792
1850
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1793
1851
|
hideLabel?: boolean | undefined;
|
@@ -1814,6 +1872,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1814
1872
|
type: "DISPLAY_ON_REVIEW";
|
1815
1873
|
conditional: import(".").JSONSchema;
|
1816
1874
|
})[] | undefined;
|
1875
|
+
secured?: boolean | undefined;
|
1817
1876
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1818
1877
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1819
1878
|
hideLabel?: boolean | undefined;
|
@@ -1843,6 +1902,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1843
1902
|
type: "DISPLAY_ON_REVIEW";
|
1844
1903
|
conditional: import(".").JSONSchema;
|
1845
1904
|
})[] | undefined;
|
1905
|
+
secured?: boolean | undefined;
|
1846
1906
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1847
1907
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1848
1908
|
hideLabel?: boolean | undefined;
|
@@ -1872,6 +1932,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1872
1932
|
type: "DISPLAY_ON_REVIEW";
|
1873
1933
|
conditional: import(".").JSONSchema;
|
1874
1934
|
})[] | undefined;
|
1935
|
+
secured?: boolean | undefined;
|
1875
1936
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1876
1937
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1877
1938
|
hideLabel?: boolean | undefined;
|
@@ -1906,6 +1967,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1906
1967
|
type: "DISPLAY_ON_REVIEW";
|
1907
1968
|
conditional: import(".").JSONSchema;
|
1908
1969
|
})[] | undefined;
|
1970
|
+
secured?: boolean | undefined;
|
1909
1971
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1910
1972
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1911
1973
|
hideLabel?: boolean | undefined;
|
@@ -1932,6 +1994,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1932
1994
|
type: "DISPLAY_ON_REVIEW";
|
1933
1995
|
conditional: import(".").JSONSchema;
|
1934
1996
|
})[] | undefined;
|
1997
|
+
secured?: boolean | undefined;
|
1935
1998
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1936
1999
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1937
2000
|
hideLabel?: boolean | undefined;
|
@@ -1966,6 +2029,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
1966
2029
|
type: "DISPLAY_ON_REVIEW";
|
1967
2030
|
conditional: import(".").JSONSchema;
|
1968
2031
|
})[] | undefined;
|
2032
|
+
secured?: boolean | undefined;
|
1969
2033
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1970
2034
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1971
2035
|
hideLabel?: boolean | undefined;
|
@@ -2000,6 +2064,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2000
2064
|
type: "DISPLAY_ON_REVIEW";
|
2001
2065
|
conditional: import(".").JSONSchema;
|
2002
2066
|
})[] | undefined;
|
2067
|
+
secured?: boolean | undefined;
|
2003
2068
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2004
2069
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2005
2070
|
hideLabel?: boolean | undefined;
|
@@ -2037,6 +2102,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2037
2102
|
type: "DISPLAY_ON_REVIEW";
|
2038
2103
|
conditional: import(".").JSONSchema;
|
2039
2104
|
})[] | undefined;
|
2105
|
+
secured?: boolean | undefined;
|
2040
2106
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2041
2107
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2042
2108
|
hideLabel?: boolean | undefined;
|
@@ -2067,6 +2133,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2067
2133
|
type: "DISPLAY_ON_REVIEW";
|
2068
2134
|
conditional: import(".").JSONSchema;
|
2069
2135
|
})[] | undefined;
|
2136
|
+
secured?: boolean | undefined;
|
2070
2137
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2071
2138
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2072
2139
|
hideLabel?: boolean | undefined;
|
@@ -2093,6 +2160,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2093
2160
|
type: "DISPLAY_ON_REVIEW";
|
2094
2161
|
conditional: import(".").JSONSchema;
|
2095
2162
|
})[] | undefined;
|
2163
|
+
secured?: boolean | undefined;
|
2096
2164
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2097
2165
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2098
2166
|
hideLabel?: boolean | undefined;
|
@@ -2127,6 +2195,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2127
2195
|
type: "DISPLAY_ON_REVIEW";
|
2128
2196
|
conditional: import(".").JSONSchema;
|
2129
2197
|
})[] | undefined;
|
2198
|
+
secured?: boolean | undefined;
|
2130
2199
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2131
2200
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2132
2201
|
hideLabel?: boolean | undefined;
|
@@ -2153,6 +2222,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2153
2222
|
type: "DISPLAY_ON_REVIEW";
|
2154
2223
|
conditional: import(".").JSONSchema;
|
2155
2224
|
})[] | undefined;
|
2225
|
+
secured?: boolean | undefined;
|
2156
2226
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2157
2227
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2158
2228
|
hideLabel?: boolean | undefined;
|
@@ -2179,6 +2249,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2179
2249
|
type: "DISPLAY_ON_REVIEW";
|
2180
2250
|
conditional: import(".").JSONSchema;
|
2181
2251
|
})[] | undefined;
|
2252
|
+
secured?: boolean | undefined;
|
2182
2253
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2183
2254
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2184
2255
|
hideLabel?: boolean | undefined;
|
@@ -2205,6 +2276,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2205
2276
|
type: "DISPLAY_ON_REVIEW";
|
2206
2277
|
conditional: import(".").JSONSchema;
|
2207
2278
|
})[] | undefined;
|
2279
|
+
secured?: boolean | undefined;
|
2208
2280
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2209
2281
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2210
2282
|
hideLabel?: boolean | undefined;
|
@@ -2237,6 +2309,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2237
2309
|
type: "DISPLAY_ON_REVIEW";
|
2238
2310
|
conditional: import(".").JSONSchema;
|
2239
2311
|
})[] | undefined;
|
2312
|
+
secured?: boolean | undefined;
|
2240
2313
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2241
2314
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2242
2315
|
hideLabel?: boolean | undefined;
|
@@ -2263,6 +2336,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2263
2336
|
type: "DISPLAY_ON_REVIEW";
|
2264
2337
|
conditional: import(".").JSONSchema;
|
2265
2338
|
})[] | undefined;
|
2339
|
+
secured?: boolean | undefined;
|
2266
2340
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2267
2341
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2268
2342
|
hideLabel?: boolean | undefined;
|
@@ -2297,6 +2371,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2297
2371
|
type: "DISPLAY_ON_REVIEW";
|
2298
2372
|
conditional: import(".").JSONSchema;
|
2299
2373
|
})[] | undefined;
|
2374
|
+
secured?: boolean | undefined;
|
2300
2375
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2301
2376
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2302
2377
|
hideLabel?: boolean | undefined;
|
@@ -2328,6 +2403,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2328
2403
|
type: "DISPLAY_ON_REVIEW";
|
2329
2404
|
conditional: import(".").JSONSchema;
|
2330
2405
|
})[] | undefined;
|
2406
|
+
secured?: boolean | undefined;
|
2331
2407
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2332
2408
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2333
2409
|
hideLabel?: boolean | undefined;
|
@@ -2354,6 +2430,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2354
2430
|
type: "DISPLAY_ON_REVIEW";
|
2355
2431
|
conditional: import(".").JSONSchema;
|
2356
2432
|
})[] | undefined;
|
2433
|
+
secured?: boolean | undefined;
|
2357
2434
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2358
2435
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2359
2436
|
hideLabel?: boolean | undefined;
|
@@ -2380,6 +2457,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2380
2457
|
type: "DISPLAY_ON_REVIEW";
|
2381
2458
|
conditional: import(".").JSONSchema;
|
2382
2459
|
})[] | undefined;
|
2460
|
+
secured?: boolean | undefined;
|
2383
2461
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2384
2462
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2385
2463
|
hideLabel?: boolean | undefined;
|
@@ -2443,6 +2521,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
|
|
2443
2521
|
type: "DISPLAY_ON_REVIEW";
|
2444
2522
|
conditional: import(".").JSONSchema;
|
2445
2523
|
})[] | undefined;
|
2524
|
+
secured?: boolean | undefined;
|
2446
2525
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2447
2526
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2448
2527
|
hideLabel?: boolean | undefined;
|
@@ -2477,6 +2556,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2477
2556
|
type: "DISPLAY_ON_REVIEW";
|
2478
2557
|
conditional: import(".").JSONSchema;
|
2479
2558
|
})[] | undefined;
|
2559
|
+
secured?: boolean | undefined;
|
2480
2560
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2481
2561
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2482
2562
|
hideLabel?: boolean | undefined;
|
@@ -2502,6 +2582,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2502
2582
|
type: "DISPLAY_ON_REVIEW";
|
2503
2583
|
conditional: import(".").JSONSchema;
|
2504
2584
|
})[] | undefined;
|
2585
|
+
secured?: boolean | undefined;
|
2505
2586
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2506
2587
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2507
2588
|
hideLabel?: boolean | undefined;
|
@@ -2534,6 +2615,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2534
2615
|
type: "DISPLAY_ON_REVIEW";
|
2535
2616
|
conditional: import(".").JSONSchema;
|
2536
2617
|
})[] | undefined;
|
2618
|
+
secured?: boolean | undefined;
|
2537
2619
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2538
2620
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2539
2621
|
hideLabel?: boolean | undefined;
|
@@ -2566,6 +2648,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2566
2648
|
type: "DISPLAY_ON_REVIEW";
|
2567
2649
|
conditional: import(".").JSONSchema;
|
2568
2650
|
})[] | undefined;
|
2651
|
+
secured?: boolean | undefined;
|
2569
2652
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2570
2653
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2571
2654
|
hideLabel?: boolean | undefined;
|
@@ -2604,6 +2687,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2604
2687
|
type: "DISPLAY_ON_REVIEW";
|
2605
2688
|
conditional: import(".").JSONSchema;
|
2606
2689
|
})[] | undefined;
|
2690
|
+
secured?: boolean | undefined;
|
2607
2691
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2608
2692
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2609
2693
|
hideLabel?: boolean | undefined;
|
@@ -2630,6 +2714,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2630
2714
|
type: "DISPLAY_ON_REVIEW";
|
2631
2715
|
conditional: import(".").JSONSchema;
|
2632
2716
|
})[] | undefined;
|
2717
|
+
secured?: boolean | undefined;
|
2633
2718
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2634
2719
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2635
2720
|
hideLabel?: boolean | undefined;
|
@@ -2659,6 +2744,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2659
2744
|
type: "DISPLAY_ON_REVIEW";
|
2660
2745
|
conditional: import(".").JSONSchema;
|
2661
2746
|
})[] | undefined;
|
2747
|
+
secured?: boolean | undefined;
|
2662
2748
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2663
2749
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2664
2750
|
hideLabel?: boolean | undefined;
|
@@ -2688,6 +2774,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2688
2774
|
type: "DISPLAY_ON_REVIEW";
|
2689
2775
|
conditional: import(".").JSONSchema;
|
2690
2776
|
})[] | undefined;
|
2777
|
+
secured?: boolean | undefined;
|
2691
2778
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2692
2779
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2693
2780
|
hideLabel?: boolean | undefined;
|
@@ -2722,6 +2809,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2722
2809
|
type: "DISPLAY_ON_REVIEW";
|
2723
2810
|
conditional: import(".").JSONSchema;
|
2724
2811
|
})[] | undefined;
|
2812
|
+
secured?: boolean | undefined;
|
2725
2813
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2726
2814
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2727
2815
|
hideLabel?: boolean | undefined;
|
@@ -2748,6 +2836,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2748
2836
|
type: "DISPLAY_ON_REVIEW";
|
2749
2837
|
conditional: import(".").JSONSchema;
|
2750
2838
|
})[] | undefined;
|
2839
|
+
secured?: boolean | undefined;
|
2751
2840
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2752
2841
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2753
2842
|
hideLabel?: boolean | undefined;
|
@@ -2782,6 +2871,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2782
2871
|
type: "DISPLAY_ON_REVIEW";
|
2783
2872
|
conditional: import(".").JSONSchema;
|
2784
2873
|
})[] | undefined;
|
2874
|
+
secured?: boolean | undefined;
|
2785
2875
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2786
2876
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2787
2877
|
hideLabel?: boolean | undefined;
|
@@ -2816,6 +2906,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2816
2906
|
type: "DISPLAY_ON_REVIEW";
|
2817
2907
|
conditional: import(".").JSONSchema;
|
2818
2908
|
})[] | undefined;
|
2909
|
+
secured?: boolean | undefined;
|
2819
2910
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2820
2911
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2821
2912
|
hideLabel?: boolean | undefined;
|
@@ -2853,6 +2944,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2853
2944
|
type: "DISPLAY_ON_REVIEW";
|
2854
2945
|
conditional: import(".").JSONSchema;
|
2855
2946
|
})[] | undefined;
|
2947
|
+
secured?: boolean | undefined;
|
2856
2948
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2857
2949
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2858
2950
|
hideLabel?: boolean | undefined;
|
@@ -2883,6 +2975,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2883
2975
|
type: "DISPLAY_ON_REVIEW";
|
2884
2976
|
conditional: import(".").JSONSchema;
|
2885
2977
|
})[] | undefined;
|
2978
|
+
secured?: boolean | undefined;
|
2886
2979
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2887
2980
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2888
2981
|
hideLabel?: boolean | undefined;
|
@@ -2909,6 +3002,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2909
3002
|
type: "DISPLAY_ON_REVIEW";
|
2910
3003
|
conditional: import(".").JSONSchema;
|
2911
3004
|
})[] | undefined;
|
3005
|
+
secured?: boolean | undefined;
|
2912
3006
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2913
3007
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2914
3008
|
hideLabel?: boolean | undefined;
|
@@ -2943,6 +3037,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2943
3037
|
type: "DISPLAY_ON_REVIEW";
|
2944
3038
|
conditional: import(".").JSONSchema;
|
2945
3039
|
})[] | undefined;
|
3040
|
+
secured?: boolean | undefined;
|
2946
3041
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2947
3042
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2948
3043
|
hideLabel?: boolean | undefined;
|
@@ -2969,6 +3064,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2969
3064
|
type: "DISPLAY_ON_REVIEW";
|
2970
3065
|
conditional: import(".").JSONSchema;
|
2971
3066
|
})[] | undefined;
|
3067
|
+
secured?: boolean | undefined;
|
2972
3068
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2973
3069
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2974
3070
|
hideLabel?: boolean | undefined;
|
@@ -2995,6 +3091,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
2995
3091
|
type: "DISPLAY_ON_REVIEW";
|
2996
3092
|
conditional: import(".").JSONSchema;
|
2997
3093
|
})[] | undefined;
|
3094
|
+
secured?: boolean | undefined;
|
2998
3095
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2999
3096
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3000
3097
|
hideLabel?: boolean | undefined;
|
@@ -3021,6 +3118,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3021
3118
|
type: "DISPLAY_ON_REVIEW";
|
3022
3119
|
conditional: import(".").JSONSchema;
|
3023
3120
|
})[] | undefined;
|
3121
|
+
secured?: boolean | undefined;
|
3024
3122
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3025
3123
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3026
3124
|
hideLabel?: boolean | undefined;
|
@@ -3053,6 +3151,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3053
3151
|
type: "DISPLAY_ON_REVIEW";
|
3054
3152
|
conditional: import(".").JSONSchema;
|
3055
3153
|
})[] | undefined;
|
3154
|
+
secured?: boolean | undefined;
|
3056
3155
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3057
3156
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3058
3157
|
hideLabel?: boolean | undefined;
|
@@ -3079,6 +3178,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3079
3178
|
type: "DISPLAY_ON_REVIEW";
|
3080
3179
|
conditional: import(".").JSONSchema;
|
3081
3180
|
})[] | undefined;
|
3181
|
+
secured?: boolean | undefined;
|
3082
3182
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3083
3183
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3084
3184
|
hideLabel?: boolean | undefined;
|
@@ -3113,6 +3213,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3113
3213
|
type: "DISPLAY_ON_REVIEW";
|
3114
3214
|
conditional: import(".").JSONSchema;
|
3115
3215
|
})[] | undefined;
|
3216
|
+
secured?: boolean | undefined;
|
3116
3217
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3117
3218
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3118
3219
|
hideLabel?: boolean | undefined;
|
@@ -3144,6 +3245,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3144
3245
|
type: "DISPLAY_ON_REVIEW";
|
3145
3246
|
conditional: import(".").JSONSchema;
|
3146
3247
|
})[] | undefined;
|
3248
|
+
secured?: boolean | undefined;
|
3147
3249
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3148
3250
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3149
3251
|
hideLabel?: boolean | undefined;
|
@@ -3170,6 +3272,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3170
3272
|
type: "DISPLAY_ON_REVIEW";
|
3171
3273
|
conditional: import(".").JSONSchema;
|
3172
3274
|
})[] | undefined;
|
3275
|
+
secured?: boolean | undefined;
|
3173
3276
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3174
3277
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3175
3278
|
hideLabel?: boolean | undefined;
|
@@ -3196,6 +3299,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3196
3299
|
type: "DISPLAY_ON_REVIEW";
|
3197
3300
|
conditional: import(".").JSONSchema;
|
3198
3301
|
})[] | undefined;
|
3302
|
+
secured?: boolean | undefined;
|
3199
3303
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3200
3304
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3201
3305
|
hideLabel?: boolean | undefined;
|
@@ -3259,6 +3363,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
|
|
3259
3363
|
type: "DISPLAY_ON_REVIEW";
|
3260
3364
|
conditional: import(".").JSONSchema;
|
3261
3365
|
})[] | undefined;
|
3366
|
+
secured?: boolean | undefined;
|
3262
3367
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3263
3368
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3264
3369
|
hideLabel?: boolean | undefined;
|
@@ -3286,6 +3391,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3286
3391
|
type: "DISPLAY_ON_REVIEW";
|
3287
3392
|
conditional: import(".").JSONSchema;
|
3288
3393
|
})[] | undefined;
|
3394
|
+
secured?: boolean | undefined;
|
3289
3395
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3290
3396
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3291
3397
|
hideLabel?: boolean | undefined;
|
@@ -3311,6 +3417,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3311
3417
|
type: "DISPLAY_ON_REVIEW";
|
3312
3418
|
conditional: import(".").JSONSchema;
|
3313
3419
|
})[] | undefined;
|
3420
|
+
secured?: boolean | undefined;
|
3314
3421
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3315
3422
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3316
3423
|
hideLabel?: boolean | undefined;
|
@@ -3343,6 +3450,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3343
3450
|
type: "DISPLAY_ON_REVIEW";
|
3344
3451
|
conditional: import(".").JSONSchema;
|
3345
3452
|
})[] | undefined;
|
3453
|
+
secured?: boolean | undefined;
|
3346
3454
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3347
3455
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3348
3456
|
hideLabel?: boolean | undefined;
|
@@ -3375,6 +3483,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3375
3483
|
type: "DISPLAY_ON_REVIEW";
|
3376
3484
|
conditional: import(".").JSONSchema;
|
3377
3485
|
})[] | undefined;
|
3486
|
+
secured?: boolean | undefined;
|
3378
3487
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3379
3488
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3380
3489
|
hideLabel?: boolean | undefined;
|
@@ -3413,6 +3522,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3413
3522
|
type: "DISPLAY_ON_REVIEW";
|
3414
3523
|
conditional: import(".").JSONSchema;
|
3415
3524
|
})[] | undefined;
|
3525
|
+
secured?: boolean | undefined;
|
3416
3526
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3417
3527
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3418
3528
|
hideLabel?: boolean | undefined;
|
@@ -3439,6 +3549,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3439
3549
|
type: "DISPLAY_ON_REVIEW";
|
3440
3550
|
conditional: import(".").JSONSchema;
|
3441
3551
|
})[] | undefined;
|
3552
|
+
secured?: boolean | undefined;
|
3442
3553
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3443
3554
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3444
3555
|
hideLabel?: boolean | undefined;
|
@@ -3468,6 +3579,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3468
3579
|
type: "DISPLAY_ON_REVIEW";
|
3469
3580
|
conditional: import(".").JSONSchema;
|
3470
3581
|
})[] | undefined;
|
3582
|
+
secured?: boolean | undefined;
|
3471
3583
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3472
3584
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3473
3585
|
hideLabel?: boolean | undefined;
|
@@ -3497,6 +3609,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3497
3609
|
type: "DISPLAY_ON_REVIEW";
|
3498
3610
|
conditional: import(".").JSONSchema;
|
3499
3611
|
})[] | undefined;
|
3612
|
+
secured?: boolean | undefined;
|
3500
3613
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3501
3614
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3502
3615
|
hideLabel?: boolean | undefined;
|
@@ -3531,6 +3644,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3531
3644
|
type: "DISPLAY_ON_REVIEW";
|
3532
3645
|
conditional: import(".").JSONSchema;
|
3533
3646
|
})[] | undefined;
|
3647
|
+
secured?: boolean | undefined;
|
3534
3648
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3535
3649
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3536
3650
|
hideLabel?: boolean | undefined;
|
@@ -3557,6 +3671,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3557
3671
|
type: "DISPLAY_ON_REVIEW";
|
3558
3672
|
conditional: import(".").JSONSchema;
|
3559
3673
|
})[] | undefined;
|
3674
|
+
secured?: boolean | undefined;
|
3560
3675
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3561
3676
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3562
3677
|
hideLabel?: boolean | undefined;
|
@@ -3591,6 +3706,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3591
3706
|
type: "DISPLAY_ON_REVIEW";
|
3592
3707
|
conditional: import(".").JSONSchema;
|
3593
3708
|
})[] | undefined;
|
3709
|
+
secured?: boolean | undefined;
|
3594
3710
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3595
3711
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3596
3712
|
hideLabel?: boolean | undefined;
|
@@ -3625,6 +3741,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3625
3741
|
type: "DISPLAY_ON_REVIEW";
|
3626
3742
|
conditional: import(".").JSONSchema;
|
3627
3743
|
})[] | undefined;
|
3744
|
+
secured?: boolean | undefined;
|
3628
3745
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3629
3746
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3630
3747
|
hideLabel?: boolean | undefined;
|
@@ -3662,6 +3779,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3662
3779
|
type: "DISPLAY_ON_REVIEW";
|
3663
3780
|
conditional: import(".").JSONSchema;
|
3664
3781
|
})[] | undefined;
|
3782
|
+
secured?: boolean | undefined;
|
3665
3783
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3666
3784
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3667
3785
|
hideLabel?: boolean | undefined;
|
@@ -3692,6 +3810,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3692
3810
|
type: "DISPLAY_ON_REVIEW";
|
3693
3811
|
conditional: import(".").JSONSchema;
|
3694
3812
|
})[] | undefined;
|
3813
|
+
secured?: boolean | undefined;
|
3695
3814
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3696
3815
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3697
3816
|
hideLabel?: boolean | undefined;
|
@@ -3718,6 +3837,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3718
3837
|
type: "DISPLAY_ON_REVIEW";
|
3719
3838
|
conditional: import(".").JSONSchema;
|
3720
3839
|
})[] | undefined;
|
3840
|
+
secured?: boolean | undefined;
|
3721
3841
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3722
3842
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3723
3843
|
hideLabel?: boolean | undefined;
|
@@ -3752,6 +3872,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3752
3872
|
type: "DISPLAY_ON_REVIEW";
|
3753
3873
|
conditional: import(".").JSONSchema;
|
3754
3874
|
})[] | undefined;
|
3875
|
+
secured?: boolean | undefined;
|
3755
3876
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3756
3877
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3757
3878
|
hideLabel?: boolean | undefined;
|
@@ -3778,6 +3899,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3778
3899
|
type: "DISPLAY_ON_REVIEW";
|
3779
3900
|
conditional: import(".").JSONSchema;
|
3780
3901
|
})[] | undefined;
|
3902
|
+
secured?: boolean | undefined;
|
3781
3903
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3782
3904
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3783
3905
|
hideLabel?: boolean | undefined;
|
@@ -3804,6 +3926,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3804
3926
|
type: "DISPLAY_ON_REVIEW";
|
3805
3927
|
conditional: import(".").JSONSchema;
|
3806
3928
|
})[] | undefined;
|
3929
|
+
secured?: boolean | undefined;
|
3807
3930
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3808
3931
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3809
3932
|
hideLabel?: boolean | undefined;
|
@@ -3830,6 +3953,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3830
3953
|
type: "DISPLAY_ON_REVIEW";
|
3831
3954
|
conditional: import(".").JSONSchema;
|
3832
3955
|
})[] | undefined;
|
3956
|
+
secured?: boolean | undefined;
|
3833
3957
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3834
3958
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3835
3959
|
hideLabel?: boolean | undefined;
|
@@ -3862,6 +3986,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3862
3986
|
type: "DISPLAY_ON_REVIEW";
|
3863
3987
|
conditional: import(".").JSONSchema;
|
3864
3988
|
})[] | undefined;
|
3989
|
+
secured?: boolean | undefined;
|
3865
3990
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3866
3991
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3867
3992
|
hideLabel?: boolean | undefined;
|
@@ -3888,6 +4013,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3888
4013
|
type: "DISPLAY_ON_REVIEW";
|
3889
4014
|
conditional: import(".").JSONSchema;
|
3890
4015
|
})[] | undefined;
|
4016
|
+
secured?: boolean | undefined;
|
3891
4017
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3892
4018
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3893
4019
|
hideLabel?: boolean | undefined;
|
@@ -3922,6 +4048,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3922
4048
|
type: "DISPLAY_ON_REVIEW";
|
3923
4049
|
conditional: import(".").JSONSchema;
|
3924
4050
|
})[] | undefined;
|
4051
|
+
secured?: boolean | undefined;
|
3925
4052
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3926
4053
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3927
4054
|
hideLabel?: boolean | undefined;
|
@@ -3953,6 +4080,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3953
4080
|
type: "DISPLAY_ON_REVIEW";
|
3954
4081
|
conditional: import(".").JSONSchema;
|
3955
4082
|
})[] | undefined;
|
4083
|
+
secured?: boolean | undefined;
|
3956
4084
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3957
4085
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3958
4086
|
hideLabel?: boolean | undefined;
|
@@ -3979,6 +4107,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
3979
4107
|
type: "DISPLAY_ON_REVIEW";
|
3980
4108
|
conditional: import(".").JSONSchema;
|
3981
4109
|
})[] | undefined;
|
4110
|
+
secured?: boolean | undefined;
|
3982
4111
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3983
4112
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3984
4113
|
hideLabel?: boolean | undefined;
|
@@ -4005,6 +4134,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
4005
4134
|
type: "DISPLAY_ON_REVIEW";
|
4006
4135
|
conditional: import(".").JSONSchema;
|
4007
4136
|
})[] | undefined;
|
4137
|
+
secured?: boolean | undefined;
|
4008
4138
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4009
4139
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4010
4140
|
hideLabel?: boolean | undefined;
|
@@ -4068,6 +4198,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
|
|
4068
4198
|
type: "DISPLAY_ON_REVIEW";
|
4069
4199
|
conditional: import(".").JSONSchema;
|
4070
4200
|
})[] | undefined;
|
4201
|
+
secured?: boolean | undefined;
|
4071
4202
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4072
4203
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4073
4204
|
hideLabel?: boolean | undefined;
|
@@ -4101,8 +4232,8 @@ export declare function omitHiddenPaginatedFields(formConfig: FormConfig, declar
|
|
4101
4232
|
surname: string;
|
4102
4233
|
middlename?: string | undefined;
|
4103
4234
|
} | {
|
4104
|
-
firstname
|
4105
|
-
surname
|
4235
|
+
firstname?: string | null | undefined;
|
4236
|
+
surname?: string | null | undefined;
|
4106
4237
|
middlename?: string | null | undefined;
|
4107
4238
|
} | {
|
4108
4239
|
country: string;
|
@@ -4121,12 +4252,12 @@ export declare function omitHiddenPaginatedFields(formConfig: FormConfig, declar
|
|
4121
4252
|
originalFilename: string;
|
4122
4253
|
}[] | [string, string] | null | undefined>>;
|
4123
4254
|
export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]): {
|
4124
|
-
id: string
|
4255
|
+
id: string & import("zod").BRAND<"UUID">;
|
4125
4256
|
transactionId: string;
|
4126
4257
|
createdAt: string;
|
4127
|
-
eventId: string
|
4258
|
+
eventId: string & import("zod").BRAND<"UUID">;
|
4128
4259
|
action: {
|
4129
|
-
type: "
|
4260
|
+
type: "DELETE" | "CREATE" | "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "DETECT_DUPLICATE" | "REJECT" | "MARKED_AS_DUPLICATE" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION" | "READ" | "ASSIGN" | "UNASSIGN";
|
4130
4261
|
status: "Rejected" | "Requested" | "Accepted";
|
4131
4262
|
transactionId: string;
|
4132
4263
|
createdByUserType: "system" | "user";
|
@@ -4149,8 +4280,8 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
|
|
4149
4280
|
street?: string | null | undefined;
|
4150
4281
|
zipCode?: string | null | undefined;
|
4151
4282
|
} | {
|
4152
|
-
firstname
|
4153
|
-
surname
|
4283
|
+
firstname?: string | null | undefined;
|
4284
|
+
surname?: string | null | undefined;
|
4154
4285
|
middlename?: string | null | undefined;
|
4155
4286
|
} | {
|
4156
4287
|
country: string;
|
@@ -4176,7 +4307,7 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
|
|
4176
4307
|
originalFilename: string;
|
4177
4308
|
}[] | [string, string] | null | undefined>;
|
4178
4309
|
createdBySignature?: string | null | undefined;
|
4179
|
-
createdAtLocation?: string | null | undefined;
|
4310
|
+
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4180
4311
|
annotation?: Record<string, string | number | boolean | {
|
4181
4312
|
type: string;
|
4182
4313
|
filename: string;
|
@@ -4193,8 +4324,8 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
|
|
4193
4324
|
street?: string | null | undefined;
|
4194
4325
|
zipCode?: string | null | undefined;
|
4195
4326
|
} | {
|
4196
|
-
firstname
|
4197
|
-
surname
|
4327
|
+
firstname?: string | null | undefined;
|
4328
|
+
surname?: string | null | undefined;
|
4198
4329
|
middlename?: string | null | undefined;
|
4199
4330
|
} | {
|
4200
4331
|
country: string;
|
@@ -4218,11 +4349,11 @@ export declare function findActiveDrafts(event: EventDocument, drafts: Draft[]):
|
|
4218
4349
|
option: string;
|
4219
4350
|
filename: string;
|
4220
4351
|
originalFilename: string;
|
4221
|
-
}[] | [string, string] | null | undefined> | undefined;
|
4222
|
-
originalActionId?: string | undefined;
|
4352
|
+
}[] | [string, string] | null | undefined> | null | undefined;
|
4353
|
+
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4223
4354
|
};
|
4224
4355
|
}[];
|
4225
|
-
export declare function createEmptyDraft(eventId:
|
4356
|
+
export declare function createEmptyDraft(eventId: UUID, draftId: UUID, actionType: ActionType): Draft;
|
4226
4357
|
export declare function isVerificationPage(page: PageConfig): page is VerificationPageConfig;
|
4227
4358
|
export declare function getVisibleVerificationPageIds(pages: PageConfig[], annotation: ActionUpdate): string[];
|
4228
4359
|
export declare function getActionVerificationPageIds(actionConfig: ActionConfig, annotation: ActionUpdate): string[];
|
@@ -4265,8 +4396,8 @@ export declare function omitHiddenAnnotationFields(actionConfig: ActionConfig, d
|
|
4265
4396
|
surname: string;
|
4266
4397
|
middlename?: string | undefined;
|
4267
4398
|
} | {
|
4268
|
-
firstname
|
4269
|
-
surname
|
4399
|
+
firstname?: string | null | undefined;
|
4400
|
+
surname?: string | null | undefined;
|
4270
4401
|
middlename?: string | null | undefined;
|
4271
4402
|
} | {
|
4272
4403
|
country: string;
|
@@ -4355,6 +4486,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4355
4486
|
type: "DISPLAY_ON_REVIEW";
|
4356
4487
|
conditional: import(".").JSONSchema;
|
4357
4488
|
})[] | undefined;
|
4489
|
+
secured?: boolean | undefined;
|
4358
4490
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4359
4491
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4360
4492
|
hideLabel?: boolean | undefined;
|
@@ -4380,6 +4512,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4380
4512
|
type: "DISPLAY_ON_REVIEW";
|
4381
4513
|
conditional: import(".").JSONSchema;
|
4382
4514
|
})[] | undefined;
|
4515
|
+
secured?: boolean | undefined;
|
4383
4516
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4384
4517
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4385
4518
|
hideLabel?: boolean | undefined;
|
@@ -4412,6 +4545,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4412
4545
|
type: "DISPLAY_ON_REVIEW";
|
4413
4546
|
conditional: import(".").JSONSchema;
|
4414
4547
|
})[] | undefined;
|
4548
|
+
secured?: boolean | undefined;
|
4415
4549
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4416
4550
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4417
4551
|
hideLabel?: boolean | undefined;
|
@@ -4444,6 +4578,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4444
4578
|
type: "DISPLAY_ON_REVIEW";
|
4445
4579
|
conditional: import(".").JSONSchema;
|
4446
4580
|
})[] | undefined;
|
4581
|
+
secured?: boolean | undefined;
|
4447
4582
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4448
4583
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4449
4584
|
hideLabel?: boolean | undefined;
|
@@ -4482,6 +4617,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4482
4617
|
type: "DISPLAY_ON_REVIEW";
|
4483
4618
|
conditional: import(".").JSONSchema;
|
4484
4619
|
})[] | undefined;
|
4620
|
+
secured?: boolean | undefined;
|
4485
4621
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4486
4622
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4487
4623
|
hideLabel?: boolean | undefined;
|
@@ -4508,6 +4644,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4508
4644
|
type: "DISPLAY_ON_REVIEW";
|
4509
4645
|
conditional: import(".").JSONSchema;
|
4510
4646
|
})[] | undefined;
|
4647
|
+
secured?: boolean | undefined;
|
4511
4648
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4512
4649
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4513
4650
|
hideLabel?: boolean | undefined;
|
@@ -4537,6 +4674,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4537
4674
|
type: "DISPLAY_ON_REVIEW";
|
4538
4675
|
conditional: import(".").JSONSchema;
|
4539
4676
|
})[] | undefined;
|
4677
|
+
secured?: boolean | undefined;
|
4540
4678
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4541
4679
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4542
4680
|
hideLabel?: boolean | undefined;
|
@@ -4566,6 +4704,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4566
4704
|
type: "DISPLAY_ON_REVIEW";
|
4567
4705
|
conditional: import(".").JSONSchema;
|
4568
4706
|
})[] | undefined;
|
4707
|
+
secured?: boolean | undefined;
|
4569
4708
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4570
4709
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4571
4710
|
hideLabel?: boolean | undefined;
|
@@ -4600,6 +4739,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4600
4739
|
type: "DISPLAY_ON_REVIEW";
|
4601
4740
|
conditional: import(".").JSONSchema;
|
4602
4741
|
})[] | undefined;
|
4742
|
+
secured?: boolean | undefined;
|
4603
4743
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4604
4744
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4605
4745
|
hideLabel?: boolean | undefined;
|
@@ -4626,6 +4766,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4626
4766
|
type: "DISPLAY_ON_REVIEW";
|
4627
4767
|
conditional: import(".").JSONSchema;
|
4628
4768
|
})[] | undefined;
|
4769
|
+
secured?: boolean | undefined;
|
4629
4770
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4630
4771
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4631
4772
|
hideLabel?: boolean | undefined;
|
@@ -4660,6 +4801,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4660
4801
|
type: "DISPLAY_ON_REVIEW";
|
4661
4802
|
conditional: import(".").JSONSchema;
|
4662
4803
|
})[] | undefined;
|
4804
|
+
secured?: boolean | undefined;
|
4663
4805
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4664
4806
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4665
4807
|
hideLabel?: boolean | undefined;
|
@@ -4694,6 +4836,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4694
4836
|
type: "DISPLAY_ON_REVIEW";
|
4695
4837
|
conditional: import(".").JSONSchema;
|
4696
4838
|
})[] | undefined;
|
4839
|
+
secured?: boolean | undefined;
|
4697
4840
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4698
4841
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4699
4842
|
hideLabel?: boolean | undefined;
|
@@ -4731,6 +4874,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4731
4874
|
type: "DISPLAY_ON_REVIEW";
|
4732
4875
|
conditional: import(".").JSONSchema;
|
4733
4876
|
})[] | undefined;
|
4877
|
+
secured?: boolean | undefined;
|
4734
4878
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4735
4879
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4736
4880
|
hideLabel?: boolean | undefined;
|
@@ -4761,6 +4905,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4761
4905
|
type: "DISPLAY_ON_REVIEW";
|
4762
4906
|
conditional: import(".").JSONSchema;
|
4763
4907
|
})[] | undefined;
|
4908
|
+
secured?: boolean | undefined;
|
4764
4909
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4765
4910
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4766
4911
|
hideLabel?: boolean | undefined;
|
@@ -4787,6 +4932,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4787
4932
|
type: "DISPLAY_ON_REVIEW";
|
4788
4933
|
conditional: import(".").JSONSchema;
|
4789
4934
|
})[] | undefined;
|
4935
|
+
secured?: boolean | undefined;
|
4790
4936
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4791
4937
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4792
4938
|
hideLabel?: boolean | undefined;
|
@@ -4821,6 +4967,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4821
4967
|
type: "DISPLAY_ON_REVIEW";
|
4822
4968
|
conditional: import(".").JSONSchema;
|
4823
4969
|
})[] | undefined;
|
4970
|
+
secured?: boolean | undefined;
|
4824
4971
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4825
4972
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4826
4973
|
hideLabel?: boolean | undefined;
|
@@ -4847,6 +4994,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4847
4994
|
type: "DISPLAY_ON_REVIEW";
|
4848
4995
|
conditional: import(".").JSONSchema;
|
4849
4996
|
})[] | undefined;
|
4997
|
+
secured?: boolean | undefined;
|
4850
4998
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4851
4999
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4852
5000
|
hideLabel?: boolean | undefined;
|
@@ -4873,6 +5021,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4873
5021
|
type: "DISPLAY_ON_REVIEW";
|
4874
5022
|
conditional: import(".").JSONSchema;
|
4875
5023
|
})[] | undefined;
|
5024
|
+
secured?: boolean | undefined;
|
4876
5025
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4877
5026
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4878
5027
|
hideLabel?: boolean | undefined;
|
@@ -4899,6 +5048,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4899
5048
|
type: "DISPLAY_ON_REVIEW";
|
4900
5049
|
conditional: import(".").JSONSchema;
|
4901
5050
|
})[] | undefined;
|
5051
|
+
secured?: boolean | undefined;
|
4902
5052
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4903
5053
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4904
5054
|
hideLabel?: boolean | undefined;
|
@@ -4931,6 +5081,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4931
5081
|
type: "DISPLAY_ON_REVIEW";
|
4932
5082
|
conditional: import(".").JSONSchema;
|
4933
5083
|
})[] | undefined;
|
5084
|
+
secured?: boolean | undefined;
|
4934
5085
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4935
5086
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4936
5087
|
hideLabel?: boolean | undefined;
|
@@ -4957,6 +5108,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4957
5108
|
type: "DISPLAY_ON_REVIEW";
|
4958
5109
|
conditional: import(".").JSONSchema;
|
4959
5110
|
})[] | undefined;
|
5111
|
+
secured?: boolean | undefined;
|
4960
5112
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4961
5113
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4962
5114
|
hideLabel?: boolean | undefined;
|
@@ -4991,6 +5143,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
4991
5143
|
type: "DISPLAY_ON_REVIEW";
|
4992
5144
|
conditional: import(".").JSONSchema;
|
4993
5145
|
})[] | undefined;
|
5146
|
+
secured?: boolean | undefined;
|
4994
5147
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4995
5148
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4996
5149
|
hideLabel?: boolean | undefined;
|
@@ -5022,6 +5175,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5022
5175
|
type: "DISPLAY_ON_REVIEW";
|
5023
5176
|
conditional: import(".").JSONSchema;
|
5024
5177
|
})[] | undefined;
|
5178
|
+
secured?: boolean | undefined;
|
5025
5179
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5026
5180
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5027
5181
|
hideLabel?: boolean | undefined;
|
@@ -5048,6 +5202,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5048
5202
|
type: "DISPLAY_ON_REVIEW";
|
5049
5203
|
conditional: import(".").JSONSchema;
|
5050
5204
|
})[] | undefined;
|
5205
|
+
secured?: boolean | undefined;
|
5051
5206
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5052
5207
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5053
5208
|
hideLabel?: boolean | undefined;
|
@@ -5074,6 +5229,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5074
5229
|
type: "DISPLAY_ON_REVIEW";
|
5075
5230
|
conditional: import(".").JSONSchema;
|
5076
5231
|
})[] | undefined;
|
5232
|
+
secured?: boolean | undefined;
|
5077
5233
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5078
5234
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5079
5235
|
hideLabel?: boolean | undefined;
|
@@ -5137,6 +5293,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5137
5293
|
type: "DISPLAY_ON_REVIEW";
|
5138
5294
|
conditional: import(".").JSONSchema;
|
5139
5295
|
})[] | undefined;
|
5296
|
+
secured?: boolean | undefined;
|
5140
5297
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5141
5298
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5142
5299
|
hideLabel?: boolean | undefined;
|
@@ -5178,6 +5335,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5178
5335
|
type: "DISPLAY_ON_REVIEW";
|
5179
5336
|
conditional: import(".").JSONSchema;
|
5180
5337
|
})[] | undefined;
|
5338
|
+
secured?: boolean | undefined;
|
5181
5339
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5182
5340
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5183
5341
|
hideLabel?: boolean | undefined;
|
@@ -5203,6 +5361,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5203
5361
|
type: "DISPLAY_ON_REVIEW";
|
5204
5362
|
conditional: import(".").JSONSchema;
|
5205
5363
|
})[] | undefined;
|
5364
|
+
secured?: boolean | undefined;
|
5206
5365
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5207
5366
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5208
5367
|
hideLabel?: boolean | undefined;
|
@@ -5235,6 +5394,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5235
5394
|
type: "DISPLAY_ON_REVIEW";
|
5236
5395
|
conditional: import(".").JSONSchema;
|
5237
5396
|
})[] | undefined;
|
5397
|
+
secured?: boolean | undefined;
|
5238
5398
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5239
5399
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5240
5400
|
hideLabel?: boolean | undefined;
|
@@ -5267,6 +5427,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5267
5427
|
type: "DISPLAY_ON_REVIEW";
|
5268
5428
|
conditional: import(".").JSONSchema;
|
5269
5429
|
})[] | undefined;
|
5430
|
+
secured?: boolean | undefined;
|
5270
5431
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5271
5432
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5272
5433
|
hideLabel?: boolean | undefined;
|
@@ -5305,6 +5466,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5305
5466
|
type: "DISPLAY_ON_REVIEW";
|
5306
5467
|
conditional: import(".").JSONSchema;
|
5307
5468
|
})[] | undefined;
|
5469
|
+
secured?: boolean | undefined;
|
5308
5470
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5309
5471
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5310
5472
|
hideLabel?: boolean | undefined;
|
@@ -5331,6 +5493,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5331
5493
|
type: "DISPLAY_ON_REVIEW";
|
5332
5494
|
conditional: import(".").JSONSchema;
|
5333
5495
|
})[] | undefined;
|
5496
|
+
secured?: boolean | undefined;
|
5334
5497
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5335
5498
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5336
5499
|
hideLabel?: boolean | undefined;
|
@@ -5360,6 +5523,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5360
5523
|
type: "DISPLAY_ON_REVIEW";
|
5361
5524
|
conditional: import(".").JSONSchema;
|
5362
5525
|
})[] | undefined;
|
5526
|
+
secured?: boolean | undefined;
|
5363
5527
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5364
5528
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5365
5529
|
hideLabel?: boolean | undefined;
|
@@ -5389,6 +5553,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5389
5553
|
type: "DISPLAY_ON_REVIEW";
|
5390
5554
|
conditional: import(".").JSONSchema;
|
5391
5555
|
})[] | undefined;
|
5556
|
+
secured?: boolean | undefined;
|
5392
5557
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5393
5558
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5394
5559
|
hideLabel?: boolean | undefined;
|
@@ -5423,6 +5588,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5423
5588
|
type: "DISPLAY_ON_REVIEW";
|
5424
5589
|
conditional: import(".").JSONSchema;
|
5425
5590
|
})[] | undefined;
|
5591
|
+
secured?: boolean | undefined;
|
5426
5592
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5427
5593
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5428
5594
|
hideLabel?: boolean | undefined;
|
@@ -5449,6 +5615,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5449
5615
|
type: "DISPLAY_ON_REVIEW";
|
5450
5616
|
conditional: import(".").JSONSchema;
|
5451
5617
|
})[] | undefined;
|
5618
|
+
secured?: boolean | undefined;
|
5452
5619
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5453
5620
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5454
5621
|
hideLabel?: boolean | undefined;
|
@@ -5483,6 +5650,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5483
5650
|
type: "DISPLAY_ON_REVIEW";
|
5484
5651
|
conditional: import(".").JSONSchema;
|
5485
5652
|
})[] | undefined;
|
5653
|
+
secured?: boolean | undefined;
|
5486
5654
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5487
5655
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5488
5656
|
hideLabel?: boolean | undefined;
|
@@ -5517,6 +5685,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5517
5685
|
type: "DISPLAY_ON_REVIEW";
|
5518
5686
|
conditional: import(".").JSONSchema;
|
5519
5687
|
})[] | undefined;
|
5688
|
+
secured?: boolean | undefined;
|
5520
5689
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5521
5690
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5522
5691
|
hideLabel?: boolean | undefined;
|
@@ -5554,6 +5723,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5554
5723
|
type: "DISPLAY_ON_REVIEW";
|
5555
5724
|
conditional: import(".").JSONSchema;
|
5556
5725
|
})[] | undefined;
|
5726
|
+
secured?: boolean | undefined;
|
5557
5727
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5558
5728
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5559
5729
|
hideLabel?: boolean | undefined;
|
@@ -5584,6 +5754,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5584
5754
|
type: "DISPLAY_ON_REVIEW";
|
5585
5755
|
conditional: import(".").JSONSchema;
|
5586
5756
|
})[] | undefined;
|
5757
|
+
secured?: boolean | undefined;
|
5587
5758
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5588
5759
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5589
5760
|
hideLabel?: boolean | undefined;
|
@@ -5610,6 +5781,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5610
5781
|
type: "DISPLAY_ON_REVIEW";
|
5611
5782
|
conditional: import(".").JSONSchema;
|
5612
5783
|
})[] | undefined;
|
5784
|
+
secured?: boolean | undefined;
|
5613
5785
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5614
5786
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5615
5787
|
hideLabel?: boolean | undefined;
|
@@ -5644,6 +5816,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5644
5816
|
type: "DISPLAY_ON_REVIEW";
|
5645
5817
|
conditional: import(".").JSONSchema;
|
5646
5818
|
})[] | undefined;
|
5819
|
+
secured?: boolean | undefined;
|
5647
5820
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5648
5821
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5649
5822
|
hideLabel?: boolean | undefined;
|
@@ -5670,6 +5843,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5670
5843
|
type: "DISPLAY_ON_REVIEW";
|
5671
5844
|
conditional: import(".").JSONSchema;
|
5672
5845
|
})[] | undefined;
|
5846
|
+
secured?: boolean | undefined;
|
5673
5847
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5674
5848
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5675
5849
|
hideLabel?: boolean | undefined;
|
@@ -5696,6 +5870,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5696
5870
|
type: "DISPLAY_ON_REVIEW";
|
5697
5871
|
conditional: import(".").JSONSchema;
|
5698
5872
|
})[] | undefined;
|
5873
|
+
secured?: boolean | undefined;
|
5699
5874
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5700
5875
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5701
5876
|
hideLabel?: boolean | undefined;
|
@@ -5722,6 +5897,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5722
5897
|
type: "DISPLAY_ON_REVIEW";
|
5723
5898
|
conditional: import(".").JSONSchema;
|
5724
5899
|
})[] | undefined;
|
5900
|
+
secured?: boolean | undefined;
|
5725
5901
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5726
5902
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5727
5903
|
hideLabel?: boolean | undefined;
|
@@ -5754,6 +5930,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5754
5930
|
type: "DISPLAY_ON_REVIEW";
|
5755
5931
|
conditional: import(".").JSONSchema;
|
5756
5932
|
})[] | undefined;
|
5933
|
+
secured?: boolean | undefined;
|
5757
5934
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5758
5935
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5759
5936
|
hideLabel?: boolean | undefined;
|
@@ -5780,6 +5957,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5780
5957
|
type: "DISPLAY_ON_REVIEW";
|
5781
5958
|
conditional: import(".").JSONSchema;
|
5782
5959
|
})[] | undefined;
|
5960
|
+
secured?: boolean | undefined;
|
5783
5961
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5784
5962
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5785
5963
|
hideLabel?: boolean | undefined;
|
@@ -5814,6 +5992,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5814
5992
|
type: "DISPLAY_ON_REVIEW";
|
5815
5993
|
conditional: import(".").JSONSchema;
|
5816
5994
|
})[] | undefined;
|
5995
|
+
secured?: boolean | undefined;
|
5817
5996
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5818
5997
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5819
5998
|
hideLabel?: boolean | undefined;
|
@@ -5845,6 +6024,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5845
6024
|
type: "DISPLAY_ON_REVIEW";
|
5846
6025
|
conditional: import(".").JSONSchema;
|
5847
6026
|
})[] | undefined;
|
6027
|
+
secured?: boolean | undefined;
|
5848
6028
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5849
6029
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5850
6030
|
hideLabel?: boolean | undefined;
|
@@ -5871,6 +6051,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5871
6051
|
type: "DISPLAY_ON_REVIEW";
|
5872
6052
|
conditional: import(".").JSONSchema;
|
5873
6053
|
})[] | undefined;
|
6054
|
+
secured?: boolean | undefined;
|
5874
6055
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5875
6056
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5876
6057
|
hideLabel?: boolean | undefined;
|
@@ -5897,6 +6078,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5897
6078
|
type: "DISPLAY_ON_REVIEW";
|
5898
6079
|
conditional: import(".").JSONSchema;
|
5899
6080
|
})[] | undefined;
|
6081
|
+
secured?: boolean | undefined;
|
5900
6082
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5901
6083
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5902
6084
|
hideLabel?: boolean | undefined;
|
@@ -5960,6 +6142,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
5960
6142
|
type: "DISPLAY_ON_REVIEW";
|
5961
6143
|
conditional: import(".").JSONSchema;
|
5962
6144
|
})[] | undefined;
|
6145
|
+
secured?: boolean | undefined;
|
5963
6146
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5964
6147
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5965
6148
|
hideLabel?: boolean | undefined;
|
@@ -6000,6 +6183,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6000
6183
|
type: "DISPLAY_ON_REVIEW";
|
6001
6184
|
conditional: import(".").JSONSchema;
|
6002
6185
|
})[] | undefined;
|
6186
|
+
secured?: boolean | undefined;
|
6003
6187
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6004
6188
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6005
6189
|
hideLabel?: boolean | undefined;
|
@@ -6025,6 +6209,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6025
6209
|
type: "DISPLAY_ON_REVIEW";
|
6026
6210
|
conditional: import(".").JSONSchema;
|
6027
6211
|
})[] | undefined;
|
6212
|
+
secured?: boolean | undefined;
|
6028
6213
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6029
6214
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6030
6215
|
hideLabel?: boolean | undefined;
|
@@ -6057,6 +6242,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6057
6242
|
type: "DISPLAY_ON_REVIEW";
|
6058
6243
|
conditional: import(".").JSONSchema;
|
6059
6244
|
})[] | undefined;
|
6245
|
+
secured?: boolean | undefined;
|
6060
6246
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6061
6247
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6062
6248
|
hideLabel?: boolean | undefined;
|
@@ -6089,6 +6275,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6089
6275
|
type: "DISPLAY_ON_REVIEW";
|
6090
6276
|
conditional: import(".").JSONSchema;
|
6091
6277
|
})[] | undefined;
|
6278
|
+
secured?: boolean | undefined;
|
6092
6279
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6093
6280
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6094
6281
|
hideLabel?: boolean | undefined;
|
@@ -6127,6 +6314,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6127
6314
|
type: "DISPLAY_ON_REVIEW";
|
6128
6315
|
conditional: import(".").JSONSchema;
|
6129
6316
|
})[] | undefined;
|
6317
|
+
secured?: boolean | undefined;
|
6130
6318
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6131
6319
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6132
6320
|
hideLabel?: boolean | undefined;
|
@@ -6153,6 +6341,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6153
6341
|
type: "DISPLAY_ON_REVIEW";
|
6154
6342
|
conditional: import(".").JSONSchema;
|
6155
6343
|
})[] | undefined;
|
6344
|
+
secured?: boolean | undefined;
|
6156
6345
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6157
6346
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6158
6347
|
hideLabel?: boolean | undefined;
|
@@ -6182,6 +6371,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6182
6371
|
type: "DISPLAY_ON_REVIEW";
|
6183
6372
|
conditional: import(".").JSONSchema;
|
6184
6373
|
})[] | undefined;
|
6374
|
+
secured?: boolean | undefined;
|
6185
6375
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6186
6376
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6187
6377
|
hideLabel?: boolean | undefined;
|
@@ -6211,6 +6401,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6211
6401
|
type: "DISPLAY_ON_REVIEW";
|
6212
6402
|
conditional: import(".").JSONSchema;
|
6213
6403
|
})[] | undefined;
|
6404
|
+
secured?: boolean | undefined;
|
6214
6405
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6215
6406
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6216
6407
|
hideLabel?: boolean | undefined;
|
@@ -6245,6 +6436,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6245
6436
|
type: "DISPLAY_ON_REVIEW";
|
6246
6437
|
conditional: import(".").JSONSchema;
|
6247
6438
|
})[] | undefined;
|
6439
|
+
secured?: boolean | undefined;
|
6248
6440
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6249
6441
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6250
6442
|
hideLabel?: boolean | undefined;
|
@@ -6271,6 +6463,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6271
6463
|
type: "DISPLAY_ON_REVIEW";
|
6272
6464
|
conditional: import(".").JSONSchema;
|
6273
6465
|
})[] | undefined;
|
6466
|
+
secured?: boolean | undefined;
|
6274
6467
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6275
6468
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6276
6469
|
hideLabel?: boolean | undefined;
|
@@ -6305,6 +6498,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6305
6498
|
type: "DISPLAY_ON_REVIEW";
|
6306
6499
|
conditional: import(".").JSONSchema;
|
6307
6500
|
})[] | undefined;
|
6501
|
+
secured?: boolean | undefined;
|
6308
6502
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6309
6503
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6310
6504
|
hideLabel?: boolean | undefined;
|
@@ -6339,6 +6533,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6339
6533
|
type: "DISPLAY_ON_REVIEW";
|
6340
6534
|
conditional: import(".").JSONSchema;
|
6341
6535
|
})[] | undefined;
|
6536
|
+
secured?: boolean | undefined;
|
6342
6537
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6343
6538
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6344
6539
|
hideLabel?: boolean | undefined;
|
@@ -6376,6 +6571,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6376
6571
|
type: "DISPLAY_ON_REVIEW";
|
6377
6572
|
conditional: import(".").JSONSchema;
|
6378
6573
|
})[] | undefined;
|
6574
|
+
secured?: boolean | undefined;
|
6379
6575
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6380
6576
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6381
6577
|
hideLabel?: boolean | undefined;
|
@@ -6406,6 +6602,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6406
6602
|
type: "DISPLAY_ON_REVIEW";
|
6407
6603
|
conditional: import(".").JSONSchema;
|
6408
6604
|
})[] | undefined;
|
6605
|
+
secured?: boolean | undefined;
|
6409
6606
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6410
6607
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6411
6608
|
hideLabel?: boolean | undefined;
|
@@ -6432,6 +6629,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6432
6629
|
type: "DISPLAY_ON_REVIEW";
|
6433
6630
|
conditional: import(".").JSONSchema;
|
6434
6631
|
})[] | undefined;
|
6632
|
+
secured?: boolean | undefined;
|
6435
6633
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6436
6634
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6437
6635
|
hideLabel?: boolean | undefined;
|
@@ -6466,6 +6664,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6466
6664
|
type: "DISPLAY_ON_REVIEW";
|
6467
6665
|
conditional: import(".").JSONSchema;
|
6468
6666
|
})[] | undefined;
|
6667
|
+
secured?: boolean | undefined;
|
6469
6668
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6470
6669
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6471
6670
|
hideLabel?: boolean | undefined;
|
@@ -6492,6 +6691,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6492
6691
|
type: "DISPLAY_ON_REVIEW";
|
6493
6692
|
conditional: import(".").JSONSchema;
|
6494
6693
|
})[] | undefined;
|
6694
|
+
secured?: boolean | undefined;
|
6495
6695
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6496
6696
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6497
6697
|
hideLabel?: boolean | undefined;
|
@@ -6518,6 +6718,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6518
6718
|
type: "DISPLAY_ON_REVIEW";
|
6519
6719
|
conditional: import(".").JSONSchema;
|
6520
6720
|
})[] | undefined;
|
6721
|
+
secured?: boolean | undefined;
|
6521
6722
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6522
6723
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6523
6724
|
hideLabel?: boolean | undefined;
|
@@ -6544,6 +6745,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6544
6745
|
type: "DISPLAY_ON_REVIEW";
|
6545
6746
|
conditional: import(".").JSONSchema;
|
6546
6747
|
})[] | undefined;
|
6748
|
+
secured?: boolean | undefined;
|
6547
6749
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6548
6750
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6549
6751
|
hideLabel?: boolean | undefined;
|
@@ -6576,6 +6778,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6576
6778
|
type: "DISPLAY_ON_REVIEW";
|
6577
6779
|
conditional: import(".").JSONSchema;
|
6578
6780
|
})[] | undefined;
|
6781
|
+
secured?: boolean | undefined;
|
6579
6782
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6580
6783
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6581
6784
|
hideLabel?: boolean | undefined;
|
@@ -6602,6 +6805,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6602
6805
|
type: "DISPLAY_ON_REVIEW";
|
6603
6806
|
conditional: import(".").JSONSchema;
|
6604
6807
|
})[] | undefined;
|
6808
|
+
secured?: boolean | undefined;
|
6605
6809
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6606
6810
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6607
6811
|
hideLabel?: boolean | undefined;
|
@@ -6636,6 +6840,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6636
6840
|
type: "DISPLAY_ON_REVIEW";
|
6637
6841
|
conditional: import(".").JSONSchema;
|
6638
6842
|
})[] | undefined;
|
6843
|
+
secured?: boolean | undefined;
|
6639
6844
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6640
6845
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6641
6846
|
hideLabel?: boolean | undefined;
|
@@ -6667,6 +6872,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6667
6872
|
type: "DISPLAY_ON_REVIEW";
|
6668
6873
|
conditional: import(".").JSONSchema;
|
6669
6874
|
})[] | undefined;
|
6875
|
+
secured?: boolean | undefined;
|
6670
6876
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6671
6877
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6672
6878
|
hideLabel?: boolean | undefined;
|
@@ -6693,6 +6899,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6693
6899
|
type: "DISPLAY_ON_REVIEW";
|
6694
6900
|
conditional: import(".").JSONSchema;
|
6695
6901
|
})[] | undefined;
|
6902
|
+
secured?: boolean | undefined;
|
6696
6903
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6697
6904
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6698
6905
|
hideLabel?: boolean | undefined;
|
@@ -6719,6 +6926,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6719
6926
|
type: "DISPLAY_ON_REVIEW";
|
6720
6927
|
conditional: import(".").JSONSchema;
|
6721
6928
|
})[] | undefined;
|
6929
|
+
secured?: boolean | undefined;
|
6722
6930
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6723
6931
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6724
6932
|
hideLabel?: boolean | undefined;
|
@@ -6782,6 +6990,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6782
6990
|
type: "DISPLAY_ON_REVIEW";
|
6783
6991
|
conditional: import(".").JSONSchema;
|
6784
6992
|
})[] | undefined;
|
6993
|
+
secured?: boolean | undefined;
|
6785
6994
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6786
6995
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6787
6996
|
hideLabel?: boolean | undefined;
|
@@ -6822,6 +7031,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6822
7031
|
type: "DISPLAY_ON_REVIEW";
|
6823
7032
|
conditional: import(".").JSONSchema;
|
6824
7033
|
})[] | undefined;
|
7034
|
+
secured?: boolean | undefined;
|
6825
7035
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6826
7036
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6827
7037
|
hideLabel?: boolean | undefined;
|
@@ -6847,6 +7057,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6847
7057
|
type: "DISPLAY_ON_REVIEW";
|
6848
7058
|
conditional: import(".").JSONSchema;
|
6849
7059
|
})[] | undefined;
|
7060
|
+
secured?: boolean | undefined;
|
6850
7061
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6851
7062
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6852
7063
|
hideLabel?: boolean | undefined;
|
@@ -6879,6 +7090,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6879
7090
|
type: "DISPLAY_ON_REVIEW";
|
6880
7091
|
conditional: import(".").JSONSchema;
|
6881
7092
|
})[] | undefined;
|
7093
|
+
secured?: boolean | undefined;
|
6882
7094
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6883
7095
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6884
7096
|
hideLabel?: boolean | undefined;
|
@@ -6911,6 +7123,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6911
7123
|
type: "DISPLAY_ON_REVIEW";
|
6912
7124
|
conditional: import(".").JSONSchema;
|
6913
7125
|
})[] | undefined;
|
7126
|
+
secured?: boolean | undefined;
|
6914
7127
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6915
7128
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6916
7129
|
hideLabel?: boolean | undefined;
|
@@ -6949,6 +7162,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6949
7162
|
type: "DISPLAY_ON_REVIEW";
|
6950
7163
|
conditional: import(".").JSONSchema;
|
6951
7164
|
})[] | undefined;
|
7165
|
+
secured?: boolean | undefined;
|
6952
7166
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6953
7167
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6954
7168
|
hideLabel?: boolean | undefined;
|
@@ -6975,6 +7189,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
6975
7189
|
type: "DISPLAY_ON_REVIEW";
|
6976
7190
|
conditional: import(".").JSONSchema;
|
6977
7191
|
})[] | undefined;
|
7192
|
+
secured?: boolean | undefined;
|
6978
7193
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6979
7194
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6980
7195
|
hideLabel?: boolean | undefined;
|
@@ -7004,6 +7219,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7004
7219
|
type: "DISPLAY_ON_REVIEW";
|
7005
7220
|
conditional: import(".").JSONSchema;
|
7006
7221
|
})[] | undefined;
|
7222
|
+
secured?: boolean | undefined;
|
7007
7223
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7008
7224
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7009
7225
|
hideLabel?: boolean | undefined;
|
@@ -7033,6 +7249,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7033
7249
|
type: "DISPLAY_ON_REVIEW";
|
7034
7250
|
conditional: import(".").JSONSchema;
|
7035
7251
|
})[] | undefined;
|
7252
|
+
secured?: boolean | undefined;
|
7036
7253
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7037
7254
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7038
7255
|
hideLabel?: boolean | undefined;
|
@@ -7067,6 +7284,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7067
7284
|
type: "DISPLAY_ON_REVIEW";
|
7068
7285
|
conditional: import(".").JSONSchema;
|
7069
7286
|
})[] | undefined;
|
7287
|
+
secured?: boolean | undefined;
|
7070
7288
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7071
7289
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7072
7290
|
hideLabel?: boolean | undefined;
|
@@ -7093,6 +7311,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7093
7311
|
type: "DISPLAY_ON_REVIEW";
|
7094
7312
|
conditional: import(".").JSONSchema;
|
7095
7313
|
})[] | undefined;
|
7314
|
+
secured?: boolean | undefined;
|
7096
7315
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7097
7316
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7098
7317
|
hideLabel?: boolean | undefined;
|
@@ -7127,6 +7346,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7127
7346
|
type: "DISPLAY_ON_REVIEW";
|
7128
7347
|
conditional: import(".").JSONSchema;
|
7129
7348
|
})[] | undefined;
|
7349
|
+
secured?: boolean | undefined;
|
7130
7350
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7131
7351
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7132
7352
|
hideLabel?: boolean | undefined;
|
@@ -7161,6 +7381,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7161
7381
|
type: "DISPLAY_ON_REVIEW";
|
7162
7382
|
conditional: import(".").JSONSchema;
|
7163
7383
|
})[] | undefined;
|
7384
|
+
secured?: boolean | undefined;
|
7164
7385
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7165
7386
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7166
7387
|
hideLabel?: boolean | undefined;
|
@@ -7198,6 +7419,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7198
7419
|
type: "DISPLAY_ON_REVIEW";
|
7199
7420
|
conditional: import(".").JSONSchema;
|
7200
7421
|
})[] | undefined;
|
7422
|
+
secured?: boolean | undefined;
|
7201
7423
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7202
7424
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7203
7425
|
hideLabel?: boolean | undefined;
|
@@ -7228,6 +7450,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7228
7450
|
type: "DISPLAY_ON_REVIEW";
|
7229
7451
|
conditional: import(".").JSONSchema;
|
7230
7452
|
})[] | undefined;
|
7453
|
+
secured?: boolean | undefined;
|
7231
7454
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7232
7455
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7233
7456
|
hideLabel?: boolean | undefined;
|
@@ -7254,6 +7477,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7254
7477
|
type: "DISPLAY_ON_REVIEW";
|
7255
7478
|
conditional: import(".").JSONSchema;
|
7256
7479
|
})[] | undefined;
|
7480
|
+
secured?: boolean | undefined;
|
7257
7481
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7258
7482
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7259
7483
|
hideLabel?: boolean | undefined;
|
@@ -7288,6 +7512,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7288
7512
|
type: "DISPLAY_ON_REVIEW";
|
7289
7513
|
conditional: import(".").JSONSchema;
|
7290
7514
|
})[] | undefined;
|
7515
|
+
secured?: boolean | undefined;
|
7291
7516
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7292
7517
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7293
7518
|
hideLabel?: boolean | undefined;
|
@@ -7314,6 +7539,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7314
7539
|
type: "DISPLAY_ON_REVIEW";
|
7315
7540
|
conditional: import(".").JSONSchema;
|
7316
7541
|
})[] | undefined;
|
7542
|
+
secured?: boolean | undefined;
|
7317
7543
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7318
7544
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7319
7545
|
hideLabel?: boolean | undefined;
|
@@ -7340,6 +7566,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7340
7566
|
type: "DISPLAY_ON_REVIEW";
|
7341
7567
|
conditional: import(".").JSONSchema;
|
7342
7568
|
})[] | undefined;
|
7569
|
+
secured?: boolean | undefined;
|
7343
7570
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7344
7571
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7345
7572
|
hideLabel?: boolean | undefined;
|
@@ -7366,6 +7593,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7366
7593
|
type: "DISPLAY_ON_REVIEW";
|
7367
7594
|
conditional: import(".").JSONSchema;
|
7368
7595
|
})[] | undefined;
|
7596
|
+
secured?: boolean | undefined;
|
7369
7597
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7370
7598
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7371
7599
|
hideLabel?: boolean | undefined;
|
@@ -7398,6 +7626,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7398
7626
|
type: "DISPLAY_ON_REVIEW";
|
7399
7627
|
conditional: import(".").JSONSchema;
|
7400
7628
|
})[] | undefined;
|
7629
|
+
secured?: boolean | undefined;
|
7401
7630
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7402
7631
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7403
7632
|
hideLabel?: boolean | undefined;
|
@@ -7424,6 +7653,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7424
7653
|
type: "DISPLAY_ON_REVIEW";
|
7425
7654
|
conditional: import(".").JSONSchema;
|
7426
7655
|
})[] | undefined;
|
7656
|
+
secured?: boolean | undefined;
|
7427
7657
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7428
7658
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7429
7659
|
hideLabel?: boolean | undefined;
|
@@ -7458,6 +7688,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7458
7688
|
type: "DISPLAY_ON_REVIEW";
|
7459
7689
|
conditional: import(".").JSONSchema;
|
7460
7690
|
})[] | undefined;
|
7691
|
+
secured?: boolean | undefined;
|
7461
7692
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7462
7693
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7463
7694
|
hideLabel?: boolean | undefined;
|
@@ -7489,6 +7720,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7489
7720
|
type: "DISPLAY_ON_REVIEW";
|
7490
7721
|
conditional: import(".").JSONSchema;
|
7491
7722
|
})[] | undefined;
|
7723
|
+
secured?: boolean | undefined;
|
7492
7724
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7493
7725
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7494
7726
|
hideLabel?: boolean | undefined;
|
@@ -7515,6 +7747,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7515
7747
|
type: "DISPLAY_ON_REVIEW";
|
7516
7748
|
conditional: import(".").JSONSchema;
|
7517
7749
|
})[] | undefined;
|
7750
|
+
secured?: boolean | undefined;
|
7518
7751
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7519
7752
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7520
7753
|
hideLabel?: boolean | undefined;
|
@@ -7541,6 +7774,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7541
7774
|
type: "DISPLAY_ON_REVIEW";
|
7542
7775
|
conditional: import(".").JSONSchema;
|
7543
7776
|
})[] | undefined;
|
7777
|
+
secured?: boolean | undefined;
|
7544
7778
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7545
7779
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7546
7780
|
hideLabel?: boolean | undefined;
|
@@ -7604,6 +7838,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7604
7838
|
type: "DISPLAY_ON_REVIEW";
|
7605
7839
|
conditional: import(".").JSONSchema;
|
7606
7840
|
})[] | undefined;
|
7841
|
+
secured?: boolean | undefined;
|
7607
7842
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7608
7843
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7609
7844
|
hideLabel?: boolean | undefined;
|
@@ -7644,6 +7879,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7644
7879
|
type: "DISPLAY_ON_REVIEW";
|
7645
7880
|
conditional: import(".").JSONSchema;
|
7646
7881
|
})[] | undefined;
|
7882
|
+
secured?: boolean | undefined;
|
7647
7883
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7648
7884
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7649
7885
|
hideLabel?: boolean | undefined;
|
@@ -7669,6 +7905,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7669
7905
|
type: "DISPLAY_ON_REVIEW";
|
7670
7906
|
conditional: import(".").JSONSchema;
|
7671
7907
|
})[] | undefined;
|
7908
|
+
secured?: boolean | undefined;
|
7672
7909
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7673
7910
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7674
7911
|
hideLabel?: boolean | undefined;
|
@@ -7701,6 +7938,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7701
7938
|
type: "DISPLAY_ON_REVIEW";
|
7702
7939
|
conditional: import(".").JSONSchema;
|
7703
7940
|
})[] | undefined;
|
7941
|
+
secured?: boolean | undefined;
|
7704
7942
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7705
7943
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7706
7944
|
hideLabel?: boolean | undefined;
|
@@ -7733,6 +7971,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7733
7971
|
type: "DISPLAY_ON_REVIEW";
|
7734
7972
|
conditional: import(".").JSONSchema;
|
7735
7973
|
})[] | undefined;
|
7974
|
+
secured?: boolean | undefined;
|
7736
7975
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7737
7976
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7738
7977
|
hideLabel?: boolean | undefined;
|
@@ -7771,6 +8010,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7771
8010
|
type: "DISPLAY_ON_REVIEW";
|
7772
8011
|
conditional: import(".").JSONSchema;
|
7773
8012
|
})[] | undefined;
|
8013
|
+
secured?: boolean | undefined;
|
7774
8014
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7775
8015
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7776
8016
|
hideLabel?: boolean | undefined;
|
@@ -7797,6 +8037,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7797
8037
|
type: "DISPLAY_ON_REVIEW";
|
7798
8038
|
conditional: import(".").JSONSchema;
|
7799
8039
|
})[] | undefined;
|
8040
|
+
secured?: boolean | undefined;
|
7800
8041
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7801
8042
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7802
8043
|
hideLabel?: boolean | undefined;
|
@@ -7826,6 +8067,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7826
8067
|
type: "DISPLAY_ON_REVIEW";
|
7827
8068
|
conditional: import(".").JSONSchema;
|
7828
8069
|
})[] | undefined;
|
8070
|
+
secured?: boolean | undefined;
|
7829
8071
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7830
8072
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7831
8073
|
hideLabel?: boolean | undefined;
|
@@ -7855,6 +8097,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7855
8097
|
type: "DISPLAY_ON_REVIEW";
|
7856
8098
|
conditional: import(".").JSONSchema;
|
7857
8099
|
})[] | undefined;
|
8100
|
+
secured?: boolean | undefined;
|
7858
8101
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7859
8102
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7860
8103
|
hideLabel?: boolean | undefined;
|
@@ -7889,6 +8132,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7889
8132
|
type: "DISPLAY_ON_REVIEW";
|
7890
8133
|
conditional: import(".").JSONSchema;
|
7891
8134
|
})[] | undefined;
|
8135
|
+
secured?: boolean | undefined;
|
7892
8136
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7893
8137
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7894
8138
|
hideLabel?: boolean | undefined;
|
@@ -7915,6 +8159,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7915
8159
|
type: "DISPLAY_ON_REVIEW";
|
7916
8160
|
conditional: import(".").JSONSchema;
|
7917
8161
|
})[] | undefined;
|
8162
|
+
secured?: boolean | undefined;
|
7918
8163
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7919
8164
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7920
8165
|
hideLabel?: boolean | undefined;
|
@@ -7949,6 +8194,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7949
8194
|
type: "DISPLAY_ON_REVIEW";
|
7950
8195
|
conditional: import(".").JSONSchema;
|
7951
8196
|
})[] | undefined;
|
8197
|
+
secured?: boolean | undefined;
|
7952
8198
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7953
8199
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7954
8200
|
hideLabel?: boolean | undefined;
|
@@ -7983,6 +8229,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
7983
8229
|
type: "DISPLAY_ON_REVIEW";
|
7984
8230
|
conditional: import(".").JSONSchema;
|
7985
8231
|
})[] | undefined;
|
8232
|
+
secured?: boolean | undefined;
|
7986
8233
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7987
8234
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7988
8235
|
hideLabel?: boolean | undefined;
|
@@ -8020,6 +8267,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8020
8267
|
type: "DISPLAY_ON_REVIEW";
|
8021
8268
|
conditional: import(".").JSONSchema;
|
8022
8269
|
})[] | undefined;
|
8270
|
+
secured?: boolean | undefined;
|
8023
8271
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8024
8272
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8025
8273
|
hideLabel?: boolean | undefined;
|
@@ -8050,6 +8298,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8050
8298
|
type: "DISPLAY_ON_REVIEW";
|
8051
8299
|
conditional: import(".").JSONSchema;
|
8052
8300
|
})[] | undefined;
|
8301
|
+
secured?: boolean | undefined;
|
8053
8302
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8054
8303
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8055
8304
|
hideLabel?: boolean | undefined;
|
@@ -8076,6 +8325,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8076
8325
|
type: "DISPLAY_ON_REVIEW";
|
8077
8326
|
conditional: import(".").JSONSchema;
|
8078
8327
|
})[] | undefined;
|
8328
|
+
secured?: boolean | undefined;
|
8079
8329
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8080
8330
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8081
8331
|
hideLabel?: boolean | undefined;
|
@@ -8110,6 +8360,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8110
8360
|
type: "DISPLAY_ON_REVIEW";
|
8111
8361
|
conditional: import(".").JSONSchema;
|
8112
8362
|
})[] | undefined;
|
8363
|
+
secured?: boolean | undefined;
|
8113
8364
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8114
8365
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8115
8366
|
hideLabel?: boolean | undefined;
|
@@ -8136,6 +8387,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8136
8387
|
type: "DISPLAY_ON_REVIEW";
|
8137
8388
|
conditional: import(".").JSONSchema;
|
8138
8389
|
})[] | undefined;
|
8390
|
+
secured?: boolean | undefined;
|
8139
8391
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8140
8392
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8141
8393
|
hideLabel?: boolean | undefined;
|
@@ -8162,6 +8414,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8162
8414
|
type: "DISPLAY_ON_REVIEW";
|
8163
8415
|
conditional: import(".").JSONSchema;
|
8164
8416
|
})[] | undefined;
|
8417
|
+
secured?: boolean | undefined;
|
8165
8418
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8166
8419
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8167
8420
|
hideLabel?: boolean | undefined;
|
@@ -8188,6 +8441,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8188
8441
|
type: "DISPLAY_ON_REVIEW";
|
8189
8442
|
conditional: import(".").JSONSchema;
|
8190
8443
|
})[] | undefined;
|
8444
|
+
secured?: boolean | undefined;
|
8191
8445
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8192
8446
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8193
8447
|
hideLabel?: boolean | undefined;
|
@@ -8220,6 +8474,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8220
8474
|
type: "DISPLAY_ON_REVIEW";
|
8221
8475
|
conditional: import(".").JSONSchema;
|
8222
8476
|
})[] | undefined;
|
8477
|
+
secured?: boolean | undefined;
|
8223
8478
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8224
8479
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8225
8480
|
hideLabel?: boolean | undefined;
|
@@ -8246,6 +8501,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8246
8501
|
type: "DISPLAY_ON_REVIEW";
|
8247
8502
|
conditional: import(".").JSONSchema;
|
8248
8503
|
})[] | undefined;
|
8504
|
+
secured?: boolean | undefined;
|
8249
8505
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8250
8506
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8251
8507
|
hideLabel?: boolean | undefined;
|
@@ -8280,6 +8536,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8280
8536
|
type: "DISPLAY_ON_REVIEW";
|
8281
8537
|
conditional: import(".").JSONSchema;
|
8282
8538
|
})[] | undefined;
|
8539
|
+
secured?: boolean | undefined;
|
8283
8540
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8284
8541
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8285
8542
|
hideLabel?: boolean | undefined;
|
@@ -8311,6 +8568,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8311
8568
|
type: "DISPLAY_ON_REVIEW";
|
8312
8569
|
conditional: import(".").JSONSchema;
|
8313
8570
|
})[] | undefined;
|
8571
|
+
secured?: boolean | undefined;
|
8314
8572
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8315
8573
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8316
8574
|
hideLabel?: boolean | undefined;
|
@@ -8337,6 +8595,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8337
8595
|
type: "DISPLAY_ON_REVIEW";
|
8338
8596
|
conditional: import(".").JSONSchema;
|
8339
8597
|
})[] | undefined;
|
8598
|
+
secured?: boolean | undefined;
|
8340
8599
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8341
8600
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8342
8601
|
hideLabel?: boolean | undefined;
|
@@ -8363,6 +8622,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8363
8622
|
type: "DISPLAY_ON_REVIEW";
|
8364
8623
|
conditional: import(".").JSONSchema;
|
8365
8624
|
})[] | undefined;
|
8625
|
+
secured?: boolean | undefined;
|
8366
8626
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8367
8627
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8368
8628
|
hideLabel?: boolean | undefined;
|
@@ -8426,6 +8686,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8426
8686
|
type: "DISPLAY_ON_REVIEW";
|
8427
8687
|
conditional: import(".").JSONSchema;
|
8428
8688
|
})[] | undefined;
|
8689
|
+
secured?: boolean | undefined;
|
8429
8690
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8430
8691
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8431
8692
|
hideLabel?: boolean | undefined;
|
@@ -8514,6 +8775,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8514
8775
|
type: "DISPLAY_ON_REVIEW";
|
8515
8776
|
conditional: import(".").JSONSchema;
|
8516
8777
|
})[] | undefined;
|
8778
|
+
secured?: boolean | undefined;
|
8517
8779
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8518
8780
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8519
8781
|
hideLabel?: boolean | undefined;
|
@@ -8539,6 +8801,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8539
8801
|
type: "DISPLAY_ON_REVIEW";
|
8540
8802
|
conditional: import(".").JSONSchema;
|
8541
8803
|
})[] | undefined;
|
8804
|
+
secured?: boolean | undefined;
|
8542
8805
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8543
8806
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8544
8807
|
hideLabel?: boolean | undefined;
|
@@ -8571,6 +8834,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8571
8834
|
type: "DISPLAY_ON_REVIEW";
|
8572
8835
|
conditional: import(".").JSONSchema;
|
8573
8836
|
})[] | undefined;
|
8837
|
+
secured?: boolean | undefined;
|
8574
8838
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8575
8839
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8576
8840
|
hideLabel?: boolean | undefined;
|
@@ -8603,6 +8867,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8603
8867
|
type: "DISPLAY_ON_REVIEW";
|
8604
8868
|
conditional: import(".").JSONSchema;
|
8605
8869
|
})[] | undefined;
|
8870
|
+
secured?: boolean | undefined;
|
8606
8871
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8607
8872
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8608
8873
|
hideLabel?: boolean | undefined;
|
@@ -8641,6 +8906,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8641
8906
|
type: "DISPLAY_ON_REVIEW";
|
8642
8907
|
conditional: import(".").JSONSchema;
|
8643
8908
|
})[] | undefined;
|
8909
|
+
secured?: boolean | undefined;
|
8644
8910
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8645
8911
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8646
8912
|
hideLabel?: boolean | undefined;
|
@@ -8667,6 +8933,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8667
8933
|
type: "DISPLAY_ON_REVIEW";
|
8668
8934
|
conditional: import(".").JSONSchema;
|
8669
8935
|
})[] | undefined;
|
8936
|
+
secured?: boolean | undefined;
|
8670
8937
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8671
8938
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8672
8939
|
hideLabel?: boolean | undefined;
|
@@ -8696,6 +8963,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8696
8963
|
type: "DISPLAY_ON_REVIEW";
|
8697
8964
|
conditional: import(".").JSONSchema;
|
8698
8965
|
})[] | undefined;
|
8966
|
+
secured?: boolean | undefined;
|
8699
8967
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8700
8968
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8701
8969
|
hideLabel?: boolean | undefined;
|
@@ -8725,6 +8993,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8725
8993
|
type: "DISPLAY_ON_REVIEW";
|
8726
8994
|
conditional: import(".").JSONSchema;
|
8727
8995
|
})[] | undefined;
|
8996
|
+
secured?: boolean | undefined;
|
8728
8997
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8729
8998
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8730
8999
|
hideLabel?: boolean | undefined;
|
@@ -8759,6 +9028,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8759
9028
|
type: "DISPLAY_ON_REVIEW";
|
8760
9029
|
conditional: import(".").JSONSchema;
|
8761
9030
|
})[] | undefined;
|
9031
|
+
secured?: boolean | undefined;
|
8762
9032
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8763
9033
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8764
9034
|
hideLabel?: boolean | undefined;
|
@@ -8785,6 +9055,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8785
9055
|
type: "DISPLAY_ON_REVIEW";
|
8786
9056
|
conditional: import(".").JSONSchema;
|
8787
9057
|
})[] | undefined;
|
9058
|
+
secured?: boolean | undefined;
|
8788
9059
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8789
9060
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8790
9061
|
hideLabel?: boolean | undefined;
|
@@ -8819,6 +9090,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8819
9090
|
type: "DISPLAY_ON_REVIEW";
|
8820
9091
|
conditional: import(".").JSONSchema;
|
8821
9092
|
})[] | undefined;
|
9093
|
+
secured?: boolean | undefined;
|
8822
9094
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8823
9095
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8824
9096
|
hideLabel?: boolean | undefined;
|
@@ -8853,6 +9125,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8853
9125
|
type: "DISPLAY_ON_REVIEW";
|
8854
9126
|
conditional: import(".").JSONSchema;
|
8855
9127
|
})[] | undefined;
|
9128
|
+
secured?: boolean | undefined;
|
8856
9129
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8857
9130
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8858
9131
|
hideLabel?: boolean | undefined;
|
@@ -8890,6 +9163,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8890
9163
|
type: "DISPLAY_ON_REVIEW";
|
8891
9164
|
conditional: import(".").JSONSchema;
|
8892
9165
|
})[] | undefined;
|
9166
|
+
secured?: boolean | undefined;
|
8893
9167
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8894
9168
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8895
9169
|
hideLabel?: boolean | undefined;
|
@@ -8920,6 +9194,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8920
9194
|
type: "DISPLAY_ON_REVIEW";
|
8921
9195
|
conditional: import(".").JSONSchema;
|
8922
9196
|
})[] | undefined;
|
9197
|
+
secured?: boolean | undefined;
|
8923
9198
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8924
9199
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8925
9200
|
hideLabel?: boolean | undefined;
|
@@ -8946,6 +9221,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8946
9221
|
type: "DISPLAY_ON_REVIEW";
|
8947
9222
|
conditional: import(".").JSONSchema;
|
8948
9223
|
})[] | undefined;
|
9224
|
+
secured?: boolean | undefined;
|
8949
9225
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8950
9226
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8951
9227
|
hideLabel?: boolean | undefined;
|
@@ -8980,6 +9256,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
8980
9256
|
type: "DISPLAY_ON_REVIEW";
|
8981
9257
|
conditional: import(".").JSONSchema;
|
8982
9258
|
})[] | undefined;
|
9259
|
+
secured?: boolean | undefined;
|
8983
9260
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8984
9261
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
8985
9262
|
hideLabel?: boolean | undefined;
|
@@ -9006,6 +9283,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9006
9283
|
type: "DISPLAY_ON_REVIEW";
|
9007
9284
|
conditional: import(".").JSONSchema;
|
9008
9285
|
})[] | undefined;
|
9286
|
+
secured?: boolean | undefined;
|
9009
9287
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9010
9288
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9011
9289
|
hideLabel?: boolean | undefined;
|
@@ -9032,6 +9310,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9032
9310
|
type: "DISPLAY_ON_REVIEW";
|
9033
9311
|
conditional: import(".").JSONSchema;
|
9034
9312
|
})[] | undefined;
|
9313
|
+
secured?: boolean | undefined;
|
9035
9314
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9036
9315
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9037
9316
|
hideLabel?: boolean | undefined;
|
@@ -9058,6 +9337,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9058
9337
|
type: "DISPLAY_ON_REVIEW";
|
9059
9338
|
conditional: import(".").JSONSchema;
|
9060
9339
|
})[] | undefined;
|
9340
|
+
secured?: boolean | undefined;
|
9061
9341
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9062
9342
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9063
9343
|
hideLabel?: boolean | undefined;
|
@@ -9090,6 +9370,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9090
9370
|
type: "DISPLAY_ON_REVIEW";
|
9091
9371
|
conditional: import(".").JSONSchema;
|
9092
9372
|
})[] | undefined;
|
9373
|
+
secured?: boolean | undefined;
|
9093
9374
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9094
9375
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9095
9376
|
hideLabel?: boolean | undefined;
|
@@ -9116,6 +9397,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9116
9397
|
type: "DISPLAY_ON_REVIEW";
|
9117
9398
|
conditional: import(".").JSONSchema;
|
9118
9399
|
})[] | undefined;
|
9400
|
+
secured?: boolean | undefined;
|
9119
9401
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9120
9402
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9121
9403
|
hideLabel?: boolean | undefined;
|
@@ -9150,6 +9432,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9150
9432
|
type: "DISPLAY_ON_REVIEW";
|
9151
9433
|
conditional: import(".").JSONSchema;
|
9152
9434
|
})[] | undefined;
|
9435
|
+
secured?: boolean | undefined;
|
9153
9436
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9154
9437
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9155
9438
|
hideLabel?: boolean | undefined;
|
@@ -9181,6 +9464,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9181
9464
|
type: "DISPLAY_ON_REVIEW";
|
9182
9465
|
conditional: import(".").JSONSchema;
|
9183
9466
|
})[] | undefined;
|
9467
|
+
secured?: boolean | undefined;
|
9184
9468
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9185
9469
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9186
9470
|
hideLabel?: boolean | undefined;
|
@@ -9207,6 +9491,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9207
9491
|
type: "DISPLAY_ON_REVIEW";
|
9208
9492
|
conditional: import(".").JSONSchema;
|
9209
9493
|
})[] | undefined;
|
9494
|
+
secured?: boolean | undefined;
|
9210
9495
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9211
9496
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9212
9497
|
hideLabel?: boolean | undefined;
|
@@ -9233,6 +9518,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9233
9518
|
type: "DISPLAY_ON_REVIEW";
|
9234
9519
|
conditional: import(".").JSONSchema;
|
9235
9520
|
})[] | undefined;
|
9521
|
+
secured?: boolean | undefined;
|
9236
9522
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9237
9523
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9238
9524
|
hideLabel?: boolean | undefined;
|
@@ -9296,6 +9582,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9296
9582
|
type: "DISPLAY_ON_REVIEW";
|
9297
9583
|
conditional: import(".").JSONSchema;
|
9298
9584
|
})[] | undefined;
|
9585
|
+
secured?: boolean | undefined;
|
9299
9586
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9300
9587
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9301
9588
|
hideLabel?: boolean | undefined;
|
@@ -9339,6 +9626,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9339
9626
|
type: "DISPLAY_ON_REVIEW";
|
9340
9627
|
conditional: import(".").JSONSchema;
|
9341
9628
|
})[] | undefined;
|
9629
|
+
secured?: boolean | undefined;
|
9342
9630
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9343
9631
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9344
9632
|
hideLabel?: boolean | undefined;
|
@@ -9364,6 +9652,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9364
9652
|
type: "DISPLAY_ON_REVIEW";
|
9365
9653
|
conditional: import(".").JSONSchema;
|
9366
9654
|
})[] | undefined;
|
9655
|
+
secured?: boolean | undefined;
|
9367
9656
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9368
9657
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9369
9658
|
hideLabel?: boolean | undefined;
|
@@ -9396,6 +9685,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9396
9685
|
type: "DISPLAY_ON_REVIEW";
|
9397
9686
|
conditional: import(".").JSONSchema;
|
9398
9687
|
})[] | undefined;
|
9688
|
+
secured?: boolean | undefined;
|
9399
9689
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9400
9690
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9401
9691
|
hideLabel?: boolean | undefined;
|
@@ -9428,6 +9718,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9428
9718
|
type: "DISPLAY_ON_REVIEW";
|
9429
9719
|
conditional: import(".").JSONSchema;
|
9430
9720
|
})[] | undefined;
|
9721
|
+
secured?: boolean | undefined;
|
9431
9722
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9432
9723
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9433
9724
|
hideLabel?: boolean | undefined;
|
@@ -9466,6 +9757,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9466
9757
|
type: "DISPLAY_ON_REVIEW";
|
9467
9758
|
conditional: import(".").JSONSchema;
|
9468
9759
|
})[] | undefined;
|
9760
|
+
secured?: boolean | undefined;
|
9469
9761
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9470
9762
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9471
9763
|
hideLabel?: boolean | undefined;
|
@@ -9492,6 +9784,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9492
9784
|
type: "DISPLAY_ON_REVIEW";
|
9493
9785
|
conditional: import(".").JSONSchema;
|
9494
9786
|
})[] | undefined;
|
9787
|
+
secured?: boolean | undefined;
|
9495
9788
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9496
9789
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9497
9790
|
hideLabel?: boolean | undefined;
|
@@ -9521,6 +9814,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9521
9814
|
type: "DISPLAY_ON_REVIEW";
|
9522
9815
|
conditional: import(".").JSONSchema;
|
9523
9816
|
})[] | undefined;
|
9817
|
+
secured?: boolean | undefined;
|
9524
9818
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9525
9819
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9526
9820
|
hideLabel?: boolean | undefined;
|
@@ -9550,6 +9844,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9550
9844
|
type: "DISPLAY_ON_REVIEW";
|
9551
9845
|
conditional: import(".").JSONSchema;
|
9552
9846
|
})[] | undefined;
|
9847
|
+
secured?: boolean | undefined;
|
9553
9848
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9554
9849
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9555
9850
|
hideLabel?: boolean | undefined;
|
@@ -9584,6 +9879,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9584
9879
|
type: "DISPLAY_ON_REVIEW";
|
9585
9880
|
conditional: import(".").JSONSchema;
|
9586
9881
|
})[] | undefined;
|
9882
|
+
secured?: boolean | undefined;
|
9587
9883
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9588
9884
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9589
9885
|
hideLabel?: boolean | undefined;
|
@@ -9610,6 +9906,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9610
9906
|
type: "DISPLAY_ON_REVIEW";
|
9611
9907
|
conditional: import(".").JSONSchema;
|
9612
9908
|
})[] | undefined;
|
9909
|
+
secured?: boolean | undefined;
|
9613
9910
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9614
9911
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9615
9912
|
hideLabel?: boolean | undefined;
|
@@ -9644,6 +9941,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9644
9941
|
type: "DISPLAY_ON_REVIEW";
|
9645
9942
|
conditional: import(".").JSONSchema;
|
9646
9943
|
})[] | undefined;
|
9944
|
+
secured?: boolean | undefined;
|
9647
9945
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9648
9946
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9649
9947
|
hideLabel?: boolean | undefined;
|
@@ -9678,6 +9976,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9678
9976
|
type: "DISPLAY_ON_REVIEW";
|
9679
9977
|
conditional: import(".").JSONSchema;
|
9680
9978
|
})[] | undefined;
|
9979
|
+
secured?: boolean | undefined;
|
9681
9980
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9682
9981
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9683
9982
|
hideLabel?: boolean | undefined;
|
@@ -9715,6 +10014,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9715
10014
|
type: "DISPLAY_ON_REVIEW";
|
9716
10015
|
conditional: import(".").JSONSchema;
|
9717
10016
|
})[] | undefined;
|
10017
|
+
secured?: boolean | undefined;
|
9718
10018
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9719
10019
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9720
10020
|
hideLabel?: boolean | undefined;
|
@@ -9745,6 +10045,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9745
10045
|
type: "DISPLAY_ON_REVIEW";
|
9746
10046
|
conditional: import(".").JSONSchema;
|
9747
10047
|
})[] | undefined;
|
10048
|
+
secured?: boolean | undefined;
|
9748
10049
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9749
10050
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9750
10051
|
hideLabel?: boolean | undefined;
|
@@ -9771,6 +10072,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9771
10072
|
type: "DISPLAY_ON_REVIEW";
|
9772
10073
|
conditional: import(".").JSONSchema;
|
9773
10074
|
})[] | undefined;
|
10075
|
+
secured?: boolean | undefined;
|
9774
10076
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9775
10077
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9776
10078
|
hideLabel?: boolean | undefined;
|
@@ -9805,6 +10107,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9805
10107
|
type: "DISPLAY_ON_REVIEW";
|
9806
10108
|
conditional: import(".").JSONSchema;
|
9807
10109
|
})[] | undefined;
|
10110
|
+
secured?: boolean | undefined;
|
9808
10111
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9809
10112
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9810
10113
|
hideLabel?: boolean | undefined;
|
@@ -9831,6 +10134,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9831
10134
|
type: "DISPLAY_ON_REVIEW";
|
9832
10135
|
conditional: import(".").JSONSchema;
|
9833
10136
|
})[] | undefined;
|
10137
|
+
secured?: boolean | undefined;
|
9834
10138
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9835
10139
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9836
10140
|
hideLabel?: boolean | undefined;
|
@@ -9857,6 +10161,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9857
10161
|
type: "DISPLAY_ON_REVIEW";
|
9858
10162
|
conditional: import(".").JSONSchema;
|
9859
10163
|
})[] | undefined;
|
10164
|
+
secured?: boolean | undefined;
|
9860
10165
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9861
10166
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9862
10167
|
hideLabel?: boolean | undefined;
|
@@ -9883,6 +10188,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9883
10188
|
type: "DISPLAY_ON_REVIEW";
|
9884
10189
|
conditional: import(".").JSONSchema;
|
9885
10190
|
})[] | undefined;
|
10191
|
+
secured?: boolean | undefined;
|
9886
10192
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9887
10193
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9888
10194
|
hideLabel?: boolean | undefined;
|
@@ -9915,6 +10221,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9915
10221
|
type: "DISPLAY_ON_REVIEW";
|
9916
10222
|
conditional: import(".").JSONSchema;
|
9917
10223
|
})[] | undefined;
|
10224
|
+
secured?: boolean | undefined;
|
9918
10225
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9919
10226
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9920
10227
|
hideLabel?: boolean | undefined;
|
@@ -9941,6 +10248,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9941
10248
|
type: "DISPLAY_ON_REVIEW";
|
9942
10249
|
conditional: import(".").JSONSchema;
|
9943
10250
|
})[] | undefined;
|
10251
|
+
secured?: boolean | undefined;
|
9944
10252
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9945
10253
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9946
10254
|
hideLabel?: boolean | undefined;
|
@@ -9975,6 +10283,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
9975
10283
|
type: "DISPLAY_ON_REVIEW";
|
9976
10284
|
conditional: import(".").JSONSchema;
|
9977
10285
|
})[] | undefined;
|
10286
|
+
secured?: boolean | undefined;
|
9978
10287
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
9979
10288
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
9980
10289
|
hideLabel?: boolean | undefined;
|
@@ -10006,6 +10315,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10006
10315
|
type: "DISPLAY_ON_REVIEW";
|
10007
10316
|
conditional: import(".").JSONSchema;
|
10008
10317
|
})[] | undefined;
|
10318
|
+
secured?: boolean | undefined;
|
10009
10319
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10010
10320
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10011
10321
|
hideLabel?: boolean | undefined;
|
@@ -10032,6 +10342,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10032
10342
|
type: "DISPLAY_ON_REVIEW";
|
10033
10343
|
conditional: import(".").JSONSchema;
|
10034
10344
|
})[] | undefined;
|
10345
|
+
secured?: boolean | undefined;
|
10035
10346
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10036
10347
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10037
10348
|
hideLabel?: boolean | undefined;
|
@@ -10058,6 +10369,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10058
10369
|
type: "DISPLAY_ON_REVIEW";
|
10059
10370
|
conditional: import(".").JSONSchema;
|
10060
10371
|
})[] | undefined;
|
10372
|
+
secured?: boolean | undefined;
|
10061
10373
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10062
10374
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10063
10375
|
hideLabel?: boolean | undefined;
|
@@ -10121,6 +10433,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10121
10433
|
type: "DISPLAY_ON_REVIEW";
|
10122
10434
|
conditional: import(".").JSONSchema;
|
10123
10435
|
})[] | undefined;
|
10436
|
+
secured?: boolean | undefined;
|
10124
10437
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10125
10438
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10126
10439
|
hideLabel?: boolean | undefined;
|
@@ -10165,6 +10478,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10165
10478
|
type: "DISPLAY_ON_REVIEW";
|
10166
10479
|
conditional: import(".").JSONSchema;
|
10167
10480
|
})[] | undefined;
|
10481
|
+
secured?: boolean | undefined;
|
10168
10482
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10169
10483
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10170
10484
|
hideLabel?: boolean | undefined;
|
@@ -10190,6 +10504,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10190
10504
|
type: "DISPLAY_ON_REVIEW";
|
10191
10505
|
conditional: import(".").JSONSchema;
|
10192
10506
|
})[] | undefined;
|
10507
|
+
secured?: boolean | undefined;
|
10193
10508
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10194
10509
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10195
10510
|
hideLabel?: boolean | undefined;
|
@@ -10222,6 +10537,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10222
10537
|
type: "DISPLAY_ON_REVIEW";
|
10223
10538
|
conditional: import(".").JSONSchema;
|
10224
10539
|
})[] | undefined;
|
10540
|
+
secured?: boolean | undefined;
|
10225
10541
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10226
10542
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10227
10543
|
hideLabel?: boolean | undefined;
|
@@ -10254,6 +10570,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10254
10570
|
type: "DISPLAY_ON_REVIEW";
|
10255
10571
|
conditional: import(".").JSONSchema;
|
10256
10572
|
})[] | undefined;
|
10573
|
+
secured?: boolean | undefined;
|
10257
10574
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10258
10575
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10259
10576
|
hideLabel?: boolean | undefined;
|
@@ -10292,6 +10609,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10292
10609
|
type: "DISPLAY_ON_REVIEW";
|
10293
10610
|
conditional: import(".").JSONSchema;
|
10294
10611
|
})[] | undefined;
|
10612
|
+
secured?: boolean | undefined;
|
10295
10613
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10296
10614
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10297
10615
|
hideLabel?: boolean | undefined;
|
@@ -10318,6 +10636,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10318
10636
|
type: "DISPLAY_ON_REVIEW";
|
10319
10637
|
conditional: import(".").JSONSchema;
|
10320
10638
|
})[] | undefined;
|
10639
|
+
secured?: boolean | undefined;
|
10321
10640
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10322
10641
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10323
10642
|
hideLabel?: boolean | undefined;
|
@@ -10347,6 +10666,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10347
10666
|
type: "DISPLAY_ON_REVIEW";
|
10348
10667
|
conditional: import(".").JSONSchema;
|
10349
10668
|
})[] | undefined;
|
10669
|
+
secured?: boolean | undefined;
|
10350
10670
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10351
10671
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10352
10672
|
hideLabel?: boolean | undefined;
|
@@ -10376,6 +10696,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10376
10696
|
type: "DISPLAY_ON_REVIEW";
|
10377
10697
|
conditional: import(".").JSONSchema;
|
10378
10698
|
})[] | undefined;
|
10699
|
+
secured?: boolean | undefined;
|
10379
10700
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10380
10701
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10381
10702
|
hideLabel?: boolean | undefined;
|
@@ -10410,6 +10731,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10410
10731
|
type: "DISPLAY_ON_REVIEW";
|
10411
10732
|
conditional: import(".").JSONSchema;
|
10412
10733
|
})[] | undefined;
|
10734
|
+
secured?: boolean | undefined;
|
10413
10735
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10414
10736
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10415
10737
|
hideLabel?: boolean | undefined;
|
@@ -10436,6 +10758,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10436
10758
|
type: "DISPLAY_ON_REVIEW";
|
10437
10759
|
conditional: import(".").JSONSchema;
|
10438
10760
|
})[] | undefined;
|
10761
|
+
secured?: boolean | undefined;
|
10439
10762
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10440
10763
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10441
10764
|
hideLabel?: boolean | undefined;
|
@@ -10470,6 +10793,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10470
10793
|
type: "DISPLAY_ON_REVIEW";
|
10471
10794
|
conditional: import(".").JSONSchema;
|
10472
10795
|
})[] | undefined;
|
10796
|
+
secured?: boolean | undefined;
|
10473
10797
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10474
10798
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10475
10799
|
hideLabel?: boolean | undefined;
|
@@ -10504,6 +10828,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10504
10828
|
type: "DISPLAY_ON_REVIEW";
|
10505
10829
|
conditional: import(".").JSONSchema;
|
10506
10830
|
})[] | undefined;
|
10831
|
+
secured?: boolean | undefined;
|
10507
10832
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10508
10833
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10509
10834
|
hideLabel?: boolean | undefined;
|
@@ -10541,6 +10866,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10541
10866
|
type: "DISPLAY_ON_REVIEW";
|
10542
10867
|
conditional: import(".").JSONSchema;
|
10543
10868
|
})[] | undefined;
|
10869
|
+
secured?: boolean | undefined;
|
10544
10870
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10545
10871
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10546
10872
|
hideLabel?: boolean | undefined;
|
@@ -10571,6 +10897,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10571
10897
|
type: "DISPLAY_ON_REVIEW";
|
10572
10898
|
conditional: import(".").JSONSchema;
|
10573
10899
|
})[] | undefined;
|
10900
|
+
secured?: boolean | undefined;
|
10574
10901
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10575
10902
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10576
10903
|
hideLabel?: boolean | undefined;
|
@@ -10597,6 +10924,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10597
10924
|
type: "DISPLAY_ON_REVIEW";
|
10598
10925
|
conditional: import(".").JSONSchema;
|
10599
10926
|
})[] | undefined;
|
10927
|
+
secured?: boolean | undefined;
|
10600
10928
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10601
10929
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10602
10930
|
hideLabel?: boolean | undefined;
|
@@ -10631,6 +10959,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10631
10959
|
type: "DISPLAY_ON_REVIEW";
|
10632
10960
|
conditional: import(".").JSONSchema;
|
10633
10961
|
})[] | undefined;
|
10962
|
+
secured?: boolean | undefined;
|
10634
10963
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10635
10964
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10636
10965
|
hideLabel?: boolean | undefined;
|
@@ -10657,6 +10986,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10657
10986
|
type: "DISPLAY_ON_REVIEW";
|
10658
10987
|
conditional: import(".").JSONSchema;
|
10659
10988
|
})[] | undefined;
|
10989
|
+
secured?: boolean | undefined;
|
10660
10990
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10661
10991
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10662
10992
|
hideLabel?: boolean | undefined;
|
@@ -10683,6 +11013,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10683
11013
|
type: "DISPLAY_ON_REVIEW";
|
10684
11014
|
conditional: import(".").JSONSchema;
|
10685
11015
|
})[] | undefined;
|
11016
|
+
secured?: boolean | undefined;
|
10686
11017
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10687
11018
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10688
11019
|
hideLabel?: boolean | undefined;
|
@@ -10709,6 +11040,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10709
11040
|
type: "DISPLAY_ON_REVIEW";
|
10710
11041
|
conditional: import(".").JSONSchema;
|
10711
11042
|
})[] | undefined;
|
11043
|
+
secured?: boolean | undefined;
|
10712
11044
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10713
11045
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10714
11046
|
hideLabel?: boolean | undefined;
|
@@ -10741,6 +11073,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10741
11073
|
type: "DISPLAY_ON_REVIEW";
|
10742
11074
|
conditional: import(".").JSONSchema;
|
10743
11075
|
})[] | undefined;
|
11076
|
+
secured?: boolean | undefined;
|
10744
11077
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10745
11078
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10746
11079
|
hideLabel?: boolean | undefined;
|
@@ -10767,6 +11100,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10767
11100
|
type: "DISPLAY_ON_REVIEW";
|
10768
11101
|
conditional: import(".").JSONSchema;
|
10769
11102
|
})[] | undefined;
|
11103
|
+
secured?: boolean | undefined;
|
10770
11104
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10771
11105
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10772
11106
|
hideLabel?: boolean | undefined;
|
@@ -10801,6 +11135,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10801
11135
|
type: "DISPLAY_ON_REVIEW";
|
10802
11136
|
conditional: import(".").JSONSchema;
|
10803
11137
|
})[] | undefined;
|
11138
|
+
secured?: boolean | undefined;
|
10804
11139
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10805
11140
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10806
11141
|
hideLabel?: boolean | undefined;
|
@@ -10832,6 +11167,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10832
11167
|
type: "DISPLAY_ON_REVIEW";
|
10833
11168
|
conditional: import(".").JSONSchema;
|
10834
11169
|
})[] | undefined;
|
11170
|
+
secured?: boolean | undefined;
|
10835
11171
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10836
11172
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10837
11173
|
hideLabel?: boolean | undefined;
|
@@ -10858,6 +11194,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10858
11194
|
type: "DISPLAY_ON_REVIEW";
|
10859
11195
|
conditional: import(".").JSONSchema;
|
10860
11196
|
})[] | undefined;
|
11197
|
+
secured?: boolean | undefined;
|
10861
11198
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10862
11199
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10863
11200
|
hideLabel?: boolean | undefined;
|
@@ -10884,6 +11221,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10884
11221
|
type: "DISPLAY_ON_REVIEW";
|
10885
11222
|
conditional: import(".").JSONSchema;
|
10886
11223
|
})[] | undefined;
|
11224
|
+
secured?: boolean | undefined;
|
10887
11225
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10888
11226
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10889
11227
|
hideLabel?: boolean | undefined;
|
@@ -10947,6 +11285,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10947
11285
|
type: "DISPLAY_ON_REVIEW";
|
10948
11286
|
conditional: import(".").JSONSchema;
|
10949
11287
|
})[] | undefined;
|
11288
|
+
secured?: boolean | undefined;
|
10950
11289
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10951
11290
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10952
11291
|
hideLabel?: boolean | undefined;
|
@@ -10990,6 +11329,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
10990
11329
|
type: "DISPLAY_ON_REVIEW";
|
10991
11330
|
conditional: import(".").JSONSchema;
|
10992
11331
|
})[] | undefined;
|
11332
|
+
secured?: boolean | undefined;
|
10993
11333
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
10994
11334
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
10995
11335
|
hideLabel?: boolean | undefined;
|
@@ -11015,6 +11355,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11015
11355
|
type: "DISPLAY_ON_REVIEW";
|
11016
11356
|
conditional: import(".").JSONSchema;
|
11017
11357
|
})[] | undefined;
|
11358
|
+
secured?: boolean | undefined;
|
11018
11359
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11019
11360
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11020
11361
|
hideLabel?: boolean | undefined;
|
@@ -11047,6 +11388,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11047
11388
|
type: "DISPLAY_ON_REVIEW";
|
11048
11389
|
conditional: import(".").JSONSchema;
|
11049
11390
|
})[] | undefined;
|
11391
|
+
secured?: boolean | undefined;
|
11050
11392
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11051
11393
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11052
11394
|
hideLabel?: boolean | undefined;
|
@@ -11079,6 +11421,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11079
11421
|
type: "DISPLAY_ON_REVIEW";
|
11080
11422
|
conditional: import(".").JSONSchema;
|
11081
11423
|
})[] | undefined;
|
11424
|
+
secured?: boolean | undefined;
|
11082
11425
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11083
11426
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11084
11427
|
hideLabel?: boolean | undefined;
|
@@ -11117,6 +11460,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11117
11460
|
type: "DISPLAY_ON_REVIEW";
|
11118
11461
|
conditional: import(".").JSONSchema;
|
11119
11462
|
})[] | undefined;
|
11463
|
+
secured?: boolean | undefined;
|
11120
11464
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11121
11465
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11122
11466
|
hideLabel?: boolean | undefined;
|
@@ -11143,6 +11487,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11143
11487
|
type: "DISPLAY_ON_REVIEW";
|
11144
11488
|
conditional: import(".").JSONSchema;
|
11145
11489
|
})[] | undefined;
|
11490
|
+
secured?: boolean | undefined;
|
11146
11491
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11147
11492
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11148
11493
|
hideLabel?: boolean | undefined;
|
@@ -11172,6 +11517,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11172
11517
|
type: "DISPLAY_ON_REVIEW";
|
11173
11518
|
conditional: import(".").JSONSchema;
|
11174
11519
|
})[] | undefined;
|
11520
|
+
secured?: boolean | undefined;
|
11175
11521
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11176
11522
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11177
11523
|
hideLabel?: boolean | undefined;
|
@@ -11201,6 +11547,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11201
11547
|
type: "DISPLAY_ON_REVIEW";
|
11202
11548
|
conditional: import(".").JSONSchema;
|
11203
11549
|
})[] | undefined;
|
11550
|
+
secured?: boolean | undefined;
|
11204
11551
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11205
11552
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11206
11553
|
hideLabel?: boolean | undefined;
|
@@ -11235,6 +11582,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11235
11582
|
type: "DISPLAY_ON_REVIEW";
|
11236
11583
|
conditional: import(".").JSONSchema;
|
11237
11584
|
})[] | undefined;
|
11585
|
+
secured?: boolean | undefined;
|
11238
11586
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11239
11587
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11240
11588
|
hideLabel?: boolean | undefined;
|
@@ -11261,6 +11609,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11261
11609
|
type: "DISPLAY_ON_REVIEW";
|
11262
11610
|
conditional: import(".").JSONSchema;
|
11263
11611
|
})[] | undefined;
|
11612
|
+
secured?: boolean | undefined;
|
11264
11613
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11265
11614
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11266
11615
|
hideLabel?: boolean | undefined;
|
@@ -11295,6 +11644,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11295
11644
|
type: "DISPLAY_ON_REVIEW";
|
11296
11645
|
conditional: import(".").JSONSchema;
|
11297
11646
|
})[] | undefined;
|
11647
|
+
secured?: boolean | undefined;
|
11298
11648
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11299
11649
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11300
11650
|
hideLabel?: boolean | undefined;
|
@@ -11329,6 +11679,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11329
11679
|
type: "DISPLAY_ON_REVIEW";
|
11330
11680
|
conditional: import(".").JSONSchema;
|
11331
11681
|
})[] | undefined;
|
11682
|
+
secured?: boolean | undefined;
|
11332
11683
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11333
11684
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11334
11685
|
hideLabel?: boolean | undefined;
|
@@ -11366,6 +11717,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11366
11717
|
type: "DISPLAY_ON_REVIEW";
|
11367
11718
|
conditional: import(".").JSONSchema;
|
11368
11719
|
})[] | undefined;
|
11720
|
+
secured?: boolean | undefined;
|
11369
11721
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11370
11722
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11371
11723
|
hideLabel?: boolean | undefined;
|
@@ -11396,6 +11748,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11396
11748
|
type: "DISPLAY_ON_REVIEW";
|
11397
11749
|
conditional: import(".").JSONSchema;
|
11398
11750
|
})[] | undefined;
|
11751
|
+
secured?: boolean | undefined;
|
11399
11752
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11400
11753
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11401
11754
|
hideLabel?: boolean | undefined;
|
@@ -11422,6 +11775,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11422
11775
|
type: "DISPLAY_ON_REVIEW";
|
11423
11776
|
conditional: import(".").JSONSchema;
|
11424
11777
|
})[] | undefined;
|
11778
|
+
secured?: boolean | undefined;
|
11425
11779
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11426
11780
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11427
11781
|
hideLabel?: boolean | undefined;
|
@@ -11456,6 +11810,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11456
11810
|
type: "DISPLAY_ON_REVIEW";
|
11457
11811
|
conditional: import(".").JSONSchema;
|
11458
11812
|
})[] | undefined;
|
11813
|
+
secured?: boolean | undefined;
|
11459
11814
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11460
11815
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11461
11816
|
hideLabel?: boolean | undefined;
|
@@ -11482,6 +11837,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11482
11837
|
type: "DISPLAY_ON_REVIEW";
|
11483
11838
|
conditional: import(".").JSONSchema;
|
11484
11839
|
})[] | undefined;
|
11840
|
+
secured?: boolean | undefined;
|
11485
11841
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11486
11842
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11487
11843
|
hideLabel?: boolean | undefined;
|
@@ -11508,6 +11864,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11508
11864
|
type: "DISPLAY_ON_REVIEW";
|
11509
11865
|
conditional: import(".").JSONSchema;
|
11510
11866
|
})[] | undefined;
|
11867
|
+
secured?: boolean | undefined;
|
11511
11868
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11512
11869
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11513
11870
|
hideLabel?: boolean | undefined;
|
@@ -11534,6 +11891,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11534
11891
|
type: "DISPLAY_ON_REVIEW";
|
11535
11892
|
conditional: import(".").JSONSchema;
|
11536
11893
|
})[] | undefined;
|
11894
|
+
secured?: boolean | undefined;
|
11537
11895
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11538
11896
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11539
11897
|
hideLabel?: boolean | undefined;
|
@@ -11566,6 +11924,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11566
11924
|
type: "DISPLAY_ON_REVIEW";
|
11567
11925
|
conditional: import(".").JSONSchema;
|
11568
11926
|
})[] | undefined;
|
11927
|
+
secured?: boolean | undefined;
|
11569
11928
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11570
11929
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11571
11930
|
hideLabel?: boolean | undefined;
|
@@ -11592,6 +11951,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11592
11951
|
type: "DISPLAY_ON_REVIEW";
|
11593
11952
|
conditional: import(".").JSONSchema;
|
11594
11953
|
})[] | undefined;
|
11954
|
+
secured?: boolean | undefined;
|
11595
11955
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11596
11956
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11597
11957
|
hideLabel?: boolean | undefined;
|
@@ -11626,6 +11986,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11626
11986
|
type: "DISPLAY_ON_REVIEW";
|
11627
11987
|
conditional: import(".").JSONSchema;
|
11628
11988
|
})[] | undefined;
|
11989
|
+
secured?: boolean | undefined;
|
11629
11990
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11630
11991
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11631
11992
|
hideLabel?: boolean | undefined;
|
@@ -11657,6 +12018,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11657
12018
|
type: "DISPLAY_ON_REVIEW";
|
11658
12019
|
conditional: import(".").JSONSchema;
|
11659
12020
|
})[] | undefined;
|
12021
|
+
secured?: boolean | undefined;
|
11660
12022
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11661
12023
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11662
12024
|
hideLabel?: boolean | undefined;
|
@@ -11683,6 +12045,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11683
12045
|
type: "DISPLAY_ON_REVIEW";
|
11684
12046
|
conditional: import(".").JSONSchema;
|
11685
12047
|
})[] | undefined;
|
12048
|
+
secured?: boolean | undefined;
|
11686
12049
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11687
12050
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11688
12051
|
hideLabel?: boolean | undefined;
|
@@ -11709,6 +12072,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11709
12072
|
type: "DISPLAY_ON_REVIEW";
|
11710
12073
|
conditional: import(".").JSONSchema;
|
11711
12074
|
})[] | undefined;
|
12075
|
+
secured?: boolean | undefined;
|
11712
12076
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11713
12077
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11714
12078
|
hideLabel?: boolean | undefined;
|
@@ -11772,6 +12136,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11772
12136
|
type: "DISPLAY_ON_REVIEW";
|
11773
12137
|
conditional: import(".").JSONSchema;
|
11774
12138
|
})[] | undefined;
|
12139
|
+
secured?: boolean | undefined;
|
11775
12140
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11776
12141
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11777
12142
|
hideLabel?: boolean | undefined;
|
@@ -11804,6 +12169,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11804
12169
|
type: "DISPLAY_ON_REVIEW";
|
11805
12170
|
conditional: import(".").JSONSchema;
|
11806
12171
|
})[] | undefined;
|
12172
|
+
secured?: boolean | undefined;
|
11807
12173
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11808
12174
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11809
12175
|
hideLabel?: boolean | undefined;
|
@@ -11829,6 +12195,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11829
12195
|
type: "DISPLAY_ON_REVIEW";
|
11830
12196
|
conditional: import(".").JSONSchema;
|
11831
12197
|
})[] | undefined;
|
12198
|
+
secured?: boolean | undefined;
|
11832
12199
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11833
12200
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11834
12201
|
hideLabel?: boolean | undefined;
|
@@ -11861,6 +12228,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11861
12228
|
type: "DISPLAY_ON_REVIEW";
|
11862
12229
|
conditional: import(".").JSONSchema;
|
11863
12230
|
})[] | undefined;
|
12231
|
+
secured?: boolean | undefined;
|
11864
12232
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11865
12233
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11866
12234
|
hideLabel?: boolean | undefined;
|
@@ -11893,6 +12261,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11893
12261
|
type: "DISPLAY_ON_REVIEW";
|
11894
12262
|
conditional: import(".").JSONSchema;
|
11895
12263
|
})[] | undefined;
|
12264
|
+
secured?: boolean | undefined;
|
11896
12265
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11897
12266
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11898
12267
|
hideLabel?: boolean | undefined;
|
@@ -11931,6 +12300,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11931
12300
|
type: "DISPLAY_ON_REVIEW";
|
11932
12301
|
conditional: import(".").JSONSchema;
|
11933
12302
|
})[] | undefined;
|
12303
|
+
secured?: boolean | undefined;
|
11934
12304
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11935
12305
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11936
12306
|
hideLabel?: boolean | undefined;
|
@@ -11957,6 +12327,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11957
12327
|
type: "DISPLAY_ON_REVIEW";
|
11958
12328
|
conditional: import(".").JSONSchema;
|
11959
12329
|
})[] | undefined;
|
12330
|
+
secured?: boolean | undefined;
|
11960
12331
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11961
12332
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11962
12333
|
hideLabel?: boolean | undefined;
|
@@ -11986,6 +12357,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
11986
12357
|
type: "DISPLAY_ON_REVIEW";
|
11987
12358
|
conditional: import(".").JSONSchema;
|
11988
12359
|
})[] | undefined;
|
12360
|
+
secured?: boolean | undefined;
|
11989
12361
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
11990
12362
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
11991
12363
|
hideLabel?: boolean | undefined;
|
@@ -12015,6 +12387,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12015
12387
|
type: "DISPLAY_ON_REVIEW";
|
12016
12388
|
conditional: import(".").JSONSchema;
|
12017
12389
|
})[] | undefined;
|
12390
|
+
secured?: boolean | undefined;
|
12018
12391
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12019
12392
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12020
12393
|
hideLabel?: boolean | undefined;
|
@@ -12049,6 +12422,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12049
12422
|
type: "DISPLAY_ON_REVIEW";
|
12050
12423
|
conditional: import(".").JSONSchema;
|
12051
12424
|
})[] | undefined;
|
12425
|
+
secured?: boolean | undefined;
|
12052
12426
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12053
12427
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12054
12428
|
hideLabel?: boolean | undefined;
|
@@ -12075,6 +12449,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12075
12449
|
type: "DISPLAY_ON_REVIEW";
|
12076
12450
|
conditional: import(".").JSONSchema;
|
12077
12451
|
})[] | undefined;
|
12452
|
+
secured?: boolean | undefined;
|
12078
12453
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12079
12454
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12080
12455
|
hideLabel?: boolean | undefined;
|
@@ -12109,6 +12484,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12109
12484
|
type: "DISPLAY_ON_REVIEW";
|
12110
12485
|
conditional: import(".").JSONSchema;
|
12111
12486
|
})[] | undefined;
|
12487
|
+
secured?: boolean | undefined;
|
12112
12488
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12113
12489
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12114
12490
|
hideLabel?: boolean | undefined;
|
@@ -12143,6 +12519,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12143
12519
|
type: "DISPLAY_ON_REVIEW";
|
12144
12520
|
conditional: import(".").JSONSchema;
|
12145
12521
|
})[] | undefined;
|
12522
|
+
secured?: boolean | undefined;
|
12146
12523
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12147
12524
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12148
12525
|
hideLabel?: boolean | undefined;
|
@@ -12180,6 +12557,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12180
12557
|
type: "DISPLAY_ON_REVIEW";
|
12181
12558
|
conditional: import(".").JSONSchema;
|
12182
12559
|
})[] | undefined;
|
12560
|
+
secured?: boolean | undefined;
|
12183
12561
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12184
12562
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12185
12563
|
hideLabel?: boolean | undefined;
|
@@ -12210,6 +12588,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12210
12588
|
type: "DISPLAY_ON_REVIEW";
|
12211
12589
|
conditional: import(".").JSONSchema;
|
12212
12590
|
})[] | undefined;
|
12591
|
+
secured?: boolean | undefined;
|
12213
12592
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12214
12593
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12215
12594
|
hideLabel?: boolean | undefined;
|
@@ -12236,6 +12615,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12236
12615
|
type: "DISPLAY_ON_REVIEW";
|
12237
12616
|
conditional: import(".").JSONSchema;
|
12238
12617
|
})[] | undefined;
|
12618
|
+
secured?: boolean | undefined;
|
12239
12619
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12240
12620
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12241
12621
|
hideLabel?: boolean | undefined;
|
@@ -12270,6 +12650,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12270
12650
|
type: "DISPLAY_ON_REVIEW";
|
12271
12651
|
conditional: import(".").JSONSchema;
|
12272
12652
|
})[] | undefined;
|
12653
|
+
secured?: boolean | undefined;
|
12273
12654
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12274
12655
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12275
12656
|
hideLabel?: boolean | undefined;
|
@@ -12296,6 +12677,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12296
12677
|
type: "DISPLAY_ON_REVIEW";
|
12297
12678
|
conditional: import(".").JSONSchema;
|
12298
12679
|
})[] | undefined;
|
12680
|
+
secured?: boolean | undefined;
|
12299
12681
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12300
12682
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12301
12683
|
hideLabel?: boolean | undefined;
|
@@ -12322,6 +12704,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12322
12704
|
type: "DISPLAY_ON_REVIEW";
|
12323
12705
|
conditional: import(".").JSONSchema;
|
12324
12706
|
})[] | undefined;
|
12707
|
+
secured?: boolean | undefined;
|
12325
12708
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12326
12709
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12327
12710
|
hideLabel?: boolean | undefined;
|
@@ -12348,6 +12731,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12348
12731
|
type: "DISPLAY_ON_REVIEW";
|
12349
12732
|
conditional: import(".").JSONSchema;
|
12350
12733
|
})[] | undefined;
|
12734
|
+
secured?: boolean | undefined;
|
12351
12735
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12352
12736
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12353
12737
|
hideLabel?: boolean | undefined;
|
@@ -12380,6 +12764,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12380
12764
|
type: "DISPLAY_ON_REVIEW";
|
12381
12765
|
conditional: import(".").JSONSchema;
|
12382
12766
|
})[] | undefined;
|
12767
|
+
secured?: boolean | undefined;
|
12383
12768
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12384
12769
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12385
12770
|
hideLabel?: boolean | undefined;
|
@@ -12406,6 +12791,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12406
12791
|
type: "DISPLAY_ON_REVIEW";
|
12407
12792
|
conditional: import(".").JSONSchema;
|
12408
12793
|
})[] | undefined;
|
12794
|
+
secured?: boolean | undefined;
|
12409
12795
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12410
12796
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12411
12797
|
hideLabel?: boolean | undefined;
|
@@ -12440,6 +12826,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12440
12826
|
type: "DISPLAY_ON_REVIEW";
|
12441
12827
|
conditional: import(".").JSONSchema;
|
12442
12828
|
})[] | undefined;
|
12829
|
+
secured?: boolean | undefined;
|
12443
12830
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12444
12831
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12445
12832
|
hideLabel?: boolean | undefined;
|
@@ -12471,6 +12858,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12471
12858
|
type: "DISPLAY_ON_REVIEW";
|
12472
12859
|
conditional: import(".").JSONSchema;
|
12473
12860
|
})[] | undefined;
|
12861
|
+
secured?: boolean | undefined;
|
12474
12862
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12475
12863
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12476
12864
|
hideLabel?: boolean | undefined;
|
@@ -12497,6 +12885,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12497
12885
|
type: "DISPLAY_ON_REVIEW";
|
12498
12886
|
conditional: import(".").JSONSchema;
|
12499
12887
|
})[] | undefined;
|
12888
|
+
secured?: boolean | undefined;
|
12500
12889
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12501
12890
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12502
12891
|
hideLabel?: boolean | undefined;
|
@@ -12523,6 +12912,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12523
12912
|
type: "DISPLAY_ON_REVIEW";
|
12524
12913
|
conditional: import(".").JSONSchema;
|
12525
12914
|
})[] | undefined;
|
12915
|
+
secured?: boolean | undefined;
|
12526
12916
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12527
12917
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12528
12918
|
hideLabel?: boolean | undefined;
|
@@ -12586,6 +12976,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12586
12976
|
type: "DISPLAY_ON_REVIEW";
|
12587
12977
|
conditional: import(".").JSONSchema;
|
12588
12978
|
})[] | undefined;
|
12979
|
+
secured?: boolean | undefined;
|
12589
12980
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12590
12981
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12591
12982
|
hideLabel?: boolean | undefined;
|
@@ -12629,6 +13020,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12629
13020
|
type: "DISPLAY_ON_REVIEW";
|
12630
13021
|
conditional: import(".").JSONSchema;
|
12631
13022
|
})[] | undefined;
|
13023
|
+
secured?: boolean | undefined;
|
12632
13024
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12633
13025
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12634
13026
|
hideLabel?: boolean | undefined;
|
@@ -12654,6 +13046,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12654
13046
|
type: "DISPLAY_ON_REVIEW";
|
12655
13047
|
conditional: import(".").JSONSchema;
|
12656
13048
|
})[] | undefined;
|
13049
|
+
secured?: boolean | undefined;
|
12657
13050
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12658
13051
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12659
13052
|
hideLabel?: boolean | undefined;
|
@@ -12686,6 +13079,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12686
13079
|
type: "DISPLAY_ON_REVIEW";
|
12687
13080
|
conditional: import(".").JSONSchema;
|
12688
13081
|
})[] | undefined;
|
13082
|
+
secured?: boolean | undefined;
|
12689
13083
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12690
13084
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12691
13085
|
hideLabel?: boolean | undefined;
|
@@ -12718,6 +13112,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12718
13112
|
type: "DISPLAY_ON_REVIEW";
|
12719
13113
|
conditional: import(".").JSONSchema;
|
12720
13114
|
})[] | undefined;
|
13115
|
+
secured?: boolean | undefined;
|
12721
13116
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12722
13117
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12723
13118
|
hideLabel?: boolean | undefined;
|
@@ -12756,6 +13151,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12756
13151
|
type: "DISPLAY_ON_REVIEW";
|
12757
13152
|
conditional: import(".").JSONSchema;
|
12758
13153
|
})[] | undefined;
|
13154
|
+
secured?: boolean | undefined;
|
12759
13155
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12760
13156
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12761
13157
|
hideLabel?: boolean | undefined;
|
@@ -12782,6 +13178,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12782
13178
|
type: "DISPLAY_ON_REVIEW";
|
12783
13179
|
conditional: import(".").JSONSchema;
|
12784
13180
|
})[] | undefined;
|
13181
|
+
secured?: boolean | undefined;
|
12785
13182
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12786
13183
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12787
13184
|
hideLabel?: boolean | undefined;
|
@@ -12811,6 +13208,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12811
13208
|
type: "DISPLAY_ON_REVIEW";
|
12812
13209
|
conditional: import(".").JSONSchema;
|
12813
13210
|
})[] | undefined;
|
13211
|
+
secured?: boolean | undefined;
|
12814
13212
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12815
13213
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12816
13214
|
hideLabel?: boolean | undefined;
|
@@ -12840,6 +13238,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12840
13238
|
type: "DISPLAY_ON_REVIEW";
|
12841
13239
|
conditional: import(".").JSONSchema;
|
12842
13240
|
})[] | undefined;
|
13241
|
+
secured?: boolean | undefined;
|
12843
13242
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12844
13243
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12845
13244
|
hideLabel?: boolean | undefined;
|
@@ -12874,6 +13273,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12874
13273
|
type: "DISPLAY_ON_REVIEW";
|
12875
13274
|
conditional: import(".").JSONSchema;
|
12876
13275
|
})[] | undefined;
|
13276
|
+
secured?: boolean | undefined;
|
12877
13277
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12878
13278
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12879
13279
|
hideLabel?: boolean | undefined;
|
@@ -12900,6 +13300,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12900
13300
|
type: "DISPLAY_ON_REVIEW";
|
12901
13301
|
conditional: import(".").JSONSchema;
|
12902
13302
|
})[] | undefined;
|
13303
|
+
secured?: boolean | undefined;
|
12903
13304
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12904
13305
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12905
13306
|
hideLabel?: boolean | undefined;
|
@@ -12934,6 +13335,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12934
13335
|
type: "DISPLAY_ON_REVIEW";
|
12935
13336
|
conditional: import(".").JSONSchema;
|
12936
13337
|
})[] | undefined;
|
13338
|
+
secured?: boolean | undefined;
|
12937
13339
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12938
13340
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12939
13341
|
hideLabel?: boolean | undefined;
|
@@ -12968,6 +13370,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
12968
13370
|
type: "DISPLAY_ON_REVIEW";
|
12969
13371
|
conditional: import(".").JSONSchema;
|
12970
13372
|
})[] | undefined;
|
13373
|
+
secured?: boolean | undefined;
|
12971
13374
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
12972
13375
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
12973
13376
|
hideLabel?: boolean | undefined;
|
@@ -13005,6 +13408,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13005
13408
|
type: "DISPLAY_ON_REVIEW";
|
13006
13409
|
conditional: import(".").JSONSchema;
|
13007
13410
|
})[] | undefined;
|
13411
|
+
secured?: boolean | undefined;
|
13008
13412
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13009
13413
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13010
13414
|
hideLabel?: boolean | undefined;
|
@@ -13035,6 +13439,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13035
13439
|
type: "DISPLAY_ON_REVIEW";
|
13036
13440
|
conditional: import(".").JSONSchema;
|
13037
13441
|
})[] | undefined;
|
13442
|
+
secured?: boolean | undefined;
|
13038
13443
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13039
13444
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13040
13445
|
hideLabel?: boolean | undefined;
|
@@ -13061,6 +13466,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13061
13466
|
type: "DISPLAY_ON_REVIEW";
|
13062
13467
|
conditional: import(".").JSONSchema;
|
13063
13468
|
})[] | undefined;
|
13469
|
+
secured?: boolean | undefined;
|
13064
13470
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13065
13471
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13066
13472
|
hideLabel?: boolean | undefined;
|
@@ -13095,6 +13501,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13095
13501
|
type: "DISPLAY_ON_REVIEW";
|
13096
13502
|
conditional: import(".").JSONSchema;
|
13097
13503
|
})[] | undefined;
|
13504
|
+
secured?: boolean | undefined;
|
13098
13505
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13099
13506
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13100
13507
|
hideLabel?: boolean | undefined;
|
@@ -13121,6 +13528,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13121
13528
|
type: "DISPLAY_ON_REVIEW";
|
13122
13529
|
conditional: import(".").JSONSchema;
|
13123
13530
|
})[] | undefined;
|
13531
|
+
secured?: boolean | undefined;
|
13124
13532
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13125
13533
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13126
13534
|
hideLabel?: boolean | undefined;
|
@@ -13147,6 +13555,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13147
13555
|
type: "DISPLAY_ON_REVIEW";
|
13148
13556
|
conditional: import(".").JSONSchema;
|
13149
13557
|
})[] | undefined;
|
13558
|
+
secured?: boolean | undefined;
|
13150
13559
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13151
13560
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13152
13561
|
hideLabel?: boolean | undefined;
|
@@ -13173,6 +13582,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13173
13582
|
type: "DISPLAY_ON_REVIEW";
|
13174
13583
|
conditional: import(".").JSONSchema;
|
13175
13584
|
})[] | undefined;
|
13585
|
+
secured?: boolean | undefined;
|
13176
13586
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13177
13587
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13178
13588
|
hideLabel?: boolean | undefined;
|
@@ -13205,6 +13615,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13205
13615
|
type: "DISPLAY_ON_REVIEW";
|
13206
13616
|
conditional: import(".").JSONSchema;
|
13207
13617
|
})[] | undefined;
|
13618
|
+
secured?: boolean | undefined;
|
13208
13619
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13209
13620
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13210
13621
|
hideLabel?: boolean | undefined;
|
@@ -13231,6 +13642,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13231
13642
|
type: "DISPLAY_ON_REVIEW";
|
13232
13643
|
conditional: import(".").JSONSchema;
|
13233
13644
|
})[] | undefined;
|
13645
|
+
secured?: boolean | undefined;
|
13234
13646
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13235
13647
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13236
13648
|
hideLabel?: boolean | undefined;
|
@@ -13265,6 +13677,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13265
13677
|
type: "DISPLAY_ON_REVIEW";
|
13266
13678
|
conditional: import(".").JSONSchema;
|
13267
13679
|
})[] | undefined;
|
13680
|
+
secured?: boolean | undefined;
|
13268
13681
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13269
13682
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13270
13683
|
hideLabel?: boolean | undefined;
|
@@ -13296,6 +13709,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13296
13709
|
type: "DISPLAY_ON_REVIEW";
|
13297
13710
|
conditional: import(".").JSONSchema;
|
13298
13711
|
})[] | undefined;
|
13712
|
+
secured?: boolean | undefined;
|
13299
13713
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13300
13714
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13301
13715
|
hideLabel?: boolean | undefined;
|
@@ -13322,6 +13736,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13322
13736
|
type: "DISPLAY_ON_REVIEW";
|
13323
13737
|
conditional: import(".").JSONSchema;
|
13324
13738
|
})[] | undefined;
|
13739
|
+
secured?: boolean | undefined;
|
13325
13740
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13326
13741
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13327
13742
|
hideLabel?: boolean | undefined;
|
@@ -13348,6 +13763,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13348
13763
|
type: "DISPLAY_ON_REVIEW";
|
13349
13764
|
conditional: import(".").JSONSchema;
|
13350
13765
|
})[] | undefined;
|
13766
|
+
secured?: boolean | undefined;
|
13351
13767
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13352
13768
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13353
13769
|
hideLabel?: boolean | undefined;
|
@@ -13411,6 +13827,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13411
13827
|
type: "DISPLAY_ON_REVIEW";
|
13412
13828
|
conditional: import(".").JSONSchema;
|
13413
13829
|
})[] | undefined;
|
13830
|
+
secured?: boolean | undefined;
|
13414
13831
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
13415
13832
|
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
13416
13833
|
hideLabel?: boolean | undefined;
|
@@ -13490,6 +13907,10 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13490
13907
|
conditional: import(".").JSONSchema;
|
13491
13908
|
})[] | undefined;
|
13492
13909
|
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
13910
|
+
validations?: {
|
13911
|
+
message: import("./TranslationConfig").TranslationConfig;
|
13912
|
+
validator: import(".").JSONSchema;
|
13913
|
+
}[] | undefined;
|
13493
13914
|
} | {
|
13494
13915
|
config: {
|
13495
13916
|
type: "exact" | "fuzzy" | "range";
|
@@ -13511,6 +13932,10 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
|
|
13511
13932
|
conditional: import(".").JSONSchema;
|
13512
13933
|
})[] | undefined;
|
13513
13934
|
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
13935
|
+
validations?: {
|
13936
|
+
message: import("./TranslationConfig").TranslationConfig;
|
13937
|
+
validator: import(".").JSONSchema;
|
13938
|
+
}[] | undefined;
|
13514
13939
|
})[];
|
13515
13940
|
}[];
|
13516
13941
|
dateOfEvent?: {
|