@learncard/types 5.6.11 → 5.6.13
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 +966 -110
- package/dist/lcn.d.ts.map +1 -1
- package/dist/types.cjs.development.js +7 -3
- package/dist/types.cjs.development.js.map +2 -2
- package/dist/types.cjs.production.min.js +1 -1
- package/dist/types.cjs.production.min.js.map +2 -2
- package/dist/types.esm.js +7 -3
- package/dist/types.esm.js.map +2 -2
- package/package.json +1 -1
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
|
}>;
|
@@ -3496,6 +3556,118 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3496
3556
|
updatedAt: z.ZodString;
|
3497
3557
|
expiresAt: z.ZodOptional<z.ZodString>;
|
3498
3558
|
autoBoosts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
3559
|
+
writers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
3560
|
+
profileId: z.ZodString;
|
3561
|
+
displayName: z.ZodDefault<z.ZodString>;
|
3562
|
+
shortBio: z.ZodDefault<z.ZodString>;
|
3563
|
+
bio: z.ZodDefault<z.ZodString>;
|
3564
|
+
did: z.ZodString;
|
3565
|
+
isPrivate: z.ZodOptional<z.ZodBoolean>;
|
3566
|
+
email: z.ZodOptional<z.ZodString>;
|
3567
|
+
image: z.ZodOptional<z.ZodString>;
|
3568
|
+
heroImage: z.ZodOptional<z.ZodString>;
|
3569
|
+
websiteLink: z.ZodOptional<z.ZodString>;
|
3570
|
+
isServiceProfile: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
3571
|
+
type: z.ZodOptional<z.ZodString>;
|
3572
|
+
notificationsWebhook: z.ZodOptional<z.ZodString>;
|
3573
|
+
display: z.ZodOptional<z.ZodObject<{
|
3574
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
3575
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
3576
|
+
fadeBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
3577
|
+
repeatBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
3578
|
+
fontColor: z.ZodOptional<z.ZodString>;
|
3579
|
+
accentColor: z.ZodOptional<z.ZodString>;
|
3580
|
+
accentFontColor: z.ZodOptional<z.ZodString>;
|
3581
|
+
idBackgroundImage: z.ZodOptional<z.ZodString>;
|
3582
|
+
fadeIdBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
3583
|
+
idBackgroundColor: z.ZodOptional<z.ZodString>;
|
3584
|
+
repeatIdBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
3585
|
+
}, "strip", z.ZodTypeAny, {
|
3586
|
+
backgroundColor?: string | undefined;
|
3587
|
+
backgroundImage?: string | undefined;
|
3588
|
+
fadeBackgroundImage?: boolean | undefined;
|
3589
|
+
repeatBackgroundImage?: boolean | undefined;
|
3590
|
+
fontColor?: string | undefined;
|
3591
|
+
accentColor?: string | undefined;
|
3592
|
+
accentFontColor?: string | undefined;
|
3593
|
+
idBackgroundImage?: string | undefined;
|
3594
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
3595
|
+
idBackgroundColor?: string | undefined;
|
3596
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
3597
|
+
}, {
|
3598
|
+
backgroundColor?: string | undefined;
|
3599
|
+
backgroundImage?: string | undefined;
|
3600
|
+
fadeBackgroundImage?: boolean | undefined;
|
3601
|
+
repeatBackgroundImage?: boolean | undefined;
|
3602
|
+
fontColor?: string | undefined;
|
3603
|
+
accentColor?: string | undefined;
|
3604
|
+
accentFontColor?: string | undefined;
|
3605
|
+
idBackgroundImage?: string | undefined;
|
3606
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
3607
|
+
idBackgroundColor?: string | undefined;
|
3608
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
3609
|
+
}>>;
|
3610
|
+
role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
3611
|
+
dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
3612
|
+
}, "strip", z.ZodTypeAny, {
|
3613
|
+
type?: string | undefined;
|
3614
|
+
image?: string | undefined;
|
3615
|
+
email?: string | undefined;
|
3616
|
+
role?: string | undefined;
|
3617
|
+
isPrivate?: boolean | undefined;
|
3618
|
+
heroImage?: string | undefined;
|
3619
|
+
websiteLink?: string | undefined;
|
3620
|
+
isServiceProfile?: boolean | undefined;
|
3621
|
+
notificationsWebhook?: string | undefined;
|
3622
|
+
display?: {
|
3623
|
+
backgroundColor?: string | undefined;
|
3624
|
+
backgroundImage?: string | undefined;
|
3625
|
+
fadeBackgroundImage?: boolean | undefined;
|
3626
|
+
repeatBackgroundImage?: boolean | undefined;
|
3627
|
+
fontColor?: string | undefined;
|
3628
|
+
accentColor?: string | undefined;
|
3629
|
+
accentFontColor?: string | undefined;
|
3630
|
+
idBackgroundImage?: string | undefined;
|
3631
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
3632
|
+
idBackgroundColor?: string | undefined;
|
3633
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
3634
|
+
} | undefined;
|
3635
|
+
dob?: string | undefined;
|
3636
|
+
profileId: string;
|
3637
|
+
displayName: string;
|
3638
|
+
shortBio: string;
|
3639
|
+
bio: string;
|
3640
|
+
did: string;
|
3641
|
+
}, {
|
3642
|
+
type?: string | undefined;
|
3643
|
+
image?: string | undefined;
|
3644
|
+
email?: string | undefined;
|
3645
|
+
role?: string | undefined;
|
3646
|
+
displayName?: string | undefined;
|
3647
|
+
shortBio?: string | undefined;
|
3648
|
+
bio?: string | undefined;
|
3649
|
+
isPrivate?: boolean | undefined;
|
3650
|
+
heroImage?: string | undefined;
|
3651
|
+
websiteLink?: string | undefined;
|
3652
|
+
isServiceProfile?: boolean | undefined;
|
3653
|
+
notificationsWebhook?: string | undefined;
|
3654
|
+
display?: {
|
3655
|
+
backgroundColor?: string | undefined;
|
3656
|
+
backgroundImage?: string | undefined;
|
3657
|
+
fadeBackgroundImage?: boolean | undefined;
|
3658
|
+
repeatBackgroundImage?: boolean | undefined;
|
3659
|
+
fontColor?: string | undefined;
|
3660
|
+
accentColor?: string | undefined;
|
3661
|
+
accentFontColor?: string | undefined;
|
3662
|
+
idBackgroundImage?: string | undefined;
|
3663
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
3664
|
+
idBackgroundColor?: string | undefined;
|
3665
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
3666
|
+
} | undefined;
|
3667
|
+
dob?: string | undefined;
|
3668
|
+
profileId: string;
|
3669
|
+
did: string;
|
3670
|
+
}>, "many">>;
|
3499
3671
|
}, "strip", z.ZodTypeAny, {
|
3500
3672
|
description?: string | undefined;
|
3501
3673
|
image?: string | undefined;
|
@@ -3506,6 +3678,36 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3506
3678
|
frontDoorBoostUri?: string | undefined;
|
3507
3679
|
expiresAt?: string | undefined;
|
3508
3680
|
autoBoosts?: string[] | undefined;
|
3681
|
+
writers?: {
|
3682
|
+
type?: string | undefined;
|
3683
|
+
image?: string | undefined;
|
3684
|
+
email?: string | undefined;
|
3685
|
+
role?: string | undefined;
|
3686
|
+
isPrivate?: boolean | undefined;
|
3687
|
+
heroImage?: string | undefined;
|
3688
|
+
websiteLink?: string | undefined;
|
3689
|
+
isServiceProfile?: boolean | undefined;
|
3690
|
+
notificationsWebhook?: string | undefined;
|
3691
|
+
display?: {
|
3692
|
+
backgroundColor?: string | undefined;
|
3693
|
+
backgroundImage?: string | undefined;
|
3694
|
+
fadeBackgroundImage?: boolean | undefined;
|
3695
|
+
repeatBackgroundImage?: boolean | undefined;
|
3696
|
+
fontColor?: string | undefined;
|
3697
|
+
accentColor?: string | undefined;
|
3698
|
+
accentFontColor?: string | undefined;
|
3699
|
+
idBackgroundImage?: string | undefined;
|
3700
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
3701
|
+
idBackgroundColor?: string | undefined;
|
3702
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
3703
|
+
} | undefined;
|
3704
|
+
dob?: string | undefined;
|
3705
|
+
profileId: string;
|
3706
|
+
displayName: string;
|
3707
|
+
shortBio: string;
|
3708
|
+
bio: string;
|
3709
|
+
did: string;
|
3710
|
+
}[] | undefined;
|
3509
3711
|
name: string;
|
3510
3712
|
createdAt: string;
|
3511
3713
|
uri: string;
|
@@ -3537,6 +3739,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3537
3739
|
type?: string | undefined;
|
3538
3740
|
image?: string | undefined;
|
3539
3741
|
email?: string | undefined;
|
3742
|
+
role?: string | undefined;
|
3540
3743
|
isPrivate?: boolean | undefined;
|
3541
3744
|
heroImage?: string | undefined;
|
3542
3745
|
websiteLink?: string | undefined;
|
@@ -3555,6 +3758,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3555
3758
|
idBackgroundColor?: string | undefined;
|
3556
3759
|
repeatIdBackgroundImage?: boolean | undefined;
|
3557
3760
|
} | undefined;
|
3761
|
+
dob?: string | undefined;
|
3558
3762
|
profileId: string;
|
3559
3763
|
displayName: string;
|
3560
3764
|
shortBio: string;
|
@@ -3571,6 +3775,36 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3571
3775
|
frontDoorBoostUri?: string | undefined;
|
3572
3776
|
expiresAt?: string | undefined;
|
3573
3777
|
autoBoosts?: string[] | undefined;
|
3778
|
+
writers?: {
|
3779
|
+
type?: string | undefined;
|
3780
|
+
image?: string | undefined;
|
3781
|
+
email?: string | undefined;
|
3782
|
+
role?: string | undefined;
|
3783
|
+
displayName?: string | undefined;
|
3784
|
+
shortBio?: string | undefined;
|
3785
|
+
bio?: string | undefined;
|
3786
|
+
isPrivate?: boolean | undefined;
|
3787
|
+
heroImage?: string | undefined;
|
3788
|
+
websiteLink?: string | undefined;
|
3789
|
+
isServiceProfile?: boolean | undefined;
|
3790
|
+
notificationsWebhook?: string | undefined;
|
3791
|
+
display?: {
|
3792
|
+
backgroundColor?: string | undefined;
|
3793
|
+
backgroundImage?: string | undefined;
|
3794
|
+
fadeBackgroundImage?: boolean | undefined;
|
3795
|
+
repeatBackgroundImage?: boolean | undefined;
|
3796
|
+
fontColor?: string | undefined;
|
3797
|
+
accentColor?: string | undefined;
|
3798
|
+
accentFontColor?: string | undefined;
|
3799
|
+
idBackgroundImage?: string | undefined;
|
3800
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
3801
|
+
idBackgroundColor?: string | undefined;
|
3802
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
3803
|
+
} | undefined;
|
3804
|
+
dob?: string | undefined;
|
3805
|
+
profileId: string;
|
3806
|
+
did: string;
|
3807
|
+
}[] | undefined;
|
3574
3808
|
name: string;
|
3575
3809
|
createdAt: string;
|
3576
3810
|
uri: string;
|
@@ -3602,6 +3836,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3602
3836
|
type?: string | undefined;
|
3603
3837
|
image?: string | undefined;
|
3604
3838
|
email?: string | undefined;
|
3839
|
+
role?: string | undefined;
|
3605
3840
|
displayName?: string | undefined;
|
3606
3841
|
shortBio?: string | undefined;
|
3607
3842
|
bio?: string | undefined;
|
@@ -3623,6 +3858,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3623
3858
|
idBackgroundColor?: string | undefined;
|
3624
3859
|
repeatIdBackgroundImage?: boolean | undefined;
|
3625
3860
|
} | undefined;
|
3861
|
+
dob?: string | undefined;
|
3626
3862
|
profileId: string;
|
3627
3863
|
did: string;
|
3628
3864
|
};
|
@@ -3822,10 +4058,13 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
|
|
3822
4058
|
idBackgroundColor?: string | undefined;
|
3823
4059
|
repeatIdBackgroundImage?: boolean | undefined;
|
3824
4060
|
}>>;
|
4061
|
+
role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
4062
|
+
dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
3825
4063
|
}, "strip", z.ZodTypeAny, {
|
3826
4064
|
type?: string | undefined;
|
3827
4065
|
image?: string | undefined;
|
3828
4066
|
email?: string | undefined;
|
4067
|
+
role?: string | undefined;
|
3829
4068
|
isPrivate?: boolean | undefined;
|
3830
4069
|
heroImage?: string | undefined;
|
3831
4070
|
websiteLink?: string | undefined;
|
@@ -3844,6 +4083,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
|
|
3844
4083
|
idBackgroundColor?: string | undefined;
|
3845
4084
|
repeatIdBackgroundImage?: boolean | undefined;
|
3846
4085
|
} | undefined;
|
4086
|
+
dob?: string | undefined;
|
3847
4087
|
profileId: string;
|
3848
4088
|
displayName: string;
|
3849
4089
|
shortBio: string;
|
@@ -3853,6 +4093,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
|
|
3853
4093
|
type?: string | undefined;
|
3854
4094
|
image?: string | undefined;
|
3855
4095
|
email?: string | undefined;
|
4096
|
+
role?: string | undefined;
|
3856
4097
|
displayName?: string | undefined;
|
3857
4098
|
shortBio?: string | undefined;
|
3858
4099
|
bio?: string | undefined;
|
@@ -3874,6 +4115,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
|
|
3874
4115
|
idBackgroundColor?: string | undefined;
|
3875
4116
|
repeatIdBackgroundImage?: boolean | undefined;
|
3876
4117
|
} | undefined;
|
4118
|
+
dob?: string | undefined;
|
3877
4119
|
profileId: string;
|
3878
4120
|
did: string;
|
3879
4121
|
}>;
|
@@ -3890,94 +4132,296 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
|
|
3890
4132
|
updatedAt: z.ZodString;
|
3891
4133
|
expiresAt: z.ZodOptional<z.ZodString>;
|
3892
4134
|
autoBoosts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
3893
|
-
|
3894
|
-
|
3895
|
-
|
3896
|
-
|
3897
|
-
|
3898
|
-
|
3899
|
-
|
3900
|
-
|
3901
|
-
|
3902
|
-
|
3903
|
-
|
3904
|
-
|
3905
|
-
|
3906
|
-
|
3907
|
-
|
3908
|
-
|
3909
|
-
|
3910
|
-
|
3911
|
-
|
3912
|
-
|
3913
|
-
|
3914
|
-
|
3915
|
-
|
3916
|
-
|
3917
|
-
|
3918
|
-
|
3919
|
-
|
3920
|
-
|
3921
|
-
|
3922
|
-
|
3923
|
-
|
3924
|
-
|
3925
|
-
|
3926
|
-
|
3927
|
-
|
3928
|
-
|
3929
|
-
|
3930
|
-
|
3931
|
-
|
3932
|
-
|
3933
|
-
|
3934
|
-
|
3935
|
-
|
3936
|
-
|
3937
|
-
|
3938
|
-
|
3939
|
-
|
3940
|
-
|
3941
|
-
|
3942
|
-
|
3943
|
-
|
3944
|
-
|
3945
|
-
|
3946
|
-
|
3947
|
-
|
3948
|
-
|
3949
|
-
|
3950
|
-
|
3951
|
-
|
3952
|
-
|
3953
|
-
|
3954
|
-
|
3955
|
-
|
3956
|
-
|
3957
|
-
|
3958
|
-
|
3959
|
-
|
3960
|
-
|
3961
|
-
|
3962
|
-
|
3963
|
-
|
3964
|
-
|
3965
|
-
|
3966
|
-
|
3967
|
-
|
3968
|
-
}
|
3969
|
-
|
3970
|
-
|
3971
|
-
|
3972
|
-
|
3973
|
-
|
3974
|
-
|
3975
|
-
|
3976
|
-
|
3977
|
-
|
3978
|
-
|
4135
|
+
writers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
4136
|
+
profileId: z.ZodString;
|
4137
|
+
displayName: z.ZodDefault<z.ZodString>;
|
4138
|
+
shortBio: z.ZodDefault<z.ZodString>;
|
4139
|
+
bio: z.ZodDefault<z.ZodString>;
|
4140
|
+
did: z.ZodString;
|
4141
|
+
isPrivate: z.ZodOptional<z.ZodBoolean>;
|
4142
|
+
email: z.ZodOptional<z.ZodString>;
|
4143
|
+
image: z.ZodOptional<z.ZodString>;
|
4144
|
+
heroImage: z.ZodOptional<z.ZodString>;
|
4145
|
+
websiteLink: z.ZodOptional<z.ZodString>;
|
4146
|
+
isServiceProfile: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
4147
|
+
type: z.ZodOptional<z.ZodString>;
|
4148
|
+
notificationsWebhook: z.ZodOptional<z.ZodString>;
|
4149
|
+
display: z.ZodOptional<z.ZodObject<{
|
4150
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
4151
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
4152
|
+
fadeBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
4153
|
+
repeatBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
4154
|
+
fontColor: z.ZodOptional<z.ZodString>;
|
4155
|
+
accentColor: z.ZodOptional<z.ZodString>;
|
4156
|
+
accentFontColor: z.ZodOptional<z.ZodString>;
|
4157
|
+
idBackgroundImage: z.ZodOptional<z.ZodString>;
|
4158
|
+
fadeIdBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
4159
|
+
idBackgroundColor: z.ZodOptional<z.ZodString>;
|
4160
|
+
repeatIdBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
4161
|
+
}, "strip", z.ZodTypeAny, {
|
4162
|
+
backgroundColor?: string | undefined;
|
4163
|
+
backgroundImage?: string | undefined;
|
4164
|
+
fadeBackgroundImage?: boolean | undefined;
|
4165
|
+
repeatBackgroundImage?: boolean | undefined;
|
4166
|
+
fontColor?: string | undefined;
|
4167
|
+
accentColor?: string | undefined;
|
4168
|
+
accentFontColor?: string | undefined;
|
4169
|
+
idBackgroundImage?: string | undefined;
|
4170
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
4171
|
+
idBackgroundColor?: string | undefined;
|
4172
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
4173
|
+
}, {
|
4174
|
+
backgroundColor?: string | undefined;
|
4175
|
+
backgroundImage?: string | undefined;
|
4176
|
+
fadeBackgroundImage?: boolean | undefined;
|
4177
|
+
repeatBackgroundImage?: boolean | undefined;
|
4178
|
+
fontColor?: string | undefined;
|
4179
|
+
accentColor?: string | undefined;
|
4180
|
+
accentFontColor?: string | undefined;
|
4181
|
+
idBackgroundImage?: string | undefined;
|
4182
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
4183
|
+
idBackgroundColor?: string | undefined;
|
4184
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
4185
|
+
}>>;
|
4186
|
+
role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
4187
|
+
dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
4188
|
+
}, "strip", z.ZodTypeAny, {
|
4189
|
+
type?: string | undefined;
|
4190
|
+
image?: string | undefined;
|
4191
|
+
email?: string | undefined;
|
4192
|
+
role?: string | undefined;
|
4193
|
+
isPrivate?: boolean | undefined;
|
4194
|
+
heroImage?: string | undefined;
|
4195
|
+
websiteLink?: string | undefined;
|
4196
|
+
isServiceProfile?: boolean | undefined;
|
4197
|
+
notificationsWebhook?: string | undefined;
|
4198
|
+
display?: {
|
4199
|
+
backgroundColor?: string | undefined;
|
4200
|
+
backgroundImage?: string | undefined;
|
4201
|
+
fadeBackgroundImage?: boolean | undefined;
|
4202
|
+
repeatBackgroundImage?: boolean | undefined;
|
4203
|
+
fontColor?: string | undefined;
|
4204
|
+
accentColor?: string | undefined;
|
4205
|
+
accentFontColor?: string | undefined;
|
4206
|
+
idBackgroundImage?: string | undefined;
|
4207
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
4208
|
+
idBackgroundColor?: string | undefined;
|
4209
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
4210
|
+
} | undefined;
|
4211
|
+
dob?: string | undefined;
|
4212
|
+
profileId: string;
|
4213
|
+
displayName: string;
|
4214
|
+
shortBio: string;
|
4215
|
+
bio: string;
|
4216
|
+
did: string;
|
4217
|
+
}, {
|
4218
|
+
type?: string | undefined;
|
4219
|
+
image?: string | undefined;
|
4220
|
+
email?: string | undefined;
|
4221
|
+
role?: string | undefined;
|
4222
|
+
displayName?: string | undefined;
|
4223
|
+
shortBio?: string | undefined;
|
4224
|
+
bio?: string | undefined;
|
4225
|
+
isPrivate?: boolean | undefined;
|
4226
|
+
heroImage?: string | undefined;
|
4227
|
+
websiteLink?: string | undefined;
|
4228
|
+
isServiceProfile?: boolean | undefined;
|
4229
|
+
notificationsWebhook?: string | undefined;
|
4230
|
+
display?: {
|
4231
|
+
backgroundColor?: string | undefined;
|
4232
|
+
backgroundImage?: string | undefined;
|
4233
|
+
fadeBackgroundImage?: boolean | undefined;
|
4234
|
+
repeatBackgroundImage?: boolean | undefined;
|
4235
|
+
fontColor?: string | undefined;
|
4236
|
+
accentColor?: string | undefined;
|
4237
|
+
accentFontColor?: string | undefined;
|
4238
|
+
idBackgroundImage?: string | undefined;
|
4239
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
4240
|
+
idBackgroundColor?: string | undefined;
|
4241
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
4242
|
+
} | undefined;
|
4243
|
+
dob?: string | undefined;
|
4244
|
+
profileId: string;
|
4245
|
+
did: string;
|
4246
|
+
}>, "many">>;
|
4247
|
+
}, "owner">, "strip", z.ZodTypeAny, {
|
4248
|
+
description?: string | undefined;
|
4249
|
+
image?: string | undefined;
|
4250
|
+
subtitle?: string | undefined;
|
4251
|
+
reasonForAccessing?: string | undefined;
|
4252
|
+
needsGuardianConsent?: boolean | undefined;
|
4253
|
+
redirectUrl?: string | undefined;
|
4254
|
+
frontDoorBoostUri?: string | undefined;
|
4255
|
+
expiresAt?: string | undefined;
|
4256
|
+
autoBoosts?: string[] | undefined;
|
4257
|
+
writers?: {
|
4258
|
+
type?: string | undefined;
|
4259
|
+
image?: string | undefined;
|
4260
|
+
email?: string | undefined;
|
4261
|
+
role?: string | undefined;
|
4262
|
+
isPrivate?: boolean | undefined;
|
4263
|
+
heroImage?: string | undefined;
|
4264
|
+
websiteLink?: string | undefined;
|
4265
|
+
isServiceProfile?: boolean | undefined;
|
4266
|
+
notificationsWebhook?: string | undefined;
|
4267
|
+
display?: {
|
4268
|
+
backgroundColor?: string | undefined;
|
4269
|
+
backgroundImage?: string | undefined;
|
4270
|
+
fadeBackgroundImage?: boolean | undefined;
|
4271
|
+
repeatBackgroundImage?: boolean | undefined;
|
4272
|
+
fontColor?: string | undefined;
|
4273
|
+
accentColor?: string | undefined;
|
4274
|
+
accentFontColor?: string | undefined;
|
4275
|
+
idBackgroundImage?: string | undefined;
|
4276
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
4277
|
+
idBackgroundColor?: string | undefined;
|
4278
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
4279
|
+
} | undefined;
|
4280
|
+
dob?: string | undefined;
|
4281
|
+
profileId: string;
|
4282
|
+
displayName: string;
|
4283
|
+
shortBio: string;
|
4284
|
+
bio: string;
|
4285
|
+
did: string;
|
4286
|
+
}[] | undefined;
|
4287
|
+
name: string;
|
4288
|
+
createdAt: string;
|
4289
|
+
uri: string;
|
4290
|
+
updatedAt: string;
|
4291
|
+
contract: {
|
4292
|
+
read: {
|
4293
|
+
anonymize?: boolean | undefined;
|
4294
|
+
credentials: {
|
4295
|
+
categories: Record<string, {
|
4296
|
+
required: boolean;
|
4297
|
+
}>;
|
4298
|
+
};
|
4299
|
+
personal: Record<string, {
|
4300
|
+
required: boolean;
|
4301
|
+
}>;
|
4302
|
+
};
|
4303
|
+
write: {
|
4304
|
+
credentials: {
|
4305
|
+
categories: Record<string, {
|
4306
|
+
required: boolean;
|
4307
|
+
}>;
|
4308
|
+
};
|
4309
|
+
personal: Record<string, {
|
4310
|
+
required: boolean;
|
4311
|
+
}>;
|
4312
|
+
};
|
4313
|
+
};
|
4314
|
+
}, {
|
4315
|
+
description?: string | undefined;
|
4316
|
+
image?: string | undefined;
|
4317
|
+
subtitle?: string | undefined;
|
4318
|
+
reasonForAccessing?: string | undefined;
|
4319
|
+
needsGuardianConsent?: boolean | undefined;
|
4320
|
+
redirectUrl?: string | undefined;
|
4321
|
+
frontDoorBoostUri?: string | undefined;
|
4322
|
+
expiresAt?: string | undefined;
|
4323
|
+
autoBoosts?: string[] | undefined;
|
4324
|
+
writers?: {
|
4325
|
+
type?: string | undefined;
|
4326
|
+
image?: string | undefined;
|
4327
|
+
email?: string | undefined;
|
4328
|
+
role?: string | undefined;
|
4329
|
+
displayName?: string | undefined;
|
4330
|
+
shortBio?: string | undefined;
|
4331
|
+
bio?: string | undefined;
|
4332
|
+
isPrivate?: boolean | undefined;
|
4333
|
+
heroImage?: string | undefined;
|
4334
|
+
websiteLink?: string | undefined;
|
4335
|
+
isServiceProfile?: boolean | undefined;
|
4336
|
+
notificationsWebhook?: string | undefined;
|
4337
|
+
display?: {
|
4338
|
+
backgroundColor?: string | undefined;
|
4339
|
+
backgroundImage?: string | undefined;
|
4340
|
+
fadeBackgroundImage?: boolean | undefined;
|
4341
|
+
repeatBackgroundImage?: boolean | undefined;
|
4342
|
+
fontColor?: string | undefined;
|
4343
|
+
accentColor?: string | undefined;
|
4344
|
+
accentFontColor?: string | undefined;
|
4345
|
+
idBackgroundImage?: string | undefined;
|
4346
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
4347
|
+
idBackgroundColor?: string | undefined;
|
4348
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
4349
|
+
} | undefined;
|
4350
|
+
dob?: string | undefined;
|
4351
|
+
profileId: string;
|
4352
|
+
did: string;
|
4353
|
+
}[] | undefined;
|
4354
|
+
name: string;
|
4355
|
+
createdAt: string;
|
4356
|
+
uri: string;
|
4357
|
+
updatedAt: string;
|
4358
|
+
contract: {
|
4359
|
+
read?: {
|
4360
|
+
anonymize?: boolean | undefined;
|
4361
|
+
credentials?: {
|
4362
|
+
categories?: Record<string, {
|
4363
|
+
required: boolean;
|
4364
|
+
}> | undefined;
|
4365
|
+
} | undefined;
|
4366
|
+
personal?: Record<string, {
|
4367
|
+
required: boolean;
|
4368
|
+
}> | undefined;
|
4369
|
+
} | undefined;
|
4370
|
+
write?: {
|
4371
|
+
credentials?: {
|
4372
|
+
categories?: Record<string, {
|
4373
|
+
required: boolean;
|
4374
|
+
}> | undefined;
|
4375
|
+
} | undefined;
|
4376
|
+
personal?: Record<string, {
|
4377
|
+
required: boolean;
|
4378
|
+
}> | undefined;
|
4379
|
+
} | undefined;
|
4380
|
+
};
|
4381
|
+
}>, "many">;
|
4382
|
+
}>, "strip", z.ZodTypeAny, {
|
4383
|
+
cursor?: string | undefined;
|
4384
|
+
hasMore: boolean;
|
4385
|
+
records: {
|
4386
|
+
description?: string | undefined;
|
4387
|
+
image?: string | undefined;
|
4388
|
+
subtitle?: string | undefined;
|
4389
|
+
reasonForAccessing?: string | undefined;
|
4390
|
+
needsGuardianConsent?: boolean | undefined;
|
4391
|
+
redirectUrl?: string | undefined;
|
4392
|
+
frontDoorBoostUri?: string | undefined;
|
3979
4393
|
expiresAt?: string | undefined;
|
3980
4394
|
autoBoosts?: string[] | undefined;
|
4395
|
+
writers?: {
|
4396
|
+
type?: string | undefined;
|
4397
|
+
image?: string | undefined;
|
4398
|
+
email?: string | undefined;
|
4399
|
+
role?: string | undefined;
|
4400
|
+
isPrivate?: boolean | undefined;
|
4401
|
+
heroImage?: string | undefined;
|
4402
|
+
websiteLink?: string | undefined;
|
4403
|
+
isServiceProfile?: boolean | undefined;
|
4404
|
+
notificationsWebhook?: string | undefined;
|
4405
|
+
display?: {
|
4406
|
+
backgroundColor?: string | undefined;
|
4407
|
+
backgroundImage?: string | undefined;
|
4408
|
+
fadeBackgroundImage?: boolean | undefined;
|
4409
|
+
repeatBackgroundImage?: boolean | undefined;
|
4410
|
+
fontColor?: string | undefined;
|
4411
|
+
accentColor?: string | undefined;
|
4412
|
+
accentFontColor?: string | undefined;
|
4413
|
+
idBackgroundImage?: string | undefined;
|
4414
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
4415
|
+
idBackgroundColor?: string | undefined;
|
4416
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
4417
|
+
} | undefined;
|
4418
|
+
dob?: string | undefined;
|
4419
|
+
profileId: string;
|
4420
|
+
displayName: string;
|
4421
|
+
shortBio: string;
|
4422
|
+
bio: string;
|
4423
|
+
did: string;
|
4424
|
+
}[] | undefined;
|
3981
4425
|
name: string;
|
3982
4426
|
createdAt: string;
|
3983
4427
|
uri: string;
|
@@ -4019,6 +4463,36 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.exten
|
|
4019
4463
|
frontDoorBoostUri?: string | undefined;
|
4020
4464
|
expiresAt?: string | undefined;
|
4021
4465
|
autoBoosts?: string[] | undefined;
|
4466
|
+
writers?: {
|
4467
|
+
type?: string | undefined;
|
4468
|
+
image?: string | undefined;
|
4469
|
+
email?: string | undefined;
|
4470
|
+
role?: string | undefined;
|
4471
|
+
displayName?: string | undefined;
|
4472
|
+
shortBio?: string | undefined;
|
4473
|
+
bio?: string | undefined;
|
4474
|
+
isPrivate?: boolean | undefined;
|
4475
|
+
heroImage?: string | undefined;
|
4476
|
+
websiteLink?: string | undefined;
|
4477
|
+
isServiceProfile?: boolean | undefined;
|
4478
|
+
notificationsWebhook?: string | undefined;
|
4479
|
+
display?: {
|
4480
|
+
backgroundColor?: string | undefined;
|
4481
|
+
backgroundImage?: string | undefined;
|
4482
|
+
fadeBackgroundImage?: boolean | undefined;
|
4483
|
+
repeatBackgroundImage?: boolean | undefined;
|
4484
|
+
fontColor?: string | undefined;
|
4485
|
+
accentColor?: string | undefined;
|
4486
|
+
accentFontColor?: string | undefined;
|
4487
|
+
idBackgroundImage?: string | undefined;
|
4488
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
4489
|
+
idBackgroundColor?: string | undefined;
|
4490
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
4491
|
+
} | undefined;
|
4492
|
+
dob?: string | undefined;
|
4493
|
+
profileId: string;
|
4494
|
+
did: string;
|
4495
|
+
}[] | undefined;
|
4022
4496
|
name: string;
|
4023
4497
|
createdAt: string;
|
4024
4498
|
uri: string;
|
@@ -4321,7 +4795,9 @@ export declare const ConsentFlowTermsValidator: z.ZodObject<{
|
|
4321
4795
|
} | undefined;
|
4322
4796
|
personal?: Record<string, boolean> | undefined;
|
4323
4797
|
}>>;
|
4798
|
+
deniedWriters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4324
4799
|
}, "strip", z.ZodTypeAny, {
|
4800
|
+
deniedWriters?: string[] | undefined;
|
4325
4801
|
read: {
|
4326
4802
|
anonymize?: boolean | undefined;
|
4327
4803
|
credentials: {
|
@@ -4363,6 +4839,7 @@ export declare const ConsentFlowTermsValidator: z.ZodObject<{
|
|
4363
4839
|
} | undefined;
|
4364
4840
|
personal?: Record<string, boolean> | undefined;
|
4365
4841
|
} | undefined;
|
4842
|
+
deniedWriters?: string[] | undefined;
|
4366
4843
|
}>;
|
4367
4844
|
export type ConsentFlowTerms = z.infer<typeof ConsentFlowTermsValidator>;
|
4368
4845
|
export type ConsentFlowTermsInput = z.input<typeof ConsentFlowTermsValidator>;
|
@@ -4462,7 +4939,9 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4462
4939
|
} | undefined;
|
4463
4940
|
personal?: Record<string, boolean> | undefined;
|
4464
4941
|
}>>;
|
4942
|
+
deniedWriters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4465
4943
|
}, "strip", z.ZodTypeAny, {
|
4944
|
+
deniedWriters?: string[] | undefined;
|
4466
4945
|
read: {
|
4467
4946
|
anonymize?: boolean | undefined;
|
4468
4947
|
credentials: {
|
@@ -4504,6 +4983,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4504
4983
|
} | undefined;
|
4505
4984
|
personal?: Record<string, boolean> | undefined;
|
4506
4985
|
} | undefined;
|
4986
|
+
deniedWriters?: string[] | undefined;
|
4507
4987
|
}>;
|
4508
4988
|
contract: z.ZodObject<{
|
4509
4989
|
contract: z.ZodObject<{
|
@@ -4632,18 +5112,143 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4632
5112
|
required: boolean;
|
4633
5113
|
}> | undefined;
|
4634
5114
|
} | undefined;
|
4635
|
-
write?: {
|
4636
|
-
credentials?: {
|
4637
|
-
categories?: Record<string, {
|
4638
|
-
required: boolean;
|
4639
|
-
}> | undefined;
|
4640
|
-
} | undefined;
|
4641
|
-
personal?: Record<string, {
|
4642
|
-
required: boolean;
|
4643
|
-
}> | undefined;
|
5115
|
+
write?: {
|
5116
|
+
credentials?: {
|
5117
|
+
categories?: Record<string, {
|
5118
|
+
required: boolean;
|
5119
|
+
}> | undefined;
|
5120
|
+
} | undefined;
|
5121
|
+
personal?: Record<string, {
|
5122
|
+
required: boolean;
|
5123
|
+
}> | undefined;
|
5124
|
+
} | undefined;
|
5125
|
+
}>;
|
5126
|
+
owner: z.ZodObject<{
|
5127
|
+
profileId: z.ZodString;
|
5128
|
+
displayName: z.ZodDefault<z.ZodString>;
|
5129
|
+
shortBio: z.ZodDefault<z.ZodString>;
|
5130
|
+
bio: z.ZodDefault<z.ZodString>;
|
5131
|
+
did: z.ZodString;
|
5132
|
+
isPrivate: z.ZodOptional<z.ZodBoolean>;
|
5133
|
+
email: z.ZodOptional<z.ZodString>;
|
5134
|
+
image: z.ZodOptional<z.ZodString>;
|
5135
|
+
heroImage: z.ZodOptional<z.ZodString>;
|
5136
|
+
websiteLink: z.ZodOptional<z.ZodString>;
|
5137
|
+
isServiceProfile: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
5138
|
+
type: z.ZodOptional<z.ZodString>;
|
5139
|
+
notificationsWebhook: z.ZodOptional<z.ZodString>;
|
5140
|
+
display: z.ZodOptional<z.ZodObject<{
|
5141
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
5142
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
5143
|
+
fadeBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
5144
|
+
repeatBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
5145
|
+
fontColor: z.ZodOptional<z.ZodString>;
|
5146
|
+
accentColor: z.ZodOptional<z.ZodString>;
|
5147
|
+
accentFontColor: z.ZodOptional<z.ZodString>;
|
5148
|
+
idBackgroundImage: z.ZodOptional<z.ZodString>;
|
5149
|
+
fadeIdBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
5150
|
+
idBackgroundColor: z.ZodOptional<z.ZodString>;
|
5151
|
+
repeatIdBackgroundImage: z.ZodOptional<z.ZodBoolean>;
|
5152
|
+
}, "strip", z.ZodTypeAny, {
|
5153
|
+
backgroundColor?: string | undefined;
|
5154
|
+
backgroundImage?: string | undefined;
|
5155
|
+
fadeBackgroundImage?: boolean | undefined;
|
5156
|
+
repeatBackgroundImage?: boolean | undefined;
|
5157
|
+
fontColor?: string | undefined;
|
5158
|
+
accentColor?: string | undefined;
|
5159
|
+
accentFontColor?: string | undefined;
|
5160
|
+
idBackgroundImage?: string | undefined;
|
5161
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
5162
|
+
idBackgroundColor?: string | undefined;
|
5163
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
5164
|
+
}, {
|
5165
|
+
backgroundColor?: string | undefined;
|
5166
|
+
backgroundImage?: string | undefined;
|
5167
|
+
fadeBackgroundImage?: boolean | undefined;
|
5168
|
+
repeatBackgroundImage?: boolean | undefined;
|
5169
|
+
fontColor?: string | undefined;
|
5170
|
+
accentColor?: string | undefined;
|
5171
|
+
accentFontColor?: string | undefined;
|
5172
|
+
idBackgroundImage?: string | undefined;
|
5173
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
5174
|
+
idBackgroundColor?: string | undefined;
|
5175
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
5176
|
+
}>>;
|
5177
|
+
role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
5178
|
+
dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
5179
|
+
}, "strip", z.ZodTypeAny, {
|
5180
|
+
type?: string | undefined;
|
5181
|
+
image?: string | undefined;
|
5182
|
+
email?: string | undefined;
|
5183
|
+
role?: string | undefined;
|
5184
|
+
isPrivate?: boolean | undefined;
|
5185
|
+
heroImage?: string | undefined;
|
5186
|
+
websiteLink?: string | undefined;
|
5187
|
+
isServiceProfile?: boolean | undefined;
|
5188
|
+
notificationsWebhook?: string | undefined;
|
5189
|
+
display?: {
|
5190
|
+
backgroundColor?: string | undefined;
|
5191
|
+
backgroundImage?: string | undefined;
|
5192
|
+
fadeBackgroundImage?: boolean | undefined;
|
5193
|
+
repeatBackgroundImage?: boolean | undefined;
|
5194
|
+
fontColor?: string | undefined;
|
5195
|
+
accentColor?: string | undefined;
|
5196
|
+
accentFontColor?: string | undefined;
|
5197
|
+
idBackgroundImage?: string | undefined;
|
5198
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
5199
|
+
idBackgroundColor?: string | undefined;
|
5200
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
5201
|
+
} | undefined;
|
5202
|
+
dob?: string | undefined;
|
5203
|
+
profileId: string;
|
5204
|
+
displayName: string;
|
5205
|
+
shortBio: string;
|
5206
|
+
bio: string;
|
5207
|
+
did: string;
|
5208
|
+
}, {
|
5209
|
+
type?: string | undefined;
|
5210
|
+
image?: string | undefined;
|
5211
|
+
email?: string | undefined;
|
5212
|
+
role?: string | undefined;
|
5213
|
+
displayName?: string | undefined;
|
5214
|
+
shortBio?: string | undefined;
|
5215
|
+
bio?: string | undefined;
|
5216
|
+
isPrivate?: boolean | undefined;
|
5217
|
+
heroImage?: string | undefined;
|
5218
|
+
websiteLink?: string | undefined;
|
5219
|
+
isServiceProfile?: boolean | undefined;
|
5220
|
+
notificationsWebhook?: string | undefined;
|
5221
|
+
display?: {
|
5222
|
+
backgroundColor?: string | undefined;
|
5223
|
+
backgroundImage?: string | undefined;
|
5224
|
+
fadeBackgroundImage?: boolean | undefined;
|
5225
|
+
repeatBackgroundImage?: boolean | undefined;
|
5226
|
+
fontColor?: string | undefined;
|
5227
|
+
accentColor?: string | undefined;
|
5228
|
+
accentFontColor?: string | undefined;
|
5229
|
+
idBackgroundImage?: string | undefined;
|
5230
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
5231
|
+
idBackgroundColor?: string | undefined;
|
5232
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
4644
5233
|
} | undefined;
|
5234
|
+
dob?: string | undefined;
|
5235
|
+
profileId: string;
|
5236
|
+
did: string;
|
4645
5237
|
}>;
|
4646
|
-
|
5238
|
+
name: z.ZodString;
|
5239
|
+
subtitle: z.ZodOptional<z.ZodString>;
|
5240
|
+
description: z.ZodOptional<z.ZodString>;
|
5241
|
+
reasonForAccessing: z.ZodOptional<z.ZodString>;
|
5242
|
+
image: z.ZodOptional<z.ZodString>;
|
5243
|
+
uri: z.ZodString;
|
5244
|
+
needsGuardianConsent: z.ZodOptional<z.ZodBoolean>;
|
5245
|
+
redirectUrl: z.ZodOptional<z.ZodString>;
|
5246
|
+
frontDoorBoostUri: z.ZodOptional<z.ZodString>;
|
5247
|
+
createdAt: z.ZodString;
|
5248
|
+
updatedAt: z.ZodString;
|
5249
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
5250
|
+
autoBoosts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
5251
|
+
writers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
4647
5252
|
profileId: z.ZodString;
|
4648
5253
|
displayName: z.ZodDefault<z.ZodString>;
|
4649
5254
|
shortBio: z.ZodDefault<z.ZodString>;
|
@@ -4694,10 +5299,13 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4694
5299
|
idBackgroundColor?: string | undefined;
|
4695
5300
|
repeatIdBackgroundImage?: boolean | undefined;
|
4696
5301
|
}>>;
|
5302
|
+
role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
5303
|
+
dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
4697
5304
|
}, "strip", z.ZodTypeAny, {
|
4698
5305
|
type?: string | undefined;
|
4699
5306
|
image?: string | undefined;
|
4700
5307
|
email?: string | undefined;
|
5308
|
+
role?: string | undefined;
|
4701
5309
|
isPrivate?: boolean | undefined;
|
4702
5310
|
heroImage?: string | undefined;
|
4703
5311
|
websiteLink?: string | undefined;
|
@@ -4716,6 +5324,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4716
5324
|
idBackgroundColor?: string | undefined;
|
4717
5325
|
repeatIdBackgroundImage?: boolean | undefined;
|
4718
5326
|
} | undefined;
|
5327
|
+
dob?: string | undefined;
|
4719
5328
|
profileId: string;
|
4720
5329
|
displayName: string;
|
4721
5330
|
shortBio: string;
|
@@ -4725,6 +5334,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4725
5334
|
type?: string | undefined;
|
4726
5335
|
image?: string | undefined;
|
4727
5336
|
email?: string | undefined;
|
5337
|
+
role?: string | undefined;
|
4728
5338
|
displayName?: string | undefined;
|
4729
5339
|
shortBio?: string | undefined;
|
4730
5340
|
bio?: string | undefined;
|
@@ -4746,22 +5356,10 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4746
5356
|
idBackgroundColor?: string | undefined;
|
4747
5357
|
repeatIdBackgroundImage?: boolean | undefined;
|
4748
5358
|
} | undefined;
|
5359
|
+
dob?: string | undefined;
|
4749
5360
|
profileId: string;
|
4750
5361
|
did: string;
|
4751
|
-
}
|
4752
|
-
name: z.ZodString;
|
4753
|
-
subtitle: z.ZodOptional<z.ZodString>;
|
4754
|
-
description: z.ZodOptional<z.ZodString>;
|
4755
|
-
reasonForAccessing: z.ZodOptional<z.ZodString>;
|
4756
|
-
image: z.ZodOptional<z.ZodString>;
|
4757
|
-
uri: z.ZodString;
|
4758
|
-
needsGuardianConsent: z.ZodOptional<z.ZodBoolean>;
|
4759
|
-
redirectUrl: z.ZodOptional<z.ZodString>;
|
4760
|
-
frontDoorBoostUri: z.ZodOptional<z.ZodString>;
|
4761
|
-
createdAt: z.ZodString;
|
4762
|
-
updatedAt: z.ZodString;
|
4763
|
-
expiresAt: z.ZodOptional<z.ZodString>;
|
4764
|
-
autoBoosts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
5362
|
+
}>, "many">>;
|
4765
5363
|
}, "strip", z.ZodTypeAny, {
|
4766
5364
|
description?: string | undefined;
|
4767
5365
|
image?: string | undefined;
|
@@ -4772,6 +5370,36 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4772
5370
|
frontDoorBoostUri?: string | undefined;
|
4773
5371
|
expiresAt?: string | undefined;
|
4774
5372
|
autoBoosts?: string[] | undefined;
|
5373
|
+
writers?: {
|
5374
|
+
type?: string | undefined;
|
5375
|
+
image?: string | undefined;
|
5376
|
+
email?: string | undefined;
|
5377
|
+
role?: string | undefined;
|
5378
|
+
isPrivate?: boolean | undefined;
|
5379
|
+
heroImage?: string | undefined;
|
5380
|
+
websiteLink?: string | undefined;
|
5381
|
+
isServiceProfile?: boolean | undefined;
|
5382
|
+
notificationsWebhook?: string | undefined;
|
5383
|
+
display?: {
|
5384
|
+
backgroundColor?: string | undefined;
|
5385
|
+
backgroundImage?: string | undefined;
|
5386
|
+
fadeBackgroundImage?: boolean | undefined;
|
5387
|
+
repeatBackgroundImage?: boolean | undefined;
|
5388
|
+
fontColor?: string | undefined;
|
5389
|
+
accentColor?: string | undefined;
|
5390
|
+
accentFontColor?: string | undefined;
|
5391
|
+
idBackgroundImage?: string | undefined;
|
5392
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
5393
|
+
idBackgroundColor?: string | undefined;
|
5394
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
5395
|
+
} | undefined;
|
5396
|
+
dob?: string | undefined;
|
5397
|
+
profileId: string;
|
5398
|
+
displayName: string;
|
5399
|
+
shortBio: string;
|
5400
|
+
bio: string;
|
5401
|
+
did: string;
|
5402
|
+
}[] | undefined;
|
4775
5403
|
name: string;
|
4776
5404
|
createdAt: string;
|
4777
5405
|
uri: string;
|
@@ -4803,6 +5431,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4803
5431
|
type?: string | undefined;
|
4804
5432
|
image?: string | undefined;
|
4805
5433
|
email?: string | undefined;
|
5434
|
+
role?: string | undefined;
|
4806
5435
|
isPrivate?: boolean | undefined;
|
4807
5436
|
heroImage?: string | undefined;
|
4808
5437
|
websiteLink?: string | undefined;
|
@@ -4821,6 +5450,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4821
5450
|
idBackgroundColor?: string | undefined;
|
4822
5451
|
repeatIdBackgroundImage?: boolean | undefined;
|
4823
5452
|
} | undefined;
|
5453
|
+
dob?: string | undefined;
|
4824
5454
|
profileId: string;
|
4825
5455
|
displayName: string;
|
4826
5456
|
shortBio: string;
|
@@ -4837,6 +5467,36 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4837
5467
|
frontDoorBoostUri?: string | undefined;
|
4838
5468
|
expiresAt?: string | undefined;
|
4839
5469
|
autoBoosts?: string[] | undefined;
|
5470
|
+
writers?: {
|
5471
|
+
type?: string | undefined;
|
5472
|
+
image?: string | undefined;
|
5473
|
+
email?: string | undefined;
|
5474
|
+
role?: string | undefined;
|
5475
|
+
displayName?: string | undefined;
|
5476
|
+
shortBio?: string | undefined;
|
5477
|
+
bio?: string | undefined;
|
5478
|
+
isPrivate?: boolean | undefined;
|
5479
|
+
heroImage?: string | undefined;
|
5480
|
+
websiteLink?: string | undefined;
|
5481
|
+
isServiceProfile?: boolean | undefined;
|
5482
|
+
notificationsWebhook?: string | undefined;
|
5483
|
+
display?: {
|
5484
|
+
backgroundColor?: string | undefined;
|
5485
|
+
backgroundImage?: string | undefined;
|
5486
|
+
fadeBackgroundImage?: boolean | undefined;
|
5487
|
+
repeatBackgroundImage?: boolean | undefined;
|
5488
|
+
fontColor?: string | undefined;
|
5489
|
+
accentColor?: string | undefined;
|
5490
|
+
accentFontColor?: string | undefined;
|
5491
|
+
idBackgroundImage?: string | undefined;
|
5492
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
5493
|
+
idBackgroundColor?: string | undefined;
|
5494
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
5495
|
+
} | undefined;
|
5496
|
+
dob?: string | undefined;
|
5497
|
+
profileId: string;
|
5498
|
+
did: string;
|
5499
|
+
}[] | undefined;
|
4840
5500
|
name: string;
|
4841
5501
|
createdAt: string;
|
4842
5502
|
uri: string;
|
@@ -4868,6 +5528,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4868
5528
|
type?: string | undefined;
|
4869
5529
|
image?: string | undefined;
|
4870
5530
|
email?: string | undefined;
|
5531
|
+
role?: string | undefined;
|
4871
5532
|
displayName?: string | undefined;
|
4872
5533
|
shortBio?: string | undefined;
|
4873
5534
|
bio?: string | undefined;
|
@@ -4889,6 +5550,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4889
5550
|
idBackgroundColor?: string | undefined;
|
4890
5551
|
repeatIdBackgroundImage?: boolean | undefined;
|
4891
5552
|
} | undefined;
|
5553
|
+
dob?: string | undefined;
|
4892
5554
|
profileId: string;
|
4893
5555
|
did: string;
|
4894
5556
|
};
|
@@ -4945,10 +5607,13 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4945
5607
|
idBackgroundColor?: string | undefined;
|
4946
5608
|
repeatIdBackgroundImage?: boolean | undefined;
|
4947
5609
|
}>>;
|
5610
|
+
role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
5611
|
+
dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
4948
5612
|
}, "strip", z.ZodTypeAny, {
|
4949
5613
|
type?: string | undefined;
|
4950
5614
|
image?: string | undefined;
|
4951
5615
|
email?: string | undefined;
|
5616
|
+
role?: string | undefined;
|
4952
5617
|
isPrivate?: boolean | undefined;
|
4953
5618
|
heroImage?: string | undefined;
|
4954
5619
|
websiteLink?: string | undefined;
|
@@ -4967,6 +5632,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4967
5632
|
idBackgroundColor?: string | undefined;
|
4968
5633
|
repeatIdBackgroundImage?: boolean | undefined;
|
4969
5634
|
} | undefined;
|
5635
|
+
dob?: string | undefined;
|
4970
5636
|
profileId: string;
|
4971
5637
|
displayName: string;
|
4972
5638
|
shortBio: string;
|
@@ -4976,6 +5642,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4976
5642
|
type?: string | undefined;
|
4977
5643
|
image?: string | undefined;
|
4978
5644
|
email?: string | undefined;
|
5645
|
+
role?: string | undefined;
|
4979
5646
|
displayName?: string | undefined;
|
4980
5647
|
shortBio?: string | undefined;
|
4981
5648
|
bio?: string | undefined;
|
@@ -4997,6 +5664,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
4997
5664
|
idBackgroundColor?: string | undefined;
|
4998
5665
|
repeatIdBackgroundImage?: boolean | undefined;
|
4999
5666
|
} | undefined;
|
5667
|
+
dob?: string | undefined;
|
5000
5668
|
profileId: string;
|
5001
5669
|
did: string;
|
5002
5670
|
}>;
|
@@ -5016,6 +5684,36 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5016
5684
|
frontDoorBoostUri?: string | undefined;
|
5017
5685
|
expiresAt?: string | undefined;
|
5018
5686
|
autoBoosts?: string[] | undefined;
|
5687
|
+
writers?: {
|
5688
|
+
type?: string | undefined;
|
5689
|
+
image?: string | undefined;
|
5690
|
+
email?: string | undefined;
|
5691
|
+
role?: string | undefined;
|
5692
|
+
isPrivate?: boolean | undefined;
|
5693
|
+
heroImage?: string | undefined;
|
5694
|
+
websiteLink?: string | undefined;
|
5695
|
+
isServiceProfile?: boolean | undefined;
|
5696
|
+
notificationsWebhook?: string | undefined;
|
5697
|
+
display?: {
|
5698
|
+
backgroundColor?: string | undefined;
|
5699
|
+
backgroundImage?: string | undefined;
|
5700
|
+
fadeBackgroundImage?: boolean | undefined;
|
5701
|
+
repeatBackgroundImage?: boolean | undefined;
|
5702
|
+
fontColor?: string | undefined;
|
5703
|
+
accentColor?: string | undefined;
|
5704
|
+
accentFontColor?: string | undefined;
|
5705
|
+
idBackgroundImage?: string | undefined;
|
5706
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
5707
|
+
idBackgroundColor?: string | undefined;
|
5708
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
5709
|
+
} | undefined;
|
5710
|
+
dob?: string | undefined;
|
5711
|
+
profileId: string;
|
5712
|
+
displayName: string;
|
5713
|
+
shortBio: string;
|
5714
|
+
bio: string;
|
5715
|
+
did: string;
|
5716
|
+
}[] | undefined;
|
5019
5717
|
name: string;
|
5020
5718
|
createdAt: string;
|
5021
5719
|
uri: string;
|
@@ -5047,6 +5745,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5047
5745
|
type?: string | undefined;
|
5048
5746
|
image?: string | undefined;
|
5049
5747
|
email?: string | undefined;
|
5748
|
+
role?: string | undefined;
|
5050
5749
|
isPrivate?: boolean | undefined;
|
5051
5750
|
heroImage?: string | undefined;
|
5052
5751
|
websiteLink?: string | undefined;
|
@@ -5065,6 +5764,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5065
5764
|
idBackgroundColor?: string | undefined;
|
5066
5765
|
repeatIdBackgroundImage?: boolean | undefined;
|
5067
5766
|
} | undefined;
|
5767
|
+
dob?: string | undefined;
|
5068
5768
|
profileId: string;
|
5069
5769
|
displayName: string;
|
5070
5770
|
shortBio: string;
|
@@ -5073,6 +5773,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5073
5773
|
};
|
5074
5774
|
};
|
5075
5775
|
terms: {
|
5776
|
+
deniedWriters?: string[] | undefined;
|
5076
5777
|
read: {
|
5077
5778
|
anonymize?: boolean | undefined;
|
5078
5779
|
credentials: {
|
@@ -5098,6 +5799,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5098
5799
|
type?: string | undefined;
|
5099
5800
|
image?: string | undefined;
|
5100
5801
|
email?: string | undefined;
|
5802
|
+
role?: string | undefined;
|
5101
5803
|
isPrivate?: boolean | undefined;
|
5102
5804
|
heroImage?: string | undefined;
|
5103
5805
|
websiteLink?: string | undefined;
|
@@ -5116,6 +5818,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5116
5818
|
idBackgroundColor?: string | undefined;
|
5117
5819
|
repeatIdBackgroundImage?: boolean | undefined;
|
5118
5820
|
} | undefined;
|
5821
|
+
dob?: string | undefined;
|
5119
5822
|
profileId: string;
|
5120
5823
|
displayName: string;
|
5121
5824
|
shortBio: string;
|
@@ -5137,6 +5840,36 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5137
5840
|
frontDoorBoostUri?: string | undefined;
|
5138
5841
|
expiresAt?: string | undefined;
|
5139
5842
|
autoBoosts?: string[] | undefined;
|
5843
|
+
writers?: {
|
5844
|
+
type?: string | undefined;
|
5845
|
+
image?: string | undefined;
|
5846
|
+
email?: string | undefined;
|
5847
|
+
role?: string | undefined;
|
5848
|
+
displayName?: string | undefined;
|
5849
|
+
shortBio?: string | undefined;
|
5850
|
+
bio?: string | undefined;
|
5851
|
+
isPrivate?: boolean | undefined;
|
5852
|
+
heroImage?: string | undefined;
|
5853
|
+
websiteLink?: string | undefined;
|
5854
|
+
isServiceProfile?: boolean | undefined;
|
5855
|
+
notificationsWebhook?: string | undefined;
|
5856
|
+
display?: {
|
5857
|
+
backgroundColor?: string | undefined;
|
5858
|
+
backgroundImage?: string | undefined;
|
5859
|
+
fadeBackgroundImage?: boolean | undefined;
|
5860
|
+
repeatBackgroundImage?: boolean | undefined;
|
5861
|
+
fontColor?: string | undefined;
|
5862
|
+
accentColor?: string | undefined;
|
5863
|
+
accentFontColor?: string | undefined;
|
5864
|
+
idBackgroundImage?: string | undefined;
|
5865
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
5866
|
+
idBackgroundColor?: string | undefined;
|
5867
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
5868
|
+
} | undefined;
|
5869
|
+
dob?: string | undefined;
|
5870
|
+
profileId: string;
|
5871
|
+
did: string;
|
5872
|
+
}[] | undefined;
|
5140
5873
|
name: string;
|
5141
5874
|
createdAt: string;
|
5142
5875
|
uri: string;
|
@@ -5168,6 +5901,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5168
5901
|
type?: string | undefined;
|
5169
5902
|
image?: string | undefined;
|
5170
5903
|
email?: string | undefined;
|
5904
|
+
role?: string | undefined;
|
5171
5905
|
displayName?: string | undefined;
|
5172
5906
|
shortBio?: string | undefined;
|
5173
5907
|
bio?: string | undefined;
|
@@ -5189,6 +5923,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5189
5923
|
idBackgroundColor?: string | undefined;
|
5190
5924
|
repeatIdBackgroundImage?: boolean | undefined;
|
5191
5925
|
} | undefined;
|
5926
|
+
dob?: string | undefined;
|
5192
5927
|
profileId: string;
|
5193
5928
|
did: string;
|
5194
5929
|
};
|
@@ -5214,11 +5949,13 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5214
5949
|
} | undefined;
|
5215
5950
|
personal?: Record<string, boolean> | undefined;
|
5216
5951
|
} | undefined;
|
5952
|
+
deniedWriters?: string[] | undefined;
|
5217
5953
|
};
|
5218
5954
|
consenter: {
|
5219
5955
|
type?: string | undefined;
|
5220
5956
|
image?: string | undefined;
|
5221
5957
|
email?: string | undefined;
|
5958
|
+
role?: string | undefined;
|
5222
5959
|
displayName?: string | undefined;
|
5223
5960
|
shortBio?: string | undefined;
|
5224
5961
|
bio?: string | undefined;
|
@@ -5240,6 +5977,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5240
5977
|
idBackgroundColor?: string | undefined;
|
5241
5978
|
repeatIdBackgroundImage?: boolean | undefined;
|
5242
5979
|
} | undefined;
|
5980
|
+
dob?: string | undefined;
|
5243
5981
|
profileId: string;
|
5244
5982
|
did: string;
|
5245
5983
|
};
|
@@ -5262,6 +6000,36 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5262
6000
|
frontDoorBoostUri?: string | undefined;
|
5263
6001
|
expiresAt?: string | undefined;
|
5264
6002
|
autoBoosts?: string[] | undefined;
|
6003
|
+
writers?: {
|
6004
|
+
type?: string | undefined;
|
6005
|
+
image?: string | undefined;
|
6006
|
+
email?: string | undefined;
|
6007
|
+
role?: string | undefined;
|
6008
|
+
isPrivate?: boolean | undefined;
|
6009
|
+
heroImage?: string | undefined;
|
6010
|
+
websiteLink?: string | undefined;
|
6011
|
+
isServiceProfile?: boolean | undefined;
|
6012
|
+
notificationsWebhook?: string | undefined;
|
6013
|
+
display?: {
|
6014
|
+
backgroundColor?: string | undefined;
|
6015
|
+
backgroundImage?: string | undefined;
|
6016
|
+
fadeBackgroundImage?: boolean | undefined;
|
6017
|
+
repeatBackgroundImage?: boolean | undefined;
|
6018
|
+
fontColor?: string | undefined;
|
6019
|
+
accentColor?: string | undefined;
|
6020
|
+
accentFontColor?: string | undefined;
|
6021
|
+
idBackgroundImage?: string | undefined;
|
6022
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
6023
|
+
idBackgroundColor?: string | undefined;
|
6024
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
6025
|
+
} | undefined;
|
6026
|
+
dob?: string | undefined;
|
6027
|
+
profileId: string;
|
6028
|
+
displayName: string;
|
6029
|
+
shortBio: string;
|
6030
|
+
bio: string;
|
6031
|
+
did: string;
|
6032
|
+
}[] | undefined;
|
5265
6033
|
name: string;
|
5266
6034
|
createdAt: string;
|
5267
6035
|
uri: string;
|
@@ -5293,6 +6061,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5293
6061
|
type?: string | undefined;
|
5294
6062
|
image?: string | undefined;
|
5295
6063
|
email?: string | undefined;
|
6064
|
+
role?: string | undefined;
|
5296
6065
|
isPrivate?: boolean | undefined;
|
5297
6066
|
heroImage?: string | undefined;
|
5298
6067
|
websiteLink?: string | undefined;
|
@@ -5311,6 +6080,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5311
6080
|
idBackgroundColor?: string | undefined;
|
5312
6081
|
repeatIdBackgroundImage?: boolean | undefined;
|
5313
6082
|
} | undefined;
|
6083
|
+
dob?: string | undefined;
|
5314
6084
|
profileId: string;
|
5315
6085
|
displayName: string;
|
5316
6086
|
shortBio: string;
|
@@ -5319,6 +6089,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5319
6089
|
};
|
5320
6090
|
};
|
5321
6091
|
terms: {
|
6092
|
+
deniedWriters?: string[] | undefined;
|
5322
6093
|
read: {
|
5323
6094
|
anonymize?: boolean | undefined;
|
5324
6095
|
credentials: {
|
@@ -5344,6 +6115,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5344
6115
|
type?: string | undefined;
|
5345
6116
|
image?: string | undefined;
|
5346
6117
|
email?: string | undefined;
|
6118
|
+
role?: string | undefined;
|
5347
6119
|
isPrivate?: boolean | undefined;
|
5348
6120
|
heroImage?: string | undefined;
|
5349
6121
|
websiteLink?: string | undefined;
|
@@ -5362,6 +6134,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5362
6134
|
idBackgroundColor?: string | undefined;
|
5363
6135
|
repeatIdBackgroundImage?: boolean | undefined;
|
5364
6136
|
} | undefined;
|
6137
|
+
dob?: string | undefined;
|
5365
6138
|
profileId: string;
|
5366
6139
|
displayName: string;
|
5367
6140
|
shortBio: string;
|
@@ -5387,6 +6160,36 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5387
6160
|
frontDoorBoostUri?: string | undefined;
|
5388
6161
|
expiresAt?: string | undefined;
|
5389
6162
|
autoBoosts?: string[] | undefined;
|
6163
|
+
writers?: {
|
6164
|
+
type?: string | undefined;
|
6165
|
+
image?: string | undefined;
|
6166
|
+
email?: string | undefined;
|
6167
|
+
role?: string | undefined;
|
6168
|
+
displayName?: string | undefined;
|
6169
|
+
shortBio?: string | undefined;
|
6170
|
+
bio?: string | undefined;
|
6171
|
+
isPrivate?: boolean | undefined;
|
6172
|
+
heroImage?: string | undefined;
|
6173
|
+
websiteLink?: string | undefined;
|
6174
|
+
isServiceProfile?: boolean | undefined;
|
6175
|
+
notificationsWebhook?: string | undefined;
|
6176
|
+
display?: {
|
6177
|
+
backgroundColor?: string | undefined;
|
6178
|
+
backgroundImage?: string | undefined;
|
6179
|
+
fadeBackgroundImage?: boolean | undefined;
|
6180
|
+
repeatBackgroundImage?: boolean | undefined;
|
6181
|
+
fontColor?: string | undefined;
|
6182
|
+
accentColor?: string | undefined;
|
6183
|
+
accentFontColor?: string | undefined;
|
6184
|
+
idBackgroundImage?: string | undefined;
|
6185
|
+
fadeIdBackgroundImage?: boolean | undefined;
|
6186
|
+
idBackgroundColor?: string | undefined;
|
6187
|
+
repeatIdBackgroundImage?: boolean | undefined;
|
6188
|
+
} | undefined;
|
6189
|
+
dob?: string | undefined;
|
6190
|
+
profileId: string;
|
6191
|
+
did: string;
|
6192
|
+
}[] | undefined;
|
5390
6193
|
name: string;
|
5391
6194
|
createdAt: string;
|
5392
6195
|
uri: string;
|
@@ -5418,6 +6221,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5418
6221
|
type?: string | undefined;
|
5419
6222
|
image?: string | undefined;
|
5420
6223
|
email?: string | undefined;
|
6224
|
+
role?: string | undefined;
|
5421
6225
|
displayName?: string | undefined;
|
5422
6226
|
shortBio?: string | undefined;
|
5423
6227
|
bio?: string | undefined;
|
@@ -5439,6 +6243,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5439
6243
|
idBackgroundColor?: string | undefined;
|
5440
6244
|
repeatIdBackgroundImage?: boolean | undefined;
|
5441
6245
|
} | undefined;
|
6246
|
+
dob?: string | undefined;
|
5442
6247
|
profileId: string;
|
5443
6248
|
did: string;
|
5444
6249
|
};
|
@@ -5464,11 +6269,13 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5464
6269
|
} | undefined;
|
5465
6270
|
personal?: Record<string, boolean> | undefined;
|
5466
6271
|
} | undefined;
|
6272
|
+
deniedWriters?: string[] | undefined;
|
5467
6273
|
};
|
5468
6274
|
consenter: {
|
5469
6275
|
type?: string | undefined;
|
5470
6276
|
image?: string | undefined;
|
5471
6277
|
email?: string | undefined;
|
6278
|
+
role?: string | undefined;
|
5472
6279
|
displayName?: string | undefined;
|
5473
6280
|
shortBio?: string | undefined;
|
5474
6281
|
bio?: string | undefined;
|
@@ -5490,6 +6297,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.extendSha
|
|
5490
6297
|
idBackgroundColor?: string | undefined;
|
5491
6298
|
repeatIdBackgroundImage?: boolean | undefined;
|
5492
6299
|
} | undefined;
|
6300
|
+
dob?: string | undefined;
|
5493
6301
|
profileId: string;
|
5494
6302
|
did: string;
|
5495
6303
|
};
|
@@ -6187,7 +6995,9 @@ export declare const ConsentFlowTransactionValidator: z.ZodObject<{
|
|
6187
6995
|
} | undefined;
|
6188
6996
|
personal?: Record<string, boolean> | undefined;
|
6189
6997
|
}>>;
|
6998
|
+
deniedWriters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
6190
6999
|
}, "strip", z.ZodTypeAny, {
|
7000
|
+
deniedWriters?: string[] | undefined;
|
6191
7001
|
read: {
|
6192
7002
|
anonymize?: boolean | undefined;
|
6193
7003
|
credentials: {
|
@@ -6229,6 +7039,7 @@ export declare const ConsentFlowTransactionValidator: z.ZodObject<{
|
|
6229
7039
|
} | undefined;
|
6230
7040
|
personal?: Record<string, boolean> | undefined;
|
6231
7041
|
} | undefined;
|
7042
|
+
deniedWriters?: string[] | undefined;
|
6232
7043
|
}>>;
|
6233
7044
|
id: z.ZodString;
|
6234
7045
|
action: z.ZodEnum<["consent", "update", "sync", "withdraw", "write"]>;
|
@@ -6238,6 +7049,7 @@ export declare const ConsentFlowTransactionValidator: z.ZodObject<{
|
|
6238
7049
|
expiresAt?: string | undefined;
|
6239
7050
|
oneTime?: boolean | undefined;
|
6240
7051
|
terms?: {
|
7052
|
+
deniedWriters?: string[] | undefined;
|
6241
7053
|
read: {
|
6242
7054
|
anonymize?: boolean | undefined;
|
6243
7055
|
credentials: {
|
@@ -6287,6 +7099,7 @@ export declare const ConsentFlowTransactionValidator: z.ZodObject<{
|
|
6287
7099
|
} | undefined;
|
6288
7100
|
personal?: Record<string, boolean> | undefined;
|
6289
7101
|
} | undefined;
|
7102
|
+
deniedWriters?: string[] | undefined;
|
6290
7103
|
} | undefined;
|
6291
7104
|
uris?: string[] | undefined;
|
6292
7105
|
date: string;
|
@@ -6390,7 +7203,9 @@ export declare const PaginatedConsentFlowTransactionsValidator: z.ZodObject<z.ex
|
|
6390
7203
|
} | undefined;
|
6391
7204
|
personal?: Record<string, boolean> | undefined;
|
6392
7205
|
}>>;
|
7206
|
+
deniedWriters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
6393
7207
|
}, "strip", z.ZodTypeAny, {
|
7208
|
+
deniedWriters?: string[] | undefined;
|
6394
7209
|
read: {
|
6395
7210
|
anonymize?: boolean | undefined;
|
6396
7211
|
credentials: {
|
@@ -6432,6 +7247,7 @@ export declare const PaginatedConsentFlowTransactionsValidator: z.ZodObject<z.ex
|
|
6432
7247
|
} | undefined;
|
6433
7248
|
personal?: Record<string, boolean> | undefined;
|
6434
7249
|
} | undefined;
|
7250
|
+
deniedWriters?: string[] | undefined;
|
6435
7251
|
}>>;
|
6436
7252
|
id: z.ZodString;
|
6437
7253
|
action: z.ZodEnum<["consent", "update", "sync", "withdraw", "write"]>;
|
@@ -6441,6 +7257,7 @@ export declare const PaginatedConsentFlowTransactionsValidator: z.ZodObject<z.ex
|
|
6441
7257
|
expiresAt?: string | undefined;
|
6442
7258
|
oneTime?: boolean | undefined;
|
6443
7259
|
terms?: {
|
7260
|
+
deniedWriters?: string[] | undefined;
|
6444
7261
|
read: {
|
6445
7262
|
anonymize?: boolean | undefined;
|
6446
7263
|
credentials: {
|
@@ -6490,6 +7307,7 @@ export declare const PaginatedConsentFlowTransactionsValidator: z.ZodObject<z.ex
|
|
6490
7307
|
} | undefined;
|
6491
7308
|
personal?: Record<string, boolean> | undefined;
|
6492
7309
|
} | undefined;
|
7310
|
+
deniedWriters?: string[] | undefined;
|
6493
7311
|
} | undefined;
|
6494
7312
|
uris?: string[] | undefined;
|
6495
7313
|
date: string;
|
@@ -6503,6 +7321,7 @@ export declare const PaginatedConsentFlowTransactionsValidator: z.ZodObject<z.ex
|
|
6503
7321
|
expiresAt?: string | undefined;
|
6504
7322
|
oneTime?: boolean | undefined;
|
6505
7323
|
terms?: {
|
7324
|
+
deniedWriters?: string[] | undefined;
|
6506
7325
|
read: {
|
6507
7326
|
anonymize?: boolean | undefined;
|
6508
7327
|
credentials: {
|
@@ -6556,6 +7375,7 @@ export declare const PaginatedConsentFlowTransactionsValidator: z.ZodObject<z.ex
|
|
6556
7375
|
} | undefined;
|
6557
7376
|
personal?: Record<string, boolean> | undefined;
|
6558
7377
|
} | undefined;
|
7378
|
+
deniedWriters?: string[] | undefined;
|
6559
7379
|
} | undefined;
|
6560
7380
|
uris?: string[] | undefined;
|
6561
7381
|
date: string;
|
@@ -6745,7 +7565,9 @@ export declare const LCNNotificationDataValidator: z.ZodObject<{
|
|
6745
7565
|
} | undefined;
|
6746
7566
|
personal?: Record<string, boolean> | undefined;
|
6747
7567
|
}>>;
|
7568
|
+
deniedWriters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
6748
7569
|
}, "strip", z.ZodTypeAny, {
|
7570
|
+
deniedWriters?: string[] | undefined;
|
6749
7571
|
read: {
|
6750
7572
|
anonymize?: boolean | undefined;
|
6751
7573
|
credentials: {
|
@@ -6787,6 +7609,7 @@ export declare const LCNNotificationDataValidator: z.ZodObject<{
|
|
6787
7609
|
} | undefined;
|
6788
7610
|
personal?: Record<string, boolean> | undefined;
|
6789
7611
|
} | undefined;
|
7612
|
+
deniedWriters?: string[] | undefined;
|
6790
7613
|
}>>;
|
6791
7614
|
id: z.ZodString;
|
6792
7615
|
action: z.ZodEnum<["consent", "update", "sync", "withdraw", "write"]>;
|
@@ -6796,6 +7619,7 @@ export declare const LCNNotificationDataValidator: z.ZodObject<{
|
|
6796
7619
|
expiresAt?: string | undefined;
|
6797
7620
|
oneTime?: boolean | undefined;
|
6798
7621
|
terms?: {
|
7622
|
+
deniedWriters?: string[] | undefined;
|
6799
7623
|
read: {
|
6800
7624
|
anonymize?: boolean | undefined;
|
6801
7625
|
credentials: {
|
@@ -6845,6 +7669,7 @@ export declare const LCNNotificationDataValidator: z.ZodObject<{
|
|
6845
7669
|
} | undefined;
|
6846
7670
|
personal?: Record<string, boolean> | undefined;
|
6847
7671
|
} | undefined;
|
7672
|
+
deniedWriters?: string[] | undefined;
|
6848
7673
|
} | undefined;
|
6849
7674
|
uris?: string[] | undefined;
|
6850
7675
|
date: string;
|
@@ -6858,6 +7683,7 @@ export declare const LCNNotificationDataValidator: z.ZodObject<{
|
|
6858
7683
|
expiresAt?: string | undefined;
|
6859
7684
|
oneTime?: boolean | undefined;
|
6860
7685
|
terms?: {
|
7686
|
+
deniedWriters?: string[] | undefined;
|
6861
7687
|
read: {
|
6862
7688
|
anonymize?: boolean | undefined;
|
6863
7689
|
credentials: {
|
@@ -6911,6 +7737,7 @@ export declare const LCNNotificationDataValidator: z.ZodObject<{
|
|
6911
7737
|
} | undefined;
|
6912
7738
|
personal?: Record<string, boolean> | undefined;
|
6913
7739
|
} | undefined;
|
7740
|
+
deniedWriters?: string[] | undefined;
|
6914
7741
|
} | undefined;
|
6915
7742
|
uris?: string[] | undefined;
|
6916
7743
|
date: string;
|
@@ -6972,10 +7799,13 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
6972
7799
|
idBackgroundColor?: string | undefined;
|
6973
7800
|
repeatIdBackgroundImage?: boolean | undefined;
|
6974
7801
|
}>>>;
|
7802
|
+
role: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
7803
|
+
dob: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
6975
7804
|
}, "strip", z.ZodTypeAny, {
|
6976
7805
|
type?: string | undefined;
|
6977
7806
|
image?: string | undefined;
|
6978
7807
|
email?: string | undefined;
|
7808
|
+
role?: string | undefined;
|
6979
7809
|
profileId?: string | undefined;
|
6980
7810
|
displayName?: string | undefined;
|
6981
7811
|
shortBio?: string | undefined;
|
@@ -6999,10 +7829,12 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
6999
7829
|
idBackgroundColor?: string | undefined;
|
7000
7830
|
repeatIdBackgroundImage?: boolean | undefined;
|
7001
7831
|
} | undefined;
|
7832
|
+
dob?: string | undefined;
|
7002
7833
|
}, {
|
7003
7834
|
type?: string | undefined;
|
7004
7835
|
image?: string | undefined;
|
7005
7836
|
email?: string | undefined;
|
7837
|
+
role?: string | undefined;
|
7006
7838
|
profileId?: string | undefined;
|
7007
7839
|
displayName?: string | undefined;
|
7008
7840
|
shortBio?: string | undefined;
|
@@ -7026,6 +7858,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7026
7858
|
idBackgroundColor?: string | undefined;
|
7027
7859
|
repeatIdBackgroundImage?: boolean | undefined;
|
7028
7860
|
} | undefined;
|
7861
|
+
dob?: string | undefined;
|
7029
7862
|
}>, z.ZodObject<{
|
7030
7863
|
did: z.ZodString;
|
7031
7864
|
}, "strip", z.ZodTypeAny, {
|
@@ -7084,10 +7917,13 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7084
7917
|
idBackgroundColor?: string | undefined;
|
7085
7918
|
repeatIdBackgroundImage?: boolean | undefined;
|
7086
7919
|
}>>>;
|
7920
|
+
role: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
7921
|
+
dob: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
|
7087
7922
|
}, "strip", z.ZodTypeAny, {
|
7088
7923
|
type?: string | undefined;
|
7089
7924
|
image?: string | undefined;
|
7090
7925
|
email?: string | undefined;
|
7926
|
+
role?: string | undefined;
|
7091
7927
|
profileId?: string | undefined;
|
7092
7928
|
displayName?: string | undefined;
|
7093
7929
|
shortBio?: string | undefined;
|
@@ -7111,10 +7947,12 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7111
7947
|
idBackgroundColor?: string | undefined;
|
7112
7948
|
repeatIdBackgroundImage?: boolean | undefined;
|
7113
7949
|
} | undefined;
|
7950
|
+
dob?: string | undefined;
|
7114
7951
|
}, {
|
7115
7952
|
type?: string | undefined;
|
7116
7953
|
image?: string | undefined;
|
7117
7954
|
email?: string | undefined;
|
7955
|
+
role?: string | undefined;
|
7118
7956
|
profileId?: string | undefined;
|
7119
7957
|
displayName?: string | undefined;
|
7120
7958
|
shortBio?: string | undefined;
|
@@ -7138,6 +7976,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7138
7976
|
idBackgroundColor?: string | undefined;
|
7139
7977
|
repeatIdBackgroundImage?: boolean | undefined;
|
7140
7978
|
} | undefined;
|
7979
|
+
dob?: string | undefined;
|
7141
7980
|
}>, z.ZodObject<{
|
7142
7981
|
did: z.ZodString;
|
7143
7982
|
}, "strip", z.ZodTypeAny, {
|
@@ -7250,7 +8089,9 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7250
8089
|
} | undefined;
|
7251
8090
|
personal?: Record<string, boolean> | undefined;
|
7252
8091
|
}>>;
|
8092
|
+
deniedWriters: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
7253
8093
|
}, "strip", z.ZodTypeAny, {
|
8094
|
+
deniedWriters?: string[] | undefined;
|
7254
8095
|
read: {
|
7255
8096
|
anonymize?: boolean | undefined;
|
7256
8097
|
credentials: {
|
@@ -7292,6 +8133,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7292
8133
|
} | undefined;
|
7293
8134
|
personal?: Record<string, boolean> | undefined;
|
7294
8135
|
} | undefined;
|
8136
|
+
deniedWriters?: string[] | undefined;
|
7295
8137
|
}>>;
|
7296
8138
|
id: z.ZodString;
|
7297
8139
|
action: z.ZodEnum<["consent", "update", "sync", "withdraw", "write"]>;
|
@@ -7301,6 +8143,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7301
8143
|
expiresAt?: string | undefined;
|
7302
8144
|
oneTime?: boolean | undefined;
|
7303
8145
|
terms?: {
|
8146
|
+
deniedWriters?: string[] | undefined;
|
7304
8147
|
read: {
|
7305
8148
|
anonymize?: boolean | undefined;
|
7306
8149
|
credentials: {
|
@@ -7350,6 +8193,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7350
8193
|
} | undefined;
|
7351
8194
|
personal?: Record<string, boolean> | undefined;
|
7352
8195
|
} | undefined;
|
8196
|
+
deniedWriters?: string[] | undefined;
|
7353
8197
|
} | undefined;
|
7354
8198
|
uris?: string[] | undefined;
|
7355
8199
|
date: string;
|
@@ -7363,6 +8207,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7363
8207
|
expiresAt?: string | undefined;
|
7364
8208
|
oneTime?: boolean | undefined;
|
7365
8209
|
terms?: {
|
8210
|
+
deniedWriters?: string[] | undefined;
|
7366
8211
|
read: {
|
7367
8212
|
anonymize?: boolean | undefined;
|
7368
8213
|
credentials: {
|
@@ -7416,6 +8261,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7416
8261
|
} | undefined;
|
7417
8262
|
personal?: Record<string, boolean> | undefined;
|
7418
8263
|
} | undefined;
|
8264
|
+
deniedWriters?: string[] | undefined;
|
7419
8265
|
} | undefined;
|
7420
8266
|
uris?: string[] | undefined;
|
7421
8267
|
date: string;
|
@@ -7436,6 +8282,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7436
8282
|
expiresAt?: string | undefined;
|
7437
8283
|
oneTime?: boolean | undefined;
|
7438
8284
|
terms?: {
|
8285
|
+
deniedWriters?: string[] | undefined;
|
7439
8286
|
read: {
|
7440
8287
|
anonymize?: boolean | undefined;
|
7441
8288
|
credentials: {
|
@@ -7469,6 +8316,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7469
8316
|
type?: string | undefined;
|
7470
8317
|
image?: string | undefined;
|
7471
8318
|
email?: string | undefined;
|
8319
|
+
role?: string | undefined;
|
7472
8320
|
profileId?: string | undefined;
|
7473
8321
|
displayName?: string | undefined;
|
7474
8322
|
shortBio?: string | undefined;
|
@@ -7492,6 +8340,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7492
8340
|
idBackgroundColor?: string | undefined;
|
7493
8341
|
repeatIdBackgroundImage?: boolean | undefined;
|
7494
8342
|
} | undefined;
|
8343
|
+
dob?: string | undefined;
|
7495
8344
|
} & {
|
7496
8345
|
did: string;
|
7497
8346
|
};
|
@@ -7499,6 +8348,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7499
8348
|
type?: string | undefined;
|
7500
8349
|
image?: string | undefined;
|
7501
8350
|
email?: string | undefined;
|
8351
|
+
role?: string | undefined;
|
7502
8352
|
profileId?: string | undefined;
|
7503
8353
|
displayName?: string | undefined;
|
7504
8354
|
shortBio?: string | undefined;
|
@@ -7522,6 +8372,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7522
8372
|
idBackgroundColor?: string | undefined;
|
7523
8373
|
repeatIdBackgroundImage?: boolean | undefined;
|
7524
8374
|
} | undefined;
|
8375
|
+
dob?: string | undefined;
|
7525
8376
|
} & {
|
7526
8377
|
did: string;
|
7527
8378
|
};
|
@@ -7557,6 +8408,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7557
8408
|
} | undefined;
|
7558
8409
|
personal?: Record<string, boolean> | undefined;
|
7559
8410
|
} | undefined;
|
8411
|
+
deniedWriters?: string[] | undefined;
|
7560
8412
|
} | undefined;
|
7561
8413
|
uris?: string[] | undefined;
|
7562
8414
|
date: string;
|
@@ -7570,6 +8422,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7570
8422
|
type?: string | undefined;
|
7571
8423
|
image?: string | undefined;
|
7572
8424
|
email?: string | undefined;
|
8425
|
+
role?: string | undefined;
|
7573
8426
|
profileId?: string | undefined;
|
7574
8427
|
displayName?: string | undefined;
|
7575
8428
|
shortBio?: string | undefined;
|
@@ -7593,6 +8446,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7593
8446
|
idBackgroundColor?: string | undefined;
|
7594
8447
|
repeatIdBackgroundImage?: boolean | undefined;
|
7595
8448
|
} | undefined;
|
8449
|
+
dob?: string | undefined;
|
7596
8450
|
} & {
|
7597
8451
|
did: string;
|
7598
8452
|
};
|
@@ -7600,6 +8454,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7600
8454
|
type?: string | undefined;
|
7601
8455
|
image?: string | undefined;
|
7602
8456
|
email?: string | undefined;
|
8457
|
+
role?: string | undefined;
|
7603
8458
|
profileId?: string | undefined;
|
7604
8459
|
displayName?: string | undefined;
|
7605
8460
|
shortBio?: string | undefined;
|
@@ -7623,6 +8478,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
|
|
7623
8478
|
idBackgroundColor?: string | undefined;
|
7624
8479
|
repeatIdBackgroundImage?: boolean | undefined;
|
7625
8480
|
} | undefined;
|
8481
|
+
dob?: string | undefined;
|
7626
8482
|
} & {
|
7627
8483
|
did: string;
|
7628
8484
|
};
|