@opencrvs/toolkit 1.8.0-rc.faeb298 → 1.8.0-rc.fb261c5
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 +5489 -457
- package/dist/commons/conditionals/conditionals.d.ts +1 -0
- package/dist/commons/conditionals/validate-address.test.d.ts +2 -0
- package/dist/commons/conditionals/validate.d.ts +27 -0
- package/dist/commons/conditionals/validate.test.d.ts +2 -0
- package/dist/commons/events/ActionConfig.d.ts +4174 -1134
- package/dist/commons/events/ActionDocument.d.ts +2147 -71
- package/dist/commons/events/ActionInput.d.ts +3236 -116
- package/dist/commons/events/ActionType.d.ts +6 -1
- package/dist/commons/events/CompositeFieldValue.d.ts +152 -2
- package/dist/commons/events/Draft.d.ts +300 -12
- package/dist/commons/events/EventConfig.d.ts +340 -148
- package/dist/commons/events/EventConfigInput.d.ts +2 -2
- package/dist/commons/events/EventDocument.d.ts +2645 -125
- package/dist/commons/events/FieldConfig.d.ts +139 -59
- package/dist/commons/events/FieldTypeMapping.d.ts +136 -5
- package/dist/commons/events/FieldValue.d.ts +76 -2
- package/dist/commons/events/FormConfig.d.ts +133 -47
- package/dist/commons/events/defineConfig.d.ts +53 -25
- package/dist/commons/events/test.utils.d.ts +164 -16
- package/dist/commons/events/utils.d.ts +144 -4
- package/dist/conditionals/index.js +17 -0
- package/dist/events/index.js +418 -139
- package/package.json +1 -1
@@ -245,10 +245,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
245
245
|
};
|
246
246
|
label: TranslationConfig;
|
247
247
|
pages: ({
|
248
|
+
type: "FORM";
|
248
249
|
id: string;
|
249
250
|
title: TranslationConfig;
|
250
251
|
fields: import("./FieldConfig").Inferred[];
|
251
|
-
type?: "FORM" | undefined;
|
252
252
|
} | {
|
253
253
|
type: "VERIFICATION";
|
254
254
|
id: string;
|
@@ -291,10 +291,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
291
291
|
};
|
292
292
|
label: TranslationConfig;
|
293
293
|
pages: ({
|
294
|
+
type: "FORM";
|
294
295
|
id: string;
|
295
296
|
title: TranslationConfig;
|
296
297
|
fields: import("./FieldConfig").Inferred[];
|
297
|
-
type?: "FORM" | undefined;
|
298
298
|
} | {
|
299
299
|
type: "VERIFICATION";
|
300
300
|
id: string;
|
@@ -321,7 +321,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
321
321
|
draft?: boolean | undefined;
|
322
322
|
} | {
|
323
323
|
type: "REJECT";
|
324
|
-
comment: string;
|
325
324
|
conditionals: ({
|
326
325
|
type: "SHOW";
|
327
326
|
conditional: import(".").JSONSchema;
|
@@ -338,10 +337,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
338
337
|
};
|
339
338
|
label: TranslationConfig;
|
340
339
|
pages: ({
|
340
|
+
type: "FORM";
|
341
341
|
id: string;
|
342
342
|
title: TranslationConfig;
|
343
343
|
fields: import("./FieldConfig").Inferred[];
|
344
|
-
type?: "FORM" | undefined;
|
345
344
|
} | {
|
346
345
|
type: "VERIFICATION";
|
347
346
|
id: string;
|
@@ -365,11 +364,9 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
365
364
|
fields: import("./FieldConfig").Inferred[];
|
366
365
|
};
|
367
366
|
}[];
|
368
|
-
isDuplicate: boolean;
|
369
367
|
draft?: boolean | undefined;
|
370
368
|
} | {
|
371
369
|
type: "MARKED_AS_DUPLICATE";
|
372
|
-
comment: string;
|
373
370
|
conditionals: ({
|
374
371
|
type: "SHOW";
|
375
372
|
conditional: import(".").JSONSchema;
|
@@ -386,10 +383,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
386
383
|
};
|
387
384
|
label: TranslationConfig;
|
388
385
|
pages: ({
|
386
|
+
type: "FORM";
|
389
387
|
id: string;
|
390
388
|
title: TranslationConfig;
|
391
389
|
fields: import("./FieldConfig").Inferred[];
|
392
|
-
type?: "FORM" | undefined;
|
393
390
|
} | {
|
394
391
|
type: "VERIFICATION";
|
395
392
|
id: string;
|
@@ -413,11 +410,9 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
413
410
|
fields: import("./FieldConfig").Inferred[];
|
414
411
|
};
|
415
412
|
}[];
|
416
|
-
duplicates: string[];
|
417
413
|
draft?: boolean | undefined;
|
418
414
|
} | {
|
419
|
-
type: "
|
420
|
-
comment: string;
|
415
|
+
type: "ARCHIVE";
|
421
416
|
conditionals: ({
|
422
417
|
type: "SHOW";
|
423
418
|
conditional: import(".").JSONSchema;
|
@@ -434,10 +429,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
434
429
|
};
|
435
430
|
label: TranslationConfig;
|
436
431
|
pages: ({
|
432
|
+
type: "FORM";
|
437
433
|
id: string;
|
438
434
|
title: TranslationConfig;
|
439
435
|
fields: import("./FieldConfig").Inferred[];
|
440
|
-
type?: "FORM" | undefined;
|
441
436
|
} | {
|
442
437
|
type: "VERIFICATION";
|
443
438
|
id: string;
|
@@ -461,7 +456,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
461
456
|
fields: import("./FieldConfig").Inferred[];
|
462
457
|
};
|
463
458
|
}[];
|
464
|
-
isDuplicate: boolean;
|
465
459
|
draft?: boolean | undefined;
|
466
460
|
} | {
|
467
461
|
type: "REGISTER";
|
@@ -481,10 +475,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
481
475
|
};
|
482
476
|
label: TranslationConfig;
|
483
477
|
pages: ({
|
478
|
+
type: "FORM";
|
484
479
|
id: string;
|
485
480
|
title: TranslationConfig;
|
486
481
|
fields: import("./FieldConfig").Inferred[];
|
487
|
-
type?: "FORM" | undefined;
|
488
482
|
} | {
|
489
483
|
type: "VERIFICATION";
|
490
484
|
id: string;
|
@@ -527,10 +521,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
527
521
|
};
|
528
522
|
label: TranslationConfig;
|
529
523
|
pages: ({
|
524
|
+
type: "FORM";
|
530
525
|
id: string;
|
531
526
|
title: TranslationConfig;
|
532
527
|
fields: import("./FieldConfig").Inferred[];
|
533
|
-
type?: "FORM" | undefined;
|
534
528
|
} | {
|
535
529
|
type: "VERIFICATION";
|
536
530
|
id: string;
|
@@ -573,10 +567,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
573
567
|
};
|
574
568
|
label: TranslationConfig;
|
575
569
|
pages: ({
|
570
|
+
type: "FORM";
|
576
571
|
id: string;
|
577
572
|
title: TranslationConfig;
|
578
573
|
fields: import("./FieldConfig").Inferred[];
|
579
|
-
type?: "FORM" | undefined;
|
580
574
|
} | {
|
581
575
|
type: "VERIFICATION";
|
582
576
|
id: string;
|
@@ -619,10 +613,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
619
613
|
};
|
620
614
|
label: TranslationConfig;
|
621
615
|
pages: ({
|
616
|
+
type: "FORM";
|
622
617
|
id: string;
|
623
618
|
title: TranslationConfig;
|
624
619
|
fields: import("./FieldConfig").Inferred[];
|
625
|
-
type?: "FORM" | undefined;
|
626
620
|
} | {
|
627
621
|
type: "VERIFICATION";
|
628
622
|
id: string;
|
@@ -646,18 +640,52 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
646
640
|
fields: import("./FieldConfig").Inferred[];
|
647
641
|
};
|
648
642
|
}[];
|
649
|
-
onboardingForm: {
|
643
|
+
onboardingForm: ({
|
644
|
+
type: "FORM";
|
650
645
|
id: string;
|
651
646
|
title: TranslationConfig;
|
652
647
|
fields: import("./FieldConfig").Inferred[];
|
653
|
-
|
654
|
-
|
655
|
-
|
648
|
+
} | {
|
649
|
+
type: "VERIFICATION";
|
650
|
+
id: string;
|
651
|
+
title: TranslationConfig;
|
652
|
+
actions: {
|
653
|
+
verify: {
|
654
|
+
label: TranslationConfig;
|
655
|
+
};
|
656
|
+
cancel: {
|
657
|
+
label: TranslationConfig;
|
658
|
+
confirmation: {
|
659
|
+
title: TranslationConfig;
|
660
|
+
body: TranslationConfig;
|
661
|
+
};
|
662
|
+
};
|
663
|
+
};
|
664
|
+
fields: import("./FieldConfig").Inferred[];
|
665
|
+
})[];
|
666
|
+
additionalDetailsForm: ({
|
667
|
+
type: "FORM";
|
656
668
|
id: string;
|
657
669
|
title: TranslationConfig;
|
658
670
|
fields: import("./FieldConfig").Inferred[];
|
659
|
-
|
660
|
-
|
671
|
+
} | {
|
672
|
+
type: "VERIFICATION";
|
673
|
+
id: string;
|
674
|
+
title: TranslationConfig;
|
675
|
+
actions: {
|
676
|
+
verify: {
|
677
|
+
label: TranslationConfig;
|
678
|
+
};
|
679
|
+
cancel: {
|
680
|
+
label: TranslationConfig;
|
681
|
+
confirmation: {
|
682
|
+
title: TranslationConfig;
|
683
|
+
body: TranslationConfig;
|
684
|
+
};
|
685
|
+
};
|
686
|
+
};
|
687
|
+
fields: import("./FieldConfig").Inferred[];
|
688
|
+
})[];
|
661
689
|
draft?: boolean | undefined;
|
662
690
|
} | {
|
663
691
|
type: "REJECT_CORRECTION";
|
@@ -677,10 +705,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
677
705
|
};
|
678
706
|
label: TranslationConfig;
|
679
707
|
pages: ({
|
708
|
+
type: "FORM";
|
680
709
|
id: string;
|
681
710
|
title: TranslationConfig;
|
682
711
|
fields: import("./FieldConfig").Inferred[];
|
683
|
-
type?: "FORM" | undefined;
|
684
712
|
} | {
|
685
713
|
type: "VERIFICATION";
|
686
714
|
id: string;
|
@@ -723,10 +751,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
723
751
|
};
|
724
752
|
label: TranslationConfig;
|
725
753
|
pages: ({
|
754
|
+
type: "FORM";
|
726
755
|
id: string;
|
727
756
|
title: TranslationConfig;
|
728
757
|
fields: import("./FieldConfig").Inferred[];
|
729
|
-
type?: "FORM" | undefined;
|
730
758
|
} | {
|
731
759
|
type: "VERIFICATION";
|
732
760
|
id: string;
|
@@ -769,10 +797,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
769
797
|
};
|
770
798
|
label: TranslationConfig;
|
771
799
|
pages: ({
|
800
|
+
type: "FORM";
|
772
801
|
id: string;
|
773
802
|
title: TranslationConfig;
|
774
803
|
fields: import("./FieldConfig").Inferred[];
|
775
|
-
type?: "FORM" | undefined;
|
776
804
|
} | {
|
777
805
|
type: "VERIFICATION";
|
778
806
|
id: string;
|
@@ -862,7 +890,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
862
890
|
description: string;
|
863
891
|
defaultMessage: string;
|
864
892
|
};
|
865
|
-
fields: import("./FieldConfig").
|
893
|
+
fields: import("./FieldConfig").InferredInput[];
|
866
894
|
type?: "FORM" | undefined;
|
867
895
|
} | {
|
868
896
|
type: "VERIFICATION";
|
@@ -900,7 +928,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
900
928
|
};
|
901
929
|
};
|
902
930
|
};
|
903
|
-
fields: import("./FieldConfig").
|
931
|
+
fields: import("./FieldConfig").InferredInput[];
|
904
932
|
})[];
|
905
933
|
review: {
|
906
934
|
title: {
|
@@ -908,7 +936,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
908
936
|
description: string;
|
909
937
|
defaultMessage: string;
|
910
938
|
};
|
911
|
-
fields: import("./FieldConfig").
|
939
|
+
fields: import("./FieldConfig").InferredInput[];
|
912
940
|
};
|
913
941
|
active?: boolean | undefined;
|
914
942
|
}[];
|
@@ -948,7 +976,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
948
976
|
description: string;
|
949
977
|
defaultMessage: string;
|
950
978
|
};
|
951
|
-
fields: import("./FieldConfig").
|
979
|
+
fields: import("./FieldConfig").InferredInput[];
|
952
980
|
type?: "FORM" | undefined;
|
953
981
|
} | {
|
954
982
|
type: "VERIFICATION";
|
@@ -986,7 +1014,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
986
1014
|
};
|
987
1015
|
};
|
988
1016
|
};
|
989
|
-
fields: import("./FieldConfig").
|
1017
|
+
fields: import("./FieldConfig").InferredInput[];
|
990
1018
|
})[];
|
991
1019
|
review: {
|
992
1020
|
title: {
|
@@ -994,7 +1022,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
994
1022
|
description: string;
|
995
1023
|
defaultMessage: string;
|
996
1024
|
};
|
997
|
-
fields: import("./FieldConfig").
|
1025
|
+
fields: import("./FieldConfig").InferredInput[];
|
998
1026
|
};
|
999
1027
|
active?: boolean | undefined;
|
1000
1028
|
}[];
|
@@ -1008,7 +1036,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1008
1036
|
})[] | undefined;
|
1009
1037
|
} | {
|
1010
1038
|
type: "REJECT";
|
1011
|
-
comment: string;
|
1012
1039
|
label: {
|
1013
1040
|
id: string;
|
1014
1041
|
description: string;
|
@@ -1035,7 +1062,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1035
1062
|
description: string;
|
1036
1063
|
defaultMessage: string;
|
1037
1064
|
};
|
1038
|
-
fields: import("./FieldConfig").
|
1065
|
+
fields: import("./FieldConfig").InferredInput[];
|
1039
1066
|
type?: "FORM" | undefined;
|
1040
1067
|
} | {
|
1041
1068
|
type: "VERIFICATION";
|
@@ -1073,7 +1100,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1073
1100
|
};
|
1074
1101
|
};
|
1075
1102
|
};
|
1076
|
-
fields: import("./FieldConfig").
|
1103
|
+
fields: import("./FieldConfig").InferredInput[];
|
1077
1104
|
})[];
|
1078
1105
|
review: {
|
1079
1106
|
title: {
|
@@ -1081,11 +1108,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1081
1108
|
description: string;
|
1082
1109
|
defaultMessage: string;
|
1083
1110
|
};
|
1084
|
-
fields: import("./FieldConfig").
|
1111
|
+
fields: import("./FieldConfig").InferredInput[];
|
1085
1112
|
};
|
1086
1113
|
active?: boolean | undefined;
|
1087
1114
|
}[];
|
1088
|
-
isDuplicate: boolean;
|
1089
1115
|
draft?: boolean | undefined;
|
1090
1116
|
conditionals?: ({
|
1091
1117
|
type: "SHOW";
|
@@ -1096,7 +1122,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1096
1122
|
})[] | undefined;
|
1097
1123
|
} | {
|
1098
1124
|
type: "MARKED_AS_DUPLICATE";
|
1099
|
-
comment: string;
|
1100
1125
|
label: {
|
1101
1126
|
id: string;
|
1102
1127
|
description: string;
|
@@ -1123,7 +1148,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1123
1148
|
description: string;
|
1124
1149
|
defaultMessage: string;
|
1125
1150
|
};
|
1126
|
-
fields: import("./FieldConfig").
|
1151
|
+
fields: import("./FieldConfig").InferredInput[];
|
1127
1152
|
type?: "FORM" | undefined;
|
1128
1153
|
} | {
|
1129
1154
|
type: "VERIFICATION";
|
@@ -1161,7 +1186,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1161
1186
|
};
|
1162
1187
|
};
|
1163
1188
|
};
|
1164
|
-
fields: import("./FieldConfig").
|
1189
|
+
fields: import("./FieldConfig").InferredInput[];
|
1165
1190
|
})[];
|
1166
1191
|
review: {
|
1167
1192
|
title: {
|
@@ -1169,11 +1194,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1169
1194
|
description: string;
|
1170
1195
|
defaultMessage: string;
|
1171
1196
|
};
|
1172
|
-
fields: import("./FieldConfig").
|
1197
|
+
fields: import("./FieldConfig").InferredInput[];
|
1173
1198
|
};
|
1174
1199
|
active?: boolean | undefined;
|
1175
1200
|
}[];
|
1176
|
-
duplicates: string[];
|
1177
1201
|
draft?: boolean | undefined;
|
1178
1202
|
conditionals?: ({
|
1179
1203
|
type: "SHOW";
|
@@ -1183,8 +1207,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1183
1207
|
conditional: import(".").JSONSchema;
|
1184
1208
|
})[] | undefined;
|
1185
1209
|
} | {
|
1186
|
-
type: "
|
1187
|
-
comment: string;
|
1210
|
+
type: "ARCHIVE";
|
1188
1211
|
label: {
|
1189
1212
|
id: string;
|
1190
1213
|
description: string;
|
@@ -1211,7 +1234,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1211
1234
|
description: string;
|
1212
1235
|
defaultMessage: string;
|
1213
1236
|
};
|
1214
|
-
fields: import("./FieldConfig").
|
1237
|
+
fields: import("./FieldConfig").InferredInput[];
|
1215
1238
|
type?: "FORM" | undefined;
|
1216
1239
|
} | {
|
1217
1240
|
type: "VERIFICATION";
|
@@ -1249,7 +1272,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1249
1272
|
};
|
1250
1273
|
};
|
1251
1274
|
};
|
1252
|
-
fields: import("./FieldConfig").
|
1275
|
+
fields: import("./FieldConfig").InferredInput[];
|
1253
1276
|
})[];
|
1254
1277
|
review: {
|
1255
1278
|
title: {
|
@@ -1257,11 +1280,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1257
1280
|
description: string;
|
1258
1281
|
defaultMessage: string;
|
1259
1282
|
};
|
1260
|
-
fields: import("./FieldConfig").
|
1283
|
+
fields: import("./FieldConfig").InferredInput[];
|
1261
1284
|
};
|
1262
1285
|
active?: boolean | undefined;
|
1263
1286
|
}[];
|
1264
|
-
isDuplicate: boolean;
|
1265
1287
|
draft?: boolean | undefined;
|
1266
1288
|
conditionals?: ({
|
1267
1289
|
type: "SHOW";
|
@@ -1298,7 +1320,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1298
1320
|
description: string;
|
1299
1321
|
defaultMessage: string;
|
1300
1322
|
};
|
1301
|
-
fields: import("./FieldConfig").
|
1323
|
+
fields: import("./FieldConfig").InferredInput[];
|
1302
1324
|
type?: "FORM" | undefined;
|
1303
1325
|
} | {
|
1304
1326
|
type: "VERIFICATION";
|
@@ -1336,7 +1358,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1336
1358
|
};
|
1337
1359
|
};
|
1338
1360
|
};
|
1339
|
-
fields: import("./FieldConfig").
|
1361
|
+
fields: import("./FieldConfig").InferredInput[];
|
1340
1362
|
})[];
|
1341
1363
|
review: {
|
1342
1364
|
title: {
|
@@ -1344,7 +1366,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1344
1366
|
description: string;
|
1345
1367
|
defaultMessage: string;
|
1346
1368
|
};
|
1347
|
-
fields: import("./FieldConfig").
|
1369
|
+
fields: import("./FieldConfig").InferredInput[];
|
1348
1370
|
};
|
1349
1371
|
active?: boolean | undefined;
|
1350
1372
|
}[];
|
@@ -1384,7 +1406,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1384
1406
|
description: string;
|
1385
1407
|
defaultMessage: string;
|
1386
1408
|
};
|
1387
|
-
fields: import("./FieldConfig").
|
1409
|
+
fields: import("./FieldConfig").InferredInput[];
|
1388
1410
|
type?: "FORM" | undefined;
|
1389
1411
|
} | {
|
1390
1412
|
type: "VERIFICATION";
|
@@ -1422,7 +1444,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1422
1444
|
};
|
1423
1445
|
};
|
1424
1446
|
};
|
1425
|
-
fields: import("./FieldConfig").
|
1447
|
+
fields: import("./FieldConfig").InferredInput[];
|
1426
1448
|
})[];
|
1427
1449
|
review: {
|
1428
1450
|
title: {
|
@@ -1430,7 +1452,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1430
1452
|
description: string;
|
1431
1453
|
defaultMessage: string;
|
1432
1454
|
};
|
1433
|
-
fields: import("./FieldConfig").
|
1455
|
+
fields: import("./FieldConfig").InferredInput[];
|
1434
1456
|
};
|
1435
1457
|
active?: boolean | undefined;
|
1436
1458
|
}[];
|
@@ -1470,7 +1492,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1470
1492
|
description: string;
|
1471
1493
|
defaultMessage: string;
|
1472
1494
|
};
|
1473
|
-
fields: import("./FieldConfig").
|
1495
|
+
fields: import("./FieldConfig").InferredInput[];
|
1474
1496
|
type?: "FORM" | undefined;
|
1475
1497
|
} | {
|
1476
1498
|
type: "VERIFICATION";
|
@@ -1508,7 +1530,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1508
1530
|
};
|
1509
1531
|
};
|
1510
1532
|
};
|
1511
|
-
fields: import("./FieldConfig").
|
1533
|
+
fields: import("./FieldConfig").InferredInput[];
|
1512
1534
|
})[];
|
1513
1535
|
review: {
|
1514
1536
|
title: {
|
@@ -1516,7 +1538,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1516
1538
|
description: string;
|
1517
1539
|
defaultMessage: string;
|
1518
1540
|
};
|
1519
|
-
fields: import("./FieldConfig").
|
1541
|
+
fields: import("./FieldConfig").InferredInput[];
|
1520
1542
|
};
|
1521
1543
|
active?: boolean | undefined;
|
1522
1544
|
}[];
|
@@ -1556,7 +1578,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1556
1578
|
description: string;
|
1557
1579
|
defaultMessage: string;
|
1558
1580
|
};
|
1559
|
-
fields: import("./FieldConfig").
|
1581
|
+
fields: import("./FieldConfig").InferredInput[];
|
1560
1582
|
type?: "FORM" | undefined;
|
1561
1583
|
} | {
|
1562
1584
|
type: "VERIFICATION";
|
@@ -1594,7 +1616,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1594
1616
|
};
|
1595
1617
|
};
|
1596
1618
|
};
|
1597
|
-
fields: import("./FieldConfig").
|
1619
|
+
fields: import("./FieldConfig").InferredInput[];
|
1598
1620
|
})[];
|
1599
1621
|
review: {
|
1600
1622
|
title: {
|
@@ -1602,30 +1624,104 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1602
1624
|
description: string;
|
1603
1625
|
defaultMessage: string;
|
1604
1626
|
};
|
1605
|
-
fields: import("./FieldConfig").
|
1627
|
+
fields: import("./FieldConfig").InferredInput[];
|
1606
1628
|
};
|
1607
1629
|
active?: boolean | undefined;
|
1608
1630
|
}[];
|
1609
|
-
onboardingForm: {
|
1631
|
+
onboardingForm: ({
|
1610
1632
|
id: string;
|
1611
1633
|
title: {
|
1612
1634
|
id: string;
|
1613
1635
|
description: string;
|
1614
1636
|
defaultMessage: string;
|
1615
1637
|
};
|
1616
|
-
fields: import("./FieldConfig").
|
1638
|
+
fields: import("./FieldConfig").InferredInput[];
|
1617
1639
|
type?: "FORM" | undefined;
|
1618
|
-
}
|
1619
|
-
|
1640
|
+
} | {
|
1641
|
+
type: "VERIFICATION";
|
1620
1642
|
id: string;
|
1621
1643
|
title: {
|
1622
1644
|
id: string;
|
1623
1645
|
description: string;
|
1624
1646
|
defaultMessage: string;
|
1625
1647
|
};
|
1626
|
-
|
1648
|
+
actions: {
|
1649
|
+
verify: {
|
1650
|
+
label: {
|
1651
|
+
id: string;
|
1652
|
+
description: string;
|
1653
|
+
defaultMessage: string;
|
1654
|
+
};
|
1655
|
+
};
|
1656
|
+
cancel: {
|
1657
|
+
label: {
|
1658
|
+
id: string;
|
1659
|
+
description: string;
|
1660
|
+
defaultMessage: string;
|
1661
|
+
};
|
1662
|
+
confirmation: {
|
1663
|
+
title: {
|
1664
|
+
id: string;
|
1665
|
+
description: string;
|
1666
|
+
defaultMessage: string;
|
1667
|
+
};
|
1668
|
+
body: {
|
1669
|
+
id: string;
|
1670
|
+
description: string;
|
1671
|
+
defaultMessage: string;
|
1672
|
+
};
|
1673
|
+
};
|
1674
|
+
};
|
1675
|
+
};
|
1676
|
+
fields: import("./FieldConfig").InferredInput[];
|
1677
|
+
})[];
|
1678
|
+
additionalDetailsForm: ({
|
1679
|
+
id: string;
|
1680
|
+
title: {
|
1681
|
+
id: string;
|
1682
|
+
description: string;
|
1683
|
+
defaultMessage: string;
|
1684
|
+
};
|
1685
|
+
fields: import("./FieldConfig").InferredInput[];
|
1627
1686
|
type?: "FORM" | undefined;
|
1628
|
-
}
|
1687
|
+
} | {
|
1688
|
+
type: "VERIFICATION";
|
1689
|
+
id: string;
|
1690
|
+
title: {
|
1691
|
+
id: string;
|
1692
|
+
description: string;
|
1693
|
+
defaultMessage: string;
|
1694
|
+
};
|
1695
|
+
actions: {
|
1696
|
+
verify: {
|
1697
|
+
label: {
|
1698
|
+
id: string;
|
1699
|
+
description: string;
|
1700
|
+
defaultMessage: string;
|
1701
|
+
};
|
1702
|
+
};
|
1703
|
+
cancel: {
|
1704
|
+
label: {
|
1705
|
+
id: string;
|
1706
|
+
description: string;
|
1707
|
+
defaultMessage: string;
|
1708
|
+
};
|
1709
|
+
confirmation: {
|
1710
|
+
title: {
|
1711
|
+
id: string;
|
1712
|
+
description: string;
|
1713
|
+
defaultMessage: string;
|
1714
|
+
};
|
1715
|
+
body: {
|
1716
|
+
id: string;
|
1717
|
+
description: string;
|
1718
|
+
defaultMessage: string;
|
1719
|
+
};
|
1720
|
+
};
|
1721
|
+
};
|
1722
|
+
};
|
1723
|
+
fields: import("./FieldConfig").InferredInput[];
|
1724
|
+
})[];
|
1629
1725
|
draft?: boolean | undefined;
|
1630
1726
|
conditionals?: ({
|
1631
1727
|
type: "SHOW";
|
@@ -1662,7 +1758,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1662
1758
|
description: string;
|
1663
1759
|
defaultMessage: string;
|
1664
1760
|
};
|
1665
|
-
fields: import("./FieldConfig").
|
1761
|
+
fields: import("./FieldConfig").InferredInput[];
|
1666
1762
|
type?: "FORM" | undefined;
|
1667
1763
|
} | {
|
1668
1764
|
type: "VERIFICATION";
|
@@ -1700,7 +1796,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1700
1796
|
};
|
1701
1797
|
};
|
1702
1798
|
};
|
1703
|
-
fields: import("./FieldConfig").
|
1799
|
+
fields: import("./FieldConfig").InferredInput[];
|
1704
1800
|
})[];
|
1705
1801
|
review: {
|
1706
1802
|
title: {
|
@@ -1708,7 +1804,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1708
1804
|
description: string;
|
1709
1805
|
defaultMessage: string;
|
1710
1806
|
};
|
1711
|
-
fields: import("./FieldConfig").
|
1807
|
+
fields: import("./FieldConfig").InferredInput[];
|
1712
1808
|
};
|
1713
1809
|
active?: boolean | undefined;
|
1714
1810
|
}[];
|
@@ -1748,7 +1844,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1748
1844
|
description: string;
|
1749
1845
|
defaultMessage: string;
|
1750
1846
|
};
|
1751
|
-
fields: import("./FieldConfig").
|
1847
|
+
fields: import("./FieldConfig").InferredInput[];
|
1752
1848
|
type?: "FORM" | undefined;
|
1753
1849
|
} | {
|
1754
1850
|
type: "VERIFICATION";
|
@@ -1786,7 +1882,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1786
1882
|
};
|
1787
1883
|
};
|
1788
1884
|
};
|
1789
|
-
fields: import("./FieldConfig").
|
1885
|
+
fields: import("./FieldConfig").InferredInput[];
|
1790
1886
|
})[];
|
1791
1887
|
review: {
|
1792
1888
|
title: {
|
@@ -1794,7 +1890,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1794
1890
|
description: string;
|
1795
1891
|
defaultMessage: string;
|
1796
1892
|
};
|
1797
|
-
fields: import("./FieldConfig").
|
1893
|
+
fields: import("./FieldConfig").InferredInput[];
|
1798
1894
|
};
|
1799
1895
|
active?: boolean | undefined;
|
1800
1896
|
}[];
|
@@ -1834,7 +1930,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1834
1930
|
description: string;
|
1835
1931
|
defaultMessage: string;
|
1836
1932
|
};
|
1837
|
-
fields: import("./FieldConfig").
|
1933
|
+
fields: import("./FieldConfig").InferredInput[];
|
1838
1934
|
type?: "FORM" | undefined;
|
1839
1935
|
} | {
|
1840
1936
|
type: "VERIFICATION";
|
@@ -1872,7 +1968,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1872
1968
|
};
|
1873
1969
|
};
|
1874
1970
|
};
|
1875
|
-
fields: import("./FieldConfig").
|
1971
|
+
fields: import("./FieldConfig").InferredInput[];
|
1876
1972
|
})[];
|
1877
1973
|
review: {
|
1878
1974
|
title: {
|
@@ -1880,7 +1976,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1880
1976
|
description: string;
|
1881
1977
|
defaultMessage: string;
|
1882
1978
|
};
|
1883
|
-
fields: import("./FieldConfig").
|
1979
|
+
fields: import("./FieldConfig").InferredInput[];
|
1884
1980
|
};
|
1885
1981
|
active?: boolean | undefined;
|
1886
1982
|
}[];
|
@@ -1979,10 +2075,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1979
2075
|
};
|
1980
2076
|
label: TranslationConfig;
|
1981
2077
|
pages: ({
|
2078
|
+
type: "FORM";
|
1982
2079
|
id: string;
|
1983
2080
|
title: TranslationConfig;
|
1984
2081
|
fields: import("./FieldConfig").Inferred[];
|
1985
|
-
type?: "FORM" | undefined;
|
1986
2082
|
} | {
|
1987
2083
|
type: "VERIFICATION";
|
1988
2084
|
id: string;
|
@@ -2025,10 +2121,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2025
2121
|
};
|
2026
2122
|
label: TranslationConfig;
|
2027
2123
|
pages: ({
|
2124
|
+
type: "FORM";
|
2028
2125
|
id: string;
|
2029
2126
|
title: TranslationConfig;
|
2030
2127
|
fields: import("./FieldConfig").Inferred[];
|
2031
|
-
type?: "FORM" | undefined;
|
2032
2128
|
} | {
|
2033
2129
|
type: "VERIFICATION";
|
2034
2130
|
id: string;
|
@@ -2055,7 +2151,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2055
2151
|
draft?: boolean | undefined;
|
2056
2152
|
} | {
|
2057
2153
|
type: "REJECT";
|
2058
|
-
comment: string;
|
2059
2154
|
conditionals: ({
|
2060
2155
|
type: "SHOW";
|
2061
2156
|
conditional: import(".").JSONSchema;
|
@@ -2072,10 +2167,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2072
2167
|
};
|
2073
2168
|
label: TranslationConfig;
|
2074
2169
|
pages: ({
|
2170
|
+
type: "FORM";
|
2075
2171
|
id: string;
|
2076
2172
|
title: TranslationConfig;
|
2077
2173
|
fields: import("./FieldConfig").Inferred[];
|
2078
|
-
type?: "FORM" | undefined;
|
2079
2174
|
} | {
|
2080
2175
|
type: "VERIFICATION";
|
2081
2176
|
id: string;
|
@@ -2099,11 +2194,9 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2099
2194
|
fields: import("./FieldConfig").Inferred[];
|
2100
2195
|
};
|
2101
2196
|
}[];
|
2102
|
-
isDuplicate: boolean;
|
2103
2197
|
draft?: boolean | undefined;
|
2104
2198
|
} | {
|
2105
2199
|
type: "MARKED_AS_DUPLICATE";
|
2106
|
-
comment: string;
|
2107
2200
|
conditionals: ({
|
2108
2201
|
type: "SHOW";
|
2109
2202
|
conditional: import(".").JSONSchema;
|
@@ -2120,10 +2213,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2120
2213
|
};
|
2121
2214
|
label: TranslationConfig;
|
2122
2215
|
pages: ({
|
2216
|
+
type: "FORM";
|
2123
2217
|
id: string;
|
2124
2218
|
title: TranslationConfig;
|
2125
2219
|
fields: import("./FieldConfig").Inferred[];
|
2126
|
-
type?: "FORM" | undefined;
|
2127
2220
|
} | {
|
2128
2221
|
type: "VERIFICATION";
|
2129
2222
|
id: string;
|
@@ -2147,11 +2240,9 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2147
2240
|
fields: import("./FieldConfig").Inferred[];
|
2148
2241
|
};
|
2149
2242
|
}[];
|
2150
|
-
duplicates: string[];
|
2151
2243
|
draft?: boolean | undefined;
|
2152
2244
|
} | {
|
2153
|
-
type: "
|
2154
|
-
comment: string;
|
2245
|
+
type: "ARCHIVE";
|
2155
2246
|
conditionals: ({
|
2156
2247
|
type: "SHOW";
|
2157
2248
|
conditional: import(".").JSONSchema;
|
@@ -2168,10 +2259,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2168
2259
|
};
|
2169
2260
|
label: TranslationConfig;
|
2170
2261
|
pages: ({
|
2262
|
+
type: "FORM";
|
2171
2263
|
id: string;
|
2172
2264
|
title: TranslationConfig;
|
2173
2265
|
fields: import("./FieldConfig").Inferred[];
|
2174
|
-
type?: "FORM" | undefined;
|
2175
2266
|
} | {
|
2176
2267
|
type: "VERIFICATION";
|
2177
2268
|
id: string;
|
@@ -2195,7 +2286,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2195
2286
|
fields: import("./FieldConfig").Inferred[];
|
2196
2287
|
};
|
2197
2288
|
}[];
|
2198
|
-
isDuplicate: boolean;
|
2199
2289
|
draft?: boolean | undefined;
|
2200
2290
|
} | {
|
2201
2291
|
type: "REGISTER";
|
@@ -2215,10 +2305,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2215
2305
|
};
|
2216
2306
|
label: TranslationConfig;
|
2217
2307
|
pages: ({
|
2308
|
+
type: "FORM";
|
2218
2309
|
id: string;
|
2219
2310
|
title: TranslationConfig;
|
2220
2311
|
fields: import("./FieldConfig").Inferred[];
|
2221
|
-
type?: "FORM" | undefined;
|
2222
2312
|
} | {
|
2223
2313
|
type: "VERIFICATION";
|
2224
2314
|
id: string;
|
@@ -2261,10 +2351,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2261
2351
|
};
|
2262
2352
|
label: TranslationConfig;
|
2263
2353
|
pages: ({
|
2354
|
+
type: "FORM";
|
2264
2355
|
id: string;
|
2265
2356
|
title: TranslationConfig;
|
2266
2357
|
fields: import("./FieldConfig").Inferred[];
|
2267
|
-
type?: "FORM" | undefined;
|
2268
2358
|
} | {
|
2269
2359
|
type: "VERIFICATION";
|
2270
2360
|
id: string;
|
@@ -2307,10 +2397,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2307
2397
|
};
|
2308
2398
|
label: TranslationConfig;
|
2309
2399
|
pages: ({
|
2400
|
+
type: "FORM";
|
2310
2401
|
id: string;
|
2311
2402
|
title: TranslationConfig;
|
2312
2403
|
fields: import("./FieldConfig").Inferred[];
|
2313
|
-
type?: "FORM" | undefined;
|
2314
2404
|
} | {
|
2315
2405
|
type: "VERIFICATION";
|
2316
2406
|
id: string;
|
@@ -2353,10 +2443,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2353
2443
|
};
|
2354
2444
|
label: TranslationConfig;
|
2355
2445
|
pages: ({
|
2446
|
+
type: "FORM";
|
2356
2447
|
id: string;
|
2357
2448
|
title: TranslationConfig;
|
2358
2449
|
fields: import("./FieldConfig").Inferred[];
|
2359
|
-
type?: "FORM" | undefined;
|
2360
2450
|
} | {
|
2361
2451
|
type: "VERIFICATION";
|
2362
2452
|
id: string;
|
@@ -2380,18 +2470,52 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2380
2470
|
fields: import("./FieldConfig").Inferred[];
|
2381
2471
|
};
|
2382
2472
|
}[];
|
2383
|
-
onboardingForm: {
|
2473
|
+
onboardingForm: ({
|
2474
|
+
type: "FORM";
|
2384
2475
|
id: string;
|
2385
2476
|
title: TranslationConfig;
|
2386
2477
|
fields: import("./FieldConfig").Inferred[];
|
2387
|
-
|
2388
|
-
|
2389
|
-
|
2478
|
+
} | {
|
2479
|
+
type: "VERIFICATION";
|
2480
|
+
id: string;
|
2481
|
+
title: TranslationConfig;
|
2482
|
+
actions: {
|
2483
|
+
verify: {
|
2484
|
+
label: TranslationConfig;
|
2485
|
+
};
|
2486
|
+
cancel: {
|
2487
|
+
label: TranslationConfig;
|
2488
|
+
confirmation: {
|
2489
|
+
title: TranslationConfig;
|
2490
|
+
body: TranslationConfig;
|
2491
|
+
};
|
2492
|
+
};
|
2493
|
+
};
|
2494
|
+
fields: import("./FieldConfig").Inferred[];
|
2495
|
+
})[];
|
2496
|
+
additionalDetailsForm: ({
|
2497
|
+
type: "FORM";
|
2390
2498
|
id: string;
|
2391
2499
|
title: TranslationConfig;
|
2392
2500
|
fields: import("./FieldConfig").Inferred[];
|
2393
|
-
|
2394
|
-
|
2501
|
+
} | {
|
2502
|
+
type: "VERIFICATION";
|
2503
|
+
id: string;
|
2504
|
+
title: TranslationConfig;
|
2505
|
+
actions: {
|
2506
|
+
verify: {
|
2507
|
+
label: TranslationConfig;
|
2508
|
+
};
|
2509
|
+
cancel: {
|
2510
|
+
label: TranslationConfig;
|
2511
|
+
confirmation: {
|
2512
|
+
title: TranslationConfig;
|
2513
|
+
body: TranslationConfig;
|
2514
|
+
};
|
2515
|
+
};
|
2516
|
+
};
|
2517
|
+
fields: import("./FieldConfig").Inferred[];
|
2518
|
+
})[];
|
2395
2519
|
draft?: boolean | undefined;
|
2396
2520
|
} | {
|
2397
2521
|
type: "REJECT_CORRECTION";
|
@@ -2411,10 +2535,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2411
2535
|
};
|
2412
2536
|
label: TranslationConfig;
|
2413
2537
|
pages: ({
|
2538
|
+
type: "FORM";
|
2414
2539
|
id: string;
|
2415
2540
|
title: TranslationConfig;
|
2416
2541
|
fields: import("./FieldConfig").Inferred[];
|
2417
|
-
type?: "FORM" | undefined;
|
2418
2542
|
} | {
|
2419
2543
|
type: "VERIFICATION";
|
2420
2544
|
id: string;
|
@@ -2457,10 +2581,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2457
2581
|
};
|
2458
2582
|
label: TranslationConfig;
|
2459
2583
|
pages: ({
|
2584
|
+
type: "FORM";
|
2460
2585
|
id: string;
|
2461
2586
|
title: TranslationConfig;
|
2462
2587
|
fields: import("./FieldConfig").Inferred[];
|
2463
|
-
type?: "FORM" | undefined;
|
2464
2588
|
} | {
|
2465
2589
|
type: "VERIFICATION";
|
2466
2590
|
id: string;
|
@@ -2503,10 +2627,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2503
2627
|
};
|
2504
2628
|
label: TranslationConfig;
|
2505
2629
|
pages: ({
|
2630
|
+
type: "FORM";
|
2506
2631
|
id: string;
|
2507
2632
|
title: TranslationConfig;
|
2508
2633
|
fields: import("./FieldConfig").Inferred[];
|
2509
|
-
type?: "FORM" | undefined;
|
2510
2634
|
} | {
|
2511
2635
|
type: "VERIFICATION";
|
2512
2636
|
id: string;
|
@@ -2596,7 +2720,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2596
2720
|
description: string;
|
2597
2721
|
defaultMessage: string;
|
2598
2722
|
};
|
2599
|
-
fields: import("./FieldConfig").
|
2723
|
+
fields: import("./FieldConfig").InferredInput[];
|
2600
2724
|
type?: "FORM" | undefined;
|
2601
2725
|
} | {
|
2602
2726
|
type: "VERIFICATION";
|
@@ -2634,7 +2758,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2634
2758
|
};
|
2635
2759
|
};
|
2636
2760
|
};
|
2637
|
-
fields: import("./FieldConfig").
|
2761
|
+
fields: import("./FieldConfig").InferredInput[];
|
2638
2762
|
})[];
|
2639
2763
|
review: {
|
2640
2764
|
title: {
|
@@ -2642,7 +2766,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2642
2766
|
description: string;
|
2643
2767
|
defaultMessage: string;
|
2644
2768
|
};
|
2645
|
-
fields: import("./FieldConfig").
|
2769
|
+
fields: import("./FieldConfig").InferredInput[];
|
2646
2770
|
};
|
2647
2771
|
active?: boolean | undefined;
|
2648
2772
|
}[];
|
@@ -2682,7 +2806,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2682
2806
|
description: string;
|
2683
2807
|
defaultMessage: string;
|
2684
2808
|
};
|
2685
|
-
fields: import("./FieldConfig").
|
2809
|
+
fields: import("./FieldConfig").InferredInput[];
|
2686
2810
|
type?: "FORM" | undefined;
|
2687
2811
|
} | {
|
2688
2812
|
type: "VERIFICATION";
|
@@ -2720,7 +2844,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2720
2844
|
};
|
2721
2845
|
};
|
2722
2846
|
};
|
2723
|
-
fields: import("./FieldConfig").
|
2847
|
+
fields: import("./FieldConfig").InferredInput[];
|
2724
2848
|
})[];
|
2725
2849
|
review: {
|
2726
2850
|
title: {
|
@@ -2728,7 +2852,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2728
2852
|
description: string;
|
2729
2853
|
defaultMessage: string;
|
2730
2854
|
};
|
2731
|
-
fields: import("./FieldConfig").
|
2855
|
+
fields: import("./FieldConfig").InferredInput[];
|
2732
2856
|
};
|
2733
2857
|
active?: boolean | undefined;
|
2734
2858
|
}[];
|
@@ -2742,7 +2866,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2742
2866
|
})[] | undefined;
|
2743
2867
|
} | {
|
2744
2868
|
type: "REJECT";
|
2745
|
-
comment: string;
|
2746
2869
|
label: {
|
2747
2870
|
id: string;
|
2748
2871
|
description: string;
|
@@ -2769,7 +2892,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2769
2892
|
description: string;
|
2770
2893
|
defaultMessage: string;
|
2771
2894
|
};
|
2772
|
-
fields: import("./FieldConfig").
|
2895
|
+
fields: import("./FieldConfig").InferredInput[];
|
2773
2896
|
type?: "FORM" | undefined;
|
2774
2897
|
} | {
|
2775
2898
|
type: "VERIFICATION";
|
@@ -2807,7 +2930,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2807
2930
|
};
|
2808
2931
|
};
|
2809
2932
|
};
|
2810
|
-
fields: import("./FieldConfig").
|
2933
|
+
fields: import("./FieldConfig").InferredInput[];
|
2811
2934
|
})[];
|
2812
2935
|
review: {
|
2813
2936
|
title: {
|
@@ -2815,11 +2938,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2815
2938
|
description: string;
|
2816
2939
|
defaultMessage: string;
|
2817
2940
|
};
|
2818
|
-
fields: import("./FieldConfig").
|
2941
|
+
fields: import("./FieldConfig").InferredInput[];
|
2819
2942
|
};
|
2820
2943
|
active?: boolean | undefined;
|
2821
2944
|
}[];
|
2822
|
-
isDuplicate: boolean;
|
2823
2945
|
draft?: boolean | undefined;
|
2824
2946
|
conditionals?: ({
|
2825
2947
|
type: "SHOW";
|
@@ -2830,7 +2952,6 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2830
2952
|
})[] | undefined;
|
2831
2953
|
} | {
|
2832
2954
|
type: "MARKED_AS_DUPLICATE";
|
2833
|
-
comment: string;
|
2834
2955
|
label: {
|
2835
2956
|
id: string;
|
2836
2957
|
description: string;
|
@@ -2857,7 +2978,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2857
2978
|
description: string;
|
2858
2979
|
defaultMessage: string;
|
2859
2980
|
};
|
2860
|
-
fields: import("./FieldConfig").
|
2981
|
+
fields: import("./FieldConfig").InferredInput[];
|
2861
2982
|
type?: "FORM" | undefined;
|
2862
2983
|
} | {
|
2863
2984
|
type: "VERIFICATION";
|
@@ -2895,7 +3016,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2895
3016
|
};
|
2896
3017
|
};
|
2897
3018
|
};
|
2898
|
-
fields: import("./FieldConfig").
|
3019
|
+
fields: import("./FieldConfig").InferredInput[];
|
2899
3020
|
})[];
|
2900
3021
|
review: {
|
2901
3022
|
title: {
|
@@ -2903,11 +3024,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2903
3024
|
description: string;
|
2904
3025
|
defaultMessage: string;
|
2905
3026
|
};
|
2906
|
-
fields: import("./FieldConfig").
|
3027
|
+
fields: import("./FieldConfig").InferredInput[];
|
2907
3028
|
};
|
2908
3029
|
active?: boolean | undefined;
|
2909
3030
|
}[];
|
2910
|
-
duplicates: string[];
|
2911
3031
|
draft?: boolean | undefined;
|
2912
3032
|
conditionals?: ({
|
2913
3033
|
type: "SHOW";
|
@@ -2917,8 +3037,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2917
3037
|
conditional: import(".").JSONSchema;
|
2918
3038
|
})[] | undefined;
|
2919
3039
|
} | {
|
2920
|
-
type: "
|
2921
|
-
comment: string;
|
3040
|
+
type: "ARCHIVE";
|
2922
3041
|
label: {
|
2923
3042
|
id: string;
|
2924
3043
|
description: string;
|
@@ -2945,7 +3064,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2945
3064
|
description: string;
|
2946
3065
|
defaultMessage: string;
|
2947
3066
|
};
|
2948
|
-
fields: import("./FieldConfig").
|
3067
|
+
fields: import("./FieldConfig").InferredInput[];
|
2949
3068
|
type?: "FORM" | undefined;
|
2950
3069
|
} | {
|
2951
3070
|
type: "VERIFICATION";
|
@@ -2983,7 +3102,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2983
3102
|
};
|
2984
3103
|
};
|
2985
3104
|
};
|
2986
|
-
fields: import("./FieldConfig").
|
3105
|
+
fields: import("./FieldConfig").InferredInput[];
|
2987
3106
|
})[];
|
2988
3107
|
review: {
|
2989
3108
|
title: {
|
@@ -2991,11 +3110,10 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2991
3110
|
description: string;
|
2992
3111
|
defaultMessage: string;
|
2993
3112
|
};
|
2994
|
-
fields: import("./FieldConfig").
|
3113
|
+
fields: import("./FieldConfig").InferredInput[];
|
2995
3114
|
};
|
2996
3115
|
active?: boolean | undefined;
|
2997
3116
|
}[];
|
2998
|
-
isDuplicate: boolean;
|
2999
3117
|
draft?: boolean | undefined;
|
3000
3118
|
conditionals?: ({
|
3001
3119
|
type: "SHOW";
|
@@ -3032,7 +3150,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3032
3150
|
description: string;
|
3033
3151
|
defaultMessage: string;
|
3034
3152
|
};
|
3035
|
-
fields: import("./FieldConfig").
|
3153
|
+
fields: import("./FieldConfig").InferredInput[];
|
3036
3154
|
type?: "FORM" | undefined;
|
3037
3155
|
} | {
|
3038
3156
|
type: "VERIFICATION";
|
@@ -3070,7 +3188,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3070
3188
|
};
|
3071
3189
|
};
|
3072
3190
|
};
|
3073
|
-
fields: import("./FieldConfig").
|
3191
|
+
fields: import("./FieldConfig").InferredInput[];
|
3074
3192
|
})[];
|
3075
3193
|
review: {
|
3076
3194
|
title: {
|
@@ -3078,7 +3196,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3078
3196
|
description: string;
|
3079
3197
|
defaultMessage: string;
|
3080
3198
|
};
|
3081
|
-
fields: import("./FieldConfig").
|
3199
|
+
fields: import("./FieldConfig").InferredInput[];
|
3082
3200
|
};
|
3083
3201
|
active?: boolean | undefined;
|
3084
3202
|
}[];
|
@@ -3118,7 +3236,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3118
3236
|
description: string;
|
3119
3237
|
defaultMessage: string;
|
3120
3238
|
};
|
3121
|
-
fields: import("./FieldConfig").
|
3239
|
+
fields: import("./FieldConfig").InferredInput[];
|
3122
3240
|
type?: "FORM" | undefined;
|
3123
3241
|
} | {
|
3124
3242
|
type: "VERIFICATION";
|
@@ -3156,7 +3274,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3156
3274
|
};
|
3157
3275
|
};
|
3158
3276
|
};
|
3159
|
-
fields: import("./FieldConfig").
|
3277
|
+
fields: import("./FieldConfig").InferredInput[];
|
3160
3278
|
})[];
|
3161
3279
|
review: {
|
3162
3280
|
title: {
|
@@ -3164,7 +3282,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3164
3282
|
description: string;
|
3165
3283
|
defaultMessage: string;
|
3166
3284
|
};
|
3167
|
-
fields: import("./FieldConfig").
|
3285
|
+
fields: import("./FieldConfig").InferredInput[];
|
3168
3286
|
};
|
3169
3287
|
active?: boolean | undefined;
|
3170
3288
|
}[];
|
@@ -3204,7 +3322,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3204
3322
|
description: string;
|
3205
3323
|
defaultMessage: string;
|
3206
3324
|
};
|
3207
|
-
fields: import("./FieldConfig").
|
3325
|
+
fields: import("./FieldConfig").InferredInput[];
|
3208
3326
|
type?: "FORM" | undefined;
|
3209
3327
|
} | {
|
3210
3328
|
type: "VERIFICATION";
|
@@ -3242,7 +3360,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3242
3360
|
};
|
3243
3361
|
};
|
3244
3362
|
};
|
3245
|
-
fields: import("./FieldConfig").
|
3363
|
+
fields: import("./FieldConfig").InferredInput[];
|
3246
3364
|
})[];
|
3247
3365
|
review: {
|
3248
3366
|
title: {
|
@@ -3250,7 +3368,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3250
3368
|
description: string;
|
3251
3369
|
defaultMessage: string;
|
3252
3370
|
};
|
3253
|
-
fields: import("./FieldConfig").
|
3371
|
+
fields: import("./FieldConfig").InferredInput[];
|
3254
3372
|
};
|
3255
3373
|
active?: boolean | undefined;
|
3256
3374
|
}[];
|
@@ -3290,7 +3408,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3290
3408
|
description: string;
|
3291
3409
|
defaultMessage: string;
|
3292
3410
|
};
|
3293
|
-
fields: import("./FieldConfig").
|
3411
|
+
fields: import("./FieldConfig").InferredInput[];
|
3294
3412
|
type?: "FORM" | undefined;
|
3295
3413
|
} | {
|
3296
3414
|
type: "VERIFICATION";
|
@@ -3328,7 +3446,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3328
3446
|
};
|
3329
3447
|
};
|
3330
3448
|
};
|
3331
|
-
fields: import("./FieldConfig").
|
3449
|
+
fields: import("./FieldConfig").InferredInput[];
|
3332
3450
|
})[];
|
3333
3451
|
review: {
|
3334
3452
|
title: {
|
@@ -3336,30 +3454,104 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3336
3454
|
description: string;
|
3337
3455
|
defaultMessage: string;
|
3338
3456
|
};
|
3339
|
-
fields: import("./FieldConfig").
|
3457
|
+
fields: import("./FieldConfig").InferredInput[];
|
3340
3458
|
};
|
3341
3459
|
active?: boolean | undefined;
|
3342
3460
|
}[];
|
3343
|
-
onboardingForm: {
|
3461
|
+
onboardingForm: ({
|
3344
3462
|
id: string;
|
3345
3463
|
title: {
|
3346
3464
|
id: string;
|
3347
3465
|
description: string;
|
3348
3466
|
defaultMessage: string;
|
3349
3467
|
};
|
3350
|
-
fields: import("./FieldConfig").
|
3468
|
+
fields: import("./FieldConfig").InferredInput[];
|
3351
3469
|
type?: "FORM" | undefined;
|
3352
|
-
}
|
3353
|
-
|
3470
|
+
} | {
|
3471
|
+
type: "VERIFICATION";
|
3354
3472
|
id: string;
|
3355
3473
|
title: {
|
3356
3474
|
id: string;
|
3357
3475
|
description: string;
|
3358
3476
|
defaultMessage: string;
|
3359
3477
|
};
|
3360
|
-
|
3478
|
+
actions: {
|
3479
|
+
verify: {
|
3480
|
+
label: {
|
3481
|
+
id: string;
|
3482
|
+
description: string;
|
3483
|
+
defaultMessage: string;
|
3484
|
+
};
|
3485
|
+
};
|
3486
|
+
cancel: {
|
3487
|
+
label: {
|
3488
|
+
id: string;
|
3489
|
+
description: string;
|
3490
|
+
defaultMessage: string;
|
3491
|
+
};
|
3492
|
+
confirmation: {
|
3493
|
+
title: {
|
3494
|
+
id: string;
|
3495
|
+
description: string;
|
3496
|
+
defaultMessage: string;
|
3497
|
+
};
|
3498
|
+
body: {
|
3499
|
+
id: string;
|
3500
|
+
description: string;
|
3501
|
+
defaultMessage: string;
|
3502
|
+
};
|
3503
|
+
};
|
3504
|
+
};
|
3505
|
+
};
|
3506
|
+
fields: import("./FieldConfig").InferredInput[];
|
3507
|
+
})[];
|
3508
|
+
additionalDetailsForm: ({
|
3509
|
+
id: string;
|
3510
|
+
title: {
|
3511
|
+
id: string;
|
3512
|
+
description: string;
|
3513
|
+
defaultMessage: string;
|
3514
|
+
};
|
3515
|
+
fields: import("./FieldConfig").InferredInput[];
|
3361
3516
|
type?: "FORM" | undefined;
|
3362
|
-
}
|
3517
|
+
} | {
|
3518
|
+
type: "VERIFICATION";
|
3519
|
+
id: string;
|
3520
|
+
title: {
|
3521
|
+
id: string;
|
3522
|
+
description: string;
|
3523
|
+
defaultMessage: string;
|
3524
|
+
};
|
3525
|
+
actions: {
|
3526
|
+
verify: {
|
3527
|
+
label: {
|
3528
|
+
id: string;
|
3529
|
+
description: string;
|
3530
|
+
defaultMessage: string;
|
3531
|
+
};
|
3532
|
+
};
|
3533
|
+
cancel: {
|
3534
|
+
label: {
|
3535
|
+
id: string;
|
3536
|
+
description: string;
|
3537
|
+
defaultMessage: string;
|
3538
|
+
};
|
3539
|
+
confirmation: {
|
3540
|
+
title: {
|
3541
|
+
id: string;
|
3542
|
+
description: string;
|
3543
|
+
defaultMessage: string;
|
3544
|
+
};
|
3545
|
+
body: {
|
3546
|
+
id: string;
|
3547
|
+
description: string;
|
3548
|
+
defaultMessage: string;
|
3549
|
+
};
|
3550
|
+
};
|
3551
|
+
};
|
3552
|
+
};
|
3553
|
+
fields: import("./FieldConfig").InferredInput[];
|
3554
|
+
})[];
|
3363
3555
|
draft?: boolean | undefined;
|
3364
3556
|
conditionals?: ({
|
3365
3557
|
type: "SHOW";
|
@@ -3396,7 +3588,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3396
3588
|
description: string;
|
3397
3589
|
defaultMessage: string;
|
3398
3590
|
};
|
3399
|
-
fields: import("./FieldConfig").
|
3591
|
+
fields: import("./FieldConfig").InferredInput[];
|
3400
3592
|
type?: "FORM" | undefined;
|
3401
3593
|
} | {
|
3402
3594
|
type: "VERIFICATION";
|
@@ -3434,7 +3626,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3434
3626
|
};
|
3435
3627
|
};
|
3436
3628
|
};
|
3437
|
-
fields: import("./FieldConfig").
|
3629
|
+
fields: import("./FieldConfig").InferredInput[];
|
3438
3630
|
})[];
|
3439
3631
|
review: {
|
3440
3632
|
title: {
|
@@ -3442,7 +3634,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3442
3634
|
description: string;
|
3443
3635
|
defaultMessage: string;
|
3444
3636
|
};
|
3445
|
-
fields: import("./FieldConfig").
|
3637
|
+
fields: import("./FieldConfig").InferredInput[];
|
3446
3638
|
};
|
3447
3639
|
active?: boolean | undefined;
|
3448
3640
|
}[];
|
@@ -3482,7 +3674,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3482
3674
|
description: string;
|
3483
3675
|
defaultMessage: string;
|
3484
3676
|
};
|
3485
|
-
fields: import("./FieldConfig").
|
3677
|
+
fields: import("./FieldConfig").InferredInput[];
|
3486
3678
|
type?: "FORM" | undefined;
|
3487
3679
|
} | {
|
3488
3680
|
type: "VERIFICATION";
|
@@ -3520,7 +3712,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3520
3712
|
};
|
3521
3713
|
};
|
3522
3714
|
};
|
3523
|
-
fields: import("./FieldConfig").
|
3715
|
+
fields: import("./FieldConfig").InferredInput[];
|
3524
3716
|
})[];
|
3525
3717
|
review: {
|
3526
3718
|
title: {
|
@@ -3528,7 +3720,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3528
3720
|
description: string;
|
3529
3721
|
defaultMessage: string;
|
3530
3722
|
};
|
3531
|
-
fields: import("./FieldConfig").
|
3723
|
+
fields: import("./FieldConfig").InferredInput[];
|
3532
3724
|
};
|
3533
3725
|
active?: boolean | undefined;
|
3534
3726
|
}[];
|
@@ -3568,7 +3760,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3568
3760
|
description: string;
|
3569
3761
|
defaultMessage: string;
|
3570
3762
|
};
|
3571
|
-
fields: import("./FieldConfig").
|
3763
|
+
fields: import("./FieldConfig").InferredInput[];
|
3572
3764
|
type?: "FORM" | undefined;
|
3573
3765
|
} | {
|
3574
3766
|
type: "VERIFICATION";
|
@@ -3606,7 +3798,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3606
3798
|
};
|
3607
3799
|
};
|
3608
3800
|
};
|
3609
|
-
fields: import("./FieldConfig").
|
3801
|
+
fields: import("./FieldConfig").InferredInput[];
|
3610
3802
|
})[];
|
3611
3803
|
review: {
|
3612
3804
|
title: {
|
@@ -3614,7 +3806,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3614
3806
|
description: string;
|
3615
3807
|
defaultMessage: string;
|
3616
3808
|
};
|
3617
|
-
fields: import("./FieldConfig").
|
3809
|
+
fields: import("./FieldConfig").InferredInput[];
|
3618
3810
|
};
|
3619
3811
|
active?: boolean | undefined;
|
3620
3812
|
}[];
|