dating-schema 0.12.0 → 0.14.0
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/profile.d.ts +379 -0
- package/dist/profile.d.ts.map +1 -1
- package/dist/profile.js +174 -47
- package/dist/profile.js.map +1 -1
- package/package.json +1 -1
package/dist/profile.js
CHANGED
|
@@ -614,6 +614,7 @@ const socialBatteryOpts = opts([
|
|
|
614
614
|
]);
|
|
615
615
|
// ─── 07. Interests & Hobbies ─────────────────────────────────────────────────
|
|
616
616
|
const hobbiesOpts = opts([
|
|
617
|
+
// Creative
|
|
617
618
|
'reading',
|
|
618
619
|
'writing',
|
|
619
620
|
'cooking',
|
|
@@ -621,83 +622,203 @@ const hobbiesOpts = opts([
|
|
|
621
622
|
'photography',
|
|
622
623
|
'painting',
|
|
623
624
|
'drawing',
|
|
624
|
-
'hiking',
|
|
625
|
-
'camping',
|
|
626
|
-
'cycling',
|
|
627
|
-
'running',
|
|
628
|
-
'yoga',
|
|
629
|
-
'meditation',
|
|
630
|
-
'dancing',
|
|
631
|
-
'singing',
|
|
632
|
-
'playing_instrument',
|
|
633
|
-
'gardening',
|
|
634
|
-
'gaming',
|
|
635
|
-
'board_games',
|
|
636
|
-
'traveling',
|
|
637
|
-
'swimming',
|
|
638
|
-
'gym',
|
|
639
|
-
'martial_arts',
|
|
640
|
-
'rock_climbing',
|
|
641
|
-
'surfing',
|
|
642
|
-
'skiing',
|
|
643
|
-
'fishing',
|
|
644
|
-
'bird_watching',
|
|
645
|
-
'volunteering',
|
|
646
625
|
'crafts',
|
|
647
626
|
'pottery',
|
|
648
627
|
'knitting',
|
|
649
628
|
'woodworking',
|
|
650
|
-
'diy',
|
|
651
|
-
'podcasts',
|
|
652
|
-
'movies',
|
|
653
|
-
'anime',
|
|
654
|
-
'theater',
|
|
655
|
-
'stand_up_comedy',
|
|
656
|
-
'karaoke',
|
|
657
|
-
'wine_tasting',
|
|
658
|
-
'coffee',
|
|
659
|
-
'tea',
|
|
660
629
|
'blogging',
|
|
661
630
|
'vlogging',
|
|
662
|
-
'
|
|
663
|
-
'
|
|
664
|
-
'
|
|
665
|
-
'
|
|
666
|
-
'
|
|
667
|
-
'
|
|
668
|
-
'
|
|
669
|
-
'
|
|
631
|
+
'calligraphy',
|
|
632
|
+
'graphic_design',
|
|
633
|
+
'filmmaking',
|
|
634
|
+
'embroidery',
|
|
635
|
+
'origami',
|
|
636
|
+
'candle_making',
|
|
637
|
+
'resin_art',
|
|
638
|
+
'mehndi_art',
|
|
639
|
+
'rangoli',
|
|
640
|
+
// Sports & Fitness
|
|
641
|
+
'gym',
|
|
642
|
+
'running',
|
|
643
|
+
'cycling',
|
|
644
|
+
'swimming',
|
|
645
|
+
'yoga',
|
|
646
|
+
'martial_arts',
|
|
647
|
+
'rock_climbing',
|
|
648
|
+
'hiking',
|
|
649
|
+
'skating',
|
|
670
650
|
'skateboarding',
|
|
671
|
-
'
|
|
672
|
-
'
|
|
651
|
+
'surfing',
|
|
652
|
+
'skiing',
|
|
673
653
|
'cricket',
|
|
674
654
|
'football',
|
|
675
655
|
'badminton',
|
|
676
656
|
'tennis',
|
|
677
657
|
'basketball',
|
|
678
658
|
'table_tennis',
|
|
679
|
-
'
|
|
659
|
+
'archery',
|
|
660
|
+
'horse_riding',
|
|
661
|
+
'volleyball',
|
|
662
|
+
'hockey',
|
|
663
|
+
'kabaddi',
|
|
664
|
+
'kho_kho',
|
|
665
|
+
'wrestling',
|
|
666
|
+
'boxing',
|
|
667
|
+
'crossfit',
|
|
668
|
+
'pilates',
|
|
669
|
+
'calisthenics',
|
|
670
|
+
'trekking',
|
|
671
|
+
'paragliding',
|
|
672
|
+
'golf',
|
|
673
|
+
// Music & Performance
|
|
674
|
+
'singing',
|
|
675
|
+
'playing_instrument',
|
|
676
|
+
'dancing',
|
|
677
|
+
'karaoke',
|
|
680
678
|
'dj',
|
|
679
|
+
'stand_up_comedy',
|
|
680
|
+
'theater',
|
|
681
|
+
'classical_dance',
|
|
682
|
+
'beatboxing',
|
|
683
|
+
'music_production',
|
|
684
|
+
'poetry_slam',
|
|
685
|
+
'rapping',
|
|
686
|
+
'open_mic',
|
|
687
|
+
// Entertainment
|
|
688
|
+
'movies',
|
|
689
|
+
'anime',
|
|
690
|
+
'podcasts',
|
|
691
|
+
'gaming',
|
|
692
|
+
'board_games',
|
|
681
693
|
'binge_watching',
|
|
682
694
|
'k_drama',
|
|
695
|
+
'bollywood',
|
|
696
|
+
'documentaries',
|
|
697
|
+
'manga',
|
|
698
|
+
'comic_books',
|
|
699
|
+
'true_crime',
|
|
700
|
+
'stand_up_specials',
|
|
701
|
+
'quiz_trivia',
|
|
702
|
+
'chess',
|
|
703
|
+
'carrom',
|
|
704
|
+
'ludo',
|
|
705
|
+
'card_games',
|
|
706
|
+
'escape_rooms',
|
|
707
|
+
'memes',
|
|
708
|
+
// Food & Drink
|
|
709
|
+
'coffee',
|
|
710
|
+
'tea',
|
|
711
|
+
'wine_tasting',
|
|
712
|
+
'street_food',
|
|
713
|
+
'fine_dining',
|
|
714
|
+
'food_photography',
|
|
715
|
+
'food_blogging',
|
|
716
|
+
'mixology',
|
|
717
|
+
'craft_beer',
|
|
718
|
+
'home_brewing',
|
|
719
|
+
'regional_cuisines',
|
|
720
|
+
'healthy_eating',
|
|
721
|
+
'meal_prep',
|
|
722
|
+
'chocolate',
|
|
723
|
+
'desserts',
|
|
724
|
+
'spice_lover',
|
|
725
|
+
// Travel & Outdoors
|
|
726
|
+
'traveling',
|
|
727
|
+
'camping',
|
|
683
728
|
'backpacking',
|
|
684
729
|
'road_trips',
|
|
730
|
+
'scuba_diving',
|
|
731
|
+
'bird_watching',
|
|
732
|
+
'fishing',
|
|
733
|
+
'gardening',
|
|
685
734
|
'stargazing',
|
|
735
|
+
'solo_travel',
|
|
736
|
+
'heritage_tourism',
|
|
737
|
+
'mountain_biking',
|
|
738
|
+
'wildlife_safari',
|
|
739
|
+
'train_journeys',
|
|
740
|
+
'bike_rides',
|
|
741
|
+
'beach_hopping',
|
|
742
|
+
'snorkeling',
|
|
743
|
+
'kayaking',
|
|
744
|
+
'rafting',
|
|
745
|
+
'nature_walks',
|
|
746
|
+
'van_life',
|
|
747
|
+
// Mindfulness & Wellness
|
|
748
|
+
'meditation',
|
|
749
|
+
'spirituality_practice',
|
|
750
|
+
'astrology_hobby',
|
|
751
|
+
'tarot',
|
|
686
752
|
'journaling',
|
|
687
753
|
'self_improvement',
|
|
754
|
+
'ayurveda',
|
|
755
|
+
'pranayama',
|
|
756
|
+
'gratitude_practice',
|
|
757
|
+
'therapy',
|
|
758
|
+
'manifestation',
|
|
759
|
+
'sound_healing',
|
|
760
|
+
'aromatherapy',
|
|
761
|
+
// Social & Community
|
|
762
|
+
'volunteering',
|
|
688
763
|
'activism',
|
|
689
764
|
'mentoring',
|
|
690
765
|
'networking',
|
|
766
|
+
'pet_care',
|
|
767
|
+
'community_service',
|
|
768
|
+
'ngo_work',
|
|
769
|
+
'animal_rescue',
|
|
770
|
+
'teaching',
|
|
771
|
+
'public_speaking',
|
|
772
|
+
'debate',
|
|
773
|
+
'model_un',
|
|
774
|
+
'parenting',
|
|
775
|
+
// Tech & Learning
|
|
776
|
+
'coding',
|
|
777
|
+
'investing',
|
|
691
778
|
'entrepreneurship',
|
|
692
779
|
'languages',
|
|
693
780
|
'science',
|
|
781
|
+
'ai_ml',
|
|
782
|
+
'crypto_web3',
|
|
783
|
+
'stock_trading',
|
|
784
|
+
'robotics',
|
|
785
|
+
'astronomy',
|
|
786
|
+
'history',
|
|
787
|
+
'philosophy',
|
|
788
|
+
'psychology',
|
|
789
|
+
'online_courses',
|
|
790
|
+
'open_source',
|
|
791
|
+
'electronics',
|
|
792
|
+
'data_science',
|
|
793
|
+
// Home & Lifestyle
|
|
694
794
|
'interior_design',
|
|
695
795
|
'fashion',
|
|
696
796
|
'skincare',
|
|
697
797
|
'thrifting',
|
|
698
|
-
'
|
|
699
|
-
'
|
|
700
|
-
'
|
|
798
|
+
'bowling',
|
|
799
|
+
'makeup',
|
|
800
|
+
'grooming',
|
|
801
|
+
'plant_parenting',
|
|
802
|
+
'minimalism',
|
|
803
|
+
'sustainable_living',
|
|
804
|
+
'home_decor',
|
|
805
|
+
'nail_art',
|
|
806
|
+
'tattoos',
|
|
807
|
+
'collecting',
|
|
808
|
+
'shopping',
|
|
809
|
+
'car_bikes',
|
|
810
|
+
// Nightlife & Going Out
|
|
811
|
+
'clubbing',
|
|
812
|
+
'bar_hopping',
|
|
813
|
+
'house_parties',
|
|
814
|
+
'live_music',
|
|
815
|
+
'pub_quiz',
|
|
816
|
+
'hookah',
|
|
817
|
+
'late_night_drives',
|
|
818
|
+
'cafe_hopping',
|
|
819
|
+
'rooftop_chilling',
|
|
820
|
+
// Misc
|
|
821
|
+
'diy',
|
|
701
822
|
'other',
|
|
702
823
|
]);
|
|
703
824
|
const musicGenresOpts = opts([
|
|
@@ -2047,8 +2168,14 @@ export const createProfileSchema = z.object({
|
|
|
2047
2168
|
bodyBuild: bodyBuildOpts.optional(),
|
|
2048
2169
|
complexion: complexionOpts.optional(),
|
|
2049
2170
|
educationLevel: educationLevelOpts.optional(),
|
|
2171
|
+
institutionTier: institutionTierOpts.optional(),
|
|
2172
|
+
cognitiveBand: cognitiveBandOpts.optional(),
|
|
2050
2173
|
profession: professionOpts.optional(),
|
|
2051
|
-
|
|
2174
|
+
careerStage: careerStageOpts.optional(),
|
|
2175
|
+
incomeRange: incomeRangeOpts.optional(),
|
|
2176
|
+
familyValues: familyValuesOpts.optional(),
|
|
2177
|
+
scientificTemper: scientificTemperOpts.optional(),
|
|
2178
|
+
hobbies: z.array(hobbiesOpts).max(20).optional(),
|
|
2052
2179
|
diet: dietOpts.optional(),
|
|
2053
2180
|
smoking: smokingOpts.optional(),
|
|
2054
2181
|
alcohol: alcoholOpts.optional(),
|