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