dating-schema 0.38.0 → 0.38.2
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-fields/03-basics.js +28 -28
- package/dist/profile-fields/03-basics.js.map +1 -1
- package/dist/profile-fields/05-personality.d.ts.map +1 -1
- package/dist/profile-fields/05-personality.js +21 -29
- package/dist/profile-fields/05-personality.js.map +1 -1
- package/dist/profile-fields/07-interests.d.ts.map +1 -1
- package/dist/profile-fields/07-interests.js +150 -40
- package/dist/profile-fields/07-interests.js.map +1 -1
- package/dist/profile-fields/types.d.ts +8 -0
- package/dist/profile-fields/types.d.ts.map +1 -1
- package/dist/profile-fields/types.js.map +1 -1
- package/dist/profile.d.ts +170 -88
- package/dist/profile.d.ts.map +1 -1
- package/dist/profile.js +56 -14
- package/dist/profile.js.map +1 -1
- package/package.json +1 -1
package/dist/profile.d.ts
CHANGED
|
@@ -686,19 +686,6 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
686
686
|
clingy: "clingy";
|
|
687
687
|
emotionally_unavailable: "emotionally_unavailable";
|
|
688
688
|
}>>>;
|
|
689
|
-
enneagramType: z.ZodOptional<z.ZodEnum<{
|
|
690
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
691
|
-
dont_know: "dont_know";
|
|
692
|
-
type_1: "type_1";
|
|
693
|
-
type_2: "type_2";
|
|
694
|
-
type_3: "type_3";
|
|
695
|
-
type_4: "type_4";
|
|
696
|
-
type_5: "type_5";
|
|
697
|
-
type_6: "type_6";
|
|
698
|
-
type_7: "type_7";
|
|
699
|
-
type_8: "type_8";
|
|
700
|
-
type_9: "type_9";
|
|
701
|
-
}>>;
|
|
702
689
|
bigFiveOpenness: z.ZodOptional<z.ZodNumber>;
|
|
703
690
|
oceanOpenness: z.ZodOptional<z.ZodNumber>;
|
|
704
691
|
oceanConscientiousness: z.ZodOptional<z.ZodNumber>;
|
|
@@ -781,6 +768,53 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
781
768
|
rateBoredom: z.ZodOptional<z.ZodNumber>;
|
|
782
769
|
hobbies: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
783
770
|
other: "other";
|
|
771
|
+
coding: "coding";
|
|
772
|
+
investing: "investing";
|
|
773
|
+
entrepreneurship: "entrepreneurship";
|
|
774
|
+
languages: "languages";
|
|
775
|
+
science: "science";
|
|
776
|
+
ai_ml: "ai_ml";
|
|
777
|
+
crypto_web3: "crypto_web3";
|
|
778
|
+
stock_trading: "stock_trading";
|
|
779
|
+
robotics: "robotics";
|
|
780
|
+
astronomy: "astronomy";
|
|
781
|
+
history: "history";
|
|
782
|
+
philosophy: "philosophy";
|
|
783
|
+
psychology: "psychology";
|
|
784
|
+
online_courses: "online_courses";
|
|
785
|
+
open_source: "open_source";
|
|
786
|
+
electronics: "electronics";
|
|
787
|
+
data_science: "data_science";
|
|
788
|
+
cybersecurity: "cybersecurity";
|
|
789
|
+
game_dev: "game_dev";
|
|
790
|
+
ux_design: "ux_design";
|
|
791
|
+
content_creation: "content_creation";
|
|
792
|
+
personal_finance: "personal_finance";
|
|
793
|
+
space_exploration: "space_exploration";
|
|
794
|
+
"3d_printing": "3d_printing";
|
|
795
|
+
app_development: "app_development";
|
|
796
|
+
blockchain: "blockchain";
|
|
797
|
+
competitive_programming: "competitive_programming";
|
|
798
|
+
hackathons: "hackathons";
|
|
799
|
+
volunteering: "volunteering";
|
|
800
|
+
activism: "activism";
|
|
801
|
+
mentoring: "mentoring";
|
|
802
|
+
networking: "networking";
|
|
803
|
+
pet_care: "pet_care";
|
|
804
|
+
community_service: "community_service";
|
|
805
|
+
ngo_work: "ngo_work";
|
|
806
|
+
animal_rescue: "animal_rescue";
|
|
807
|
+
teaching: "teaching";
|
|
808
|
+
public_speaking: "public_speaking";
|
|
809
|
+
debate: "debate";
|
|
810
|
+
model_un: "model_un";
|
|
811
|
+
parenting: "parenting";
|
|
812
|
+
environmental: "environmental";
|
|
813
|
+
blood_donation: "blood_donation";
|
|
814
|
+
fundraising: "fundraising";
|
|
815
|
+
political_engagement: "political_engagement";
|
|
816
|
+
lgbtq_advocacy: "lgbtq_advocacy";
|
|
817
|
+
women_empowerment: "women_empowerment";
|
|
784
818
|
photography: "photography";
|
|
785
819
|
painting: "painting";
|
|
786
820
|
drawing: "drawing";
|
|
@@ -800,6 +834,10 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
800
834
|
resin_art: "resin_art";
|
|
801
835
|
mehndi_art: "mehndi_art";
|
|
802
836
|
rangoli: "rangoli";
|
|
837
|
+
digital_art: "digital_art";
|
|
838
|
+
animation: "animation";
|
|
839
|
+
sculpting: "sculpting";
|
|
840
|
+
jewellery_making: "jewellery_making";
|
|
803
841
|
gym: "gym";
|
|
804
842
|
running: "running";
|
|
805
843
|
cycling: "cycling";
|
|
@@ -832,6 +870,10 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
832
870
|
trekking: "trekking";
|
|
833
871
|
paragliding: "paragliding";
|
|
834
872
|
golf: "golf";
|
|
873
|
+
snooker_pool: "snooker_pool";
|
|
874
|
+
frisbee: "frisbee";
|
|
875
|
+
throwball: "throwball";
|
|
876
|
+
parkour: "parkour";
|
|
835
877
|
singing: "singing";
|
|
836
878
|
playing_instrument: "playing_instrument";
|
|
837
879
|
dancing: "dancing";
|
|
@@ -845,6 +887,9 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
845
887
|
poetry_slam: "poetry_slam";
|
|
846
888
|
rapping: "rapping";
|
|
847
889
|
open_mic: "open_mic";
|
|
890
|
+
bollywood_dance: "bollywood_dance";
|
|
891
|
+
garba: "garba";
|
|
892
|
+
bhangra: "bhangra";
|
|
848
893
|
movies: "movies";
|
|
849
894
|
anime: "anime";
|
|
850
895
|
reading: "reading";
|
|
@@ -866,6 +911,11 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
866
911
|
card_games: "card_games";
|
|
867
912
|
escape_rooms: "escape_rooms";
|
|
868
913
|
memes: "memes";
|
|
914
|
+
cosplay: "cosplay";
|
|
915
|
+
fan_fiction: "fan_fiction";
|
|
916
|
+
dnd_tabletop: "dnd_tabletop";
|
|
917
|
+
sudoku_crossword: "sudoku_crossword";
|
|
918
|
+
wordle: "wordle";
|
|
869
919
|
cooking: "cooking";
|
|
870
920
|
baking: "baking";
|
|
871
921
|
coffee: "coffee";
|
|
@@ -884,6 +934,10 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
884
934
|
chocolate: "chocolate";
|
|
885
935
|
desserts: "desserts";
|
|
886
936
|
spice_lover: "spice_lover";
|
|
937
|
+
fermentation: "fermentation";
|
|
938
|
+
vegan_cooking: "vegan_cooking";
|
|
939
|
+
food_vlogs: "food_vlogs";
|
|
940
|
+
chai_lover: "chai_lover";
|
|
887
941
|
traveling: "traveling";
|
|
888
942
|
camping: "camping";
|
|
889
943
|
backpacking: "backpacking";
|
|
@@ -905,6 +959,11 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
905
959
|
rafting: "rafting";
|
|
906
960
|
nature_walks: "nature_walks";
|
|
907
961
|
van_life: "van_life";
|
|
962
|
+
homestays: "homestays";
|
|
963
|
+
workation: "workation";
|
|
964
|
+
digital_nomad: "digital_nomad";
|
|
965
|
+
pilgrimage_yatra: "pilgrimage_yatra";
|
|
966
|
+
offroading: "offroading";
|
|
908
967
|
meditation: "meditation";
|
|
909
968
|
spirituality_practice: "spirituality_practice";
|
|
910
969
|
astrology_hobby: "astrology_hobby";
|
|
@@ -918,36 +977,10 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
918
977
|
manifestation: "manifestation";
|
|
919
978
|
sound_healing: "sound_healing";
|
|
920
979
|
aromatherapy: "aromatherapy";
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
pet_care: "pet_care";
|
|
926
|
-
community_service: "community_service";
|
|
927
|
-
ngo_work: "ngo_work";
|
|
928
|
-
animal_rescue: "animal_rescue";
|
|
929
|
-
teaching: "teaching";
|
|
930
|
-
public_speaking: "public_speaking";
|
|
931
|
-
debate: "debate";
|
|
932
|
-
model_un: "model_un";
|
|
933
|
-
parenting: "parenting";
|
|
934
|
-
coding: "coding";
|
|
935
|
-
investing: "investing";
|
|
936
|
-
entrepreneurship: "entrepreneurship";
|
|
937
|
-
languages: "languages";
|
|
938
|
-
science: "science";
|
|
939
|
-
ai_ml: "ai_ml";
|
|
940
|
-
crypto_web3: "crypto_web3";
|
|
941
|
-
stock_trading: "stock_trading";
|
|
942
|
-
robotics: "robotics";
|
|
943
|
-
astronomy: "astronomy";
|
|
944
|
-
history: "history";
|
|
945
|
-
philosophy: "philosophy";
|
|
946
|
-
psychology: "psychology";
|
|
947
|
-
online_courses: "online_courses";
|
|
948
|
-
open_source: "open_source";
|
|
949
|
-
electronics: "electronics";
|
|
950
|
-
data_science: "data_science";
|
|
980
|
+
cold_plunge: "cold_plunge";
|
|
981
|
+
breathwork: "breathwork";
|
|
982
|
+
fasting: "fasting";
|
|
983
|
+
sleep_optimization: "sleep_optimization";
|
|
951
984
|
interior_design: "interior_design";
|
|
952
985
|
fashion: "fashion";
|
|
953
986
|
skincare: "skincare";
|
|
@@ -964,6 +997,10 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
964
997
|
collecting: "collecting";
|
|
965
998
|
shopping: "shopping";
|
|
966
999
|
car_bikes: "car_bikes";
|
|
1000
|
+
aquascaping: "aquascaping";
|
|
1001
|
+
terrace_garden: "terrace_garden";
|
|
1002
|
+
diy_repairs: "diy_repairs";
|
|
1003
|
+
vintage_antiques: "vintage_antiques";
|
|
967
1004
|
clubbing: "clubbing";
|
|
968
1005
|
bar_hopping: "bar_hopping";
|
|
969
1006
|
house_parties: "house_parties";
|
|
@@ -973,6 +1010,10 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
973
1010
|
late_night_drives: "late_night_drives";
|
|
974
1011
|
cafe_hopping: "cafe_hopping";
|
|
975
1012
|
rooftop_chilling: "rooftop_chilling";
|
|
1013
|
+
karaoke_nights: "karaoke_nights";
|
|
1014
|
+
game_nights: "game_nights";
|
|
1015
|
+
potluck: "potluck";
|
|
1016
|
+
bonfire: "bonfire";
|
|
976
1017
|
diy: "diy";
|
|
977
1018
|
}>>>;
|
|
978
1019
|
musicGenres: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1030,6 +1071,7 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1030
1071
|
}>>;
|
|
1031
1072
|
eventPreference: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1032
1073
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1074
|
+
hackathons: "hackathons";
|
|
1033
1075
|
house_parties: "house_parties";
|
|
1034
1076
|
concerts: "concerts";
|
|
1035
1077
|
festivals: "festivals";
|
|
@@ -1039,7 +1081,6 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1039
1081
|
art_exhibitions: "art_exhibitions";
|
|
1040
1082
|
food_festivals: "food_festivals";
|
|
1041
1083
|
book_readings: "book_readings";
|
|
1042
|
-
hackathons: "hackathons";
|
|
1043
1084
|
spiritual_gatherings: "spiritual_gatherings";
|
|
1044
1085
|
club_nights: "club_nights";
|
|
1045
1086
|
outdoor_adventures: "outdoor_adventures";
|
|
@@ -2926,19 +2967,6 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
2926
2967
|
clingy: "clingy";
|
|
2927
2968
|
emotionally_unavailable: "emotionally_unavailable";
|
|
2928
2969
|
}>>>>;
|
|
2929
|
-
enneagramType: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2930
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
2931
|
-
dont_know: "dont_know";
|
|
2932
|
-
type_1: "type_1";
|
|
2933
|
-
type_2: "type_2";
|
|
2934
|
-
type_3: "type_3";
|
|
2935
|
-
type_4: "type_4";
|
|
2936
|
-
type_5: "type_5";
|
|
2937
|
-
type_6: "type_6";
|
|
2938
|
-
type_7: "type_7";
|
|
2939
|
-
type_8: "type_8";
|
|
2940
|
-
type_9: "type_9";
|
|
2941
|
-
}>>>;
|
|
2942
2970
|
bigFiveOpenness: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2943
2971
|
oceanOpenness: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2944
2972
|
oceanConscientiousness: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3021,6 +3049,53 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3021
3049
|
rateBoredom: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3022
3050
|
hobbies: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3023
3051
|
other: "other";
|
|
3052
|
+
coding: "coding";
|
|
3053
|
+
investing: "investing";
|
|
3054
|
+
entrepreneurship: "entrepreneurship";
|
|
3055
|
+
languages: "languages";
|
|
3056
|
+
science: "science";
|
|
3057
|
+
ai_ml: "ai_ml";
|
|
3058
|
+
crypto_web3: "crypto_web3";
|
|
3059
|
+
stock_trading: "stock_trading";
|
|
3060
|
+
robotics: "robotics";
|
|
3061
|
+
astronomy: "astronomy";
|
|
3062
|
+
history: "history";
|
|
3063
|
+
philosophy: "philosophy";
|
|
3064
|
+
psychology: "psychology";
|
|
3065
|
+
online_courses: "online_courses";
|
|
3066
|
+
open_source: "open_source";
|
|
3067
|
+
electronics: "electronics";
|
|
3068
|
+
data_science: "data_science";
|
|
3069
|
+
cybersecurity: "cybersecurity";
|
|
3070
|
+
game_dev: "game_dev";
|
|
3071
|
+
ux_design: "ux_design";
|
|
3072
|
+
content_creation: "content_creation";
|
|
3073
|
+
personal_finance: "personal_finance";
|
|
3074
|
+
space_exploration: "space_exploration";
|
|
3075
|
+
"3d_printing": "3d_printing";
|
|
3076
|
+
app_development: "app_development";
|
|
3077
|
+
blockchain: "blockchain";
|
|
3078
|
+
competitive_programming: "competitive_programming";
|
|
3079
|
+
hackathons: "hackathons";
|
|
3080
|
+
volunteering: "volunteering";
|
|
3081
|
+
activism: "activism";
|
|
3082
|
+
mentoring: "mentoring";
|
|
3083
|
+
networking: "networking";
|
|
3084
|
+
pet_care: "pet_care";
|
|
3085
|
+
community_service: "community_service";
|
|
3086
|
+
ngo_work: "ngo_work";
|
|
3087
|
+
animal_rescue: "animal_rescue";
|
|
3088
|
+
teaching: "teaching";
|
|
3089
|
+
public_speaking: "public_speaking";
|
|
3090
|
+
debate: "debate";
|
|
3091
|
+
model_un: "model_un";
|
|
3092
|
+
parenting: "parenting";
|
|
3093
|
+
environmental: "environmental";
|
|
3094
|
+
blood_donation: "blood_donation";
|
|
3095
|
+
fundraising: "fundraising";
|
|
3096
|
+
political_engagement: "political_engagement";
|
|
3097
|
+
lgbtq_advocacy: "lgbtq_advocacy";
|
|
3098
|
+
women_empowerment: "women_empowerment";
|
|
3024
3099
|
photography: "photography";
|
|
3025
3100
|
painting: "painting";
|
|
3026
3101
|
drawing: "drawing";
|
|
@@ -3040,6 +3115,10 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3040
3115
|
resin_art: "resin_art";
|
|
3041
3116
|
mehndi_art: "mehndi_art";
|
|
3042
3117
|
rangoli: "rangoli";
|
|
3118
|
+
digital_art: "digital_art";
|
|
3119
|
+
animation: "animation";
|
|
3120
|
+
sculpting: "sculpting";
|
|
3121
|
+
jewellery_making: "jewellery_making";
|
|
3043
3122
|
gym: "gym";
|
|
3044
3123
|
running: "running";
|
|
3045
3124
|
cycling: "cycling";
|
|
@@ -3072,6 +3151,10 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3072
3151
|
trekking: "trekking";
|
|
3073
3152
|
paragliding: "paragliding";
|
|
3074
3153
|
golf: "golf";
|
|
3154
|
+
snooker_pool: "snooker_pool";
|
|
3155
|
+
frisbee: "frisbee";
|
|
3156
|
+
throwball: "throwball";
|
|
3157
|
+
parkour: "parkour";
|
|
3075
3158
|
singing: "singing";
|
|
3076
3159
|
playing_instrument: "playing_instrument";
|
|
3077
3160
|
dancing: "dancing";
|
|
@@ -3085,6 +3168,9 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3085
3168
|
poetry_slam: "poetry_slam";
|
|
3086
3169
|
rapping: "rapping";
|
|
3087
3170
|
open_mic: "open_mic";
|
|
3171
|
+
bollywood_dance: "bollywood_dance";
|
|
3172
|
+
garba: "garba";
|
|
3173
|
+
bhangra: "bhangra";
|
|
3088
3174
|
movies: "movies";
|
|
3089
3175
|
anime: "anime";
|
|
3090
3176
|
reading: "reading";
|
|
@@ -3106,6 +3192,11 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3106
3192
|
card_games: "card_games";
|
|
3107
3193
|
escape_rooms: "escape_rooms";
|
|
3108
3194
|
memes: "memes";
|
|
3195
|
+
cosplay: "cosplay";
|
|
3196
|
+
fan_fiction: "fan_fiction";
|
|
3197
|
+
dnd_tabletop: "dnd_tabletop";
|
|
3198
|
+
sudoku_crossword: "sudoku_crossword";
|
|
3199
|
+
wordle: "wordle";
|
|
3109
3200
|
cooking: "cooking";
|
|
3110
3201
|
baking: "baking";
|
|
3111
3202
|
coffee: "coffee";
|
|
@@ -3124,6 +3215,10 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3124
3215
|
chocolate: "chocolate";
|
|
3125
3216
|
desserts: "desserts";
|
|
3126
3217
|
spice_lover: "spice_lover";
|
|
3218
|
+
fermentation: "fermentation";
|
|
3219
|
+
vegan_cooking: "vegan_cooking";
|
|
3220
|
+
food_vlogs: "food_vlogs";
|
|
3221
|
+
chai_lover: "chai_lover";
|
|
3127
3222
|
traveling: "traveling";
|
|
3128
3223
|
camping: "camping";
|
|
3129
3224
|
backpacking: "backpacking";
|
|
@@ -3145,6 +3240,11 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3145
3240
|
rafting: "rafting";
|
|
3146
3241
|
nature_walks: "nature_walks";
|
|
3147
3242
|
van_life: "van_life";
|
|
3243
|
+
homestays: "homestays";
|
|
3244
|
+
workation: "workation";
|
|
3245
|
+
digital_nomad: "digital_nomad";
|
|
3246
|
+
pilgrimage_yatra: "pilgrimage_yatra";
|
|
3247
|
+
offroading: "offroading";
|
|
3148
3248
|
meditation: "meditation";
|
|
3149
3249
|
spirituality_practice: "spirituality_practice";
|
|
3150
3250
|
astrology_hobby: "astrology_hobby";
|
|
@@ -3158,36 +3258,10 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3158
3258
|
manifestation: "manifestation";
|
|
3159
3259
|
sound_healing: "sound_healing";
|
|
3160
3260
|
aromatherapy: "aromatherapy";
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
pet_care: "pet_care";
|
|
3166
|
-
community_service: "community_service";
|
|
3167
|
-
ngo_work: "ngo_work";
|
|
3168
|
-
animal_rescue: "animal_rescue";
|
|
3169
|
-
teaching: "teaching";
|
|
3170
|
-
public_speaking: "public_speaking";
|
|
3171
|
-
debate: "debate";
|
|
3172
|
-
model_un: "model_un";
|
|
3173
|
-
parenting: "parenting";
|
|
3174
|
-
coding: "coding";
|
|
3175
|
-
investing: "investing";
|
|
3176
|
-
entrepreneurship: "entrepreneurship";
|
|
3177
|
-
languages: "languages";
|
|
3178
|
-
science: "science";
|
|
3179
|
-
ai_ml: "ai_ml";
|
|
3180
|
-
crypto_web3: "crypto_web3";
|
|
3181
|
-
stock_trading: "stock_trading";
|
|
3182
|
-
robotics: "robotics";
|
|
3183
|
-
astronomy: "astronomy";
|
|
3184
|
-
history: "history";
|
|
3185
|
-
philosophy: "philosophy";
|
|
3186
|
-
psychology: "psychology";
|
|
3187
|
-
online_courses: "online_courses";
|
|
3188
|
-
open_source: "open_source";
|
|
3189
|
-
electronics: "electronics";
|
|
3190
|
-
data_science: "data_science";
|
|
3261
|
+
cold_plunge: "cold_plunge";
|
|
3262
|
+
breathwork: "breathwork";
|
|
3263
|
+
fasting: "fasting";
|
|
3264
|
+
sleep_optimization: "sleep_optimization";
|
|
3191
3265
|
interior_design: "interior_design";
|
|
3192
3266
|
fashion: "fashion";
|
|
3193
3267
|
skincare: "skincare";
|
|
@@ -3204,6 +3278,10 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3204
3278
|
collecting: "collecting";
|
|
3205
3279
|
shopping: "shopping";
|
|
3206
3280
|
car_bikes: "car_bikes";
|
|
3281
|
+
aquascaping: "aquascaping";
|
|
3282
|
+
terrace_garden: "terrace_garden";
|
|
3283
|
+
diy_repairs: "diy_repairs";
|
|
3284
|
+
vintage_antiques: "vintage_antiques";
|
|
3207
3285
|
clubbing: "clubbing";
|
|
3208
3286
|
bar_hopping: "bar_hopping";
|
|
3209
3287
|
house_parties: "house_parties";
|
|
@@ -3213,6 +3291,10 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3213
3291
|
late_night_drives: "late_night_drives";
|
|
3214
3292
|
cafe_hopping: "cafe_hopping";
|
|
3215
3293
|
rooftop_chilling: "rooftop_chilling";
|
|
3294
|
+
karaoke_nights: "karaoke_nights";
|
|
3295
|
+
game_nights: "game_nights";
|
|
3296
|
+
potluck: "potluck";
|
|
3297
|
+
bonfire: "bonfire";
|
|
3216
3298
|
diy: "diy";
|
|
3217
3299
|
}>>>>;
|
|
3218
3300
|
musicGenres: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -3270,6 +3352,7 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3270
3352
|
}>>>;
|
|
3271
3353
|
eventPreference: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3272
3354
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3355
|
+
hackathons: "hackathons";
|
|
3273
3356
|
house_parties: "house_parties";
|
|
3274
3357
|
concerts: "concerts";
|
|
3275
3358
|
festivals: "festivals";
|
|
@@ -3279,7 +3362,6 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3279
3362
|
art_exhibitions: "art_exhibitions";
|
|
3280
3363
|
food_festivals: "food_festivals";
|
|
3281
3364
|
book_readings: "book_readings";
|
|
3282
|
-
hackathons: "hackathons";
|
|
3283
3365
|
spiritual_gatherings: "spiritual_gatherings";
|
|
3284
3366
|
club_nights: "club_nights";
|
|
3285
3367
|
outdoor_adventures: "outdoor_adventures";
|
package/dist/profile.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../src/profile.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../src/profile.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAkiExB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAuS5B,CAAC;AAMH;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAuF9B,CAAC;AAMH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA8B,CAAC;AAa/D;;;;;;;;;;GAUG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6D/B,CAAC;AAMH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAChE;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,CAIpF;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACtE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACrE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|
package/dist/profile.js
CHANGED
|
@@ -502,19 +502,6 @@ const dealbreakersOpts = opts([
|
|
|
502
502
|
'prefer_not_to_say',
|
|
503
503
|
]);
|
|
504
504
|
// ─── 05. Personality & Temperament ───────────────────────────────────────────
|
|
505
|
-
const enneagramTypeOpts = opts([
|
|
506
|
-
'type_1',
|
|
507
|
-
'type_2',
|
|
508
|
-
'type_3',
|
|
509
|
-
'type_4',
|
|
510
|
-
'type_5',
|
|
511
|
-
'type_6',
|
|
512
|
-
'type_7',
|
|
513
|
-
'type_8',
|
|
514
|
-
'type_9',
|
|
515
|
-
'dont_know',
|
|
516
|
-
'prefer_not_to_say',
|
|
517
|
-
]);
|
|
518
505
|
const attachmentStyleOpts = opts([
|
|
519
506
|
'secure',
|
|
520
507
|
'anxious',
|
|
@@ -754,6 +741,15 @@ const hobbiesOpts = opts([
|
|
|
754
741
|
'open_source',
|
|
755
742
|
'electronics',
|
|
756
743
|
'data_science',
|
|
744
|
+
'cybersecurity',
|
|
745
|
+
'game_dev',
|
|
746
|
+
'ux_design',
|
|
747
|
+
'content_creation',
|
|
748
|
+
'personal_finance',
|
|
749
|
+
'space_exploration',
|
|
750
|
+
// Social & Community (new)
|
|
751
|
+
'environmental',
|
|
752
|
+
'blood_donation',
|
|
757
753
|
// Home & Lifestyle
|
|
758
754
|
'interior_design',
|
|
759
755
|
'fashion',
|
|
@@ -781,6 +777,53 @@ const hobbiesOpts = opts([
|
|
|
781
777
|
'late_night_drives',
|
|
782
778
|
'cafe_hopping',
|
|
783
779
|
'rooftop_chilling',
|
|
780
|
+
// New additions
|
|
781
|
+
'3d_printing',
|
|
782
|
+
'app_development',
|
|
783
|
+
'blockchain',
|
|
784
|
+
'competitive_programming',
|
|
785
|
+
'hackathons',
|
|
786
|
+
'fundraising',
|
|
787
|
+
'political_engagement',
|
|
788
|
+
'lgbtq_advocacy',
|
|
789
|
+
'women_empowerment',
|
|
790
|
+
'digital_art',
|
|
791
|
+
'animation',
|
|
792
|
+
'sculpting',
|
|
793
|
+
'jewellery_making',
|
|
794
|
+
'snooker_pool',
|
|
795
|
+
'frisbee',
|
|
796
|
+
'throwball',
|
|
797
|
+
'parkour',
|
|
798
|
+
'bollywood_dance',
|
|
799
|
+
'garba',
|
|
800
|
+
'bhangra',
|
|
801
|
+
'cosplay',
|
|
802
|
+
'fan_fiction',
|
|
803
|
+
'dnd_tabletop',
|
|
804
|
+
'sudoku_crossword',
|
|
805
|
+
'wordle',
|
|
806
|
+
'fermentation',
|
|
807
|
+
'vegan_cooking',
|
|
808
|
+
'food_vlogs',
|
|
809
|
+
'chai_lover',
|
|
810
|
+
'homestays',
|
|
811
|
+
'workation',
|
|
812
|
+
'digital_nomad',
|
|
813
|
+
'pilgrimage_yatra',
|
|
814
|
+
'offroading',
|
|
815
|
+
'cold_plunge',
|
|
816
|
+
'breathwork',
|
|
817
|
+
'fasting',
|
|
818
|
+
'sleep_optimization',
|
|
819
|
+
'aquascaping',
|
|
820
|
+
'terrace_garden',
|
|
821
|
+
'diy_repairs',
|
|
822
|
+
'vintage_antiques',
|
|
823
|
+
'karaoke_nights',
|
|
824
|
+
'game_nights',
|
|
825
|
+
'potluck',
|
|
826
|
+
'bonfire',
|
|
784
827
|
// Misc
|
|
785
828
|
'diy',
|
|
786
829
|
'other',
|
|
@@ -1974,7 +2017,6 @@ export const fullProfileSchema = z.object({
|
|
|
1974
2017
|
preferredAgeRange: z.number().min(18).max(70).optional(),
|
|
1975
2018
|
dealbreakers: z.array(dealbreakersOpts).max(10).optional(),
|
|
1976
2019
|
// ── 05. Personality & Temperament ──────────────────────────────────────────
|
|
1977
|
-
enneagramType: enneagramTypeOpts.optional(),
|
|
1978
2020
|
bigFiveOpenness: z.number().int().min(1).max(10).optional(),
|
|
1979
2021
|
oceanOpenness: z.number().int().min(1).max(100).optional(),
|
|
1980
2022
|
oceanConscientiousness: z.number().int().min(1).max(100).optional(),
|