@learncard/types 5.6.11 → 5.6.12

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/lcn.d.ts CHANGED
@@ -88,10 +88,13 @@ export declare const LCNProfileValidator: z.ZodObject<{
88
88
  idBackgroundColor?: string | undefined;
89
89
  repeatIdBackgroundImage?: boolean | undefined;
90
90
  }>>;
91
+ role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
92
+ dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
91
93
  }, "strip", z.ZodTypeAny, {
92
94
  type?: string | undefined;
93
95
  image?: string | undefined;
94
96
  email?: string | undefined;
97
+ role?: string | undefined;
95
98
  isPrivate?: boolean | undefined;
96
99
  heroImage?: string | undefined;
97
100
  websiteLink?: string | undefined;
@@ -110,6 +113,7 @@ export declare const LCNProfileValidator: z.ZodObject<{
110
113
  idBackgroundColor?: string | undefined;
111
114
  repeatIdBackgroundImage?: boolean | undefined;
112
115
  } | undefined;
116
+ dob?: string | undefined;
113
117
  profileId: string;
114
118
  displayName: string;
115
119
  shortBio: string;
@@ -119,6 +123,7 @@ export declare const LCNProfileValidator: z.ZodObject<{
119
123
  type?: string | undefined;
120
124
  image?: string | undefined;
121
125
  email?: string | undefined;
126
+ role?: string | undefined;
122
127
  displayName?: string | undefined;
123
128
  shortBio?: string | undefined;
124
129
  bio?: string | undefined;
@@ -140,6 +145,7 @@ export declare const LCNProfileValidator: z.ZodObject<{
140
145
  idBackgroundColor?: string | undefined;
141
146
  repeatIdBackgroundImage?: boolean | undefined;
142
147
  } | undefined;
148
+ dob?: string | undefined;
143
149
  profileId: string;
144
150
  did: string;
145
151
  }>;
@@ -368,10 +374,13 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.extendShape<{
368
374
  idBackgroundColor?: string | undefined;
369
375
  repeatIdBackgroundImage?: boolean | undefined;
370
376
  }>>;
377
+ role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
378
+ dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
371
379
  }, "strip", z.ZodTypeAny, {
372
380
  type?: string | undefined;
373
381
  image?: string | undefined;
374
382
  email?: string | undefined;
383
+ role?: string | undefined;
375
384
  isPrivate?: boolean | undefined;
376
385
  heroImage?: string | undefined;
377
386
  websiteLink?: string | undefined;
@@ -390,6 +399,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.extendShape<{
390
399
  idBackgroundColor?: string | undefined;
391
400
  repeatIdBackgroundImage?: boolean | undefined;
392
401
  } | undefined;
402
+ dob?: string | undefined;
393
403
  profileId: string;
394
404
  displayName: string;
395
405
  shortBio: string;
@@ -399,6 +409,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.extendShape<{
399
409
  type?: string | undefined;
400
410
  image?: string | undefined;
401
411
  email?: string | undefined;
412
+ role?: string | undefined;
402
413
  displayName?: string | undefined;
403
414
  shortBio?: string | undefined;
404
415
  bio?: string | undefined;
@@ -420,6 +431,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.extendShape<{
420
431
  idBackgroundColor?: string | undefined;
421
432
  repeatIdBackgroundImage?: boolean | undefined;
422
433
  } | undefined;
434
+ dob?: string | undefined;
423
435
  profileId: string;
424
436
  did: string;
425
437
  }>, "many">;
@@ -430,6 +442,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.extendShape<{
430
442
  type?: string | undefined;
431
443
  image?: string | undefined;
432
444
  email?: string | undefined;
445
+ role?: string | undefined;
433
446
  isPrivate?: boolean | undefined;
434
447
  heroImage?: string | undefined;
435
448
  websiteLink?: string | undefined;
@@ -448,6 +461,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.extendShape<{
448
461
  idBackgroundColor?: string | undefined;
449
462
  repeatIdBackgroundImage?: boolean | undefined;
450
463
  } | undefined;
464
+ dob?: string | undefined;
451
465
  profileId: string;
452
466
  displayName: string;
453
467
  shortBio: string;
@@ -461,6 +475,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.extendShape<{
461
475
  type?: string | undefined;
462
476
  image?: string | undefined;
463
477
  email?: string | undefined;
478
+ role?: string | undefined;
464
479
  displayName?: string | undefined;
465
480
  shortBio?: string | undefined;
466
481
  bio?: string | undefined;
@@ -482,6 +497,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.extendShape<{
482
497
  idBackgroundColor?: string | undefined;
483
498
  repeatIdBackgroundImage?: boolean | undefined;
484
499
  } | undefined;
500
+ dob?: string | undefined;
485
501
  profileId: string;
486
502
  did: string;
487
503
  }[];
@@ -760,10 +776,13 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
760
776
  idBackgroundColor?: string | undefined;
761
777
  repeatIdBackgroundImage?: boolean | undefined;
762
778
  }>>;
779
+ role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
780
+ dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
763
781
  }, "strip", z.ZodTypeAny, {
764
782
  type?: string | undefined;
765
783
  image?: string | undefined;
766
784
  email?: string | undefined;
785
+ role?: string | undefined;
767
786
  isPrivate?: boolean | undefined;
768
787
  heroImage?: string | undefined;
769
788
  websiteLink?: string | undefined;
@@ -782,6 +801,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
782
801
  idBackgroundColor?: string | undefined;
783
802
  repeatIdBackgroundImage?: boolean | undefined;
784
803
  } | undefined;
804
+ dob?: string | undefined;
785
805
  profileId: string;
786
806
  displayName: string;
787
807
  shortBio: string;
@@ -791,6 +811,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
791
811
  type?: string | undefined;
792
812
  image?: string | undefined;
793
813
  email?: string | undefined;
814
+ role?: string | undefined;
794
815
  displayName?: string | undefined;
795
816
  shortBio?: string | undefined;
796
817
  bio?: string | undefined;
@@ -812,6 +833,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
812
833
  idBackgroundColor?: string | undefined;
813
834
  repeatIdBackgroundImage?: boolean | undefined;
814
835
  } | undefined;
836
+ dob?: string | undefined;
815
837
  profileId: string;
816
838
  did: string;
817
839
  }>;
@@ -863,6 +885,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
863
885
  type?: string | undefined;
864
886
  image?: string | undefined;
865
887
  email?: string | undefined;
888
+ role?: string | undefined;
866
889
  isPrivate?: boolean | undefined;
867
890
  heroImage?: string | undefined;
868
891
  websiteLink?: string | undefined;
@@ -881,6 +904,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
881
904
  idBackgroundColor?: string | undefined;
882
905
  repeatIdBackgroundImage?: boolean | undefined;
883
906
  } | undefined;
907
+ dob?: string | undefined;
884
908
  profileId: string;
885
909
  displayName: string;
886
910
  shortBio: string;
@@ -903,6 +927,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
903
927
  type?: string | undefined;
904
928
  image?: string | undefined;
905
929
  email?: string | undefined;
930
+ role?: string | undefined;
906
931
  displayName?: string | undefined;
907
932
  shortBio?: string | undefined;
908
933
  bio?: string | undefined;
@@ -924,6 +949,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
924
949
  idBackgroundColor?: string | undefined;
925
950
  repeatIdBackgroundImage?: boolean | undefined;
926
951
  } | undefined;
952
+ dob?: string | undefined;
927
953
  profileId: string;
928
954
  did: string;
929
955
  };
@@ -947,6 +973,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
947
973
  type?: string | undefined;
948
974
  image?: string | undefined;
949
975
  email?: string | undefined;
976
+ role?: string | undefined;
950
977
  isPrivate?: boolean | undefined;
951
978
  heroImage?: string | undefined;
952
979
  websiteLink?: string | undefined;
@@ -965,6 +992,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
965
992
  idBackgroundColor?: string | undefined;
966
993
  repeatIdBackgroundImage?: boolean | undefined;
967
994
  } | undefined;
995
+ dob?: string | undefined;
968
996
  profileId: string;
969
997
  displayName: string;
970
998
  shortBio: string;
@@ -991,6 +1019,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
991
1019
  type?: string | undefined;
992
1020
  image?: string | undefined;
993
1021
  email?: string | undefined;
1022
+ role?: string | undefined;
994
1023
  displayName?: string | undefined;
995
1024
  shortBio?: string | undefined;
996
1025
  bio?: string | undefined;
@@ -1012,6 +1041,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.ext
1012
1041
  idBackgroundColor?: string | undefined;
1013
1042
  repeatIdBackgroundImage?: boolean | undefined;
1014
1043
  } | undefined;
1044
+ dob?: string | undefined;
1015
1045
  profileId: string;
1016
1046
  did: string;
1017
1047
  };
@@ -2626,10 +2656,13 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2626
2656
  idBackgroundColor?: string | undefined;
2627
2657
  repeatIdBackgroundImage?: boolean | undefined;
2628
2658
  }>>;
2659
+ role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2660
+ dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2629
2661
  }, "strip", z.ZodTypeAny, {
2630
2662
  type?: string | undefined;
2631
2663
  image?: string | undefined;
2632
2664
  email?: string | undefined;
2665
+ role?: string | undefined;
2633
2666
  isPrivate?: boolean | undefined;
2634
2667
  heroImage?: string | undefined;
2635
2668
  websiteLink?: string | undefined;
@@ -2648,6 +2681,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2648
2681
  idBackgroundColor?: string | undefined;
2649
2682
  repeatIdBackgroundImage?: boolean | undefined;
2650
2683
  } | undefined;
2684
+ dob?: string | undefined;
2651
2685
  profileId: string;
2652
2686
  displayName: string;
2653
2687
  shortBio: string;
@@ -2657,6 +2691,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2657
2691
  type?: string | undefined;
2658
2692
  image?: string | undefined;
2659
2693
  email?: string | undefined;
2694
+ role?: string | undefined;
2660
2695
  displayName?: string | undefined;
2661
2696
  shortBio?: string | undefined;
2662
2697
  bio?: string | undefined;
@@ -2678,6 +2713,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2678
2713
  idBackgroundColor?: string | undefined;
2679
2714
  repeatIdBackgroundImage?: boolean | undefined;
2680
2715
  } | undefined;
2716
+ dob?: string | undefined;
2681
2717
  profileId: string;
2682
2718
  did: string;
2683
2719
  }>;
@@ -2691,6 +2727,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2691
2727
  type?: string | undefined;
2692
2728
  image?: string | undefined;
2693
2729
  email?: string | undefined;
2730
+ role?: string | undefined;
2694
2731
  isPrivate?: boolean | undefined;
2695
2732
  heroImage?: string | undefined;
2696
2733
  websiteLink?: string | undefined;
@@ -2709,6 +2746,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2709
2746
  idBackgroundColor?: string | undefined;
2710
2747
  repeatIdBackgroundImage?: boolean | undefined;
2711
2748
  } | undefined;
2749
+ dob?: string | undefined;
2712
2750
  profileId: string;
2713
2751
  displayName: string;
2714
2752
  shortBio: string;
@@ -2723,6 +2761,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2723
2761
  type?: string | undefined;
2724
2762
  image?: string | undefined;
2725
2763
  email?: string | undefined;
2764
+ role?: string | undefined;
2726
2765
  displayName?: string | undefined;
2727
2766
  shortBio?: string | undefined;
2728
2767
  bio?: string | undefined;
@@ -2744,6 +2783,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2744
2783
  idBackgroundColor?: string | undefined;
2745
2784
  repeatIdBackgroundImage?: boolean | undefined;
2746
2785
  } | undefined;
2786
+ dob?: string | undefined;
2747
2787
  profileId: string;
2748
2788
  did: string;
2749
2789
  };
@@ -2806,10 +2846,13 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2806
2846
  idBackgroundColor?: string | undefined;
2807
2847
  repeatIdBackgroundImage?: boolean | undefined;
2808
2848
  }>>;
2849
+ role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2850
+ dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2809
2851
  }, "strip", z.ZodTypeAny, {
2810
2852
  type?: string | undefined;
2811
2853
  image?: string | undefined;
2812
2854
  email?: string | undefined;
2855
+ role?: string | undefined;
2813
2856
  isPrivate?: boolean | undefined;
2814
2857
  heroImage?: string | undefined;
2815
2858
  websiteLink?: string | undefined;
@@ -2828,6 +2871,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2828
2871
  idBackgroundColor?: string | undefined;
2829
2872
  repeatIdBackgroundImage?: boolean | undefined;
2830
2873
  } | undefined;
2874
+ dob?: string | undefined;
2831
2875
  profileId: string;
2832
2876
  displayName: string;
2833
2877
  shortBio: string;
@@ -2837,6 +2881,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2837
2881
  type?: string | undefined;
2838
2882
  image?: string | undefined;
2839
2883
  email?: string | undefined;
2884
+ role?: string | undefined;
2840
2885
  displayName?: string | undefined;
2841
2886
  shortBio?: string | undefined;
2842
2887
  bio?: string | undefined;
@@ -2858,6 +2903,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2858
2903
  idBackgroundColor?: string | undefined;
2859
2904
  repeatIdBackgroundImage?: boolean | undefined;
2860
2905
  } | undefined;
2906
+ dob?: string | undefined;
2861
2907
  profileId: string;
2862
2908
  did: string;
2863
2909
  }>;
@@ -2871,6 +2917,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2871
2917
  type?: string | undefined;
2872
2918
  image?: string | undefined;
2873
2919
  email?: string | undefined;
2920
+ role?: string | undefined;
2874
2921
  isPrivate?: boolean | undefined;
2875
2922
  heroImage?: string | undefined;
2876
2923
  websiteLink?: string | undefined;
@@ -2889,6 +2936,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2889
2936
  idBackgroundColor?: string | undefined;
2890
2937
  repeatIdBackgroundImage?: boolean | undefined;
2891
2938
  } | undefined;
2939
+ dob?: string | undefined;
2892
2940
  profileId: string;
2893
2941
  displayName: string;
2894
2942
  shortBio: string;
@@ -2903,6 +2951,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2903
2951
  type?: string | undefined;
2904
2952
  image?: string | undefined;
2905
2953
  email?: string | undefined;
2954
+ role?: string | undefined;
2906
2955
  displayName?: string | undefined;
2907
2956
  shortBio?: string | undefined;
2908
2957
  bio?: string | undefined;
@@ -2924,6 +2973,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2924
2973
  idBackgroundColor?: string | undefined;
2925
2974
  repeatIdBackgroundImage?: boolean | undefined;
2926
2975
  } | undefined;
2976
+ dob?: string | undefined;
2927
2977
  profileId: string;
2928
2978
  did: string;
2929
2979
  };
@@ -2939,6 +2989,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2939
2989
  type?: string | undefined;
2940
2990
  image?: string | undefined;
2941
2991
  email?: string | undefined;
2992
+ role?: string | undefined;
2942
2993
  isPrivate?: boolean | undefined;
2943
2994
  heroImage?: string | undefined;
2944
2995
  websiteLink?: string | undefined;
@@ -2957,6 +3008,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2957
3008
  idBackgroundColor?: string | undefined;
2958
3009
  repeatIdBackgroundImage?: boolean | undefined;
2959
3010
  } | undefined;
3011
+ dob?: string | undefined;
2960
3012
  profileId: string;
2961
3013
  displayName: string;
2962
3014
  shortBio: string;
@@ -2975,6 +3027,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2975
3027
  type?: string | undefined;
2976
3028
  image?: string | undefined;
2977
3029
  email?: string | undefined;
3030
+ role?: string | undefined;
2978
3031
  displayName?: string | undefined;
2979
3032
  shortBio?: string | undefined;
2980
3033
  bio?: string | undefined;
@@ -2996,6 +3049,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.extendShap
2996
3049
  idBackgroundColor?: string | undefined;
2997
3050
  repeatIdBackgroundImage?: boolean | undefined;
2998
3051
  } | undefined;
3052
+ dob?: string | undefined;
2999
3053
  profileId: string;
3000
3054
  did: string;
3001
3055
  };
@@ -3428,10 +3482,13 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
3428
3482
  idBackgroundColor?: string | undefined;
3429
3483
  repeatIdBackgroundImage?: boolean | undefined;
3430
3484
  }>>;
3485
+ role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3486
+ dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3431
3487
  }, "strip", z.ZodTypeAny, {
3432
3488
  type?: string | undefined;
3433
3489
  image?: string | undefined;
3434
3490
  email?: string | undefined;
3491
+ role?: string | undefined;
3435
3492
  isPrivate?: boolean | undefined;
3436
3493
  heroImage?: string | undefined;
3437
3494
  websiteLink?: string | undefined;
@@ -3450,6 +3507,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
3450
3507
  idBackgroundColor?: string | undefined;
3451
3508
  repeatIdBackgroundImage?: boolean | undefined;
3452
3509
  } | undefined;
3510
+ dob?: string | undefined;
3453
3511
  profileId: string;
3454
3512
  displayName: string;
3455
3513
  shortBio: string;
@@ -3459,6 +3517,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
3459
3517
  type?: string | undefined;
3460
3518
  image?: string | undefined;
3461
3519
  email?: string | undefined;
3520
+ role?: string | undefined;
3462
3521
  displayName?: string | undefined;
3463
3522
  shortBio?: string | undefined;
3464
3523
  bio?: string | undefined;
@@ -3480,6 +3539,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
3480
3539
  idBackgroundColor?: string | undefined;
3481
3540
  repeatIdBackgroundImage?: boolean | undefined;
3482
3541
  } | undefined;
3542
+ dob?: string | undefined;
3483
3543
  profileId: string;
3484
3544
  did: string;
3485
3545
  }>;
@@ -3537,6 +3597,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
3537
3597
  type?: string | undefined;
3538
3598
  image?: string | undefined;
3539
3599
  email?: string | undefined;
3600
+ role?: string | undefined;
3540
3601
  isPrivate?: boolean | undefined;
3541
3602
  heroImage?: string | undefined;
3542
3603
  websiteLink?: string | undefined;
@@ -3555,6 +3616,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
3555
3616
  idBackgroundColor?: string | undefined;
3556
3617
  repeatIdBackgroundImage?: boolean | undefined;
3557
3618
  } | undefined;
3619
+ dob?: string | undefined;
3558
3620
  profileId: string;
3559
3621
  displayName: string;
3560
3622
  shortBio: string;
@@ -3602,6 +3664,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
3602
3664
  type?: string | undefined;
3603
3665
  image?: string | undefined;
3604
3666
  email?: string | undefined;
3667
+ role?: string | undefined;
3605
3668
  displayName?: string | undefined;
3606
3669
  shortBio?: string | undefined;
3607
3670
  bio?: string | undefined;
@@ -3623,6 +3686,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
3623
3686
  idBackgroundColor?: string | undefined;
3624
3687
  repeatIdBackgroundImage?: boolean | undefined;
3625
3688
  } | undefined;
3689
+ dob?: string | undefined;
3626
3690
  profileId: string;
3627
3691
  did: string;
3628
3692
  };
@@ -3822,10 +3886,13 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
3822
3886
  idBackgroundColor?: string | undefined;
3823
3887
  repeatIdBackgroundImage?: boolean | undefined;
3824
3888
  }>>;
3889
+ role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3890
+ dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3825
3891
  }, "strip", z.ZodTypeAny, {
3826
3892
  type?: string | undefined;
3827
3893
  image?: string | undefined;
3828
3894
  email?: string | undefined;
3895
+ role?: string | undefined;
3829
3896
  isPrivate?: boolean | undefined;
3830
3897
  heroImage?: string | undefined;
3831
3898
  websiteLink?: string | undefined;
@@ -3844,6 +3911,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
3844
3911
  idBackgroundColor?: string | undefined;
3845
3912
  repeatIdBackgroundImage?: boolean | undefined;
3846
3913
  } | undefined;
3914
+ dob?: string | undefined;
3847
3915
  profileId: string;
3848
3916
  displayName: string;
3849
3917
  shortBio: string;
@@ -3853,6 +3921,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
3853
3921
  type?: string | undefined;
3854
3922
  image?: string | undefined;
3855
3923
  email?: string | undefined;
3924
+ role?: string | undefined;
3856
3925
  displayName?: string | undefined;
3857
3926
  shortBio?: string | undefined;
3858
3927
  bio?: string | undefined;
@@ -3874,6 +3943,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
3874
3943
  idBackgroundColor?: string | undefined;
3875
3944
  repeatIdBackgroundImage?: boolean | undefined;
3876
3945
  } | undefined;
3946
+ dob?: string | undefined;
3877
3947
  profileId: string;
3878
3948
  did: string;
3879
3949
  }>;
@@ -4694,10 +4764,13 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4694
4764
  idBackgroundColor?: string | undefined;
4695
4765
  repeatIdBackgroundImage?: boolean | undefined;
4696
4766
  }>>;
4767
+ role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4768
+ dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4697
4769
  }, "strip", z.ZodTypeAny, {
4698
4770
  type?: string | undefined;
4699
4771
  image?: string | undefined;
4700
4772
  email?: string | undefined;
4773
+ role?: string | undefined;
4701
4774
  isPrivate?: boolean | undefined;
4702
4775
  heroImage?: string | undefined;
4703
4776
  websiteLink?: string | undefined;
@@ -4716,6 +4789,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4716
4789
  idBackgroundColor?: string | undefined;
4717
4790
  repeatIdBackgroundImage?: boolean | undefined;
4718
4791
  } | undefined;
4792
+ dob?: string | undefined;
4719
4793
  profileId: string;
4720
4794
  displayName: string;
4721
4795
  shortBio: string;
@@ -4725,6 +4799,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4725
4799
  type?: string | undefined;
4726
4800
  image?: string | undefined;
4727
4801
  email?: string | undefined;
4802
+ role?: string | undefined;
4728
4803
  displayName?: string | undefined;
4729
4804
  shortBio?: string | undefined;
4730
4805
  bio?: string | undefined;
@@ -4746,6 +4821,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4746
4821
  idBackgroundColor?: string | undefined;
4747
4822
  repeatIdBackgroundImage?: boolean | undefined;
4748
4823
  } | undefined;
4824
+ dob?: string | undefined;
4749
4825
  profileId: string;
4750
4826
  did: string;
4751
4827
  }>;
@@ -4803,6 +4879,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4803
4879
  type?: string | undefined;
4804
4880
  image?: string | undefined;
4805
4881
  email?: string | undefined;
4882
+ role?: string | undefined;
4806
4883
  isPrivate?: boolean | undefined;
4807
4884
  heroImage?: string | undefined;
4808
4885
  websiteLink?: string | undefined;
@@ -4821,6 +4898,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4821
4898
  idBackgroundColor?: string | undefined;
4822
4899
  repeatIdBackgroundImage?: boolean | undefined;
4823
4900
  } | undefined;
4901
+ dob?: string | undefined;
4824
4902
  profileId: string;
4825
4903
  displayName: string;
4826
4904
  shortBio: string;
@@ -4868,6 +4946,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4868
4946
  type?: string | undefined;
4869
4947
  image?: string | undefined;
4870
4948
  email?: string | undefined;
4949
+ role?: string | undefined;
4871
4950
  displayName?: string | undefined;
4872
4951
  shortBio?: string | undefined;
4873
4952
  bio?: string | undefined;
@@ -4889,6 +4968,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4889
4968
  idBackgroundColor?: string | undefined;
4890
4969
  repeatIdBackgroundImage?: boolean | undefined;
4891
4970
  } | undefined;
4971
+ dob?: string | undefined;
4892
4972
  profileId: string;
4893
4973
  did: string;
4894
4974
  };
@@ -4945,10 +5025,13 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4945
5025
  idBackgroundColor?: string | undefined;
4946
5026
  repeatIdBackgroundImage?: boolean | undefined;
4947
5027
  }>>;
5028
+ role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
5029
+ dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4948
5030
  }, "strip", z.ZodTypeAny, {
4949
5031
  type?: string | undefined;
4950
5032
  image?: string | undefined;
4951
5033
  email?: string | undefined;
5034
+ role?: string | undefined;
4952
5035
  isPrivate?: boolean | undefined;
4953
5036
  heroImage?: string | undefined;
4954
5037
  websiteLink?: string | undefined;
@@ -4967,6 +5050,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4967
5050
  idBackgroundColor?: string | undefined;
4968
5051
  repeatIdBackgroundImage?: boolean | undefined;
4969
5052
  } | undefined;
5053
+ dob?: string | undefined;
4970
5054
  profileId: string;
4971
5055
  displayName: string;
4972
5056
  shortBio: string;
@@ -4976,6 +5060,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4976
5060
  type?: string | undefined;
4977
5061
  image?: string | undefined;
4978
5062
  email?: string | undefined;
5063
+ role?: string | undefined;
4979
5064
  displayName?: string | undefined;
4980
5065
  shortBio?: string | undefined;
4981
5066
  bio?: string | undefined;
@@ -4997,6 +5082,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
4997
5082
  idBackgroundColor?: string | undefined;
4998
5083
  repeatIdBackgroundImage?: boolean | undefined;
4999
5084
  } | undefined;
5085
+ dob?: string | undefined;
5000
5086
  profileId: string;
5001
5087
  did: string;
5002
5088
  }>;
@@ -5047,6 +5133,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5047
5133
  type?: string | undefined;
5048
5134
  image?: string | undefined;
5049
5135
  email?: string | undefined;
5136
+ role?: string | undefined;
5050
5137
  isPrivate?: boolean | undefined;
5051
5138
  heroImage?: string | undefined;
5052
5139
  websiteLink?: string | undefined;
@@ -5065,6 +5152,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5065
5152
  idBackgroundColor?: string | undefined;
5066
5153
  repeatIdBackgroundImage?: boolean | undefined;
5067
5154
  } | undefined;
5155
+ dob?: string | undefined;
5068
5156
  profileId: string;
5069
5157
  displayName: string;
5070
5158
  shortBio: string;
@@ -5098,6 +5186,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5098
5186
  type?: string | undefined;
5099
5187
  image?: string | undefined;
5100
5188
  email?: string | undefined;
5189
+ role?: string | undefined;
5101
5190
  isPrivate?: boolean | undefined;
5102
5191
  heroImage?: string | undefined;
5103
5192
  websiteLink?: string | undefined;
@@ -5116,6 +5205,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5116
5205
  idBackgroundColor?: string | undefined;
5117
5206
  repeatIdBackgroundImage?: boolean | undefined;
5118
5207
  } | undefined;
5208
+ dob?: string | undefined;
5119
5209
  profileId: string;
5120
5210
  displayName: string;
5121
5211
  shortBio: string;
@@ -5168,6 +5258,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5168
5258
  type?: string | undefined;
5169
5259
  image?: string | undefined;
5170
5260
  email?: string | undefined;
5261
+ role?: string | undefined;
5171
5262
  displayName?: string | undefined;
5172
5263
  shortBio?: string | undefined;
5173
5264
  bio?: string | undefined;
@@ -5189,6 +5280,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5189
5280
  idBackgroundColor?: string | undefined;
5190
5281
  repeatIdBackgroundImage?: boolean | undefined;
5191
5282
  } | undefined;
5283
+ dob?: string | undefined;
5192
5284
  profileId: string;
5193
5285
  did: string;
5194
5286
  };
@@ -5219,6 +5311,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5219
5311
  type?: string | undefined;
5220
5312
  image?: string | undefined;
5221
5313
  email?: string | undefined;
5314
+ role?: string | undefined;
5222
5315
  displayName?: string | undefined;
5223
5316
  shortBio?: string | undefined;
5224
5317
  bio?: string | undefined;
@@ -5240,6 +5333,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5240
5333
  idBackgroundColor?: string | undefined;
5241
5334
  repeatIdBackgroundImage?: boolean | undefined;
5242
5335
  } | undefined;
5336
+ dob?: string | undefined;
5243
5337
  profileId: string;
5244
5338
  did: string;
5245
5339
  };
@@ -5293,6 +5387,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5293
5387
  type?: string | undefined;
5294
5388
  image?: string | undefined;
5295
5389
  email?: string | undefined;
5390
+ role?: string | undefined;
5296
5391
  isPrivate?: boolean | undefined;
5297
5392
  heroImage?: string | undefined;
5298
5393
  websiteLink?: string | undefined;
@@ -5311,6 +5406,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5311
5406
  idBackgroundColor?: string | undefined;
5312
5407
  repeatIdBackgroundImage?: boolean | undefined;
5313
5408
  } | undefined;
5409
+ dob?: string | undefined;
5314
5410
  profileId: string;
5315
5411
  displayName: string;
5316
5412
  shortBio: string;
@@ -5344,6 +5440,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5344
5440
  type?: string | undefined;
5345
5441
  image?: string | undefined;
5346
5442
  email?: string | undefined;
5443
+ role?: string | undefined;
5347
5444
  isPrivate?: boolean | undefined;
5348
5445
  heroImage?: string | undefined;
5349
5446
  websiteLink?: string | undefined;
@@ -5362,6 +5459,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5362
5459
  idBackgroundColor?: string | undefined;
5363
5460
  repeatIdBackgroundImage?: boolean | undefined;
5364
5461
  } | undefined;
5462
+ dob?: string | undefined;
5365
5463
  profileId: string;
5366
5464
  displayName: string;
5367
5465
  shortBio: string;
@@ -5418,6 +5516,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5418
5516
  type?: string | undefined;
5419
5517
  image?: string | undefined;
5420
5518
  email?: string | undefined;
5519
+ role?: string | undefined;
5421
5520
  displayName?: string | undefined;
5422
5521
  shortBio?: string | undefined;
5423
5522
  bio?: string | undefined;
@@ -5439,6 +5538,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5439
5538
  idBackgroundColor?: string | undefined;
5440
5539
  repeatIdBackgroundImage?: boolean | undefined;
5441
5540
  } | undefined;
5541
+ dob?: string | undefined;
5442
5542
  profileId: string;
5443
5543
  did: string;
5444
5544
  };
@@ -5469,6 +5569,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5469
5569
  type?: string | undefined;
5470
5570
  image?: string | undefined;
5471
5571
  email?: string | undefined;
5572
+ role?: string | undefined;
5472
5573
  displayName?: string | undefined;
5473
5574
  shortBio?: string | undefined;
5474
5575
  bio?: string | undefined;
@@ -5490,6 +5591,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
5490
5591
  idBackgroundColor?: string | undefined;
5491
5592
  repeatIdBackgroundImage?: boolean | undefined;
5492
5593
  } | undefined;
5594
+ dob?: string | undefined;
5493
5595
  profileId: string;
5494
5596
  did: string;
5495
5597
  };
@@ -6972,10 +7074,13 @@ export declare const LCNNotificationValidator: z.ZodObject<{
6972
7074
  idBackgroundColor?: string | undefined;
6973
7075
  repeatIdBackgroundImage?: boolean | undefined;
6974
7076
  }>>>;
7077
+ role: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
7078
+ dob: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
6975
7079
  }, "strip", z.ZodTypeAny, {
6976
7080
  type?: string | undefined;
6977
7081
  image?: string | undefined;
6978
7082
  email?: string | undefined;
7083
+ role?: string | undefined;
6979
7084
  profileId?: string | undefined;
6980
7085
  displayName?: string | undefined;
6981
7086
  shortBio?: string | undefined;
@@ -6999,10 +7104,12 @@ export declare const LCNNotificationValidator: z.ZodObject<{
6999
7104
  idBackgroundColor?: string | undefined;
7000
7105
  repeatIdBackgroundImage?: boolean | undefined;
7001
7106
  } | undefined;
7107
+ dob?: string | undefined;
7002
7108
  }, {
7003
7109
  type?: string | undefined;
7004
7110
  image?: string | undefined;
7005
7111
  email?: string | undefined;
7112
+ role?: string | undefined;
7006
7113
  profileId?: string | undefined;
7007
7114
  displayName?: string | undefined;
7008
7115
  shortBio?: string | undefined;
@@ -7026,6 +7133,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7026
7133
  idBackgroundColor?: string | undefined;
7027
7134
  repeatIdBackgroundImage?: boolean | undefined;
7028
7135
  } | undefined;
7136
+ dob?: string | undefined;
7029
7137
  }>, z.ZodObject<{
7030
7138
  did: z.ZodString;
7031
7139
  }, "strip", z.ZodTypeAny, {
@@ -7084,10 +7192,13 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7084
7192
  idBackgroundColor?: string | undefined;
7085
7193
  repeatIdBackgroundImage?: boolean | undefined;
7086
7194
  }>>>;
7195
+ role: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
7196
+ dob: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
7087
7197
  }, "strip", z.ZodTypeAny, {
7088
7198
  type?: string | undefined;
7089
7199
  image?: string | undefined;
7090
7200
  email?: string | undefined;
7201
+ role?: string | undefined;
7091
7202
  profileId?: string | undefined;
7092
7203
  displayName?: string | undefined;
7093
7204
  shortBio?: string | undefined;
@@ -7111,10 +7222,12 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7111
7222
  idBackgroundColor?: string | undefined;
7112
7223
  repeatIdBackgroundImage?: boolean | undefined;
7113
7224
  } | undefined;
7225
+ dob?: string | undefined;
7114
7226
  }, {
7115
7227
  type?: string | undefined;
7116
7228
  image?: string | undefined;
7117
7229
  email?: string | undefined;
7230
+ role?: string | undefined;
7118
7231
  profileId?: string | undefined;
7119
7232
  displayName?: string | undefined;
7120
7233
  shortBio?: string | undefined;
@@ -7138,6 +7251,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7138
7251
  idBackgroundColor?: string | undefined;
7139
7252
  repeatIdBackgroundImage?: boolean | undefined;
7140
7253
  } | undefined;
7254
+ dob?: string | undefined;
7141
7255
  }>, z.ZodObject<{
7142
7256
  did: z.ZodString;
7143
7257
  }, "strip", z.ZodTypeAny, {
@@ -7469,6 +7583,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7469
7583
  type?: string | undefined;
7470
7584
  image?: string | undefined;
7471
7585
  email?: string | undefined;
7586
+ role?: string | undefined;
7472
7587
  profileId?: string | undefined;
7473
7588
  displayName?: string | undefined;
7474
7589
  shortBio?: string | undefined;
@@ -7492,6 +7607,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7492
7607
  idBackgroundColor?: string | undefined;
7493
7608
  repeatIdBackgroundImage?: boolean | undefined;
7494
7609
  } | undefined;
7610
+ dob?: string | undefined;
7495
7611
  } & {
7496
7612
  did: string;
7497
7613
  };
@@ -7499,6 +7615,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7499
7615
  type?: string | undefined;
7500
7616
  image?: string | undefined;
7501
7617
  email?: string | undefined;
7618
+ role?: string | undefined;
7502
7619
  profileId?: string | undefined;
7503
7620
  displayName?: string | undefined;
7504
7621
  shortBio?: string | undefined;
@@ -7522,6 +7639,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7522
7639
  idBackgroundColor?: string | undefined;
7523
7640
  repeatIdBackgroundImage?: boolean | undefined;
7524
7641
  } | undefined;
7642
+ dob?: string | undefined;
7525
7643
  } & {
7526
7644
  did: string;
7527
7645
  };
@@ -7570,6 +7688,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7570
7688
  type?: string | undefined;
7571
7689
  image?: string | undefined;
7572
7690
  email?: string | undefined;
7691
+ role?: string | undefined;
7573
7692
  profileId?: string | undefined;
7574
7693
  displayName?: string | undefined;
7575
7694
  shortBio?: string | undefined;
@@ -7593,6 +7712,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7593
7712
  idBackgroundColor?: string | undefined;
7594
7713
  repeatIdBackgroundImage?: boolean | undefined;
7595
7714
  } | undefined;
7715
+ dob?: string | undefined;
7596
7716
  } & {
7597
7717
  did: string;
7598
7718
  };
@@ -7600,6 +7720,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7600
7720
  type?: string | undefined;
7601
7721
  image?: string | undefined;
7602
7722
  email?: string | undefined;
7723
+ role?: string | undefined;
7603
7724
  profileId?: string | undefined;
7604
7725
  displayName?: string | undefined;
7605
7726
  shortBio?: string | undefined;
@@ -7623,6 +7744,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
7623
7744
  idBackgroundColor?: string | undefined;
7624
7745
  repeatIdBackgroundImage?: boolean | undefined;
7625
7746
  } | undefined;
7747
+ dob?: string | undefined;
7626
7748
  } & {
7627
7749
  did: string;
7628
7750
  };