@learncard/types 5.5.9 → 5.6.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/lcn.d.ts CHANGED
@@ -481,6 +481,528 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.extendShape<{
481
481
  export type PaginatedLCNProfiles = z.infer<typeof PaginatedLCNProfilesValidator>;
482
482
  export declare const LCNProfileConnectionStatusEnum: z.ZodEnum<["CONNECTED", "PENDING_REQUEST_SENT", "PENDING_REQUEST_RECEIVED", "NOT_CONNECTED"]>;
483
483
  export type LCNProfileConnectionStatusEnum = z.infer<typeof LCNProfileConnectionStatusEnum>;
484
+ export declare const LCNProfileManagerValidator: z.ZodObject<{
485
+ id: z.ZodString;
486
+ created: z.ZodString;
487
+ displayName: z.ZodOptional<z.ZodDefault<z.ZodString>>;
488
+ shortBio: z.ZodOptional<z.ZodDefault<z.ZodString>>;
489
+ bio: z.ZodOptional<z.ZodDefault<z.ZodString>>;
490
+ email: z.ZodOptional<z.ZodString>;
491
+ image: z.ZodOptional<z.ZodString>;
492
+ heroImage: z.ZodOptional<z.ZodString>;
493
+ }, "strip", z.ZodTypeAny, {
494
+ image?: string | undefined;
495
+ email?: string | undefined;
496
+ displayName?: string | undefined;
497
+ shortBio?: string | undefined;
498
+ bio?: string | undefined;
499
+ heroImage?: string | undefined;
500
+ id: string;
501
+ created: string;
502
+ }, {
503
+ image?: string | undefined;
504
+ email?: string | undefined;
505
+ displayName?: string | undefined;
506
+ shortBio?: string | undefined;
507
+ bio?: string | undefined;
508
+ heroImage?: string | undefined;
509
+ id: string;
510
+ created: string;
511
+ }>;
512
+ export type LCNProfileManager = z.infer<typeof LCNProfileManagerValidator>;
513
+ export declare const PaginatedLCNProfileManagersValidator: z.ZodObject<z.extendShape<{
514
+ cursor: z.ZodOptional<z.ZodString>;
515
+ hasMore: z.ZodBoolean;
516
+ }, {
517
+ records: z.ZodArray<z.ZodObject<z.extendShape<{
518
+ id: z.ZodString;
519
+ created: z.ZodString;
520
+ displayName: z.ZodOptional<z.ZodDefault<z.ZodString>>;
521
+ shortBio: z.ZodOptional<z.ZodDefault<z.ZodString>>;
522
+ bio: z.ZodOptional<z.ZodDefault<z.ZodString>>;
523
+ email: z.ZodOptional<z.ZodString>;
524
+ image: z.ZodOptional<z.ZodString>;
525
+ heroImage: z.ZodOptional<z.ZodString>;
526
+ }, {
527
+ did: z.ZodString;
528
+ }>, "strip", z.ZodTypeAny, {
529
+ image?: string | undefined;
530
+ email?: string | undefined;
531
+ displayName?: string | undefined;
532
+ shortBio?: string | undefined;
533
+ bio?: string | undefined;
534
+ heroImage?: string | undefined;
535
+ id: string;
536
+ created: string;
537
+ did: string;
538
+ }, {
539
+ image?: string | undefined;
540
+ email?: string | undefined;
541
+ displayName?: string | undefined;
542
+ shortBio?: string | undefined;
543
+ bio?: string | undefined;
544
+ heroImage?: string | undefined;
545
+ id: string;
546
+ created: string;
547
+ did: string;
548
+ }>, "many">;
549
+ }>, "strip", z.ZodTypeAny, {
550
+ cursor?: string | undefined;
551
+ hasMore: boolean;
552
+ records: {
553
+ image?: string | undefined;
554
+ email?: string | undefined;
555
+ displayName?: string | undefined;
556
+ shortBio?: string | undefined;
557
+ bio?: string | undefined;
558
+ heroImage?: string | undefined;
559
+ id: string;
560
+ created: string;
561
+ did: string;
562
+ }[];
563
+ }, {
564
+ cursor?: string | undefined;
565
+ hasMore: boolean;
566
+ records: {
567
+ image?: string | undefined;
568
+ email?: string | undefined;
569
+ displayName?: string | undefined;
570
+ shortBio?: string | undefined;
571
+ bio?: string | undefined;
572
+ heroImage?: string | undefined;
573
+ id: string;
574
+ created: string;
575
+ did: string;
576
+ }[];
577
+ }>;
578
+ export type PaginatedLCNProfileManagers = z.infer<typeof PaginatedLCNProfileManagersValidator>;
579
+ export declare const LCNProfileManagerQueryValidator: z.ZodObject<{
580
+ id: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
581
+ $in: z.ZodArray<z.ZodString, "many">;
582
+ }, "strip", z.ZodTypeAny, {
583
+ $in: string[];
584
+ }, {
585
+ $in: string[];
586
+ }>]>, z.ZodObject<{
587
+ $regex: z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, RegExp, string>]>;
588
+ }, "strip", z.ZodTypeAny, {
589
+ $regex: RegExp;
590
+ }, {
591
+ $regex: string | RegExp;
592
+ }>]>>;
593
+ displayName: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
594
+ $in: z.ZodArray<z.ZodString, "many">;
595
+ }, "strip", z.ZodTypeAny, {
596
+ $in: string[];
597
+ }, {
598
+ $in: string[];
599
+ }>]>, z.ZodObject<{
600
+ $regex: z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, RegExp, string>]>;
601
+ }, "strip", z.ZodTypeAny, {
602
+ $regex: RegExp;
603
+ }, {
604
+ $regex: string | RegExp;
605
+ }>]>>;
606
+ shortBio: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
607
+ $in: z.ZodArray<z.ZodString, "many">;
608
+ }, "strip", z.ZodTypeAny, {
609
+ $in: string[];
610
+ }, {
611
+ $in: string[];
612
+ }>]>, z.ZodObject<{
613
+ $regex: z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, RegExp, string>]>;
614
+ }, "strip", z.ZodTypeAny, {
615
+ $regex: RegExp;
616
+ }, {
617
+ $regex: string | RegExp;
618
+ }>]>>;
619
+ bio: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
620
+ $in: z.ZodArray<z.ZodString, "many">;
621
+ }, "strip", z.ZodTypeAny, {
622
+ $in: string[];
623
+ }, {
624
+ $in: string[];
625
+ }>]>, z.ZodObject<{
626
+ $regex: z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, RegExp, string>]>;
627
+ }, "strip", z.ZodTypeAny, {
628
+ $regex: RegExp;
629
+ }, {
630
+ $regex: string | RegExp;
631
+ }>]>>;
632
+ email: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodObject<{
633
+ $in: z.ZodArray<z.ZodString, "many">;
634
+ }, "strip", z.ZodTypeAny, {
635
+ $in: string[];
636
+ }, {
637
+ $in: string[];
638
+ }>]>, z.ZodObject<{
639
+ $regex: z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, RegExp, string>]>;
640
+ }, "strip", z.ZodTypeAny, {
641
+ $regex: RegExp;
642
+ }, {
643
+ $regex: string | RegExp;
644
+ }>]>>;
645
+ }, "strip", z.ZodTypeAny, {
646
+ id?: string | {
647
+ $in: string[];
648
+ } | {
649
+ $regex: RegExp;
650
+ } | undefined;
651
+ email?: string | {
652
+ $in: string[];
653
+ } | {
654
+ $regex: RegExp;
655
+ } | undefined;
656
+ displayName?: string | {
657
+ $in: string[];
658
+ } | {
659
+ $regex: RegExp;
660
+ } | undefined;
661
+ shortBio?: string | {
662
+ $in: string[];
663
+ } | {
664
+ $regex: RegExp;
665
+ } | undefined;
666
+ bio?: string | {
667
+ $in: string[];
668
+ } | {
669
+ $regex: RegExp;
670
+ } | undefined;
671
+ }, {
672
+ id?: string | {
673
+ $in: string[];
674
+ } | {
675
+ $regex: string | RegExp;
676
+ } | undefined;
677
+ email?: string | {
678
+ $in: string[];
679
+ } | {
680
+ $regex: string | RegExp;
681
+ } | undefined;
682
+ displayName?: string | {
683
+ $in: string[];
684
+ } | {
685
+ $regex: string | RegExp;
686
+ } | undefined;
687
+ shortBio?: string | {
688
+ $in: string[];
689
+ } | {
690
+ $regex: string | RegExp;
691
+ } | undefined;
692
+ bio?: string | {
693
+ $in: string[];
694
+ } | {
695
+ $regex: string | RegExp;
696
+ } | undefined;
697
+ }>;
698
+ export type LCNProfileManagerQuery = z.infer<typeof LCNProfileManagerQueryValidator>;
699
+ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.extendShape<{
700
+ cursor: z.ZodOptional<z.ZodString>;
701
+ hasMore: z.ZodBoolean;
702
+ }, {
703
+ records: z.ZodArray<z.ZodObject<{
704
+ profile: z.ZodObject<{
705
+ profileId: z.ZodString;
706
+ displayName: z.ZodDefault<z.ZodString>;
707
+ shortBio: z.ZodDefault<z.ZodString>;
708
+ bio: z.ZodDefault<z.ZodString>;
709
+ did: z.ZodString;
710
+ email: z.ZodOptional<z.ZodString>;
711
+ image: z.ZodOptional<z.ZodString>;
712
+ heroImage: z.ZodOptional<z.ZodString>;
713
+ websiteLink: z.ZodOptional<z.ZodString>;
714
+ isServiceProfile: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
715
+ type: z.ZodOptional<z.ZodString>;
716
+ notificationsWebhook: z.ZodOptional<z.ZodString>;
717
+ display: z.ZodOptional<z.ZodObject<{
718
+ backgroundColor: z.ZodOptional<z.ZodString>;
719
+ backgroundImage: z.ZodOptional<z.ZodString>;
720
+ fadeBackgroundImage: z.ZodOptional<z.ZodBoolean>;
721
+ repeatBackgroundImage: z.ZodOptional<z.ZodBoolean>;
722
+ fontColor: z.ZodOptional<z.ZodString>;
723
+ accentColor: z.ZodOptional<z.ZodString>;
724
+ accentFontColor: z.ZodOptional<z.ZodString>;
725
+ idBackgroundImage: z.ZodOptional<z.ZodString>;
726
+ fadeIdBackgroundImage: z.ZodOptional<z.ZodBoolean>;
727
+ idBackgroundColor: z.ZodOptional<z.ZodString>;
728
+ repeatIdBackgroundImage: z.ZodOptional<z.ZodBoolean>;
729
+ }, "strip", z.ZodTypeAny, {
730
+ backgroundColor?: string | undefined;
731
+ backgroundImage?: string | undefined;
732
+ fadeBackgroundImage?: boolean | undefined;
733
+ repeatBackgroundImage?: boolean | undefined;
734
+ fontColor?: string | undefined;
735
+ accentColor?: string | undefined;
736
+ accentFontColor?: string | undefined;
737
+ idBackgroundImage?: string | undefined;
738
+ fadeIdBackgroundImage?: boolean | undefined;
739
+ idBackgroundColor?: string | undefined;
740
+ repeatIdBackgroundImage?: boolean | undefined;
741
+ }, {
742
+ backgroundColor?: string | undefined;
743
+ backgroundImage?: string | undefined;
744
+ fadeBackgroundImage?: boolean | undefined;
745
+ repeatBackgroundImage?: boolean | undefined;
746
+ fontColor?: string | undefined;
747
+ accentColor?: string | undefined;
748
+ accentFontColor?: string | undefined;
749
+ idBackgroundImage?: string | undefined;
750
+ fadeIdBackgroundImage?: boolean | undefined;
751
+ idBackgroundColor?: string | undefined;
752
+ repeatIdBackgroundImage?: boolean | undefined;
753
+ }>>;
754
+ }, "strip", z.ZodTypeAny, {
755
+ type?: string | undefined;
756
+ image?: string | undefined;
757
+ email?: string | undefined;
758
+ heroImage?: string | undefined;
759
+ websiteLink?: string | undefined;
760
+ isServiceProfile?: boolean | undefined;
761
+ notificationsWebhook?: string | undefined;
762
+ display?: {
763
+ backgroundColor?: string | undefined;
764
+ backgroundImage?: string | undefined;
765
+ fadeBackgroundImage?: boolean | undefined;
766
+ repeatBackgroundImage?: boolean | undefined;
767
+ fontColor?: string | undefined;
768
+ accentColor?: string | undefined;
769
+ accentFontColor?: string | undefined;
770
+ idBackgroundImage?: string | undefined;
771
+ fadeIdBackgroundImage?: boolean | undefined;
772
+ idBackgroundColor?: string | undefined;
773
+ repeatIdBackgroundImage?: boolean | undefined;
774
+ } | undefined;
775
+ profileId: string;
776
+ displayName: string;
777
+ shortBio: string;
778
+ bio: string;
779
+ did: string;
780
+ }, {
781
+ type?: string | undefined;
782
+ image?: string | undefined;
783
+ email?: string | undefined;
784
+ displayName?: string | undefined;
785
+ shortBio?: string | undefined;
786
+ bio?: string | undefined;
787
+ heroImage?: string | undefined;
788
+ websiteLink?: string | undefined;
789
+ isServiceProfile?: boolean | undefined;
790
+ notificationsWebhook?: string | undefined;
791
+ display?: {
792
+ backgroundColor?: string | undefined;
793
+ backgroundImage?: string | undefined;
794
+ fadeBackgroundImage?: boolean | undefined;
795
+ repeatBackgroundImage?: boolean | undefined;
796
+ fontColor?: string | undefined;
797
+ accentColor?: string | undefined;
798
+ accentFontColor?: string | undefined;
799
+ idBackgroundImage?: string | undefined;
800
+ fadeIdBackgroundImage?: boolean | undefined;
801
+ idBackgroundColor?: string | undefined;
802
+ repeatIdBackgroundImage?: boolean | undefined;
803
+ } | undefined;
804
+ profileId: string;
805
+ did: string;
806
+ }>;
807
+ manager: z.ZodOptional<z.ZodObject<z.extendShape<{
808
+ id: z.ZodString;
809
+ created: z.ZodString;
810
+ displayName: z.ZodOptional<z.ZodDefault<z.ZodString>>;
811
+ shortBio: z.ZodOptional<z.ZodDefault<z.ZodString>>;
812
+ bio: z.ZodOptional<z.ZodDefault<z.ZodString>>;
813
+ email: z.ZodOptional<z.ZodString>;
814
+ image: z.ZodOptional<z.ZodString>;
815
+ heroImage: z.ZodOptional<z.ZodString>;
816
+ }, {
817
+ did: z.ZodString;
818
+ }>, "strip", z.ZodTypeAny, {
819
+ image?: string | undefined;
820
+ email?: string | undefined;
821
+ displayName?: string | undefined;
822
+ shortBio?: string | undefined;
823
+ bio?: string | undefined;
824
+ heroImage?: string | undefined;
825
+ id: string;
826
+ created: string;
827
+ did: string;
828
+ }, {
829
+ image?: string | undefined;
830
+ email?: string | undefined;
831
+ displayName?: string | undefined;
832
+ shortBio?: string | undefined;
833
+ bio?: string | undefined;
834
+ heroImage?: string | undefined;
835
+ id: string;
836
+ created: string;
837
+ did: string;
838
+ }>>;
839
+ }, "strip", z.ZodTypeAny, {
840
+ manager?: {
841
+ image?: string | undefined;
842
+ email?: string | undefined;
843
+ displayName?: string | undefined;
844
+ shortBio?: string | undefined;
845
+ bio?: string | undefined;
846
+ heroImage?: string | undefined;
847
+ id: string;
848
+ created: string;
849
+ did: string;
850
+ } | undefined;
851
+ profile: {
852
+ type?: string | undefined;
853
+ image?: string | undefined;
854
+ email?: string | undefined;
855
+ heroImage?: string | undefined;
856
+ websiteLink?: string | undefined;
857
+ isServiceProfile?: boolean | undefined;
858
+ notificationsWebhook?: string | undefined;
859
+ display?: {
860
+ backgroundColor?: string | undefined;
861
+ backgroundImage?: string | undefined;
862
+ fadeBackgroundImage?: boolean | undefined;
863
+ repeatBackgroundImage?: boolean | undefined;
864
+ fontColor?: string | undefined;
865
+ accentColor?: string | undefined;
866
+ accentFontColor?: string | undefined;
867
+ idBackgroundImage?: string | undefined;
868
+ fadeIdBackgroundImage?: boolean | undefined;
869
+ idBackgroundColor?: string | undefined;
870
+ repeatIdBackgroundImage?: boolean | undefined;
871
+ } | undefined;
872
+ profileId: string;
873
+ displayName: string;
874
+ shortBio: string;
875
+ bio: string;
876
+ did: string;
877
+ };
878
+ }, {
879
+ manager?: {
880
+ image?: string | undefined;
881
+ email?: string | undefined;
882
+ displayName?: string | undefined;
883
+ shortBio?: string | undefined;
884
+ bio?: string | undefined;
885
+ heroImage?: string | undefined;
886
+ id: string;
887
+ created: string;
888
+ did: string;
889
+ } | undefined;
890
+ profile: {
891
+ type?: string | undefined;
892
+ image?: string | undefined;
893
+ email?: string | undefined;
894
+ displayName?: string | undefined;
895
+ shortBio?: string | undefined;
896
+ bio?: string | undefined;
897
+ heroImage?: string | undefined;
898
+ websiteLink?: string | undefined;
899
+ isServiceProfile?: boolean | undefined;
900
+ notificationsWebhook?: string | undefined;
901
+ display?: {
902
+ backgroundColor?: string | undefined;
903
+ backgroundImage?: string | undefined;
904
+ fadeBackgroundImage?: boolean | undefined;
905
+ repeatBackgroundImage?: boolean | undefined;
906
+ fontColor?: string | undefined;
907
+ accentColor?: string | undefined;
908
+ accentFontColor?: string | undefined;
909
+ idBackgroundImage?: string | undefined;
910
+ fadeIdBackgroundImage?: boolean | undefined;
911
+ idBackgroundColor?: string | undefined;
912
+ repeatIdBackgroundImage?: boolean | undefined;
913
+ } | undefined;
914
+ profileId: string;
915
+ did: string;
916
+ };
917
+ }>, "many">;
918
+ }>, "strip", z.ZodTypeAny, {
919
+ cursor?: string | undefined;
920
+ hasMore: boolean;
921
+ records: {
922
+ manager?: {
923
+ image?: string | undefined;
924
+ email?: string | undefined;
925
+ displayName?: string | undefined;
926
+ shortBio?: string | undefined;
927
+ bio?: string | undefined;
928
+ heroImage?: string | undefined;
929
+ id: string;
930
+ created: string;
931
+ did: string;
932
+ } | undefined;
933
+ profile: {
934
+ type?: string | undefined;
935
+ image?: string | undefined;
936
+ email?: string | undefined;
937
+ heroImage?: string | undefined;
938
+ websiteLink?: string | undefined;
939
+ isServiceProfile?: boolean | undefined;
940
+ notificationsWebhook?: string | undefined;
941
+ display?: {
942
+ backgroundColor?: string | undefined;
943
+ backgroundImage?: string | undefined;
944
+ fadeBackgroundImage?: boolean | undefined;
945
+ repeatBackgroundImage?: boolean | undefined;
946
+ fontColor?: string | undefined;
947
+ accentColor?: string | undefined;
948
+ accentFontColor?: string | undefined;
949
+ idBackgroundImage?: string | undefined;
950
+ fadeIdBackgroundImage?: boolean | undefined;
951
+ idBackgroundColor?: string | undefined;
952
+ repeatIdBackgroundImage?: boolean | undefined;
953
+ } | undefined;
954
+ profileId: string;
955
+ displayName: string;
956
+ shortBio: string;
957
+ bio: string;
958
+ did: string;
959
+ };
960
+ }[];
961
+ }, {
962
+ cursor?: string | undefined;
963
+ hasMore: boolean;
964
+ records: {
965
+ manager?: {
966
+ image?: string | undefined;
967
+ email?: string | undefined;
968
+ displayName?: string | undefined;
969
+ shortBio?: string | undefined;
970
+ bio?: string | undefined;
971
+ heroImage?: string | undefined;
972
+ id: string;
973
+ created: string;
974
+ did: string;
975
+ } | undefined;
976
+ profile: {
977
+ type?: string | undefined;
978
+ image?: string | undefined;
979
+ email?: string | undefined;
980
+ displayName?: string | undefined;
981
+ shortBio?: string | undefined;
982
+ bio?: string | undefined;
983
+ heroImage?: string | undefined;
984
+ websiteLink?: string | undefined;
985
+ isServiceProfile?: boolean | undefined;
986
+ notificationsWebhook?: string | undefined;
987
+ display?: {
988
+ backgroundColor?: string | undefined;
989
+ backgroundImage?: string | undefined;
990
+ fadeBackgroundImage?: boolean | undefined;
991
+ repeatBackgroundImage?: boolean | undefined;
992
+ fontColor?: string | undefined;
993
+ accentColor?: string | undefined;
994
+ accentFontColor?: string | undefined;
995
+ idBackgroundImage?: string | undefined;
996
+ fadeIdBackgroundImage?: boolean | undefined;
997
+ idBackgroundColor?: string | undefined;
998
+ repeatIdBackgroundImage?: boolean | undefined;
999
+ } | undefined;
1000
+ profileId: string;
1001
+ did: string;
1002
+ };
1003
+ }[];
1004
+ }>;
1005
+ export type PaginatedLCNProfilesAndManagers = z.infer<typeof PaginatedLCNProfilesAndManagersValidator>;
484
1006
  export declare const SentCredentialInfoValidator: z.ZodObject<{
485
1007
  uri: z.ZodString;
486
1008
  to: z.ZodString;
@@ -512,8 +1034,10 @@ export declare const BoostPermissionsValidator: z.ZodObject<{
512
1034
  canEditChildren: z.ZodString;
513
1035
  canRevokeChildren: z.ZodString;
514
1036
  canManageChildrenPermissions: z.ZodString;
1037
+ canManageChildrenProfiles: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
515
1038
  canViewAnalytics: z.ZodBoolean;
516
1039
  }, "strip", z.ZodTypeAny, {
1040
+ canManageChildrenProfiles?: boolean | undefined;
517
1041
  role: string;
518
1042
  canEdit: boolean;
519
1043
  canIssue: boolean;
@@ -526,6 +1050,7 @@ export declare const BoostPermissionsValidator: z.ZodObject<{
526
1050
  canManageChildrenPermissions: string;
527
1051
  canViewAnalytics: boolean;
528
1052
  }, {
1053
+ canManageChildrenProfiles?: boolean | undefined;
529
1054
  role: string;
530
1055
  canEdit: boolean;
531
1056
  canIssue: boolean;
@@ -560,8 +1085,10 @@ export declare const BoostValidator: z.ZodObject<{
560
1085
  canEditChildren: z.ZodString;
561
1086
  canRevokeChildren: z.ZodString;
562
1087
  canManageChildrenPermissions: z.ZodString;
1088
+ canManageChildrenProfiles: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
563
1089
  canViewAnalytics: z.ZodBoolean;
564
1090
  }, "strip", z.ZodTypeAny, {
1091
+ canManageChildrenProfiles?: boolean | undefined;
565
1092
  role: string;
566
1093
  canEdit: boolean;
567
1094
  canIssue: boolean;
@@ -574,6 +1101,7 @@ export declare const BoostValidator: z.ZodObject<{
574
1101
  canManageChildrenPermissions: string;
575
1102
  canViewAnalytics: boolean;
576
1103
  }, {
1104
+ canManageChildrenProfiles?: boolean | undefined;
577
1105
  role: string;
578
1106
  canEdit: boolean;
579
1107
  canIssue: boolean;
@@ -594,6 +1122,7 @@ export declare const BoostValidator: z.ZodObject<{
594
1122
  autoConnectRecipients?: boolean | undefined;
595
1123
  meta?: Record<string, any> | undefined;
596
1124
  claimPermissions?: {
1125
+ canManageChildrenProfiles?: boolean | undefined;
597
1126
  role: string;
598
1127
  canEdit: boolean;
599
1128
  canIssue: boolean;
@@ -615,6 +1144,7 @@ export declare const BoostValidator: z.ZodObject<{
615
1144
  autoConnectRecipients?: boolean | undefined;
616
1145
  meta?: Record<string, any> | undefined;
617
1146
  claimPermissions?: {
1147
+ canManageChildrenProfiles?: boolean | undefined;
618
1148
  role: string;
619
1149
  canEdit: boolean;
620
1150
  canIssue: boolean;
@@ -789,8 +1319,10 @@ export declare const PaginatedBoostsValidator: z.ZodObject<z.extendShape<{
789
1319
  canEditChildren: z.ZodString;
790
1320
  canRevokeChildren: z.ZodString;
791
1321
  canManageChildrenPermissions: z.ZodString;
1322
+ canManageChildrenProfiles: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
792
1323
  canViewAnalytics: z.ZodBoolean;
793
1324
  }, "strip", z.ZodTypeAny, {
1325
+ canManageChildrenProfiles?: boolean | undefined;
794
1326
  role: string;
795
1327
  canEdit: boolean;
796
1328
  canIssue: boolean;
@@ -803,6 +1335,7 @@ export declare const PaginatedBoostsValidator: z.ZodObject<z.extendShape<{
803
1335
  canManageChildrenPermissions: string;
804
1336
  canViewAnalytics: boolean;
805
1337
  }, {
1338
+ canManageChildrenProfiles?: boolean | undefined;
806
1339
  role: string;
807
1340
  canEdit: boolean;
808
1341
  canIssue: boolean;
@@ -823,6 +1356,7 @@ export declare const PaginatedBoostsValidator: z.ZodObject<z.extendShape<{
823
1356
  autoConnectRecipients?: boolean | undefined;
824
1357
  meta?: Record<string, any> | undefined;
825
1358
  claimPermissions?: {
1359
+ canManageChildrenProfiles?: boolean | undefined;
826
1360
  role: string;
827
1361
  canEdit: boolean;
828
1362
  canIssue: boolean;
@@ -844,6 +1378,7 @@ export declare const PaginatedBoostsValidator: z.ZodObject<z.extendShape<{
844
1378
  autoConnectRecipients?: boolean | undefined;
845
1379
  meta?: Record<string, any> | undefined;
846
1380
  claimPermissions?: {
1381
+ canManageChildrenProfiles?: boolean | undefined;
847
1382
  role: string;
848
1383
  canEdit: boolean;
849
1384
  canIssue: boolean;
@@ -869,6 +1404,7 @@ export declare const PaginatedBoostsValidator: z.ZodObject<z.extendShape<{
869
1404
  autoConnectRecipients?: boolean | undefined;
870
1405
  meta?: Record<string, any> | undefined;
871
1406
  claimPermissions?: {
1407
+ canManageChildrenProfiles?: boolean | undefined;
872
1408
  role: string;
873
1409
  canEdit: boolean;
874
1410
  canIssue: boolean;
@@ -894,6 +1430,7 @@ export declare const PaginatedBoostsValidator: z.ZodObject<z.extendShape<{
894
1430
  autoConnectRecipients?: boolean | undefined;
895
1431
  meta?: Record<string, any> | undefined;
896
1432
  claimPermissions?: {
1433
+ canManageChildrenProfiles?: boolean | undefined;
897
1434
  role: string;
898
1435
  canEdit: boolean;
899
1436
  canIssue: boolean;
package/dist/lcn.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"lcn.d.ts","sourceRoot":"","sources":["../src/lcn.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"lcn.d.ts","sourceRoot":"","sources":["../src/lcn.ts"],"names":[],"mappings":"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"}