@opencrvs/toolkit 1.8.0-rc.fa72fdf → 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.
@@ -244,11 +244,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
244
244
  label: TranslationConfig;
245
245
  };
246
246
  label: TranslationConfig;
247
- pages: {
247
+ pages: ({
248
+ type: "FORM";
248
249
  id: string;
249
250
  title: TranslationConfig;
250
251
  fields: import("./FieldConfig").Inferred[];
251
- }[];
252
+ } | {
253
+ type: "VERIFICATION";
254
+ id: string;
255
+ title: TranslationConfig;
256
+ actions: {
257
+ verify: {
258
+ label: TranslationConfig;
259
+ };
260
+ cancel: {
261
+ label: TranslationConfig;
262
+ confirmation: {
263
+ title: TranslationConfig;
264
+ body: TranslationConfig;
265
+ };
266
+ };
267
+ };
268
+ fields: import("./FieldConfig").Inferred[];
269
+ })[];
252
270
  review: {
253
271
  title: TranslationConfig;
254
272
  fields: import("./FieldConfig").Inferred[];
@@ -272,11 +290,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
272
290
  label: TranslationConfig;
273
291
  };
274
292
  label: TranslationConfig;
275
- pages: {
293
+ pages: ({
294
+ type: "FORM";
276
295
  id: string;
277
296
  title: TranslationConfig;
278
297
  fields: import("./FieldConfig").Inferred[];
279
- }[];
298
+ } | {
299
+ type: "VERIFICATION";
300
+ id: string;
301
+ title: TranslationConfig;
302
+ actions: {
303
+ verify: {
304
+ label: TranslationConfig;
305
+ };
306
+ cancel: {
307
+ label: TranslationConfig;
308
+ confirmation: {
309
+ title: TranslationConfig;
310
+ body: TranslationConfig;
311
+ };
312
+ };
313
+ };
314
+ fields: import("./FieldConfig").Inferred[];
315
+ })[];
280
316
  review: {
281
317
  title: TranslationConfig;
282
318
  fields: import("./FieldConfig").Inferred[];
@@ -300,11 +336,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
300
336
  label: TranslationConfig;
301
337
  };
302
338
  label: TranslationConfig;
303
- pages: {
339
+ pages: ({
340
+ type: "FORM";
304
341
  id: string;
305
342
  title: TranslationConfig;
306
343
  fields: import("./FieldConfig").Inferred[];
307
- }[];
344
+ } | {
345
+ type: "VERIFICATION";
346
+ id: string;
347
+ title: TranslationConfig;
348
+ actions: {
349
+ verify: {
350
+ label: TranslationConfig;
351
+ };
352
+ cancel: {
353
+ label: TranslationConfig;
354
+ confirmation: {
355
+ title: TranslationConfig;
356
+ body: TranslationConfig;
357
+ };
358
+ };
359
+ };
360
+ fields: import("./FieldConfig").Inferred[];
361
+ })[];
308
362
  review: {
309
363
  title: TranslationConfig;
310
364
  fields: import("./FieldConfig").Inferred[];
@@ -328,11 +382,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
328
382
  label: TranslationConfig;
329
383
  };
330
384
  label: TranslationConfig;
331
- pages: {
385
+ pages: ({
386
+ type: "FORM";
332
387
  id: string;
333
388
  title: TranslationConfig;
334
389
  fields: import("./FieldConfig").Inferred[];
335
- }[];
390
+ } | {
391
+ type: "VERIFICATION";
392
+ id: string;
393
+ title: TranslationConfig;
394
+ actions: {
395
+ verify: {
396
+ label: TranslationConfig;
397
+ };
398
+ cancel: {
399
+ label: TranslationConfig;
400
+ confirmation: {
401
+ title: TranslationConfig;
402
+ body: TranslationConfig;
403
+ };
404
+ };
405
+ };
406
+ fields: import("./FieldConfig").Inferred[];
407
+ })[];
336
408
  review: {
337
409
  title: TranslationConfig;
338
410
  fields: import("./FieldConfig").Inferred[];
@@ -356,11 +428,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
356
428
  label: TranslationConfig;
357
429
  };
358
430
  label: TranslationConfig;
359
- pages: {
431
+ pages: ({
432
+ type: "FORM";
360
433
  id: string;
361
434
  title: TranslationConfig;
362
435
  fields: import("./FieldConfig").Inferred[];
363
- }[];
436
+ } | {
437
+ type: "VERIFICATION";
438
+ id: string;
439
+ title: TranslationConfig;
440
+ actions: {
441
+ verify: {
442
+ label: TranslationConfig;
443
+ };
444
+ cancel: {
445
+ label: TranslationConfig;
446
+ confirmation: {
447
+ title: TranslationConfig;
448
+ body: TranslationConfig;
449
+ };
450
+ };
451
+ };
452
+ fields: import("./FieldConfig").Inferred[];
453
+ })[];
364
454
  review: {
365
455
  title: TranslationConfig;
366
456
  fields: import("./FieldConfig").Inferred[];
@@ -384,11 +474,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
384
474
  label: TranslationConfig;
385
475
  };
386
476
  label: TranslationConfig;
387
- pages: {
477
+ pages: ({
478
+ type: "FORM";
388
479
  id: string;
389
480
  title: TranslationConfig;
390
481
  fields: import("./FieldConfig").Inferred[];
391
- }[];
482
+ } | {
483
+ type: "VERIFICATION";
484
+ id: string;
485
+ title: TranslationConfig;
486
+ actions: {
487
+ verify: {
488
+ label: TranslationConfig;
489
+ };
490
+ cancel: {
491
+ label: TranslationConfig;
492
+ confirmation: {
493
+ title: TranslationConfig;
494
+ body: TranslationConfig;
495
+ };
496
+ };
497
+ };
498
+ fields: import("./FieldConfig").Inferred[];
499
+ })[];
392
500
  review: {
393
501
  title: TranslationConfig;
394
502
  fields: import("./FieldConfig").Inferred[];
@@ -412,11 +520,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
412
520
  label: TranslationConfig;
413
521
  };
414
522
  label: TranslationConfig;
415
- pages: {
523
+ pages: ({
524
+ type: "FORM";
416
525
  id: string;
417
526
  title: TranslationConfig;
418
527
  fields: import("./FieldConfig").Inferred[];
419
- }[];
528
+ } | {
529
+ type: "VERIFICATION";
530
+ id: string;
531
+ title: TranslationConfig;
532
+ actions: {
533
+ verify: {
534
+ label: TranslationConfig;
535
+ };
536
+ cancel: {
537
+ label: TranslationConfig;
538
+ confirmation: {
539
+ title: TranslationConfig;
540
+ body: TranslationConfig;
541
+ };
542
+ };
543
+ };
544
+ fields: import("./FieldConfig").Inferred[];
545
+ })[];
420
546
  review: {
421
547
  title: TranslationConfig;
422
548
  fields: import("./FieldConfig").Inferred[];
@@ -440,11 +566,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
440
566
  label: TranslationConfig;
441
567
  };
442
568
  label: TranslationConfig;
443
- pages: {
569
+ pages: ({
570
+ type: "FORM";
444
571
  id: string;
445
572
  title: TranslationConfig;
446
573
  fields: import("./FieldConfig").Inferred[];
447
- }[];
574
+ } | {
575
+ type: "VERIFICATION";
576
+ id: string;
577
+ title: TranslationConfig;
578
+ actions: {
579
+ verify: {
580
+ label: TranslationConfig;
581
+ };
582
+ cancel: {
583
+ label: TranslationConfig;
584
+ confirmation: {
585
+ title: TranslationConfig;
586
+ body: TranslationConfig;
587
+ };
588
+ };
589
+ };
590
+ fields: import("./FieldConfig").Inferred[];
591
+ })[];
448
592
  review: {
449
593
  title: TranslationConfig;
450
594
  fields: import("./FieldConfig").Inferred[];
@@ -468,26 +612,80 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
468
612
  label: TranslationConfig;
469
613
  };
470
614
  label: TranslationConfig;
471
- pages: {
615
+ pages: ({
616
+ type: "FORM";
472
617
  id: string;
473
618
  title: TranslationConfig;
474
619
  fields: import("./FieldConfig").Inferred[];
475
- }[];
620
+ } | {
621
+ type: "VERIFICATION";
622
+ id: string;
623
+ title: TranslationConfig;
624
+ actions: {
625
+ verify: {
626
+ label: TranslationConfig;
627
+ };
628
+ cancel: {
629
+ label: TranslationConfig;
630
+ confirmation: {
631
+ title: TranslationConfig;
632
+ body: TranslationConfig;
633
+ };
634
+ };
635
+ };
636
+ fields: import("./FieldConfig").Inferred[];
637
+ })[];
476
638
  review: {
477
639
  title: TranslationConfig;
478
640
  fields: import("./FieldConfig").Inferred[];
479
641
  };
480
642
  }[];
481
- onboardingForm: {
643
+ onboardingForm: ({
644
+ type: "FORM";
482
645
  id: string;
483
646
  title: TranslationConfig;
484
647
  fields: import("./FieldConfig").Inferred[];
485
- }[];
486
- additionalDetailsForm: {
648
+ } | {
649
+ type: "VERIFICATION";
487
650
  id: string;
488
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
+ };
489
664
  fields: import("./FieldConfig").Inferred[];
490
- }[];
665
+ })[];
666
+ additionalDetailsForm: ({
667
+ type: "FORM";
668
+ id: string;
669
+ title: TranslationConfig;
670
+ fields: import("./FieldConfig").Inferred[];
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
+ })[];
491
689
  draft?: boolean | undefined;
492
690
  } | {
493
691
  type: "REJECT_CORRECTION";
@@ -506,11 +704,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
506
704
  label: TranslationConfig;
507
705
  };
508
706
  label: TranslationConfig;
509
- pages: {
707
+ pages: ({
708
+ type: "FORM";
510
709
  id: string;
511
710
  title: TranslationConfig;
512
711
  fields: import("./FieldConfig").Inferred[];
513
- }[];
712
+ } | {
713
+ type: "VERIFICATION";
714
+ id: string;
715
+ title: TranslationConfig;
716
+ actions: {
717
+ verify: {
718
+ label: TranslationConfig;
719
+ };
720
+ cancel: {
721
+ label: TranslationConfig;
722
+ confirmation: {
723
+ title: TranslationConfig;
724
+ body: TranslationConfig;
725
+ };
726
+ };
727
+ };
728
+ fields: import("./FieldConfig").Inferred[];
729
+ })[];
514
730
  review: {
515
731
  title: TranslationConfig;
516
732
  fields: import("./FieldConfig").Inferred[];
@@ -534,11 +750,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
534
750
  label: TranslationConfig;
535
751
  };
536
752
  label: TranslationConfig;
537
- pages: {
753
+ pages: ({
754
+ type: "FORM";
538
755
  id: string;
539
756
  title: TranslationConfig;
540
757
  fields: import("./FieldConfig").Inferred[];
541
- }[];
758
+ } | {
759
+ type: "VERIFICATION";
760
+ id: string;
761
+ title: TranslationConfig;
762
+ actions: {
763
+ verify: {
764
+ label: TranslationConfig;
765
+ };
766
+ cancel: {
767
+ label: TranslationConfig;
768
+ confirmation: {
769
+ title: TranslationConfig;
770
+ body: TranslationConfig;
771
+ };
772
+ };
773
+ };
774
+ fields: import("./FieldConfig").Inferred[];
775
+ })[];
542
776
  review: {
543
777
  title: TranslationConfig;
544
778
  fields: import("./FieldConfig").Inferred[];
@@ -562,11 +796,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
562
796
  label: TranslationConfig;
563
797
  };
564
798
  label: TranslationConfig;
565
- pages: {
799
+ pages: ({
800
+ type: "FORM";
566
801
  id: string;
567
802
  title: TranslationConfig;
568
803
  fields: import("./FieldConfig").Inferred[];
569
- }[];
804
+ } | {
805
+ type: "VERIFICATION";
806
+ id: string;
807
+ title: TranslationConfig;
808
+ actions: {
809
+ verify: {
810
+ label: TranslationConfig;
811
+ };
812
+ cancel: {
813
+ label: TranslationConfig;
814
+ confirmation: {
815
+ title: TranslationConfig;
816
+ body: TranslationConfig;
817
+ };
818
+ };
819
+ };
820
+ fields: import("./FieldConfig").Inferred[];
821
+ })[];
570
822
  review: {
571
823
  title: TranslationConfig;
572
824
  fields: import("./FieldConfig").Inferred[];
@@ -631,22 +883,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
631
883
  description: string;
632
884
  defaultMessage: string;
633
885
  };
634
- pages: {
886
+ pages: ({
635
887
  id: string;
636
888
  title: {
637
889
  id: string;
638
890
  description: string;
639
891
  defaultMessage: string;
640
892
  };
641
- fields: import("./FieldConfig").Inferred[];
642
- }[];
893
+ fields: import("./FieldConfig").InferredInput[];
894
+ type?: "FORM" | undefined;
895
+ } | {
896
+ type: "VERIFICATION";
897
+ id: string;
898
+ title: {
899
+ id: string;
900
+ description: string;
901
+ defaultMessage: string;
902
+ };
903
+ actions: {
904
+ verify: {
905
+ label: {
906
+ id: string;
907
+ description: string;
908
+ defaultMessage: string;
909
+ };
910
+ };
911
+ cancel: {
912
+ label: {
913
+ id: string;
914
+ description: string;
915
+ defaultMessage: string;
916
+ };
917
+ confirmation: {
918
+ title: {
919
+ id: string;
920
+ description: string;
921
+ defaultMessage: string;
922
+ };
923
+ body: {
924
+ id: string;
925
+ description: string;
926
+ defaultMessage: string;
927
+ };
928
+ };
929
+ };
930
+ };
931
+ fields: import("./FieldConfig").InferredInput[];
932
+ })[];
643
933
  review: {
644
934
  title: {
645
935
  id: string;
646
936
  description: string;
647
937
  defaultMessage: string;
648
938
  };
649
- fields: import("./FieldConfig").Inferred[];
939
+ fields: import("./FieldConfig").InferredInput[];
650
940
  };
651
941
  active?: boolean | undefined;
652
942
  }[];
@@ -679,22 +969,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
679
969
  description: string;
680
970
  defaultMessage: string;
681
971
  };
682
- pages: {
972
+ pages: ({
683
973
  id: string;
684
974
  title: {
685
975
  id: string;
686
976
  description: string;
687
977
  defaultMessage: string;
688
978
  };
689
- fields: import("./FieldConfig").Inferred[];
690
- }[];
979
+ fields: import("./FieldConfig").InferredInput[];
980
+ type?: "FORM" | undefined;
981
+ } | {
982
+ type: "VERIFICATION";
983
+ id: string;
984
+ title: {
985
+ id: string;
986
+ description: string;
987
+ defaultMessage: string;
988
+ };
989
+ actions: {
990
+ verify: {
991
+ label: {
992
+ id: string;
993
+ description: string;
994
+ defaultMessage: string;
995
+ };
996
+ };
997
+ cancel: {
998
+ label: {
999
+ id: string;
1000
+ description: string;
1001
+ defaultMessage: string;
1002
+ };
1003
+ confirmation: {
1004
+ title: {
1005
+ id: string;
1006
+ description: string;
1007
+ defaultMessage: string;
1008
+ };
1009
+ body: {
1010
+ id: string;
1011
+ description: string;
1012
+ defaultMessage: string;
1013
+ };
1014
+ };
1015
+ };
1016
+ };
1017
+ fields: import("./FieldConfig").InferredInput[];
1018
+ })[];
691
1019
  review: {
692
1020
  title: {
693
1021
  id: string;
694
1022
  description: string;
695
1023
  defaultMessage: string;
696
1024
  };
697
- fields: import("./FieldConfig").Inferred[];
1025
+ fields: import("./FieldConfig").InferredInput[];
698
1026
  };
699
1027
  active?: boolean | undefined;
700
1028
  }[];
@@ -727,22 +1055,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
727
1055
  description: string;
728
1056
  defaultMessage: string;
729
1057
  };
730
- pages: {
1058
+ pages: ({
731
1059
  id: string;
732
1060
  title: {
733
1061
  id: string;
734
1062
  description: string;
735
1063
  defaultMessage: string;
736
1064
  };
737
- fields: import("./FieldConfig").Inferred[];
738
- }[];
1065
+ fields: import("./FieldConfig").InferredInput[];
1066
+ type?: "FORM" | undefined;
1067
+ } | {
1068
+ type: "VERIFICATION";
1069
+ id: string;
1070
+ title: {
1071
+ id: string;
1072
+ description: string;
1073
+ defaultMessage: string;
1074
+ };
1075
+ actions: {
1076
+ verify: {
1077
+ label: {
1078
+ id: string;
1079
+ description: string;
1080
+ defaultMessage: string;
1081
+ };
1082
+ };
1083
+ cancel: {
1084
+ label: {
1085
+ id: string;
1086
+ description: string;
1087
+ defaultMessage: string;
1088
+ };
1089
+ confirmation: {
1090
+ title: {
1091
+ id: string;
1092
+ description: string;
1093
+ defaultMessage: string;
1094
+ };
1095
+ body: {
1096
+ id: string;
1097
+ description: string;
1098
+ defaultMessage: string;
1099
+ };
1100
+ };
1101
+ };
1102
+ };
1103
+ fields: import("./FieldConfig").InferredInput[];
1104
+ })[];
739
1105
  review: {
740
1106
  title: {
741
1107
  id: string;
742
1108
  description: string;
743
1109
  defaultMessage: string;
744
1110
  };
745
- fields: import("./FieldConfig").Inferred[];
1111
+ fields: import("./FieldConfig").InferredInput[];
746
1112
  };
747
1113
  active?: boolean | undefined;
748
1114
  }[];
@@ -775,22 +1141,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
775
1141
  description: string;
776
1142
  defaultMessage: string;
777
1143
  };
778
- pages: {
1144
+ pages: ({
779
1145
  id: string;
780
1146
  title: {
781
1147
  id: string;
782
1148
  description: string;
783
1149
  defaultMessage: string;
784
1150
  };
785
- fields: import("./FieldConfig").Inferred[];
786
- }[];
1151
+ fields: import("./FieldConfig").InferredInput[];
1152
+ type?: "FORM" | undefined;
1153
+ } | {
1154
+ type: "VERIFICATION";
1155
+ id: string;
1156
+ title: {
1157
+ id: string;
1158
+ description: string;
1159
+ defaultMessage: string;
1160
+ };
1161
+ actions: {
1162
+ verify: {
1163
+ label: {
1164
+ id: string;
1165
+ description: string;
1166
+ defaultMessage: string;
1167
+ };
1168
+ };
1169
+ cancel: {
1170
+ label: {
1171
+ id: string;
1172
+ description: string;
1173
+ defaultMessage: string;
1174
+ };
1175
+ confirmation: {
1176
+ title: {
1177
+ id: string;
1178
+ description: string;
1179
+ defaultMessage: string;
1180
+ };
1181
+ body: {
1182
+ id: string;
1183
+ description: string;
1184
+ defaultMessage: string;
1185
+ };
1186
+ };
1187
+ };
1188
+ };
1189
+ fields: import("./FieldConfig").InferredInput[];
1190
+ })[];
787
1191
  review: {
788
1192
  title: {
789
1193
  id: string;
790
1194
  description: string;
791
1195
  defaultMessage: string;
792
1196
  };
793
- fields: import("./FieldConfig").Inferred[];
1197
+ fields: import("./FieldConfig").InferredInput[];
794
1198
  };
795
1199
  active?: boolean | undefined;
796
1200
  }[];
@@ -823,22 +1227,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
823
1227
  description: string;
824
1228
  defaultMessage: string;
825
1229
  };
826
- pages: {
1230
+ pages: ({
827
1231
  id: string;
828
1232
  title: {
829
1233
  id: string;
830
1234
  description: string;
831
1235
  defaultMessage: string;
832
1236
  };
833
- fields: import("./FieldConfig").Inferred[];
834
- }[];
1237
+ fields: import("./FieldConfig").InferredInput[];
1238
+ type?: "FORM" | undefined;
1239
+ } | {
1240
+ type: "VERIFICATION";
1241
+ id: string;
1242
+ title: {
1243
+ id: string;
1244
+ description: string;
1245
+ defaultMessage: string;
1246
+ };
1247
+ actions: {
1248
+ verify: {
1249
+ label: {
1250
+ id: string;
1251
+ description: string;
1252
+ defaultMessage: string;
1253
+ };
1254
+ };
1255
+ cancel: {
1256
+ label: {
1257
+ id: string;
1258
+ description: string;
1259
+ defaultMessage: string;
1260
+ };
1261
+ confirmation: {
1262
+ title: {
1263
+ id: string;
1264
+ description: string;
1265
+ defaultMessage: string;
1266
+ };
1267
+ body: {
1268
+ id: string;
1269
+ description: string;
1270
+ defaultMessage: string;
1271
+ };
1272
+ };
1273
+ };
1274
+ };
1275
+ fields: import("./FieldConfig").InferredInput[];
1276
+ })[];
835
1277
  review: {
836
1278
  title: {
837
1279
  id: string;
838
1280
  description: string;
839
1281
  defaultMessage: string;
840
1282
  };
841
- fields: import("./FieldConfig").Inferred[];
1283
+ fields: import("./FieldConfig").InferredInput[];
842
1284
  };
843
1285
  active?: boolean | undefined;
844
1286
  }[];
@@ -871,22 +1313,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
871
1313
  description: string;
872
1314
  defaultMessage: string;
873
1315
  };
874
- pages: {
1316
+ pages: ({
875
1317
  id: string;
876
1318
  title: {
877
1319
  id: string;
878
1320
  description: string;
879
1321
  defaultMessage: string;
880
1322
  };
881
- fields: import("./FieldConfig").Inferred[];
882
- }[];
1323
+ fields: import("./FieldConfig").InferredInput[];
1324
+ type?: "FORM" | undefined;
1325
+ } | {
1326
+ type: "VERIFICATION";
1327
+ id: string;
1328
+ title: {
1329
+ id: string;
1330
+ description: string;
1331
+ defaultMessage: string;
1332
+ };
1333
+ actions: {
1334
+ verify: {
1335
+ label: {
1336
+ id: string;
1337
+ description: string;
1338
+ defaultMessage: string;
1339
+ };
1340
+ };
1341
+ cancel: {
1342
+ label: {
1343
+ id: string;
1344
+ description: string;
1345
+ defaultMessage: string;
1346
+ };
1347
+ confirmation: {
1348
+ title: {
1349
+ id: string;
1350
+ description: string;
1351
+ defaultMessage: string;
1352
+ };
1353
+ body: {
1354
+ id: string;
1355
+ description: string;
1356
+ defaultMessage: string;
1357
+ };
1358
+ };
1359
+ };
1360
+ };
1361
+ fields: import("./FieldConfig").InferredInput[];
1362
+ })[];
883
1363
  review: {
884
1364
  title: {
885
1365
  id: string;
886
1366
  description: string;
887
1367
  defaultMessage: string;
888
1368
  };
889
- fields: import("./FieldConfig").Inferred[];
1369
+ fields: import("./FieldConfig").InferredInput[];
890
1370
  };
891
1371
  active?: boolean | undefined;
892
1372
  }[];
@@ -919,22 +1399,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
919
1399
  description: string;
920
1400
  defaultMessage: string;
921
1401
  };
922
- pages: {
1402
+ pages: ({
923
1403
  id: string;
924
1404
  title: {
925
1405
  id: string;
926
1406
  description: string;
927
1407
  defaultMessage: string;
928
1408
  };
929
- fields: import("./FieldConfig").Inferred[];
930
- }[];
1409
+ fields: import("./FieldConfig").InferredInput[];
1410
+ type?: "FORM" | undefined;
1411
+ } | {
1412
+ type: "VERIFICATION";
1413
+ id: string;
1414
+ title: {
1415
+ id: string;
1416
+ description: string;
1417
+ defaultMessage: string;
1418
+ };
1419
+ actions: {
1420
+ verify: {
1421
+ label: {
1422
+ id: string;
1423
+ description: string;
1424
+ defaultMessage: string;
1425
+ };
1426
+ };
1427
+ cancel: {
1428
+ label: {
1429
+ id: string;
1430
+ description: string;
1431
+ defaultMessage: string;
1432
+ };
1433
+ confirmation: {
1434
+ title: {
1435
+ id: string;
1436
+ description: string;
1437
+ defaultMessage: string;
1438
+ };
1439
+ body: {
1440
+ id: string;
1441
+ description: string;
1442
+ defaultMessage: string;
1443
+ };
1444
+ };
1445
+ };
1446
+ };
1447
+ fields: import("./FieldConfig").InferredInput[];
1448
+ })[];
931
1449
  review: {
932
1450
  title: {
933
1451
  id: string;
934
1452
  description: string;
935
1453
  defaultMessage: string;
936
1454
  };
937
- fields: import("./FieldConfig").Inferred[];
1455
+ fields: import("./FieldConfig").InferredInput[];
938
1456
  };
939
1457
  active?: boolean | undefined;
940
1458
  }[];
@@ -967,22 +1485,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
967
1485
  description: string;
968
1486
  defaultMessage: string;
969
1487
  };
970
- pages: {
1488
+ pages: ({
971
1489
  id: string;
972
1490
  title: {
973
1491
  id: string;
974
1492
  description: string;
975
1493
  defaultMessage: string;
976
1494
  };
977
- fields: import("./FieldConfig").Inferred[];
978
- }[];
1495
+ fields: import("./FieldConfig").InferredInput[];
1496
+ type?: "FORM" | undefined;
1497
+ } | {
1498
+ type: "VERIFICATION";
1499
+ id: string;
1500
+ title: {
1501
+ id: string;
1502
+ description: string;
1503
+ defaultMessage: string;
1504
+ };
1505
+ actions: {
1506
+ verify: {
1507
+ label: {
1508
+ id: string;
1509
+ description: string;
1510
+ defaultMessage: string;
1511
+ };
1512
+ };
1513
+ cancel: {
1514
+ label: {
1515
+ id: string;
1516
+ description: string;
1517
+ defaultMessage: string;
1518
+ };
1519
+ confirmation: {
1520
+ title: {
1521
+ id: string;
1522
+ description: string;
1523
+ defaultMessage: string;
1524
+ };
1525
+ body: {
1526
+ id: string;
1527
+ description: string;
1528
+ defaultMessage: string;
1529
+ };
1530
+ };
1531
+ };
1532
+ };
1533
+ fields: import("./FieldConfig").InferredInput[];
1534
+ })[];
979
1535
  review: {
980
1536
  title: {
981
1537
  id: string;
982
1538
  description: string;
983
1539
  defaultMessage: string;
984
1540
  };
985
- fields: import("./FieldConfig").Inferred[];
1541
+ fields: import("./FieldConfig").InferredInput[];
986
1542
  };
987
1543
  active?: boolean | undefined;
988
1544
  }[];
@@ -1015,43 +1571,157 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1015
1571
  description: string;
1016
1572
  defaultMessage: string;
1017
1573
  };
1018
- pages: {
1574
+ pages: ({
1019
1575
  id: string;
1020
1576
  title: {
1021
1577
  id: string;
1022
1578
  description: string;
1023
1579
  defaultMessage: string;
1024
1580
  };
1025
- fields: import("./FieldConfig").Inferred[];
1026
- }[];
1581
+ fields: import("./FieldConfig").InferredInput[];
1582
+ type?: "FORM" | undefined;
1583
+ } | {
1584
+ type: "VERIFICATION";
1585
+ id: string;
1586
+ title: {
1587
+ id: string;
1588
+ description: string;
1589
+ defaultMessage: string;
1590
+ };
1591
+ actions: {
1592
+ verify: {
1593
+ label: {
1594
+ id: string;
1595
+ description: string;
1596
+ defaultMessage: string;
1597
+ };
1598
+ };
1599
+ cancel: {
1600
+ label: {
1601
+ id: string;
1602
+ description: string;
1603
+ defaultMessage: string;
1604
+ };
1605
+ confirmation: {
1606
+ title: {
1607
+ id: string;
1608
+ description: string;
1609
+ defaultMessage: string;
1610
+ };
1611
+ body: {
1612
+ id: string;
1613
+ description: string;
1614
+ defaultMessage: string;
1615
+ };
1616
+ };
1617
+ };
1618
+ };
1619
+ fields: import("./FieldConfig").InferredInput[];
1620
+ })[];
1027
1621
  review: {
1028
1622
  title: {
1029
1623
  id: string;
1030
1624
  description: string;
1031
1625
  defaultMessage: string;
1032
1626
  };
1033
- fields: import("./FieldConfig").Inferred[];
1627
+ fields: import("./FieldConfig").InferredInput[];
1034
1628
  };
1035
1629
  active?: boolean | undefined;
1036
1630
  }[];
1037
- onboardingForm: {
1631
+ onboardingForm: ({
1038
1632
  id: string;
1039
1633
  title: {
1040
1634
  id: string;
1041
1635
  description: string;
1042
1636
  defaultMessage: string;
1043
1637
  };
1044
- fields: import("./FieldConfig").Inferred[];
1045
- }[];
1046
- additionalDetailsForm: {
1638
+ fields: import("./FieldConfig").InferredInput[];
1639
+ type?: "FORM" | undefined;
1640
+ } | {
1641
+ type: "VERIFICATION";
1047
1642
  id: string;
1048
1643
  title: {
1049
1644
  id: string;
1050
1645
  description: string;
1051
1646
  defaultMessage: string;
1052
1647
  };
1053
- fields: import("./FieldConfig").Inferred[];
1054
- }[];
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[];
1686
+ type?: "FORM" | undefined;
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
+ })[];
1055
1725
  draft?: boolean | undefined;
1056
1726
  conditionals?: ({
1057
1727
  type: "SHOW";
@@ -1081,22 +1751,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1081
1751
  description: string;
1082
1752
  defaultMessage: string;
1083
1753
  };
1084
- pages: {
1754
+ pages: ({
1085
1755
  id: string;
1086
1756
  title: {
1087
1757
  id: string;
1088
1758
  description: string;
1089
1759
  defaultMessage: string;
1090
1760
  };
1091
- fields: import("./FieldConfig").Inferred[];
1092
- }[];
1761
+ fields: import("./FieldConfig").InferredInput[];
1762
+ type?: "FORM" | undefined;
1763
+ } | {
1764
+ type: "VERIFICATION";
1765
+ id: string;
1766
+ title: {
1767
+ id: string;
1768
+ description: string;
1769
+ defaultMessage: string;
1770
+ };
1771
+ actions: {
1772
+ verify: {
1773
+ label: {
1774
+ id: string;
1775
+ description: string;
1776
+ defaultMessage: string;
1777
+ };
1778
+ };
1779
+ cancel: {
1780
+ label: {
1781
+ id: string;
1782
+ description: string;
1783
+ defaultMessage: string;
1784
+ };
1785
+ confirmation: {
1786
+ title: {
1787
+ id: string;
1788
+ description: string;
1789
+ defaultMessage: string;
1790
+ };
1791
+ body: {
1792
+ id: string;
1793
+ description: string;
1794
+ defaultMessage: string;
1795
+ };
1796
+ };
1797
+ };
1798
+ };
1799
+ fields: import("./FieldConfig").InferredInput[];
1800
+ })[];
1093
1801
  review: {
1094
1802
  title: {
1095
1803
  id: string;
1096
1804
  description: string;
1097
1805
  defaultMessage: string;
1098
1806
  };
1099
- fields: import("./FieldConfig").Inferred[];
1807
+ fields: import("./FieldConfig").InferredInput[];
1100
1808
  };
1101
1809
  active?: boolean | undefined;
1102
1810
  }[];
@@ -1129,22 +1837,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1129
1837
  description: string;
1130
1838
  defaultMessage: string;
1131
1839
  };
1132
- pages: {
1840
+ pages: ({
1133
1841
  id: string;
1134
1842
  title: {
1135
1843
  id: string;
1136
1844
  description: string;
1137
1845
  defaultMessage: string;
1138
1846
  };
1139
- fields: import("./FieldConfig").Inferred[];
1140
- }[];
1847
+ fields: import("./FieldConfig").InferredInput[];
1848
+ type?: "FORM" | undefined;
1849
+ } | {
1850
+ type: "VERIFICATION";
1851
+ id: string;
1852
+ title: {
1853
+ id: string;
1854
+ description: string;
1855
+ defaultMessage: string;
1856
+ };
1857
+ actions: {
1858
+ verify: {
1859
+ label: {
1860
+ id: string;
1861
+ description: string;
1862
+ defaultMessage: string;
1863
+ };
1864
+ };
1865
+ cancel: {
1866
+ label: {
1867
+ id: string;
1868
+ description: string;
1869
+ defaultMessage: string;
1870
+ };
1871
+ confirmation: {
1872
+ title: {
1873
+ id: string;
1874
+ description: string;
1875
+ defaultMessage: string;
1876
+ };
1877
+ body: {
1878
+ id: string;
1879
+ description: string;
1880
+ defaultMessage: string;
1881
+ };
1882
+ };
1883
+ };
1884
+ };
1885
+ fields: import("./FieldConfig").InferredInput[];
1886
+ })[];
1141
1887
  review: {
1142
1888
  title: {
1143
1889
  id: string;
1144
1890
  description: string;
1145
1891
  defaultMessage: string;
1146
1892
  };
1147
- fields: import("./FieldConfig").Inferred[];
1893
+ fields: import("./FieldConfig").InferredInput[];
1148
1894
  };
1149
1895
  active?: boolean | undefined;
1150
1896
  }[];
@@ -1177,22 +1923,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1177
1923
  description: string;
1178
1924
  defaultMessage: string;
1179
1925
  };
1180
- pages: {
1926
+ pages: ({
1181
1927
  id: string;
1182
1928
  title: {
1183
1929
  id: string;
1184
1930
  description: string;
1185
1931
  defaultMessage: string;
1186
1932
  };
1187
- fields: import("./FieldConfig").Inferred[];
1188
- }[];
1933
+ fields: import("./FieldConfig").InferredInput[];
1934
+ type?: "FORM" | undefined;
1935
+ } | {
1936
+ type: "VERIFICATION";
1937
+ id: string;
1938
+ title: {
1939
+ id: string;
1940
+ description: string;
1941
+ defaultMessage: string;
1942
+ };
1943
+ actions: {
1944
+ verify: {
1945
+ label: {
1946
+ id: string;
1947
+ description: string;
1948
+ defaultMessage: string;
1949
+ };
1950
+ };
1951
+ cancel: {
1952
+ label: {
1953
+ id: string;
1954
+ description: string;
1955
+ defaultMessage: string;
1956
+ };
1957
+ confirmation: {
1958
+ title: {
1959
+ id: string;
1960
+ description: string;
1961
+ defaultMessage: string;
1962
+ };
1963
+ body: {
1964
+ id: string;
1965
+ description: string;
1966
+ defaultMessage: string;
1967
+ };
1968
+ };
1969
+ };
1970
+ };
1971
+ fields: import("./FieldConfig").InferredInput[];
1972
+ })[];
1189
1973
  review: {
1190
1974
  title: {
1191
1975
  id: string;
1192
1976
  description: string;
1193
1977
  defaultMessage: string;
1194
1978
  };
1195
- fields: import("./FieldConfig").Inferred[];
1979
+ fields: import("./FieldConfig").InferredInput[];
1196
1980
  };
1197
1981
  active?: boolean | undefined;
1198
1982
  }[];
@@ -1290,11 +2074,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1290
2074
  label: TranslationConfig;
1291
2075
  };
1292
2076
  label: TranslationConfig;
1293
- pages: {
2077
+ pages: ({
2078
+ type: "FORM";
1294
2079
  id: string;
1295
2080
  title: TranslationConfig;
1296
2081
  fields: import("./FieldConfig").Inferred[];
1297
- }[];
2082
+ } | {
2083
+ type: "VERIFICATION";
2084
+ id: string;
2085
+ title: TranslationConfig;
2086
+ actions: {
2087
+ verify: {
2088
+ label: TranslationConfig;
2089
+ };
2090
+ cancel: {
2091
+ label: TranslationConfig;
2092
+ confirmation: {
2093
+ title: TranslationConfig;
2094
+ body: TranslationConfig;
2095
+ };
2096
+ };
2097
+ };
2098
+ fields: import("./FieldConfig").Inferred[];
2099
+ })[];
1298
2100
  review: {
1299
2101
  title: TranslationConfig;
1300
2102
  fields: import("./FieldConfig").Inferred[];
@@ -1318,11 +2120,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1318
2120
  label: TranslationConfig;
1319
2121
  };
1320
2122
  label: TranslationConfig;
1321
- pages: {
2123
+ pages: ({
2124
+ type: "FORM";
1322
2125
  id: string;
1323
2126
  title: TranslationConfig;
1324
2127
  fields: import("./FieldConfig").Inferred[];
1325
- }[];
2128
+ } | {
2129
+ type: "VERIFICATION";
2130
+ id: string;
2131
+ title: TranslationConfig;
2132
+ actions: {
2133
+ verify: {
2134
+ label: TranslationConfig;
2135
+ };
2136
+ cancel: {
2137
+ label: TranslationConfig;
2138
+ confirmation: {
2139
+ title: TranslationConfig;
2140
+ body: TranslationConfig;
2141
+ };
2142
+ };
2143
+ };
2144
+ fields: import("./FieldConfig").Inferred[];
2145
+ })[];
1326
2146
  review: {
1327
2147
  title: TranslationConfig;
1328
2148
  fields: import("./FieldConfig").Inferred[];
@@ -1346,11 +2166,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1346
2166
  label: TranslationConfig;
1347
2167
  };
1348
2168
  label: TranslationConfig;
1349
- pages: {
2169
+ pages: ({
2170
+ type: "FORM";
1350
2171
  id: string;
1351
2172
  title: TranslationConfig;
1352
2173
  fields: import("./FieldConfig").Inferred[];
1353
- }[];
2174
+ } | {
2175
+ type: "VERIFICATION";
2176
+ id: string;
2177
+ title: TranslationConfig;
2178
+ actions: {
2179
+ verify: {
2180
+ label: TranslationConfig;
2181
+ };
2182
+ cancel: {
2183
+ label: TranslationConfig;
2184
+ confirmation: {
2185
+ title: TranslationConfig;
2186
+ body: TranslationConfig;
2187
+ };
2188
+ };
2189
+ };
2190
+ fields: import("./FieldConfig").Inferred[];
2191
+ })[];
1354
2192
  review: {
1355
2193
  title: TranslationConfig;
1356
2194
  fields: import("./FieldConfig").Inferred[];
@@ -1374,11 +2212,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1374
2212
  label: TranslationConfig;
1375
2213
  };
1376
2214
  label: TranslationConfig;
1377
- pages: {
2215
+ pages: ({
2216
+ type: "FORM";
1378
2217
  id: string;
1379
2218
  title: TranslationConfig;
1380
2219
  fields: import("./FieldConfig").Inferred[];
1381
- }[];
2220
+ } | {
2221
+ type: "VERIFICATION";
2222
+ id: string;
2223
+ title: TranslationConfig;
2224
+ actions: {
2225
+ verify: {
2226
+ label: TranslationConfig;
2227
+ };
2228
+ cancel: {
2229
+ label: TranslationConfig;
2230
+ confirmation: {
2231
+ title: TranslationConfig;
2232
+ body: TranslationConfig;
2233
+ };
2234
+ };
2235
+ };
2236
+ fields: import("./FieldConfig").Inferred[];
2237
+ })[];
1382
2238
  review: {
1383
2239
  title: TranslationConfig;
1384
2240
  fields: import("./FieldConfig").Inferred[];
@@ -1402,11 +2258,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1402
2258
  label: TranslationConfig;
1403
2259
  };
1404
2260
  label: TranslationConfig;
1405
- pages: {
2261
+ pages: ({
2262
+ type: "FORM";
1406
2263
  id: string;
1407
2264
  title: TranslationConfig;
1408
2265
  fields: import("./FieldConfig").Inferred[];
1409
- }[];
2266
+ } | {
2267
+ type: "VERIFICATION";
2268
+ id: string;
2269
+ title: TranslationConfig;
2270
+ actions: {
2271
+ verify: {
2272
+ label: TranslationConfig;
2273
+ };
2274
+ cancel: {
2275
+ label: TranslationConfig;
2276
+ confirmation: {
2277
+ title: TranslationConfig;
2278
+ body: TranslationConfig;
2279
+ };
2280
+ };
2281
+ };
2282
+ fields: import("./FieldConfig").Inferred[];
2283
+ })[];
1410
2284
  review: {
1411
2285
  title: TranslationConfig;
1412
2286
  fields: import("./FieldConfig").Inferred[];
@@ -1430,11 +2304,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1430
2304
  label: TranslationConfig;
1431
2305
  };
1432
2306
  label: TranslationConfig;
1433
- pages: {
2307
+ pages: ({
2308
+ type: "FORM";
1434
2309
  id: string;
1435
2310
  title: TranslationConfig;
1436
2311
  fields: import("./FieldConfig").Inferred[];
1437
- }[];
2312
+ } | {
2313
+ type: "VERIFICATION";
2314
+ id: string;
2315
+ title: TranslationConfig;
2316
+ actions: {
2317
+ verify: {
2318
+ label: TranslationConfig;
2319
+ };
2320
+ cancel: {
2321
+ label: TranslationConfig;
2322
+ confirmation: {
2323
+ title: TranslationConfig;
2324
+ body: TranslationConfig;
2325
+ };
2326
+ };
2327
+ };
2328
+ fields: import("./FieldConfig").Inferred[];
2329
+ })[];
1438
2330
  review: {
1439
2331
  title: TranslationConfig;
1440
2332
  fields: import("./FieldConfig").Inferred[];
@@ -1458,11 +2350,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1458
2350
  label: TranslationConfig;
1459
2351
  };
1460
2352
  label: TranslationConfig;
1461
- pages: {
2353
+ pages: ({
2354
+ type: "FORM";
1462
2355
  id: string;
1463
2356
  title: TranslationConfig;
1464
2357
  fields: import("./FieldConfig").Inferred[];
1465
- }[];
2358
+ } | {
2359
+ type: "VERIFICATION";
2360
+ id: string;
2361
+ title: TranslationConfig;
2362
+ actions: {
2363
+ verify: {
2364
+ label: TranslationConfig;
2365
+ };
2366
+ cancel: {
2367
+ label: TranslationConfig;
2368
+ confirmation: {
2369
+ title: TranslationConfig;
2370
+ body: TranslationConfig;
2371
+ };
2372
+ };
2373
+ };
2374
+ fields: import("./FieldConfig").Inferred[];
2375
+ })[];
1466
2376
  review: {
1467
2377
  title: TranslationConfig;
1468
2378
  fields: import("./FieldConfig").Inferred[];
@@ -1486,11 +2396,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1486
2396
  label: TranslationConfig;
1487
2397
  };
1488
2398
  label: TranslationConfig;
1489
- pages: {
2399
+ pages: ({
2400
+ type: "FORM";
1490
2401
  id: string;
1491
2402
  title: TranslationConfig;
1492
2403
  fields: import("./FieldConfig").Inferred[];
1493
- }[];
2404
+ } | {
2405
+ type: "VERIFICATION";
2406
+ id: string;
2407
+ title: TranslationConfig;
2408
+ actions: {
2409
+ verify: {
2410
+ label: TranslationConfig;
2411
+ };
2412
+ cancel: {
2413
+ label: TranslationConfig;
2414
+ confirmation: {
2415
+ title: TranslationConfig;
2416
+ body: TranslationConfig;
2417
+ };
2418
+ };
2419
+ };
2420
+ fields: import("./FieldConfig").Inferred[];
2421
+ })[];
1494
2422
  review: {
1495
2423
  title: TranslationConfig;
1496
2424
  fields: import("./FieldConfig").Inferred[];
@@ -1514,26 +2442,80 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1514
2442
  label: TranslationConfig;
1515
2443
  };
1516
2444
  label: TranslationConfig;
1517
- pages: {
2445
+ pages: ({
2446
+ type: "FORM";
1518
2447
  id: string;
1519
2448
  title: TranslationConfig;
1520
2449
  fields: import("./FieldConfig").Inferred[];
1521
- }[];
2450
+ } | {
2451
+ type: "VERIFICATION";
2452
+ id: string;
2453
+ title: TranslationConfig;
2454
+ actions: {
2455
+ verify: {
2456
+ label: TranslationConfig;
2457
+ };
2458
+ cancel: {
2459
+ label: TranslationConfig;
2460
+ confirmation: {
2461
+ title: TranslationConfig;
2462
+ body: TranslationConfig;
2463
+ };
2464
+ };
2465
+ };
2466
+ fields: import("./FieldConfig").Inferred[];
2467
+ })[];
1522
2468
  review: {
1523
2469
  title: TranslationConfig;
1524
2470
  fields: import("./FieldConfig").Inferred[];
1525
2471
  };
1526
2472
  }[];
1527
- onboardingForm: {
2473
+ onboardingForm: ({
2474
+ type: "FORM";
1528
2475
  id: string;
1529
2476
  title: TranslationConfig;
1530
2477
  fields: import("./FieldConfig").Inferred[];
1531
- }[];
1532
- additionalDetailsForm: {
2478
+ } | {
2479
+ type: "VERIFICATION";
1533
2480
  id: string;
1534
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
+ };
1535
2494
  fields: import("./FieldConfig").Inferred[];
1536
- }[];
2495
+ })[];
2496
+ additionalDetailsForm: ({
2497
+ type: "FORM";
2498
+ id: string;
2499
+ title: TranslationConfig;
2500
+ fields: import("./FieldConfig").Inferred[];
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
+ })[];
1537
2519
  draft?: boolean | undefined;
1538
2520
  } | {
1539
2521
  type: "REJECT_CORRECTION";
@@ -1552,11 +2534,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1552
2534
  label: TranslationConfig;
1553
2535
  };
1554
2536
  label: TranslationConfig;
1555
- pages: {
2537
+ pages: ({
2538
+ type: "FORM";
1556
2539
  id: string;
1557
2540
  title: TranslationConfig;
1558
2541
  fields: import("./FieldConfig").Inferred[];
1559
- }[];
2542
+ } | {
2543
+ type: "VERIFICATION";
2544
+ id: string;
2545
+ title: TranslationConfig;
2546
+ actions: {
2547
+ verify: {
2548
+ label: TranslationConfig;
2549
+ };
2550
+ cancel: {
2551
+ label: TranslationConfig;
2552
+ confirmation: {
2553
+ title: TranslationConfig;
2554
+ body: TranslationConfig;
2555
+ };
2556
+ };
2557
+ };
2558
+ fields: import("./FieldConfig").Inferred[];
2559
+ })[];
1560
2560
  review: {
1561
2561
  title: TranslationConfig;
1562
2562
  fields: import("./FieldConfig").Inferred[];
@@ -1580,11 +2580,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1580
2580
  label: TranslationConfig;
1581
2581
  };
1582
2582
  label: TranslationConfig;
1583
- pages: {
2583
+ pages: ({
2584
+ type: "FORM";
1584
2585
  id: string;
1585
2586
  title: TranslationConfig;
1586
2587
  fields: import("./FieldConfig").Inferred[];
1587
- }[];
2588
+ } | {
2589
+ type: "VERIFICATION";
2590
+ id: string;
2591
+ title: TranslationConfig;
2592
+ actions: {
2593
+ verify: {
2594
+ label: TranslationConfig;
2595
+ };
2596
+ cancel: {
2597
+ label: TranslationConfig;
2598
+ confirmation: {
2599
+ title: TranslationConfig;
2600
+ body: TranslationConfig;
2601
+ };
2602
+ };
2603
+ };
2604
+ fields: import("./FieldConfig").Inferred[];
2605
+ })[];
1588
2606
  review: {
1589
2607
  title: TranslationConfig;
1590
2608
  fields: import("./FieldConfig").Inferred[];
@@ -1608,11 +2626,29 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1608
2626
  label: TranslationConfig;
1609
2627
  };
1610
2628
  label: TranslationConfig;
1611
- pages: {
2629
+ pages: ({
2630
+ type: "FORM";
1612
2631
  id: string;
1613
2632
  title: TranslationConfig;
1614
2633
  fields: import("./FieldConfig").Inferred[];
1615
- }[];
2634
+ } | {
2635
+ type: "VERIFICATION";
2636
+ id: string;
2637
+ title: TranslationConfig;
2638
+ actions: {
2639
+ verify: {
2640
+ label: TranslationConfig;
2641
+ };
2642
+ cancel: {
2643
+ label: TranslationConfig;
2644
+ confirmation: {
2645
+ title: TranslationConfig;
2646
+ body: TranslationConfig;
2647
+ };
2648
+ };
2649
+ };
2650
+ fields: import("./FieldConfig").Inferred[];
2651
+ })[];
1616
2652
  review: {
1617
2653
  title: TranslationConfig;
1618
2654
  fields: import("./FieldConfig").Inferred[];
@@ -1677,22 +2713,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1677
2713
  description: string;
1678
2714
  defaultMessage: string;
1679
2715
  };
1680
- pages: {
2716
+ pages: ({
1681
2717
  id: string;
1682
2718
  title: {
1683
2719
  id: string;
1684
2720
  description: string;
1685
2721
  defaultMessage: string;
1686
2722
  };
1687
- fields: import("./FieldConfig").Inferred[];
1688
- }[];
2723
+ fields: import("./FieldConfig").InferredInput[];
2724
+ type?: "FORM" | undefined;
2725
+ } | {
2726
+ type: "VERIFICATION";
2727
+ id: string;
2728
+ title: {
2729
+ id: string;
2730
+ description: string;
2731
+ defaultMessage: string;
2732
+ };
2733
+ actions: {
2734
+ verify: {
2735
+ label: {
2736
+ id: string;
2737
+ description: string;
2738
+ defaultMessage: string;
2739
+ };
2740
+ };
2741
+ cancel: {
2742
+ label: {
2743
+ id: string;
2744
+ description: string;
2745
+ defaultMessage: string;
2746
+ };
2747
+ confirmation: {
2748
+ title: {
2749
+ id: string;
2750
+ description: string;
2751
+ defaultMessage: string;
2752
+ };
2753
+ body: {
2754
+ id: string;
2755
+ description: string;
2756
+ defaultMessage: string;
2757
+ };
2758
+ };
2759
+ };
2760
+ };
2761
+ fields: import("./FieldConfig").InferredInput[];
2762
+ })[];
1689
2763
  review: {
1690
2764
  title: {
1691
2765
  id: string;
1692
2766
  description: string;
1693
2767
  defaultMessage: string;
1694
2768
  };
1695
- fields: import("./FieldConfig").Inferred[];
2769
+ fields: import("./FieldConfig").InferredInput[];
1696
2770
  };
1697
2771
  active?: boolean | undefined;
1698
2772
  }[];
@@ -1725,22 +2799,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1725
2799
  description: string;
1726
2800
  defaultMessage: string;
1727
2801
  };
1728
- pages: {
2802
+ pages: ({
1729
2803
  id: string;
1730
2804
  title: {
1731
2805
  id: string;
1732
2806
  description: string;
1733
2807
  defaultMessage: string;
1734
2808
  };
1735
- fields: import("./FieldConfig").Inferred[];
1736
- }[];
2809
+ fields: import("./FieldConfig").InferredInput[];
2810
+ type?: "FORM" | undefined;
2811
+ } | {
2812
+ type: "VERIFICATION";
2813
+ id: string;
2814
+ title: {
2815
+ id: string;
2816
+ description: string;
2817
+ defaultMessage: string;
2818
+ };
2819
+ actions: {
2820
+ verify: {
2821
+ label: {
2822
+ id: string;
2823
+ description: string;
2824
+ defaultMessage: string;
2825
+ };
2826
+ };
2827
+ cancel: {
2828
+ label: {
2829
+ id: string;
2830
+ description: string;
2831
+ defaultMessage: string;
2832
+ };
2833
+ confirmation: {
2834
+ title: {
2835
+ id: string;
2836
+ description: string;
2837
+ defaultMessage: string;
2838
+ };
2839
+ body: {
2840
+ id: string;
2841
+ description: string;
2842
+ defaultMessage: string;
2843
+ };
2844
+ };
2845
+ };
2846
+ };
2847
+ fields: import("./FieldConfig").InferredInput[];
2848
+ })[];
1737
2849
  review: {
1738
2850
  title: {
1739
2851
  id: string;
1740
2852
  description: string;
1741
2853
  defaultMessage: string;
1742
2854
  };
1743
- fields: import("./FieldConfig").Inferred[];
2855
+ fields: import("./FieldConfig").InferredInput[];
1744
2856
  };
1745
2857
  active?: boolean | undefined;
1746
2858
  }[];
@@ -1773,22 +2885,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1773
2885
  description: string;
1774
2886
  defaultMessage: string;
1775
2887
  };
1776
- pages: {
2888
+ pages: ({
1777
2889
  id: string;
1778
2890
  title: {
1779
2891
  id: string;
1780
2892
  description: string;
1781
2893
  defaultMessage: string;
1782
2894
  };
1783
- fields: import("./FieldConfig").Inferred[];
1784
- }[];
2895
+ fields: import("./FieldConfig").InferredInput[];
2896
+ type?: "FORM" | undefined;
2897
+ } | {
2898
+ type: "VERIFICATION";
2899
+ id: string;
2900
+ title: {
2901
+ id: string;
2902
+ description: string;
2903
+ defaultMessage: string;
2904
+ };
2905
+ actions: {
2906
+ verify: {
2907
+ label: {
2908
+ id: string;
2909
+ description: string;
2910
+ defaultMessage: string;
2911
+ };
2912
+ };
2913
+ cancel: {
2914
+ label: {
2915
+ id: string;
2916
+ description: string;
2917
+ defaultMessage: string;
2918
+ };
2919
+ confirmation: {
2920
+ title: {
2921
+ id: string;
2922
+ description: string;
2923
+ defaultMessage: string;
2924
+ };
2925
+ body: {
2926
+ id: string;
2927
+ description: string;
2928
+ defaultMessage: string;
2929
+ };
2930
+ };
2931
+ };
2932
+ };
2933
+ fields: import("./FieldConfig").InferredInput[];
2934
+ })[];
1785
2935
  review: {
1786
2936
  title: {
1787
2937
  id: string;
1788
2938
  description: string;
1789
2939
  defaultMessage: string;
1790
2940
  };
1791
- fields: import("./FieldConfig").Inferred[];
2941
+ fields: import("./FieldConfig").InferredInput[];
1792
2942
  };
1793
2943
  active?: boolean | undefined;
1794
2944
  }[];
@@ -1821,22 +2971,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1821
2971
  description: string;
1822
2972
  defaultMessage: string;
1823
2973
  };
1824
- pages: {
2974
+ pages: ({
1825
2975
  id: string;
1826
2976
  title: {
1827
2977
  id: string;
1828
2978
  description: string;
1829
2979
  defaultMessage: string;
1830
2980
  };
1831
- fields: import("./FieldConfig").Inferred[];
1832
- }[];
2981
+ fields: import("./FieldConfig").InferredInput[];
2982
+ type?: "FORM" | undefined;
2983
+ } | {
2984
+ type: "VERIFICATION";
2985
+ id: string;
2986
+ title: {
2987
+ id: string;
2988
+ description: string;
2989
+ defaultMessage: string;
2990
+ };
2991
+ actions: {
2992
+ verify: {
2993
+ label: {
2994
+ id: string;
2995
+ description: string;
2996
+ defaultMessage: string;
2997
+ };
2998
+ };
2999
+ cancel: {
3000
+ label: {
3001
+ id: string;
3002
+ description: string;
3003
+ defaultMessage: string;
3004
+ };
3005
+ confirmation: {
3006
+ title: {
3007
+ id: string;
3008
+ description: string;
3009
+ defaultMessage: string;
3010
+ };
3011
+ body: {
3012
+ id: string;
3013
+ description: string;
3014
+ defaultMessage: string;
3015
+ };
3016
+ };
3017
+ };
3018
+ };
3019
+ fields: import("./FieldConfig").InferredInput[];
3020
+ })[];
1833
3021
  review: {
1834
3022
  title: {
1835
3023
  id: string;
1836
3024
  description: string;
1837
3025
  defaultMessage: string;
1838
3026
  };
1839
- fields: import("./FieldConfig").Inferred[];
3027
+ fields: import("./FieldConfig").InferredInput[];
1840
3028
  };
1841
3029
  active?: boolean | undefined;
1842
3030
  }[];
@@ -1869,22 +3057,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1869
3057
  description: string;
1870
3058
  defaultMessage: string;
1871
3059
  };
1872
- pages: {
3060
+ pages: ({
1873
3061
  id: string;
1874
3062
  title: {
1875
3063
  id: string;
1876
3064
  description: string;
1877
3065
  defaultMessage: string;
1878
3066
  };
1879
- fields: import("./FieldConfig").Inferred[];
1880
- }[];
3067
+ fields: import("./FieldConfig").InferredInput[];
3068
+ type?: "FORM" | undefined;
3069
+ } | {
3070
+ type: "VERIFICATION";
3071
+ id: string;
3072
+ title: {
3073
+ id: string;
3074
+ description: string;
3075
+ defaultMessage: string;
3076
+ };
3077
+ actions: {
3078
+ verify: {
3079
+ label: {
3080
+ id: string;
3081
+ description: string;
3082
+ defaultMessage: string;
3083
+ };
3084
+ };
3085
+ cancel: {
3086
+ label: {
3087
+ id: string;
3088
+ description: string;
3089
+ defaultMessage: string;
3090
+ };
3091
+ confirmation: {
3092
+ title: {
3093
+ id: string;
3094
+ description: string;
3095
+ defaultMessage: string;
3096
+ };
3097
+ body: {
3098
+ id: string;
3099
+ description: string;
3100
+ defaultMessage: string;
3101
+ };
3102
+ };
3103
+ };
3104
+ };
3105
+ fields: import("./FieldConfig").InferredInput[];
3106
+ })[];
1881
3107
  review: {
1882
3108
  title: {
1883
3109
  id: string;
1884
3110
  description: string;
1885
3111
  defaultMessage: string;
1886
3112
  };
1887
- fields: import("./FieldConfig").Inferred[];
3113
+ fields: import("./FieldConfig").InferredInput[];
1888
3114
  };
1889
3115
  active?: boolean | undefined;
1890
3116
  }[];
@@ -1917,22 +3143,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1917
3143
  description: string;
1918
3144
  defaultMessage: string;
1919
3145
  };
1920
- pages: {
3146
+ pages: ({
1921
3147
  id: string;
1922
3148
  title: {
1923
3149
  id: string;
1924
3150
  description: string;
1925
3151
  defaultMessage: string;
1926
3152
  };
1927
- fields: import("./FieldConfig").Inferred[];
1928
- }[];
3153
+ fields: import("./FieldConfig").InferredInput[];
3154
+ type?: "FORM" | undefined;
3155
+ } | {
3156
+ type: "VERIFICATION";
3157
+ id: string;
3158
+ title: {
3159
+ id: string;
3160
+ description: string;
3161
+ defaultMessage: string;
3162
+ };
3163
+ actions: {
3164
+ verify: {
3165
+ label: {
3166
+ id: string;
3167
+ description: string;
3168
+ defaultMessage: string;
3169
+ };
3170
+ };
3171
+ cancel: {
3172
+ label: {
3173
+ id: string;
3174
+ description: string;
3175
+ defaultMessage: string;
3176
+ };
3177
+ confirmation: {
3178
+ title: {
3179
+ id: string;
3180
+ description: string;
3181
+ defaultMessage: string;
3182
+ };
3183
+ body: {
3184
+ id: string;
3185
+ description: string;
3186
+ defaultMessage: string;
3187
+ };
3188
+ };
3189
+ };
3190
+ };
3191
+ fields: import("./FieldConfig").InferredInput[];
3192
+ })[];
1929
3193
  review: {
1930
3194
  title: {
1931
3195
  id: string;
1932
3196
  description: string;
1933
3197
  defaultMessage: string;
1934
3198
  };
1935
- fields: import("./FieldConfig").Inferred[];
3199
+ fields: import("./FieldConfig").InferredInput[];
1936
3200
  };
1937
3201
  active?: boolean | undefined;
1938
3202
  }[];
@@ -1965,22 +3229,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1965
3229
  description: string;
1966
3230
  defaultMessage: string;
1967
3231
  };
1968
- pages: {
3232
+ pages: ({
1969
3233
  id: string;
1970
3234
  title: {
1971
3235
  id: string;
1972
3236
  description: string;
1973
3237
  defaultMessage: string;
1974
3238
  };
1975
- fields: import("./FieldConfig").Inferred[];
1976
- }[];
3239
+ fields: import("./FieldConfig").InferredInput[];
3240
+ type?: "FORM" | undefined;
3241
+ } | {
3242
+ type: "VERIFICATION";
3243
+ id: string;
3244
+ title: {
3245
+ id: string;
3246
+ description: string;
3247
+ defaultMessage: string;
3248
+ };
3249
+ actions: {
3250
+ verify: {
3251
+ label: {
3252
+ id: string;
3253
+ description: string;
3254
+ defaultMessage: string;
3255
+ };
3256
+ };
3257
+ cancel: {
3258
+ label: {
3259
+ id: string;
3260
+ description: string;
3261
+ defaultMessage: string;
3262
+ };
3263
+ confirmation: {
3264
+ title: {
3265
+ id: string;
3266
+ description: string;
3267
+ defaultMessage: string;
3268
+ };
3269
+ body: {
3270
+ id: string;
3271
+ description: string;
3272
+ defaultMessage: string;
3273
+ };
3274
+ };
3275
+ };
3276
+ };
3277
+ fields: import("./FieldConfig").InferredInput[];
3278
+ })[];
1977
3279
  review: {
1978
3280
  title: {
1979
3281
  id: string;
1980
3282
  description: string;
1981
3283
  defaultMessage: string;
1982
3284
  };
1983
- fields: import("./FieldConfig").Inferred[];
3285
+ fields: import("./FieldConfig").InferredInput[];
1984
3286
  };
1985
3287
  active?: boolean | undefined;
1986
3288
  }[];
@@ -2013,22 +3315,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2013
3315
  description: string;
2014
3316
  defaultMessage: string;
2015
3317
  };
2016
- pages: {
3318
+ pages: ({
2017
3319
  id: string;
2018
3320
  title: {
2019
3321
  id: string;
2020
3322
  description: string;
2021
3323
  defaultMessage: string;
2022
3324
  };
2023
- fields: import("./FieldConfig").Inferred[];
2024
- }[];
3325
+ fields: import("./FieldConfig").InferredInput[];
3326
+ type?: "FORM" | undefined;
3327
+ } | {
3328
+ type: "VERIFICATION";
3329
+ id: string;
3330
+ title: {
3331
+ id: string;
3332
+ description: string;
3333
+ defaultMessage: string;
3334
+ };
3335
+ actions: {
3336
+ verify: {
3337
+ label: {
3338
+ id: string;
3339
+ description: string;
3340
+ defaultMessage: string;
3341
+ };
3342
+ };
3343
+ cancel: {
3344
+ label: {
3345
+ id: string;
3346
+ description: string;
3347
+ defaultMessage: string;
3348
+ };
3349
+ confirmation: {
3350
+ title: {
3351
+ id: string;
3352
+ description: string;
3353
+ defaultMessage: string;
3354
+ };
3355
+ body: {
3356
+ id: string;
3357
+ description: string;
3358
+ defaultMessage: string;
3359
+ };
3360
+ };
3361
+ };
3362
+ };
3363
+ fields: import("./FieldConfig").InferredInput[];
3364
+ })[];
2025
3365
  review: {
2026
3366
  title: {
2027
3367
  id: string;
2028
3368
  description: string;
2029
3369
  defaultMessage: string;
2030
3370
  };
2031
- fields: import("./FieldConfig").Inferred[];
3371
+ fields: import("./FieldConfig").InferredInput[];
2032
3372
  };
2033
3373
  active?: boolean | undefined;
2034
3374
  }[];
@@ -2061,43 +3401,157 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2061
3401
  description: string;
2062
3402
  defaultMessage: string;
2063
3403
  };
2064
- pages: {
3404
+ pages: ({
2065
3405
  id: string;
2066
3406
  title: {
2067
3407
  id: string;
2068
3408
  description: string;
2069
3409
  defaultMessage: string;
2070
3410
  };
2071
- fields: import("./FieldConfig").Inferred[];
2072
- }[];
3411
+ fields: import("./FieldConfig").InferredInput[];
3412
+ type?: "FORM" | undefined;
3413
+ } | {
3414
+ type: "VERIFICATION";
3415
+ id: string;
3416
+ title: {
3417
+ id: string;
3418
+ description: string;
3419
+ defaultMessage: string;
3420
+ };
3421
+ actions: {
3422
+ verify: {
3423
+ label: {
3424
+ id: string;
3425
+ description: string;
3426
+ defaultMessage: string;
3427
+ };
3428
+ };
3429
+ cancel: {
3430
+ label: {
3431
+ id: string;
3432
+ description: string;
3433
+ defaultMessage: string;
3434
+ };
3435
+ confirmation: {
3436
+ title: {
3437
+ id: string;
3438
+ description: string;
3439
+ defaultMessage: string;
3440
+ };
3441
+ body: {
3442
+ id: string;
3443
+ description: string;
3444
+ defaultMessage: string;
3445
+ };
3446
+ };
3447
+ };
3448
+ };
3449
+ fields: import("./FieldConfig").InferredInput[];
3450
+ })[];
2073
3451
  review: {
2074
3452
  title: {
2075
3453
  id: string;
2076
3454
  description: string;
2077
3455
  defaultMessage: string;
2078
3456
  };
2079
- fields: import("./FieldConfig").Inferred[];
3457
+ fields: import("./FieldConfig").InferredInput[];
2080
3458
  };
2081
3459
  active?: boolean | undefined;
2082
3460
  }[];
2083
- onboardingForm: {
3461
+ onboardingForm: ({
2084
3462
  id: string;
2085
3463
  title: {
2086
3464
  id: string;
2087
3465
  description: string;
2088
3466
  defaultMessage: string;
2089
3467
  };
2090
- fields: import("./FieldConfig").Inferred[];
2091
- }[];
2092
- additionalDetailsForm: {
3468
+ fields: import("./FieldConfig").InferredInput[];
3469
+ type?: "FORM" | undefined;
3470
+ } | {
3471
+ type: "VERIFICATION";
2093
3472
  id: string;
2094
3473
  title: {
2095
3474
  id: string;
2096
3475
  description: string;
2097
3476
  defaultMessage: string;
2098
3477
  };
2099
- fields: import("./FieldConfig").Inferred[];
2100
- }[];
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[];
3516
+ type?: "FORM" | undefined;
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
+ })[];
2101
3555
  draft?: boolean | undefined;
2102
3556
  conditionals?: ({
2103
3557
  type: "SHOW";
@@ -2127,22 +3581,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2127
3581
  description: string;
2128
3582
  defaultMessage: string;
2129
3583
  };
2130
- pages: {
3584
+ pages: ({
2131
3585
  id: string;
2132
3586
  title: {
2133
3587
  id: string;
2134
3588
  description: string;
2135
3589
  defaultMessage: string;
2136
3590
  };
2137
- fields: import("./FieldConfig").Inferred[];
2138
- }[];
3591
+ fields: import("./FieldConfig").InferredInput[];
3592
+ type?: "FORM" | undefined;
3593
+ } | {
3594
+ type: "VERIFICATION";
3595
+ id: string;
3596
+ title: {
3597
+ id: string;
3598
+ description: string;
3599
+ defaultMessage: string;
3600
+ };
3601
+ actions: {
3602
+ verify: {
3603
+ label: {
3604
+ id: string;
3605
+ description: string;
3606
+ defaultMessage: string;
3607
+ };
3608
+ };
3609
+ cancel: {
3610
+ label: {
3611
+ id: string;
3612
+ description: string;
3613
+ defaultMessage: string;
3614
+ };
3615
+ confirmation: {
3616
+ title: {
3617
+ id: string;
3618
+ description: string;
3619
+ defaultMessage: string;
3620
+ };
3621
+ body: {
3622
+ id: string;
3623
+ description: string;
3624
+ defaultMessage: string;
3625
+ };
3626
+ };
3627
+ };
3628
+ };
3629
+ fields: import("./FieldConfig").InferredInput[];
3630
+ })[];
2139
3631
  review: {
2140
3632
  title: {
2141
3633
  id: string;
2142
3634
  description: string;
2143
3635
  defaultMessage: string;
2144
3636
  };
2145
- fields: import("./FieldConfig").Inferred[];
3637
+ fields: import("./FieldConfig").InferredInput[];
2146
3638
  };
2147
3639
  active?: boolean | undefined;
2148
3640
  }[];
@@ -2175,22 +3667,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2175
3667
  description: string;
2176
3668
  defaultMessage: string;
2177
3669
  };
2178
- pages: {
3670
+ pages: ({
2179
3671
  id: string;
2180
3672
  title: {
2181
3673
  id: string;
2182
3674
  description: string;
2183
3675
  defaultMessage: string;
2184
3676
  };
2185
- fields: import("./FieldConfig").Inferred[];
2186
- }[];
3677
+ fields: import("./FieldConfig").InferredInput[];
3678
+ type?: "FORM" | undefined;
3679
+ } | {
3680
+ type: "VERIFICATION";
3681
+ id: string;
3682
+ title: {
3683
+ id: string;
3684
+ description: string;
3685
+ defaultMessage: string;
3686
+ };
3687
+ actions: {
3688
+ verify: {
3689
+ label: {
3690
+ id: string;
3691
+ description: string;
3692
+ defaultMessage: string;
3693
+ };
3694
+ };
3695
+ cancel: {
3696
+ label: {
3697
+ id: string;
3698
+ description: string;
3699
+ defaultMessage: string;
3700
+ };
3701
+ confirmation: {
3702
+ title: {
3703
+ id: string;
3704
+ description: string;
3705
+ defaultMessage: string;
3706
+ };
3707
+ body: {
3708
+ id: string;
3709
+ description: string;
3710
+ defaultMessage: string;
3711
+ };
3712
+ };
3713
+ };
3714
+ };
3715
+ fields: import("./FieldConfig").InferredInput[];
3716
+ })[];
2187
3717
  review: {
2188
3718
  title: {
2189
3719
  id: string;
2190
3720
  description: string;
2191
3721
  defaultMessage: string;
2192
3722
  };
2193
- fields: import("./FieldConfig").Inferred[];
3723
+ fields: import("./FieldConfig").InferredInput[];
2194
3724
  };
2195
3725
  active?: boolean | undefined;
2196
3726
  }[];
@@ -2223,22 +3753,60 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2223
3753
  description: string;
2224
3754
  defaultMessage: string;
2225
3755
  };
2226
- pages: {
3756
+ pages: ({
2227
3757
  id: string;
2228
3758
  title: {
2229
3759
  id: string;
2230
3760
  description: string;
2231
3761
  defaultMessage: string;
2232
3762
  };
2233
- fields: import("./FieldConfig").Inferred[];
2234
- }[];
3763
+ fields: import("./FieldConfig").InferredInput[];
3764
+ type?: "FORM" | undefined;
3765
+ } | {
3766
+ type: "VERIFICATION";
3767
+ id: string;
3768
+ title: {
3769
+ id: string;
3770
+ description: string;
3771
+ defaultMessage: string;
3772
+ };
3773
+ actions: {
3774
+ verify: {
3775
+ label: {
3776
+ id: string;
3777
+ description: string;
3778
+ defaultMessage: string;
3779
+ };
3780
+ };
3781
+ cancel: {
3782
+ label: {
3783
+ id: string;
3784
+ description: string;
3785
+ defaultMessage: string;
3786
+ };
3787
+ confirmation: {
3788
+ title: {
3789
+ id: string;
3790
+ description: string;
3791
+ defaultMessage: string;
3792
+ };
3793
+ body: {
3794
+ id: string;
3795
+ description: string;
3796
+ defaultMessage: string;
3797
+ };
3798
+ };
3799
+ };
3800
+ };
3801
+ fields: import("./FieldConfig").InferredInput[];
3802
+ })[];
2235
3803
  review: {
2236
3804
  title: {
2237
3805
  id: string;
2238
3806
  description: string;
2239
3807
  defaultMessage: string;
2240
3808
  };
2241
- fields: import("./FieldConfig").Inferred[];
3809
+ fields: import("./FieldConfig").InferredInput[];
2242
3810
  };
2243
3811
  active?: boolean | undefined;
2244
3812
  }[];