@opencrvs/toolkit 1.8.0-rc.f466807 → 1.8.0-rc.f7e8fb5
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 +445 -697
- package/dist/commons/conditionals/validate.d.ts +0 -27
- package/dist/commons/events/ActionConfig.d.ts +142 -4410
- package/dist/commons/events/ActionDocument.d.ts +103 -103
- package/dist/commons/events/ActionInput.d.ts +156 -156
- package/dist/commons/events/Draft.d.ts +16 -16
- package/dist/commons/events/EventConfig.d.ts +112 -1680
- package/dist/commons/events/EventConfigInput.d.ts +2 -2
- package/dist/commons/events/EventDocument.d.ts +150 -150
- package/dist/commons/events/FieldConfig.d.ts +2 -158
- package/dist/commons/events/FieldType.d.ts +1 -2
- package/dist/commons/events/FieldTypeMapping.d.ts +2 -52
- package/dist/commons/events/FieldValue.d.ts +4 -6
- package/dist/commons/events/FormConfig.d.ts +23 -361
- package/dist/commons/events/defineConfig.d.ts +28 -280
- package/dist/commons/events/test.utils.d.ts +13 -15
- package/dist/commons/events/utils.d.ts +11 -84
- package/dist/events/index.js +57 -466
- package/package.json +1 -1
- package/dist/commons/conditionals/validate.test.d.ts +0 -2
@@ -244,29 +244,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
244
244
|
label: TranslationConfig;
|
245
245
|
};
|
246
246
|
label: TranslationConfig;
|
247
|
-
pages:
|
248
|
-
type: "FORM";
|
247
|
+
pages: {
|
249
248
|
id: string;
|
250
249
|
title: TranslationConfig;
|
251
250
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
251
|
+
}[];
|
270
252
|
review: {
|
271
253
|
title: TranslationConfig;
|
272
254
|
fields: import("./FieldConfig").Inferred[];
|
@@ -290,29 +272,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
290
272
|
label: TranslationConfig;
|
291
273
|
};
|
292
274
|
label: TranslationConfig;
|
293
|
-
pages:
|
294
|
-
type: "FORM";
|
275
|
+
pages: {
|
295
276
|
id: string;
|
296
277
|
title: TranslationConfig;
|
297
278
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
279
|
+
}[];
|
316
280
|
review: {
|
317
281
|
title: TranslationConfig;
|
318
282
|
fields: import("./FieldConfig").Inferred[];
|
@@ -336,29 +300,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
336
300
|
label: TranslationConfig;
|
337
301
|
};
|
338
302
|
label: TranslationConfig;
|
339
|
-
pages:
|
340
|
-
type: "FORM";
|
303
|
+
pages: {
|
341
304
|
id: string;
|
342
305
|
title: TranslationConfig;
|
343
306
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
307
|
+
}[];
|
362
308
|
review: {
|
363
309
|
title: TranslationConfig;
|
364
310
|
fields: import("./FieldConfig").Inferred[];
|
@@ -382,29 +328,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
382
328
|
label: TranslationConfig;
|
383
329
|
};
|
384
330
|
label: TranslationConfig;
|
385
|
-
pages:
|
386
|
-
type: "FORM";
|
331
|
+
pages: {
|
387
332
|
id: string;
|
388
333
|
title: TranslationConfig;
|
389
334
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
335
|
+
}[];
|
408
336
|
review: {
|
409
337
|
title: TranslationConfig;
|
410
338
|
fields: import("./FieldConfig").Inferred[];
|
@@ -428,29 +356,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
428
356
|
label: TranslationConfig;
|
429
357
|
};
|
430
358
|
label: TranslationConfig;
|
431
|
-
pages:
|
432
|
-
type: "FORM";
|
359
|
+
pages: {
|
433
360
|
id: string;
|
434
361
|
title: TranslationConfig;
|
435
362
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
363
|
+
}[];
|
454
364
|
review: {
|
455
365
|
title: TranslationConfig;
|
456
366
|
fields: import("./FieldConfig").Inferred[];
|
@@ -474,29 +384,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
474
384
|
label: TranslationConfig;
|
475
385
|
};
|
476
386
|
label: TranslationConfig;
|
477
|
-
pages:
|
478
|
-
type: "FORM";
|
387
|
+
pages: {
|
479
388
|
id: string;
|
480
389
|
title: TranslationConfig;
|
481
390
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
391
|
+
}[];
|
500
392
|
review: {
|
501
393
|
title: TranslationConfig;
|
502
394
|
fields: import("./FieldConfig").Inferred[];
|
@@ -520,29 +412,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
520
412
|
label: TranslationConfig;
|
521
413
|
};
|
522
414
|
label: TranslationConfig;
|
523
|
-
pages:
|
524
|
-
type: "FORM";
|
415
|
+
pages: {
|
525
416
|
id: string;
|
526
417
|
title: TranslationConfig;
|
527
418
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
419
|
+
}[];
|
546
420
|
review: {
|
547
421
|
title: TranslationConfig;
|
548
422
|
fields: import("./FieldConfig").Inferred[];
|
@@ -566,29 +440,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
566
440
|
label: TranslationConfig;
|
567
441
|
};
|
568
442
|
label: TranslationConfig;
|
569
|
-
pages:
|
570
|
-
type: "FORM";
|
443
|
+
pages: {
|
571
444
|
id: string;
|
572
445
|
title: TranslationConfig;
|
573
446
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
447
|
+
}[];
|
592
448
|
review: {
|
593
449
|
title: TranslationConfig;
|
594
450
|
fields: import("./FieldConfig").Inferred[];
|
@@ -612,80 +468,26 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
612
468
|
label: TranslationConfig;
|
613
469
|
};
|
614
470
|
label: TranslationConfig;
|
615
|
-
pages:
|
616
|
-
type: "FORM";
|
471
|
+
pages: {
|
617
472
|
id: string;
|
618
473
|
title: TranslationConfig;
|
619
474
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
475
|
+
}[];
|
638
476
|
review: {
|
639
477
|
title: TranslationConfig;
|
640
478
|
fields: import("./FieldConfig").Inferred[];
|
641
479
|
};
|
642
480
|
}[];
|
643
|
-
onboardingForm:
|
644
|
-
type: "FORM";
|
481
|
+
onboardingForm: {
|
645
482
|
id: string;
|
646
483
|
title: TranslationConfig;
|
647
484
|
fields: import("./FieldConfig").Inferred[];
|
648
|
-
}
|
649
|
-
|
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";
|
668
|
-
id: string;
|
669
|
-
title: TranslationConfig;
|
670
|
-
fields: import("./FieldConfig").Inferred[];
|
671
|
-
} | {
|
672
|
-
type: "VERIFICATION";
|
485
|
+
}[];
|
486
|
+
additionalDetailsForm: {
|
673
487
|
id: string;
|
674
488
|
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
489
|
fields: import("./FieldConfig").Inferred[];
|
688
|
-
}
|
490
|
+
}[];
|
689
491
|
draft?: boolean | undefined;
|
690
492
|
} | {
|
691
493
|
type: "REJECT_CORRECTION";
|
@@ -704,29 +506,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
704
506
|
label: TranslationConfig;
|
705
507
|
};
|
706
508
|
label: TranslationConfig;
|
707
|
-
pages:
|
708
|
-
type: "FORM";
|
509
|
+
pages: {
|
709
510
|
id: string;
|
710
511
|
title: TranslationConfig;
|
711
512
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
513
|
+
}[];
|
730
514
|
review: {
|
731
515
|
title: TranslationConfig;
|
732
516
|
fields: import("./FieldConfig").Inferred[];
|
@@ -750,29 +534,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
750
534
|
label: TranslationConfig;
|
751
535
|
};
|
752
536
|
label: TranslationConfig;
|
753
|
-
pages:
|
754
|
-
type: "FORM";
|
537
|
+
pages: {
|
755
538
|
id: string;
|
756
539
|
title: TranslationConfig;
|
757
540
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
541
|
+
}[];
|
776
542
|
review: {
|
777
543
|
title: TranslationConfig;
|
778
544
|
fields: import("./FieldConfig").Inferred[];
|
@@ -796,29 +562,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
796
562
|
label: TranslationConfig;
|
797
563
|
};
|
798
564
|
label: TranslationConfig;
|
799
|
-
pages:
|
800
|
-
type: "FORM";
|
565
|
+
pages: {
|
801
566
|
id: string;
|
802
567
|
title: TranslationConfig;
|
803
568
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
569
|
+
}[];
|
822
570
|
review: {
|
823
571
|
title: TranslationConfig;
|
824
572
|
fields: import("./FieldConfig").Inferred[];
|
@@ -883,7 +631,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
883
631
|
description: string;
|
884
632
|
defaultMessage: string;
|
885
633
|
};
|
886
|
-
pages:
|
634
|
+
pages: {
|
887
635
|
id: string;
|
888
636
|
title: {
|
889
637
|
id: string;
|
@@ -891,45 +639,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
891
639
|
defaultMessage: string;
|
892
640
|
};
|
893
641
|
fields: import("./FieldConfig").Inferred[];
|
894
|
-
|
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").Inferred[];
|
932
|
-
})[];
|
642
|
+
}[];
|
933
643
|
review: {
|
934
644
|
title: {
|
935
645
|
id: string;
|
@@ -969,7 +679,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
969
679
|
description: string;
|
970
680
|
defaultMessage: string;
|
971
681
|
};
|
972
|
-
pages:
|
682
|
+
pages: {
|
973
683
|
id: string;
|
974
684
|
title: {
|
975
685
|
id: string;
|
@@ -977,45 +687,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
977
687
|
defaultMessage: string;
|
978
688
|
};
|
979
689
|
fields: import("./FieldConfig").Inferred[];
|
980
|
-
|
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").Inferred[];
|
1018
|
-
})[];
|
690
|
+
}[];
|
1019
691
|
review: {
|
1020
692
|
title: {
|
1021
693
|
id: string;
|
@@ -1055,7 +727,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1055
727
|
description: string;
|
1056
728
|
defaultMessage: string;
|
1057
729
|
};
|
1058
|
-
pages:
|
730
|
+
pages: {
|
1059
731
|
id: string;
|
1060
732
|
title: {
|
1061
733
|
id: string;
|
@@ -1063,45 +735,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1063
735
|
defaultMessage: string;
|
1064
736
|
};
|
1065
737
|
fields: import("./FieldConfig").Inferred[];
|
1066
|
-
|
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").Inferred[];
|
1104
|
-
})[];
|
738
|
+
}[];
|
1105
739
|
review: {
|
1106
740
|
title: {
|
1107
741
|
id: string;
|
@@ -1141,7 +775,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1141
775
|
description: string;
|
1142
776
|
defaultMessage: string;
|
1143
777
|
};
|
1144
|
-
pages:
|
778
|
+
pages: {
|
1145
779
|
id: string;
|
1146
780
|
title: {
|
1147
781
|
id: string;
|
@@ -1149,45 +783,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1149
783
|
defaultMessage: string;
|
1150
784
|
};
|
1151
785
|
fields: import("./FieldConfig").Inferred[];
|
1152
|
-
|
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").Inferred[];
|
1190
|
-
})[];
|
786
|
+
}[];
|
1191
787
|
review: {
|
1192
788
|
title: {
|
1193
789
|
id: string;
|
@@ -1227,7 +823,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1227
823
|
description: string;
|
1228
824
|
defaultMessage: string;
|
1229
825
|
};
|
1230
|
-
pages:
|
826
|
+
pages: {
|
1231
827
|
id: string;
|
1232
828
|
title: {
|
1233
829
|
id: string;
|
@@ -1235,45 +831,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1235
831
|
defaultMessage: string;
|
1236
832
|
};
|
1237
833
|
fields: import("./FieldConfig").Inferred[];
|
1238
|
-
|
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").Inferred[];
|
1276
|
-
})[];
|
834
|
+
}[];
|
1277
835
|
review: {
|
1278
836
|
title: {
|
1279
837
|
id: string;
|
@@ -1313,7 +871,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1313
871
|
description: string;
|
1314
872
|
defaultMessage: string;
|
1315
873
|
};
|
1316
|
-
pages:
|
874
|
+
pages: {
|
1317
875
|
id: string;
|
1318
876
|
title: {
|
1319
877
|
id: string;
|
@@ -1321,45 +879,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1321
879
|
defaultMessage: string;
|
1322
880
|
};
|
1323
881
|
fields: import("./FieldConfig").Inferred[];
|
1324
|
-
|
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").Inferred[];
|
1362
|
-
})[];
|
882
|
+
}[];
|
1363
883
|
review: {
|
1364
884
|
title: {
|
1365
885
|
id: string;
|
@@ -1399,7 +919,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1399
919
|
description: string;
|
1400
920
|
defaultMessage: string;
|
1401
921
|
};
|
1402
|
-
pages:
|
922
|
+
pages: {
|
1403
923
|
id: string;
|
1404
924
|
title: {
|
1405
925
|
id: string;
|
@@ -1407,45 +927,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1407
927
|
defaultMessage: string;
|
1408
928
|
};
|
1409
929
|
fields: import("./FieldConfig").Inferred[];
|
1410
|
-
|
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").Inferred[];
|
1448
|
-
})[];
|
930
|
+
}[];
|
1449
931
|
review: {
|
1450
932
|
title: {
|
1451
933
|
id: string;
|
@@ -1485,7 +967,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1485
967
|
description: string;
|
1486
968
|
defaultMessage: string;
|
1487
969
|
};
|
1488
|
-
pages:
|
970
|
+
pages: {
|
1489
971
|
id: string;
|
1490
972
|
title: {
|
1491
973
|
id: string;
|
@@ -1493,45 +975,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1493
975
|
defaultMessage: string;
|
1494
976
|
};
|
1495
977
|
fields: import("./FieldConfig").Inferred[];
|
1496
|
-
|
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").Inferred[];
|
1534
|
-
})[];
|
978
|
+
}[];
|
1535
979
|
review: {
|
1536
980
|
title: {
|
1537
981
|
id: string;
|
@@ -1571,7 +1015,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1571
1015
|
description: string;
|
1572
1016
|
defaultMessage: string;
|
1573
1017
|
};
|
1574
|
-
pages:
|
1018
|
+
pages: {
|
1575
1019
|
id: string;
|
1576
1020
|
title: {
|
1577
1021
|
id: string;
|
@@ -1579,45 +1023,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1579
1023
|
defaultMessage: string;
|
1580
1024
|
};
|
1581
1025
|
fields: import("./FieldConfig").Inferred[];
|
1582
|
-
|
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").Inferred[];
|
1620
|
-
})[];
|
1026
|
+
}[];
|
1621
1027
|
review: {
|
1622
1028
|
title: {
|
1623
1029
|
id: string;
|
@@ -1628,7 +1034,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1628
1034
|
};
|
1629
1035
|
active?: boolean | undefined;
|
1630
1036
|
}[];
|
1631
|
-
onboardingForm:
|
1037
|
+
onboardingForm: {
|
1632
1038
|
id: string;
|
1633
1039
|
title: {
|
1634
1040
|
id: string;
|
@@ -1636,92 +1042,16 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1636
1042
|
defaultMessage: string;
|
1637
1043
|
};
|
1638
1044
|
fields: import("./FieldConfig").Inferred[];
|
1639
|
-
|
1640
|
-
|
1641
|
-
type: "VERIFICATION";
|
1642
|
-
id: string;
|
1643
|
-
title: {
|
1644
|
-
id: string;
|
1645
|
-
description: string;
|
1646
|
-
defaultMessage: string;
|
1647
|
-
};
|
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").Inferred[];
|
1677
|
-
})[];
|
1678
|
-
additionalDetailsForm: ({
|
1679
|
-
id: string;
|
1680
|
-
title: {
|
1681
|
-
id: string;
|
1682
|
-
description: string;
|
1683
|
-
defaultMessage: string;
|
1684
|
-
};
|
1685
|
-
fields: import("./FieldConfig").Inferred[];
|
1686
|
-
type?: "FORM" | undefined;
|
1687
|
-
} | {
|
1688
|
-
type: "VERIFICATION";
|
1045
|
+
}[];
|
1046
|
+
additionalDetailsForm: {
|
1689
1047
|
id: string;
|
1690
1048
|
title: {
|
1691
1049
|
id: string;
|
1692
1050
|
description: string;
|
1693
1051
|
defaultMessage: string;
|
1694
1052
|
};
|
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
1053
|
fields: import("./FieldConfig").Inferred[];
|
1724
|
-
}
|
1054
|
+
}[];
|
1725
1055
|
draft?: boolean | undefined;
|
1726
1056
|
conditionals?: ({
|
1727
1057
|
type: "SHOW";
|
@@ -1751,7 +1081,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1751
1081
|
description: string;
|
1752
1082
|
defaultMessage: string;
|
1753
1083
|
};
|
1754
|
-
pages:
|
1084
|
+
pages: {
|
1755
1085
|
id: string;
|
1756
1086
|
title: {
|
1757
1087
|
id: string;
|
@@ -1759,45 +1089,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1759
1089
|
defaultMessage: string;
|
1760
1090
|
};
|
1761
1091
|
fields: import("./FieldConfig").Inferred[];
|
1762
|
-
|
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").Inferred[];
|
1800
|
-
})[];
|
1092
|
+
}[];
|
1801
1093
|
review: {
|
1802
1094
|
title: {
|
1803
1095
|
id: string;
|
@@ -1837,7 +1129,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1837
1129
|
description: string;
|
1838
1130
|
defaultMessage: string;
|
1839
1131
|
};
|
1840
|
-
pages:
|
1132
|
+
pages: {
|
1841
1133
|
id: string;
|
1842
1134
|
title: {
|
1843
1135
|
id: string;
|
@@ -1845,45 +1137,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1845
1137
|
defaultMessage: string;
|
1846
1138
|
};
|
1847
1139
|
fields: import("./FieldConfig").Inferred[];
|
1848
|
-
|
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").Inferred[];
|
1886
|
-
})[];
|
1140
|
+
}[];
|
1887
1141
|
review: {
|
1888
1142
|
title: {
|
1889
1143
|
id: string;
|
@@ -1923,7 +1177,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1923
1177
|
description: string;
|
1924
1178
|
defaultMessage: string;
|
1925
1179
|
};
|
1926
|
-
pages:
|
1180
|
+
pages: {
|
1927
1181
|
id: string;
|
1928
1182
|
title: {
|
1929
1183
|
id: string;
|
@@ -1931,45 +1185,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
1931
1185
|
defaultMessage: string;
|
1932
1186
|
};
|
1933
1187
|
fields: import("./FieldConfig").Inferred[];
|
1934
|
-
|
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").Inferred[];
|
1972
|
-
})[];
|
1188
|
+
}[];
|
1973
1189
|
review: {
|
1974
1190
|
title: {
|
1975
1191
|
id: string;
|
@@ -2074,29 +1290,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2074
1290
|
label: TranslationConfig;
|
2075
1291
|
};
|
2076
1292
|
label: TranslationConfig;
|
2077
|
-
pages:
|
2078
|
-
type: "FORM";
|
1293
|
+
pages: {
|
2079
1294
|
id: string;
|
2080
1295
|
title: TranslationConfig;
|
2081
1296
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1297
|
+
}[];
|
2100
1298
|
review: {
|
2101
1299
|
title: TranslationConfig;
|
2102
1300
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2120,29 +1318,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2120
1318
|
label: TranslationConfig;
|
2121
1319
|
};
|
2122
1320
|
label: TranslationConfig;
|
2123
|
-
pages:
|
2124
|
-
type: "FORM";
|
1321
|
+
pages: {
|
2125
1322
|
id: string;
|
2126
1323
|
title: TranslationConfig;
|
2127
1324
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1325
|
+
}[];
|
2146
1326
|
review: {
|
2147
1327
|
title: TranslationConfig;
|
2148
1328
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2166,29 +1346,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2166
1346
|
label: TranslationConfig;
|
2167
1347
|
};
|
2168
1348
|
label: TranslationConfig;
|
2169
|
-
pages:
|
2170
|
-
type: "FORM";
|
1349
|
+
pages: {
|
2171
1350
|
id: string;
|
2172
1351
|
title: TranslationConfig;
|
2173
1352
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1353
|
+
}[];
|
2192
1354
|
review: {
|
2193
1355
|
title: TranslationConfig;
|
2194
1356
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2212,29 +1374,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2212
1374
|
label: TranslationConfig;
|
2213
1375
|
};
|
2214
1376
|
label: TranslationConfig;
|
2215
|
-
pages:
|
2216
|
-
type: "FORM";
|
1377
|
+
pages: {
|
2217
1378
|
id: string;
|
2218
1379
|
title: TranslationConfig;
|
2219
1380
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1381
|
+
}[];
|
2238
1382
|
review: {
|
2239
1383
|
title: TranslationConfig;
|
2240
1384
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2258,29 +1402,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2258
1402
|
label: TranslationConfig;
|
2259
1403
|
};
|
2260
1404
|
label: TranslationConfig;
|
2261
|
-
pages:
|
2262
|
-
type: "FORM";
|
1405
|
+
pages: {
|
2263
1406
|
id: string;
|
2264
1407
|
title: TranslationConfig;
|
2265
1408
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1409
|
+
}[];
|
2284
1410
|
review: {
|
2285
1411
|
title: TranslationConfig;
|
2286
1412
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2304,29 +1430,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2304
1430
|
label: TranslationConfig;
|
2305
1431
|
};
|
2306
1432
|
label: TranslationConfig;
|
2307
|
-
pages:
|
2308
|
-
type: "FORM";
|
1433
|
+
pages: {
|
2309
1434
|
id: string;
|
2310
1435
|
title: TranslationConfig;
|
2311
1436
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1437
|
+
}[];
|
2330
1438
|
review: {
|
2331
1439
|
title: TranslationConfig;
|
2332
1440
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2350,29 +1458,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2350
1458
|
label: TranslationConfig;
|
2351
1459
|
};
|
2352
1460
|
label: TranslationConfig;
|
2353
|
-
pages:
|
2354
|
-
type: "FORM";
|
1461
|
+
pages: {
|
2355
1462
|
id: string;
|
2356
1463
|
title: TranslationConfig;
|
2357
1464
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1465
|
+
}[];
|
2376
1466
|
review: {
|
2377
1467
|
title: TranslationConfig;
|
2378
1468
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2396,29 +1486,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2396
1486
|
label: TranslationConfig;
|
2397
1487
|
};
|
2398
1488
|
label: TranslationConfig;
|
2399
|
-
pages:
|
2400
|
-
type: "FORM";
|
1489
|
+
pages: {
|
2401
1490
|
id: string;
|
2402
1491
|
title: TranslationConfig;
|
2403
1492
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1493
|
+
}[];
|
2422
1494
|
review: {
|
2423
1495
|
title: TranslationConfig;
|
2424
1496
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2442,80 +1514,26 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2442
1514
|
label: TranslationConfig;
|
2443
1515
|
};
|
2444
1516
|
label: TranslationConfig;
|
2445
|
-
pages:
|
2446
|
-
type: "FORM";
|
1517
|
+
pages: {
|
2447
1518
|
id: string;
|
2448
1519
|
title: TranslationConfig;
|
2449
1520
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1521
|
+
}[];
|
2468
1522
|
review: {
|
2469
1523
|
title: TranslationConfig;
|
2470
1524
|
fields: import("./FieldConfig").Inferred[];
|
2471
1525
|
};
|
2472
1526
|
}[];
|
2473
|
-
onboardingForm:
|
2474
|
-
type: "FORM";
|
1527
|
+
onboardingForm: {
|
2475
1528
|
id: string;
|
2476
1529
|
title: TranslationConfig;
|
2477
1530
|
fields: import("./FieldConfig").Inferred[];
|
2478
|
-
}
|
2479
|
-
|
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";
|
2498
|
-
id: string;
|
2499
|
-
title: TranslationConfig;
|
2500
|
-
fields: import("./FieldConfig").Inferred[];
|
2501
|
-
} | {
|
2502
|
-
type: "VERIFICATION";
|
1531
|
+
}[];
|
1532
|
+
additionalDetailsForm: {
|
2503
1533
|
id: string;
|
2504
1534
|
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
1535
|
fields: import("./FieldConfig").Inferred[];
|
2518
|
-
}
|
1536
|
+
}[];
|
2519
1537
|
draft?: boolean | undefined;
|
2520
1538
|
} | {
|
2521
1539
|
type: "REJECT_CORRECTION";
|
@@ -2534,29 +1552,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2534
1552
|
label: TranslationConfig;
|
2535
1553
|
};
|
2536
1554
|
label: TranslationConfig;
|
2537
|
-
pages:
|
2538
|
-
type: "FORM";
|
1555
|
+
pages: {
|
2539
1556
|
id: string;
|
2540
1557
|
title: TranslationConfig;
|
2541
1558
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1559
|
+
}[];
|
2560
1560
|
review: {
|
2561
1561
|
title: TranslationConfig;
|
2562
1562
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2580,29 +1580,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2580
1580
|
label: TranslationConfig;
|
2581
1581
|
};
|
2582
1582
|
label: TranslationConfig;
|
2583
|
-
pages:
|
2584
|
-
type: "FORM";
|
1583
|
+
pages: {
|
2585
1584
|
id: string;
|
2586
1585
|
title: TranslationConfig;
|
2587
1586
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1587
|
+
}[];
|
2606
1588
|
review: {
|
2607
1589
|
title: TranslationConfig;
|
2608
1590
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2626,29 +1608,11 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2626
1608
|
label: TranslationConfig;
|
2627
1609
|
};
|
2628
1610
|
label: TranslationConfig;
|
2629
|
-
pages:
|
2630
|
-
type: "FORM";
|
1611
|
+
pages: {
|
2631
1612
|
id: string;
|
2632
1613
|
title: TranslationConfig;
|
2633
1614
|
fields: import("./FieldConfig").Inferred[];
|
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
|
-
})[];
|
1615
|
+
}[];
|
2652
1616
|
review: {
|
2653
1617
|
title: TranslationConfig;
|
2654
1618
|
fields: import("./FieldConfig").Inferred[];
|
@@ -2713,7 +1677,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2713
1677
|
description: string;
|
2714
1678
|
defaultMessage: string;
|
2715
1679
|
};
|
2716
|
-
pages:
|
1680
|
+
pages: {
|
2717
1681
|
id: string;
|
2718
1682
|
title: {
|
2719
1683
|
id: string;
|
@@ -2721,45 +1685,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2721
1685
|
defaultMessage: string;
|
2722
1686
|
};
|
2723
1687
|
fields: import("./FieldConfig").Inferred[];
|
2724
|
-
|
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").Inferred[];
|
2762
|
-
})[];
|
1688
|
+
}[];
|
2763
1689
|
review: {
|
2764
1690
|
title: {
|
2765
1691
|
id: string;
|
@@ -2799,7 +1725,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2799
1725
|
description: string;
|
2800
1726
|
defaultMessage: string;
|
2801
1727
|
};
|
2802
|
-
pages:
|
1728
|
+
pages: {
|
2803
1729
|
id: string;
|
2804
1730
|
title: {
|
2805
1731
|
id: string;
|
@@ -2807,45 +1733,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2807
1733
|
defaultMessage: string;
|
2808
1734
|
};
|
2809
1735
|
fields: import("./FieldConfig").Inferred[];
|
2810
|
-
|
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").Inferred[];
|
2848
|
-
})[];
|
1736
|
+
}[];
|
2849
1737
|
review: {
|
2850
1738
|
title: {
|
2851
1739
|
id: string;
|
@@ -2885,7 +1773,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2885
1773
|
description: string;
|
2886
1774
|
defaultMessage: string;
|
2887
1775
|
};
|
2888
|
-
pages:
|
1776
|
+
pages: {
|
2889
1777
|
id: string;
|
2890
1778
|
title: {
|
2891
1779
|
id: string;
|
@@ -2893,45 +1781,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2893
1781
|
defaultMessage: string;
|
2894
1782
|
};
|
2895
1783
|
fields: import("./FieldConfig").Inferred[];
|
2896
|
-
|
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").Inferred[];
|
2934
|
-
})[];
|
1784
|
+
}[];
|
2935
1785
|
review: {
|
2936
1786
|
title: {
|
2937
1787
|
id: string;
|
@@ -2971,7 +1821,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2971
1821
|
description: string;
|
2972
1822
|
defaultMessage: string;
|
2973
1823
|
};
|
2974
|
-
pages:
|
1824
|
+
pages: {
|
2975
1825
|
id: string;
|
2976
1826
|
title: {
|
2977
1827
|
id: string;
|
@@ -2979,45 +1829,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
2979
1829
|
defaultMessage: string;
|
2980
1830
|
};
|
2981
1831
|
fields: import("./FieldConfig").Inferred[];
|
2982
|
-
|
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").Inferred[];
|
3020
|
-
})[];
|
1832
|
+
}[];
|
3021
1833
|
review: {
|
3022
1834
|
title: {
|
3023
1835
|
id: string;
|
@@ -3057,7 +1869,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3057
1869
|
description: string;
|
3058
1870
|
defaultMessage: string;
|
3059
1871
|
};
|
3060
|
-
pages:
|
1872
|
+
pages: {
|
3061
1873
|
id: string;
|
3062
1874
|
title: {
|
3063
1875
|
id: string;
|
@@ -3065,45 +1877,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3065
1877
|
defaultMessage: string;
|
3066
1878
|
};
|
3067
1879
|
fields: import("./FieldConfig").Inferred[];
|
3068
|
-
|
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").Inferred[];
|
3106
|
-
})[];
|
1880
|
+
}[];
|
3107
1881
|
review: {
|
3108
1882
|
title: {
|
3109
1883
|
id: string;
|
@@ -3143,7 +1917,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3143
1917
|
description: string;
|
3144
1918
|
defaultMessage: string;
|
3145
1919
|
};
|
3146
|
-
pages:
|
1920
|
+
pages: {
|
3147
1921
|
id: string;
|
3148
1922
|
title: {
|
3149
1923
|
id: string;
|
@@ -3151,45 +1925,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3151
1925
|
defaultMessage: string;
|
3152
1926
|
};
|
3153
1927
|
fields: import("./FieldConfig").Inferred[];
|
3154
|
-
|
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").Inferred[];
|
3192
|
-
})[];
|
1928
|
+
}[];
|
3193
1929
|
review: {
|
3194
1930
|
title: {
|
3195
1931
|
id: string;
|
@@ -3229,7 +1965,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3229
1965
|
description: string;
|
3230
1966
|
defaultMessage: string;
|
3231
1967
|
};
|
3232
|
-
pages:
|
1968
|
+
pages: {
|
3233
1969
|
id: string;
|
3234
1970
|
title: {
|
3235
1971
|
id: string;
|
@@ -3237,45 +1973,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3237
1973
|
defaultMessage: string;
|
3238
1974
|
};
|
3239
1975
|
fields: import("./FieldConfig").Inferred[];
|
3240
|
-
|
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").Inferred[];
|
3278
|
-
})[];
|
1976
|
+
}[];
|
3279
1977
|
review: {
|
3280
1978
|
title: {
|
3281
1979
|
id: string;
|
@@ -3315,7 +2013,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3315
2013
|
description: string;
|
3316
2014
|
defaultMessage: string;
|
3317
2015
|
};
|
3318
|
-
pages:
|
2016
|
+
pages: {
|
3319
2017
|
id: string;
|
3320
2018
|
title: {
|
3321
2019
|
id: string;
|
@@ -3323,45 +2021,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3323
2021
|
defaultMessage: string;
|
3324
2022
|
};
|
3325
2023
|
fields: import("./FieldConfig").Inferred[];
|
3326
|
-
|
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").Inferred[];
|
3364
|
-
})[];
|
2024
|
+
}[];
|
3365
2025
|
review: {
|
3366
2026
|
title: {
|
3367
2027
|
id: string;
|
@@ -3401,7 +2061,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3401
2061
|
description: string;
|
3402
2062
|
defaultMessage: string;
|
3403
2063
|
};
|
3404
|
-
pages:
|
2064
|
+
pages: {
|
3405
2065
|
id: string;
|
3406
2066
|
title: {
|
3407
2067
|
id: string;
|
@@ -3409,45 +2069,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3409
2069
|
defaultMessage: string;
|
3410
2070
|
};
|
3411
2071
|
fields: import("./FieldConfig").Inferred[];
|
3412
|
-
|
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").Inferred[];
|
3450
|
-
})[];
|
2072
|
+
}[];
|
3451
2073
|
review: {
|
3452
2074
|
title: {
|
3453
2075
|
id: string;
|
@@ -3458,7 +2080,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3458
2080
|
};
|
3459
2081
|
active?: boolean | undefined;
|
3460
2082
|
}[];
|
3461
|
-
onboardingForm:
|
2083
|
+
onboardingForm: {
|
3462
2084
|
id: string;
|
3463
2085
|
title: {
|
3464
2086
|
id: string;
|
@@ -3466,92 +2088,16 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3466
2088
|
defaultMessage: string;
|
3467
2089
|
};
|
3468
2090
|
fields: import("./FieldConfig").Inferred[];
|
3469
|
-
|
3470
|
-
|
3471
|
-
type: "VERIFICATION";
|
3472
|
-
id: string;
|
3473
|
-
title: {
|
3474
|
-
id: string;
|
3475
|
-
description: string;
|
3476
|
-
defaultMessage: string;
|
3477
|
-
};
|
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").Inferred[];
|
3507
|
-
})[];
|
3508
|
-
additionalDetailsForm: ({
|
3509
|
-
id: string;
|
3510
|
-
title: {
|
3511
|
-
id: string;
|
3512
|
-
description: string;
|
3513
|
-
defaultMessage: string;
|
3514
|
-
};
|
3515
|
-
fields: import("./FieldConfig").Inferred[];
|
3516
|
-
type?: "FORM" | undefined;
|
3517
|
-
} | {
|
3518
|
-
type: "VERIFICATION";
|
2091
|
+
}[];
|
2092
|
+
additionalDetailsForm: {
|
3519
2093
|
id: string;
|
3520
2094
|
title: {
|
3521
2095
|
id: string;
|
3522
2096
|
description: string;
|
3523
2097
|
defaultMessage: string;
|
3524
2098
|
};
|
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
2099
|
fields: import("./FieldConfig").Inferred[];
|
3554
|
-
}
|
2100
|
+
}[];
|
3555
2101
|
draft?: boolean | undefined;
|
3556
2102
|
conditionals?: ({
|
3557
2103
|
type: "SHOW";
|
@@ -3581,7 +2127,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3581
2127
|
description: string;
|
3582
2128
|
defaultMessage: string;
|
3583
2129
|
};
|
3584
|
-
pages:
|
2130
|
+
pages: {
|
3585
2131
|
id: string;
|
3586
2132
|
title: {
|
3587
2133
|
id: string;
|
@@ -3589,45 +2135,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3589
2135
|
defaultMessage: string;
|
3590
2136
|
};
|
3591
2137
|
fields: import("./FieldConfig").Inferred[];
|
3592
|
-
|
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").Inferred[];
|
3630
|
-
})[];
|
2138
|
+
}[];
|
3631
2139
|
review: {
|
3632
2140
|
title: {
|
3633
2141
|
id: string;
|
@@ -3667,7 +2175,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3667
2175
|
description: string;
|
3668
2176
|
defaultMessage: string;
|
3669
2177
|
};
|
3670
|
-
pages:
|
2178
|
+
pages: {
|
3671
2179
|
id: string;
|
3672
2180
|
title: {
|
3673
2181
|
id: string;
|
@@ -3675,45 +2183,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3675
2183
|
defaultMessage: string;
|
3676
2184
|
};
|
3677
2185
|
fields: import("./FieldConfig").Inferred[];
|
3678
|
-
|
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").Inferred[];
|
3716
|
-
})[];
|
2186
|
+
}[];
|
3717
2187
|
review: {
|
3718
2188
|
title: {
|
3719
2189
|
id: string;
|
@@ -3753,7 +2223,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3753
2223
|
description: string;
|
3754
2224
|
defaultMessage: string;
|
3755
2225
|
};
|
3756
|
-
pages:
|
2226
|
+
pages: {
|
3757
2227
|
id: string;
|
3758
2228
|
title: {
|
3759
2229
|
id: string;
|
@@ -3761,45 +2231,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
|
|
3761
2231
|
defaultMessage: string;
|
3762
2232
|
};
|
3763
2233
|
fields: import("./FieldConfig").Inferred[];
|
3764
|
-
|
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").Inferred[];
|
3802
|
-
})[];
|
2234
|
+
}[];
|
3803
2235
|
review: {
|
3804
2236
|
title: {
|
3805
2237
|
id: string;
|