dating-schema 0.5.0 → 0.7.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/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/plan-limits.d.ts.map +1 -1
- package/dist/plan-limits.js.map +1 -1
- package/dist/profile-fields/01-hero-identity.d.ts.map +1 -1
- package/dist/profile-fields/01-hero-identity.js +45 -9
- package/dist/profile-fields/01-hero-identity.js.map +1 -1
- package/dist/profile-fields/03-basics.d.ts.map +1 -1
- package/dist/profile-fields/03-basics.js +45 -9
- package/dist/profile-fields/03-basics.js.map +1 -1
- package/dist/profile-fields/04-looking-for.d.ts.map +1 -1
- package/dist/profile-fields/04-looking-for.js +5 -1
- package/dist/profile-fields/04-looking-for.js.map +1 -1
- package/dist/profile-fields/05-personality.d.ts.map +1 -1
- package/dist/profile-fields/05-personality.js.map +1 -1
- package/dist/profile-fields/06-self-assessment.d.ts.map +1 -1
- package/dist/profile-fields/06-self-assessment.js.map +1 -1
- package/dist/profile-fields/07-interests.d.ts.map +1 -1
- package/dist/profile-fields/07-interests.js +48 -4
- package/dist/profile-fields/07-interests.js.map +1 -1
- package/dist/profile-fields/09-values.d.ts.map +1 -1
- package/dist/profile-fields/09-values.js +32 -8
- package/dist/profile-fields/09-values.js.map +1 -1
- package/dist/profile-fields/10-career.js +1 -1
- package/dist/profile-fields/10-career.js.map +1 -1
- package/dist/profile-fields/11-lifestyle.js +8 -8
- package/dist/profile-fields/11-lifestyle.js.map +1 -1
- package/dist/profile-fields/12-cognitive.d.ts.map +1 -1
- package/dist/profile-fields/12-cognitive.js +50 -10
- package/dist/profile-fields/12-cognitive.js.map +1 -1
- package/dist/profile-fields/13-relationship-intimacy.d.ts.map +1 -1
- package/dist/profile-fields/13-relationship-intimacy.js +65 -13
- package/dist/profile-fields/13-relationship-intimacy.js.map +1 -1
- package/dist/profile-fields/14-family-home.d.ts.map +1 -1
- package/dist/profile-fields/14-family-home.js +67 -15
- package/dist/profile-fields/14-family-home.js.map +1 -1
- package/dist/profile-fields/15-finance-legal.d.ts.map +1 -1
- package/dist/profile-fields/15-finance-legal.js +10 -2
- package/dist/profile-fields/15-finance-legal.js.map +1 -1
- package/dist/profile-fields/16-health-wellness.d.ts.map +1 -1
- package/dist/profile-fields/16-health-wellness.js +10 -2
- package/dist/profile-fields/16-health-wellness.js.map +1 -1
- package/dist/profile-fields/index.d.ts +1 -1
- package/dist/profile-fields/index.d.ts.map +1 -1
- package/dist/profile-fields/index.js.map +1 -1
- package/dist/profile.d.ts +808 -12
- package/dist/profile.d.ts.map +1 -1
- package/dist/profile.js +1460 -267
- package/dist/profile.js.map +1 -1
- package/package.json +48 -48
package/dist/profile.d.ts
CHANGED
|
@@ -438,6 +438,113 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
438
438
|
prefer: "prefer";
|
|
439
439
|
dont_care: "dont_care";
|
|
440
440
|
}>>;
|
|
441
|
+
subCaste: z.ZodOptional<z.ZodString>;
|
|
442
|
+
gotra: z.ZodOptional<z.ZodString>;
|
|
443
|
+
nakshatra: z.ZodOptional<z.ZodEnum<{
|
|
444
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
445
|
+
dont_know: "dont_know";
|
|
446
|
+
ashwini: "ashwini";
|
|
447
|
+
bharani: "bharani";
|
|
448
|
+
krittika: "krittika";
|
|
449
|
+
rohini: "rohini";
|
|
450
|
+
mrigashira: "mrigashira";
|
|
451
|
+
ardra: "ardra";
|
|
452
|
+
punarvasu: "punarvasu";
|
|
453
|
+
pushya: "pushya";
|
|
454
|
+
ashlesha: "ashlesha";
|
|
455
|
+
magha: "magha";
|
|
456
|
+
purva_phalguni: "purva_phalguni";
|
|
457
|
+
uttara_phalguni: "uttara_phalguni";
|
|
458
|
+
hasta: "hasta";
|
|
459
|
+
chitra: "chitra";
|
|
460
|
+
swati: "swati";
|
|
461
|
+
vishakha: "vishakha";
|
|
462
|
+
anuradha: "anuradha";
|
|
463
|
+
jyeshtha: "jyeshtha";
|
|
464
|
+
moola: "moola";
|
|
465
|
+
purva_ashadha: "purva_ashadha";
|
|
466
|
+
uttara_ashadha: "uttara_ashadha";
|
|
467
|
+
shravana: "shravana";
|
|
468
|
+
dhanishta: "dhanishta";
|
|
469
|
+
shatabhisha: "shatabhisha";
|
|
470
|
+
purva_bhadrapada: "purva_bhadrapada";
|
|
471
|
+
uttara_bhadrapada: "uttara_bhadrapada";
|
|
472
|
+
revati: "revati";
|
|
473
|
+
}>>;
|
|
474
|
+
rashi: z.ZodOptional<z.ZodEnum<{
|
|
475
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
476
|
+
dont_know: "dont_know";
|
|
477
|
+
mesha: "mesha";
|
|
478
|
+
vrishabha: "vrishabha";
|
|
479
|
+
mithuna: "mithuna";
|
|
480
|
+
karka: "karka";
|
|
481
|
+
simha: "simha";
|
|
482
|
+
kanya: "kanya";
|
|
483
|
+
tula: "tula";
|
|
484
|
+
vrischika: "vrischika";
|
|
485
|
+
dhanu: "dhanu";
|
|
486
|
+
makara: "makara";
|
|
487
|
+
kumbha: "kumbha";
|
|
488
|
+
meena: "meena";
|
|
489
|
+
}>>;
|
|
490
|
+
birthTime: z.ZodOptional<z.ZodString>;
|
|
491
|
+
birthPlace: z.ZodOptional<z.ZodString>;
|
|
492
|
+
numberOfChildren: z.ZodOptional<z.ZodNumber>;
|
|
493
|
+
previousMarriages: z.ZodOptional<z.ZodNumber>;
|
|
494
|
+
nativePlace: z.ZodOptional<z.ZodString>;
|
|
495
|
+
hometownState: z.ZodOptional<z.ZodEnum<{
|
|
496
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
497
|
+
andhra_pradesh: "andhra_pradesh";
|
|
498
|
+
arunachal_pradesh: "arunachal_pradesh";
|
|
499
|
+
assam: "assam";
|
|
500
|
+
bihar: "bihar";
|
|
501
|
+
chhattisgarh: "chhattisgarh";
|
|
502
|
+
goa: "goa";
|
|
503
|
+
gujarat: "gujarat";
|
|
504
|
+
haryana: "haryana";
|
|
505
|
+
himachal_pradesh: "himachal_pradesh";
|
|
506
|
+
jharkhand: "jharkhand";
|
|
507
|
+
karnataka: "karnataka";
|
|
508
|
+
kerala: "kerala";
|
|
509
|
+
madhya_pradesh: "madhya_pradesh";
|
|
510
|
+
maharashtra: "maharashtra";
|
|
511
|
+
manipur: "manipur";
|
|
512
|
+
meghalaya: "meghalaya";
|
|
513
|
+
mizoram: "mizoram";
|
|
514
|
+
nagaland: "nagaland";
|
|
515
|
+
odisha: "odisha";
|
|
516
|
+
punjab: "punjab";
|
|
517
|
+
rajasthan: "rajasthan";
|
|
518
|
+
sikkim: "sikkim";
|
|
519
|
+
tamil_nadu: "tamil_nadu";
|
|
520
|
+
telangana: "telangana";
|
|
521
|
+
tripura: "tripura";
|
|
522
|
+
uttar_pradesh: "uttar_pradesh";
|
|
523
|
+
uttarakhand: "uttarakhand";
|
|
524
|
+
west_bengal: "west_bengal";
|
|
525
|
+
delhi: "delhi";
|
|
526
|
+
jammu_kashmir: "jammu_kashmir";
|
|
527
|
+
ladakh: "ladakh";
|
|
528
|
+
chandigarh: "chandigarh";
|
|
529
|
+
puducherry: "puducherry";
|
|
530
|
+
andaman_nicobar: "andaman_nicobar";
|
|
531
|
+
dadra_nagar_haveli: "dadra_nagar_haveli";
|
|
532
|
+
lakshadweep: "lakshadweep";
|
|
533
|
+
international: "international";
|
|
534
|
+
}>>;
|
|
535
|
+
preferredGenders: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
536
|
+
non_binary: "non_binary";
|
|
537
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
538
|
+
man: "man";
|
|
539
|
+
woman: "woman";
|
|
540
|
+
trans_man: "trans_man";
|
|
541
|
+
trans_woman: "trans_woman";
|
|
542
|
+
genderfluid: "genderfluid";
|
|
543
|
+
genderqueer: "genderqueer";
|
|
544
|
+
agender: "agender";
|
|
545
|
+
two_spirit: "two_spirit";
|
|
546
|
+
other: "other";
|
|
547
|
+
}>>>;
|
|
441
548
|
whatImLookingFor: z.ZodOptional<z.ZodString>;
|
|
442
549
|
relationshipRole: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
443
550
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -629,6 +736,34 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
629
736
|
skateboarding: "skateboarding";
|
|
630
737
|
bowling: "bowling";
|
|
631
738
|
archery: "archery";
|
|
739
|
+
cricket: "cricket";
|
|
740
|
+
football: "football";
|
|
741
|
+
badminton: "badminton";
|
|
742
|
+
tennis: "tennis";
|
|
743
|
+
basketball: "basketball";
|
|
744
|
+
table_tennis: "table_tennis";
|
|
745
|
+
skating: "skating";
|
|
746
|
+
dj: "dj";
|
|
747
|
+
binge_watching: "binge_watching";
|
|
748
|
+
k_drama: "k_drama";
|
|
749
|
+
backpacking: "backpacking";
|
|
750
|
+
road_trips: "road_trips";
|
|
751
|
+
stargazing: "stargazing";
|
|
752
|
+
journaling: "journaling";
|
|
753
|
+
self_improvement: "self_improvement";
|
|
754
|
+
activism: "activism";
|
|
755
|
+
mentoring: "mentoring";
|
|
756
|
+
networking: "networking";
|
|
757
|
+
entrepreneurship: "entrepreneurship";
|
|
758
|
+
languages: "languages";
|
|
759
|
+
science: "science";
|
|
760
|
+
interior_design: "interior_design";
|
|
761
|
+
fashion: "fashion";
|
|
762
|
+
skincare: "skincare";
|
|
763
|
+
thrifting: "thrifting";
|
|
764
|
+
street_food: "street_food";
|
|
765
|
+
fine_dining: "fine_dining";
|
|
766
|
+
food_photography: "food_photography";
|
|
632
767
|
}>>>;
|
|
633
768
|
musicGenres: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
634
769
|
other: "other";
|
|
@@ -945,13 +1080,13 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
945
1080
|
}>>;
|
|
946
1081
|
vacationStyle: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
947
1082
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1083
|
+
backpacking: "backpacking";
|
|
1084
|
+
road_trips: "road_trips";
|
|
948
1085
|
beach: "beach";
|
|
949
1086
|
adventure: "adventure";
|
|
950
1087
|
city: "city";
|
|
951
1088
|
cultural: "cultural";
|
|
952
|
-
backpacking: "backpacking";
|
|
953
1089
|
luxury: "luxury";
|
|
954
|
-
road_trips: "road_trips";
|
|
955
1090
|
staycation: "staycation";
|
|
956
1091
|
wellness: "wellness";
|
|
957
1092
|
}>>>;
|
|
@@ -1075,17 +1210,17 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1075
1210
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1076
1211
|
other: "other";
|
|
1077
1212
|
education: "education";
|
|
1213
|
+
languages: "languages";
|
|
1214
|
+
science: "science";
|
|
1078
1215
|
environment: "environment";
|
|
1079
1216
|
health: "health";
|
|
1080
1217
|
technology: "technology";
|
|
1081
|
-
science: "science";
|
|
1082
1218
|
arts: "arts";
|
|
1083
1219
|
business: "business";
|
|
1084
1220
|
law: "law";
|
|
1085
1221
|
psychology: "psychology";
|
|
1086
1222
|
philosophy: "philosophy";
|
|
1087
1223
|
history: "history";
|
|
1088
|
-
languages: "languages";
|
|
1089
1224
|
math: "math";
|
|
1090
1225
|
sports: "sports";
|
|
1091
1226
|
cooking_food: "cooking_food";
|
|
@@ -1312,6 +1447,79 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1312
1447
|
no_contact: "no_contact";
|
|
1313
1448
|
}>>;
|
|
1314
1449
|
parentsContactNumber: z.ZodOptional<z.ZodString>;
|
|
1450
|
+
fatherOccupation: z.ZodOptional<z.ZodEnum<{
|
|
1451
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1452
|
+
other: "other";
|
|
1453
|
+
it_software: "it_software";
|
|
1454
|
+
engineering: "engineering";
|
|
1455
|
+
healthcare: "healthcare";
|
|
1456
|
+
education: "education";
|
|
1457
|
+
finance_accounting: "finance_accounting";
|
|
1458
|
+
arts_entertainment: "arts_entertainment";
|
|
1459
|
+
media_communication: "media_communication";
|
|
1460
|
+
business_management: "business_management";
|
|
1461
|
+
government_public: "government_public";
|
|
1462
|
+
legal: "legal";
|
|
1463
|
+
science_research: "science_research";
|
|
1464
|
+
agriculture: "agriculture";
|
|
1465
|
+
hospitality_travel: "hospitality_travel";
|
|
1466
|
+
real_estate: "real_estate";
|
|
1467
|
+
retail_ecommerce: "retail_ecommerce";
|
|
1468
|
+
manufacturing: "manufacturing";
|
|
1469
|
+
self_employed: "self_employed";
|
|
1470
|
+
homemaker: "homemaker";
|
|
1471
|
+
retired: "retired";
|
|
1472
|
+
deceased: "deceased";
|
|
1473
|
+
}>>;
|
|
1474
|
+
motherOccupation: z.ZodOptional<z.ZodEnum<{
|
|
1475
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1476
|
+
other: "other";
|
|
1477
|
+
it_software: "it_software";
|
|
1478
|
+
engineering: "engineering";
|
|
1479
|
+
healthcare: "healthcare";
|
|
1480
|
+
education: "education";
|
|
1481
|
+
finance_accounting: "finance_accounting";
|
|
1482
|
+
arts_entertainment: "arts_entertainment";
|
|
1483
|
+
media_communication: "media_communication";
|
|
1484
|
+
business_management: "business_management";
|
|
1485
|
+
government_public: "government_public";
|
|
1486
|
+
legal: "legal";
|
|
1487
|
+
science_research: "science_research";
|
|
1488
|
+
agriculture: "agriculture";
|
|
1489
|
+
hospitality_travel: "hospitality_travel";
|
|
1490
|
+
real_estate: "real_estate";
|
|
1491
|
+
retail_ecommerce: "retail_ecommerce";
|
|
1492
|
+
manufacturing: "manufacturing";
|
|
1493
|
+
self_employed: "self_employed";
|
|
1494
|
+
homemaker: "homemaker";
|
|
1495
|
+
retired: "retired";
|
|
1496
|
+
deceased: "deceased";
|
|
1497
|
+
}>>;
|
|
1498
|
+
numberOfSiblings: z.ZodOptional<z.ZodNumber>;
|
|
1499
|
+
siblingsMarried: z.ZodOptional<z.ZodNumber>;
|
|
1500
|
+
familyAffluence: z.ZodOptional<z.ZodEnum<{
|
|
1501
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1502
|
+
lower_middle: "lower_middle";
|
|
1503
|
+
middle: "middle";
|
|
1504
|
+
upper_middle: "upper_middle";
|
|
1505
|
+
affluent: "affluent";
|
|
1506
|
+
wealthy: "wealthy";
|
|
1507
|
+
}>>;
|
|
1508
|
+
familyValues: z.ZodOptional<z.ZodEnum<{
|
|
1509
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1510
|
+
moderate: "moderate";
|
|
1511
|
+
liberal: "liberal";
|
|
1512
|
+
orthodox: "orthodox";
|
|
1513
|
+
very_liberal: "very_liberal";
|
|
1514
|
+
}>>;
|
|
1515
|
+
profileCreatedBy: z.ZodOptional<z.ZodEnum<{
|
|
1516
|
+
other: "other";
|
|
1517
|
+
self: "self";
|
|
1518
|
+
parent: "parent";
|
|
1519
|
+
sibling: "sibling";
|
|
1520
|
+
friend: "friend";
|
|
1521
|
+
relative: "relative";
|
|
1522
|
+
}>>;
|
|
1315
1523
|
incomeRange: z.ZodOptional<z.ZodEnum<{
|
|
1316
1524
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1317
1525
|
under_3l: "under_3l";
|
|
@@ -1428,6 +1636,42 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1428
1636
|
whoever_invites: "whoever_invites";
|
|
1429
1637
|
whoever_offers: "whoever_offers";
|
|
1430
1638
|
}>>;
|
|
1639
|
+
grewUpIn: z.ZodOptional<z.ZodString>;
|
|
1640
|
+
countryOfResidence: z.ZodOptional<z.ZodEnum<{
|
|
1641
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1642
|
+
other: "other";
|
|
1643
|
+
india: "india";
|
|
1644
|
+
usa: "usa";
|
|
1645
|
+
uk: "uk";
|
|
1646
|
+
canada: "canada";
|
|
1647
|
+
australia: "australia";
|
|
1648
|
+
uae: "uae";
|
|
1649
|
+
singapore: "singapore";
|
|
1650
|
+
malaysia: "malaysia";
|
|
1651
|
+
germany: "germany";
|
|
1652
|
+
new_zealand: "new_zealand";
|
|
1653
|
+
south_africa: "south_africa";
|
|
1654
|
+
saudi_arabia: "saudi_arabia";
|
|
1655
|
+
qatar: "qatar";
|
|
1656
|
+
bahrain: "bahrain";
|
|
1657
|
+
kuwait: "kuwait";
|
|
1658
|
+
oman: "oman";
|
|
1659
|
+
}>>;
|
|
1660
|
+
visaType: z.ZodOptional<z.ZodEnum<{
|
|
1661
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1662
|
+
other: "other";
|
|
1663
|
+
student: "student";
|
|
1664
|
+
not_applicable: "not_applicable";
|
|
1665
|
+
citizen: "citizen";
|
|
1666
|
+
h1b: "h1b";
|
|
1667
|
+
l1: "l1";
|
|
1668
|
+
eb1: "eb1";
|
|
1669
|
+
eb2: "eb2";
|
|
1670
|
+
eb3: "eb3";
|
|
1671
|
+
opt: "opt";
|
|
1672
|
+
green_card: "green_card";
|
|
1673
|
+
work_permit: "work_permit";
|
|
1674
|
+
}>>;
|
|
1431
1675
|
accessibilityNeeds: z.ZodOptional<z.ZodEnum<{
|
|
1432
1676
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1433
1677
|
none: "none";
|
|
@@ -1629,6 +1873,8 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1629
1873
|
unhealthy: "unhealthy";
|
|
1630
1874
|
dont_manage: "dont_manage";
|
|
1631
1875
|
}>>;
|
|
1876
|
+
hardPreferences: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1877
|
+
softFilters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1632
1878
|
}, z.core.$strip>;
|
|
1633
1879
|
export declare const createProfileSchema: z.ZodObject<{
|
|
1634
1880
|
photos: z.ZodArray<z.ZodObject<{
|
|
@@ -1704,10 +1950,309 @@ export declare const createProfileSchema: z.ZodObject<{
|
|
|
1704
1950
|
open_to_exploring: "open_to_exploring";
|
|
1705
1951
|
}>;
|
|
1706
1952
|
bio: z.ZodString;
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1953
|
+
preferredGenders: z.ZodArray<z.ZodEnum<{
|
|
1954
|
+
non_binary: "non_binary";
|
|
1955
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1956
|
+
man: "man";
|
|
1957
|
+
woman: "woman";
|
|
1958
|
+
trans_man: "trans_man";
|
|
1959
|
+
trans_woman: "trans_woman";
|
|
1960
|
+
genderfluid: "genderfluid";
|
|
1961
|
+
genderqueer: "genderqueer";
|
|
1962
|
+
agender: "agender";
|
|
1963
|
+
two_spirit: "two_spirit";
|
|
1964
|
+
other: "other";
|
|
1965
|
+
}>>;
|
|
1966
|
+
familyReligion: z.ZodEnum<{
|
|
1967
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1968
|
+
other: "other";
|
|
1969
|
+
spiritual: "spiritual";
|
|
1970
|
+
hindu: "hindu";
|
|
1971
|
+
muslim_sunni: "muslim_sunni";
|
|
1972
|
+
muslim_shia: "muslim_shia";
|
|
1973
|
+
muslim_other: "muslim_other";
|
|
1974
|
+
christian_catholic: "christian_catholic";
|
|
1975
|
+
christian_protestant: "christian_protestant";
|
|
1976
|
+
christian_other: "christian_other";
|
|
1977
|
+
sikh: "sikh";
|
|
1978
|
+
jain_digambar: "jain_digambar";
|
|
1979
|
+
jain_shwetambar: "jain_shwetambar";
|
|
1980
|
+
buddhist: "buddhist";
|
|
1981
|
+
parsi: "parsi";
|
|
1982
|
+
jewish: "jewish";
|
|
1983
|
+
bahai: "bahai";
|
|
1984
|
+
atheist: "atheist";
|
|
1985
|
+
agnostic: "agnostic";
|
|
1986
|
+
inter_religion: "inter_religion";
|
|
1987
|
+
}>;
|
|
1988
|
+
motherTongue: z.ZodEnum<{
|
|
1989
|
+
other: "other";
|
|
1990
|
+
hindi: "hindi";
|
|
1991
|
+
english: "english";
|
|
1992
|
+
bengali: "bengali";
|
|
1993
|
+
telugu: "telugu";
|
|
1994
|
+
marathi: "marathi";
|
|
1995
|
+
tamil: "tamil";
|
|
1996
|
+
urdu: "urdu";
|
|
1997
|
+
gujarati: "gujarati";
|
|
1998
|
+
kannada: "kannada";
|
|
1999
|
+
odia: "odia";
|
|
2000
|
+
malayalam: "malayalam";
|
|
2001
|
+
punjabi: "punjabi";
|
|
2002
|
+
assamese: "assamese";
|
|
2003
|
+
maithili: "maithili";
|
|
2004
|
+
sanskrit: "sanskrit";
|
|
2005
|
+
sindhi: "sindhi";
|
|
2006
|
+
kashmiri: "kashmiri";
|
|
2007
|
+
nepali: "nepali";
|
|
2008
|
+
konkani: "konkani";
|
|
2009
|
+
dogri: "dogri";
|
|
2010
|
+
manipuri: "manipuri";
|
|
2011
|
+
bodo: "bodo";
|
|
2012
|
+
santali: "santali";
|
|
2013
|
+
}>;
|
|
2014
|
+
relationshipStatus: z.ZodEnum<{
|
|
2015
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2016
|
+
divorced: "divorced";
|
|
2017
|
+
widowed: "widowed";
|
|
2018
|
+
separated: "separated";
|
|
2019
|
+
single: "single";
|
|
2020
|
+
dating: "dating";
|
|
2021
|
+
enm: "enm";
|
|
2022
|
+
its_complicated: "its_complicated";
|
|
2023
|
+
}>;
|
|
2024
|
+
hometownState: z.ZodOptional<z.ZodEnum<{
|
|
2025
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2026
|
+
andhra_pradesh: "andhra_pradesh";
|
|
2027
|
+
arunachal_pradesh: "arunachal_pradesh";
|
|
2028
|
+
assam: "assam";
|
|
2029
|
+
bihar: "bihar";
|
|
2030
|
+
chhattisgarh: "chhattisgarh";
|
|
2031
|
+
goa: "goa";
|
|
2032
|
+
gujarat: "gujarat";
|
|
2033
|
+
haryana: "haryana";
|
|
2034
|
+
himachal_pradesh: "himachal_pradesh";
|
|
2035
|
+
jharkhand: "jharkhand";
|
|
2036
|
+
karnataka: "karnataka";
|
|
2037
|
+
kerala: "kerala";
|
|
2038
|
+
madhya_pradesh: "madhya_pradesh";
|
|
2039
|
+
maharashtra: "maharashtra";
|
|
2040
|
+
manipur: "manipur";
|
|
2041
|
+
meghalaya: "meghalaya";
|
|
2042
|
+
mizoram: "mizoram";
|
|
2043
|
+
nagaland: "nagaland";
|
|
2044
|
+
odisha: "odisha";
|
|
2045
|
+
punjab: "punjab";
|
|
2046
|
+
rajasthan: "rajasthan";
|
|
2047
|
+
sikkim: "sikkim";
|
|
2048
|
+
tamil_nadu: "tamil_nadu";
|
|
2049
|
+
telangana: "telangana";
|
|
2050
|
+
tripura: "tripura";
|
|
2051
|
+
uttar_pradesh: "uttar_pradesh";
|
|
2052
|
+
uttarakhand: "uttarakhand";
|
|
2053
|
+
west_bengal: "west_bengal";
|
|
2054
|
+
delhi: "delhi";
|
|
2055
|
+
jammu_kashmir: "jammu_kashmir";
|
|
2056
|
+
ladakh: "ladakh";
|
|
2057
|
+
chandigarh: "chandigarh";
|
|
2058
|
+
puducherry: "puducherry";
|
|
2059
|
+
andaman_nicobar: "andaman_nicobar";
|
|
2060
|
+
dadra_nagar_haveli: "dadra_nagar_haveli";
|
|
2061
|
+
lakshadweep: "lakshadweep";
|
|
2062
|
+
international: "international";
|
|
2063
|
+
}>>;
|
|
2064
|
+
personalReligion: z.ZodOptional<z.ZodEnum<{
|
|
2065
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2066
|
+
other: "other";
|
|
2067
|
+
spiritual: "spiritual";
|
|
2068
|
+
hindu: "hindu";
|
|
2069
|
+
muslim_sunni: "muslim_sunni";
|
|
2070
|
+
muslim_shia: "muslim_shia";
|
|
2071
|
+
muslim_other: "muslim_other";
|
|
2072
|
+
christian_catholic: "christian_catholic";
|
|
2073
|
+
christian_protestant: "christian_protestant";
|
|
2074
|
+
christian_other: "christian_other";
|
|
2075
|
+
sikh: "sikh";
|
|
2076
|
+
jain_digambar: "jain_digambar";
|
|
2077
|
+
jain_shwetambar: "jain_shwetambar";
|
|
2078
|
+
buddhist: "buddhist";
|
|
2079
|
+
parsi: "parsi";
|
|
2080
|
+
jewish: "jewish";
|
|
2081
|
+
bahai: "bahai";
|
|
2082
|
+
atheist: "atheist";
|
|
2083
|
+
agnostic: "agnostic";
|
|
2084
|
+
inter_religion: "inter_religion";
|
|
2085
|
+
}>>;
|
|
2086
|
+
height: z.ZodOptional<z.ZodEnum<{
|
|
2087
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2088
|
+
under_150: "under_150";
|
|
2089
|
+
"150_155": "150_155";
|
|
2090
|
+
"155_160": "155_160";
|
|
2091
|
+
"160_165": "160_165";
|
|
2092
|
+
"165_170": "165_170";
|
|
2093
|
+
"170_175": "170_175";
|
|
2094
|
+
"175_180": "175_180";
|
|
2095
|
+
"180_185": "180_185";
|
|
2096
|
+
"185_190": "185_190";
|
|
2097
|
+
over_190: "over_190";
|
|
2098
|
+
}>>;
|
|
2099
|
+
educationLevel: z.ZodOptional<z.ZodEnum<{
|
|
2100
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2101
|
+
high_school: "high_school";
|
|
2102
|
+
diploma: "diploma";
|
|
2103
|
+
bachelors: "bachelors";
|
|
2104
|
+
masters: "masters";
|
|
2105
|
+
doctorate: "doctorate";
|
|
2106
|
+
professional: "professional";
|
|
2107
|
+
in_college: "in_college";
|
|
2108
|
+
in_grad_school: "in_grad_school";
|
|
2109
|
+
}>>;
|
|
2110
|
+
profession: z.ZodOptional<z.ZodEnum<{
|
|
2111
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2112
|
+
other: "other";
|
|
2113
|
+
it_software: "it_software";
|
|
2114
|
+
engineering: "engineering";
|
|
2115
|
+
healthcare: "healthcare";
|
|
2116
|
+
education: "education";
|
|
2117
|
+
finance_accounting: "finance_accounting";
|
|
2118
|
+
arts_entertainment: "arts_entertainment";
|
|
2119
|
+
media_communication: "media_communication";
|
|
2120
|
+
business_management: "business_management";
|
|
2121
|
+
government_public: "government_public";
|
|
2122
|
+
legal: "legal";
|
|
2123
|
+
science_research: "science_research";
|
|
2124
|
+
agriculture: "agriculture";
|
|
2125
|
+
hospitality_travel: "hospitality_travel";
|
|
2126
|
+
real_estate: "real_estate";
|
|
2127
|
+
retail_ecommerce: "retail_ecommerce";
|
|
2128
|
+
manufacturing: "manufacturing";
|
|
2129
|
+
self_employed: "self_employed";
|
|
2130
|
+
student: "student";
|
|
2131
|
+
homemaker: "homemaker";
|
|
2132
|
+
not_working: "not_working";
|
|
2133
|
+
}>>;
|
|
2134
|
+
hobbies: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2135
|
+
other: "other";
|
|
2136
|
+
reading: "reading";
|
|
2137
|
+
writing: "writing";
|
|
2138
|
+
cooking: "cooking";
|
|
2139
|
+
baking: "baking";
|
|
2140
|
+
photography: "photography";
|
|
2141
|
+
painting: "painting";
|
|
2142
|
+
drawing: "drawing";
|
|
2143
|
+
hiking: "hiking";
|
|
2144
|
+
camping: "camping";
|
|
2145
|
+
cycling: "cycling";
|
|
2146
|
+
running: "running";
|
|
2147
|
+
yoga: "yoga";
|
|
2148
|
+
meditation: "meditation";
|
|
2149
|
+
dancing: "dancing";
|
|
2150
|
+
singing: "singing";
|
|
2151
|
+
playing_instrument: "playing_instrument";
|
|
2152
|
+
gardening: "gardening";
|
|
2153
|
+
gaming: "gaming";
|
|
2154
|
+
board_games: "board_games";
|
|
2155
|
+
traveling: "traveling";
|
|
2156
|
+
swimming: "swimming";
|
|
2157
|
+
gym: "gym";
|
|
2158
|
+
martial_arts: "martial_arts";
|
|
2159
|
+
rock_climbing: "rock_climbing";
|
|
2160
|
+
surfing: "surfing";
|
|
2161
|
+
skiing: "skiing";
|
|
2162
|
+
fishing: "fishing";
|
|
2163
|
+
bird_watching: "bird_watching";
|
|
2164
|
+
volunteering: "volunteering";
|
|
2165
|
+
crafts: "crafts";
|
|
2166
|
+
pottery: "pottery";
|
|
2167
|
+
knitting: "knitting";
|
|
2168
|
+
woodworking: "woodworking";
|
|
2169
|
+
diy: "diy";
|
|
2170
|
+
podcasts: "podcasts";
|
|
2171
|
+
movies: "movies";
|
|
2172
|
+
anime: "anime";
|
|
2173
|
+
theater: "theater";
|
|
2174
|
+
stand_up_comedy: "stand_up_comedy";
|
|
2175
|
+
karaoke: "karaoke";
|
|
2176
|
+
wine_tasting: "wine_tasting";
|
|
2177
|
+
coffee: "coffee";
|
|
2178
|
+
tea: "tea";
|
|
2179
|
+
blogging: "blogging";
|
|
2180
|
+
vlogging: "vlogging";
|
|
2181
|
+
coding: "coding";
|
|
2182
|
+
investing: "investing";
|
|
2183
|
+
astrology_hobby: "astrology_hobby";
|
|
2184
|
+
tarot: "tarot";
|
|
2185
|
+
spirituality_practice: "spirituality_practice";
|
|
2186
|
+
pet_care: "pet_care";
|
|
2187
|
+
horse_riding: "horse_riding";
|
|
2188
|
+
scuba_diving: "scuba_diving";
|
|
2189
|
+
skateboarding: "skateboarding";
|
|
2190
|
+
bowling: "bowling";
|
|
2191
|
+
archery: "archery";
|
|
2192
|
+
cricket: "cricket";
|
|
2193
|
+
football: "football";
|
|
2194
|
+
badminton: "badminton";
|
|
2195
|
+
tennis: "tennis";
|
|
2196
|
+
basketball: "basketball";
|
|
2197
|
+
table_tennis: "table_tennis";
|
|
2198
|
+
skating: "skating";
|
|
2199
|
+
dj: "dj";
|
|
2200
|
+
binge_watching: "binge_watching";
|
|
2201
|
+
k_drama: "k_drama";
|
|
2202
|
+
backpacking: "backpacking";
|
|
2203
|
+
road_trips: "road_trips";
|
|
2204
|
+
stargazing: "stargazing";
|
|
2205
|
+
journaling: "journaling";
|
|
2206
|
+
self_improvement: "self_improvement";
|
|
2207
|
+
activism: "activism";
|
|
2208
|
+
mentoring: "mentoring";
|
|
2209
|
+
networking: "networking";
|
|
2210
|
+
entrepreneurship: "entrepreneurship";
|
|
2211
|
+
languages: "languages";
|
|
2212
|
+
science: "science";
|
|
2213
|
+
interior_design: "interior_design";
|
|
2214
|
+
fashion: "fashion";
|
|
2215
|
+
skincare: "skincare";
|
|
2216
|
+
thrifting: "thrifting";
|
|
2217
|
+
street_food: "street_food";
|
|
2218
|
+
fine_dining: "fine_dining";
|
|
2219
|
+
food_photography: "food_photography";
|
|
2220
|
+
}>>>;
|
|
2221
|
+
diet: z.ZodOptional<z.ZodEnum<{
|
|
2222
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2223
|
+
other: "other";
|
|
2224
|
+
vegetarian: "vegetarian";
|
|
2225
|
+
vegan: "vegan";
|
|
2226
|
+
eggetarian: "eggetarian";
|
|
2227
|
+
non_vegetarian: "non_vegetarian";
|
|
2228
|
+
pescatarian: "pescatarian";
|
|
2229
|
+
occasionally_non_veg: "occasionally_non_veg";
|
|
2230
|
+
flexitarian: "flexitarian";
|
|
2231
|
+
jain: "jain";
|
|
2232
|
+
halal: "halal";
|
|
2233
|
+
kosher: "kosher";
|
|
2234
|
+
}>>;
|
|
2235
|
+
smoking: z.ZodOptional<z.ZodEnum<{
|
|
2236
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2237
|
+
never: "never";
|
|
2238
|
+
socially: "socially";
|
|
2239
|
+
when_drinking: "when_drinking";
|
|
2240
|
+
regularly: "regularly";
|
|
2241
|
+
trying_to_quit: "trying_to_quit";
|
|
2242
|
+
}>>;
|
|
2243
|
+
alcohol: z.ZodOptional<z.ZodEnum<{
|
|
2244
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2245
|
+
never: "never";
|
|
2246
|
+
socially: "socially";
|
|
2247
|
+
regularly: "regularly";
|
|
2248
|
+
sober: "sober";
|
|
2249
|
+
rarely: "rarely";
|
|
2250
|
+
on_special_occasions: "on_special_occasions";
|
|
2251
|
+
}>>;
|
|
2252
|
+
favouriteBooks: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2253
|
+
favouriteShows: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2254
|
+
idols: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2255
|
+
favouriteYoutubeChannels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1711
2256
|
mbtiType: z.ZodOptional<z.ZodEnum<{
|
|
1712
2257
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1713
2258
|
INTJ: "INTJ";
|
|
@@ -1728,6 +2273,11 @@ export declare const createProfileSchema: z.ZodObject<{
|
|
|
1728
2273
|
ESFP: "ESFP";
|
|
1729
2274
|
dont_know: "dont_know";
|
|
1730
2275
|
}>>;
|
|
2276
|
+
prompts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2277
|
+
prompt: z.ZodString;
|
|
2278
|
+
answer: z.ZodString;
|
|
2279
|
+
}, z.core.$strip>>>;
|
|
2280
|
+
preferredAgeRange: z.ZodOptional<z.ZodNumber>;
|
|
1731
2281
|
}, z.core.$strip>;
|
|
1732
2282
|
export declare const updateProfileSchema: z.ZodObject<{
|
|
1733
2283
|
photos: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2160,6 +2710,113 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
2160
2710
|
prefer: "prefer";
|
|
2161
2711
|
dont_care: "dont_care";
|
|
2162
2712
|
}>>>;
|
|
2713
|
+
subCaste: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2714
|
+
gotra: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2715
|
+
nakshatra: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2716
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2717
|
+
dont_know: "dont_know";
|
|
2718
|
+
ashwini: "ashwini";
|
|
2719
|
+
bharani: "bharani";
|
|
2720
|
+
krittika: "krittika";
|
|
2721
|
+
rohini: "rohini";
|
|
2722
|
+
mrigashira: "mrigashira";
|
|
2723
|
+
ardra: "ardra";
|
|
2724
|
+
punarvasu: "punarvasu";
|
|
2725
|
+
pushya: "pushya";
|
|
2726
|
+
ashlesha: "ashlesha";
|
|
2727
|
+
magha: "magha";
|
|
2728
|
+
purva_phalguni: "purva_phalguni";
|
|
2729
|
+
uttara_phalguni: "uttara_phalguni";
|
|
2730
|
+
hasta: "hasta";
|
|
2731
|
+
chitra: "chitra";
|
|
2732
|
+
swati: "swati";
|
|
2733
|
+
vishakha: "vishakha";
|
|
2734
|
+
anuradha: "anuradha";
|
|
2735
|
+
jyeshtha: "jyeshtha";
|
|
2736
|
+
moola: "moola";
|
|
2737
|
+
purva_ashadha: "purva_ashadha";
|
|
2738
|
+
uttara_ashadha: "uttara_ashadha";
|
|
2739
|
+
shravana: "shravana";
|
|
2740
|
+
dhanishta: "dhanishta";
|
|
2741
|
+
shatabhisha: "shatabhisha";
|
|
2742
|
+
purva_bhadrapada: "purva_bhadrapada";
|
|
2743
|
+
uttara_bhadrapada: "uttara_bhadrapada";
|
|
2744
|
+
revati: "revati";
|
|
2745
|
+
}>>>;
|
|
2746
|
+
rashi: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2747
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2748
|
+
dont_know: "dont_know";
|
|
2749
|
+
mesha: "mesha";
|
|
2750
|
+
vrishabha: "vrishabha";
|
|
2751
|
+
mithuna: "mithuna";
|
|
2752
|
+
karka: "karka";
|
|
2753
|
+
simha: "simha";
|
|
2754
|
+
kanya: "kanya";
|
|
2755
|
+
tula: "tula";
|
|
2756
|
+
vrischika: "vrischika";
|
|
2757
|
+
dhanu: "dhanu";
|
|
2758
|
+
makara: "makara";
|
|
2759
|
+
kumbha: "kumbha";
|
|
2760
|
+
meena: "meena";
|
|
2761
|
+
}>>>;
|
|
2762
|
+
birthTime: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2763
|
+
birthPlace: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2764
|
+
numberOfChildren: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2765
|
+
previousMarriages: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2766
|
+
nativePlace: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2767
|
+
hometownState: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2768
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2769
|
+
andhra_pradesh: "andhra_pradesh";
|
|
2770
|
+
arunachal_pradesh: "arunachal_pradesh";
|
|
2771
|
+
assam: "assam";
|
|
2772
|
+
bihar: "bihar";
|
|
2773
|
+
chhattisgarh: "chhattisgarh";
|
|
2774
|
+
goa: "goa";
|
|
2775
|
+
gujarat: "gujarat";
|
|
2776
|
+
haryana: "haryana";
|
|
2777
|
+
himachal_pradesh: "himachal_pradesh";
|
|
2778
|
+
jharkhand: "jharkhand";
|
|
2779
|
+
karnataka: "karnataka";
|
|
2780
|
+
kerala: "kerala";
|
|
2781
|
+
madhya_pradesh: "madhya_pradesh";
|
|
2782
|
+
maharashtra: "maharashtra";
|
|
2783
|
+
manipur: "manipur";
|
|
2784
|
+
meghalaya: "meghalaya";
|
|
2785
|
+
mizoram: "mizoram";
|
|
2786
|
+
nagaland: "nagaland";
|
|
2787
|
+
odisha: "odisha";
|
|
2788
|
+
punjab: "punjab";
|
|
2789
|
+
rajasthan: "rajasthan";
|
|
2790
|
+
sikkim: "sikkim";
|
|
2791
|
+
tamil_nadu: "tamil_nadu";
|
|
2792
|
+
telangana: "telangana";
|
|
2793
|
+
tripura: "tripura";
|
|
2794
|
+
uttar_pradesh: "uttar_pradesh";
|
|
2795
|
+
uttarakhand: "uttarakhand";
|
|
2796
|
+
west_bengal: "west_bengal";
|
|
2797
|
+
delhi: "delhi";
|
|
2798
|
+
jammu_kashmir: "jammu_kashmir";
|
|
2799
|
+
ladakh: "ladakh";
|
|
2800
|
+
chandigarh: "chandigarh";
|
|
2801
|
+
puducherry: "puducherry";
|
|
2802
|
+
andaman_nicobar: "andaman_nicobar";
|
|
2803
|
+
dadra_nagar_haveli: "dadra_nagar_haveli";
|
|
2804
|
+
lakshadweep: "lakshadweep";
|
|
2805
|
+
international: "international";
|
|
2806
|
+
}>>>;
|
|
2807
|
+
preferredGenders: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2808
|
+
non_binary: "non_binary";
|
|
2809
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2810
|
+
man: "man";
|
|
2811
|
+
woman: "woman";
|
|
2812
|
+
trans_man: "trans_man";
|
|
2813
|
+
trans_woman: "trans_woman";
|
|
2814
|
+
genderfluid: "genderfluid";
|
|
2815
|
+
genderqueer: "genderqueer";
|
|
2816
|
+
agender: "agender";
|
|
2817
|
+
two_spirit: "two_spirit";
|
|
2818
|
+
other: "other";
|
|
2819
|
+
}>>>>;
|
|
2163
2820
|
whatImLookingFor: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2164
2821
|
relationshipRole: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2165
2822
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -2351,6 +3008,34 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
2351
3008
|
skateboarding: "skateboarding";
|
|
2352
3009
|
bowling: "bowling";
|
|
2353
3010
|
archery: "archery";
|
|
3011
|
+
cricket: "cricket";
|
|
3012
|
+
football: "football";
|
|
3013
|
+
badminton: "badminton";
|
|
3014
|
+
tennis: "tennis";
|
|
3015
|
+
basketball: "basketball";
|
|
3016
|
+
table_tennis: "table_tennis";
|
|
3017
|
+
skating: "skating";
|
|
3018
|
+
dj: "dj";
|
|
3019
|
+
binge_watching: "binge_watching";
|
|
3020
|
+
k_drama: "k_drama";
|
|
3021
|
+
backpacking: "backpacking";
|
|
3022
|
+
road_trips: "road_trips";
|
|
3023
|
+
stargazing: "stargazing";
|
|
3024
|
+
journaling: "journaling";
|
|
3025
|
+
self_improvement: "self_improvement";
|
|
3026
|
+
activism: "activism";
|
|
3027
|
+
mentoring: "mentoring";
|
|
3028
|
+
networking: "networking";
|
|
3029
|
+
entrepreneurship: "entrepreneurship";
|
|
3030
|
+
languages: "languages";
|
|
3031
|
+
science: "science";
|
|
3032
|
+
interior_design: "interior_design";
|
|
3033
|
+
fashion: "fashion";
|
|
3034
|
+
skincare: "skincare";
|
|
3035
|
+
thrifting: "thrifting";
|
|
3036
|
+
street_food: "street_food";
|
|
3037
|
+
fine_dining: "fine_dining";
|
|
3038
|
+
food_photography: "food_photography";
|
|
2354
3039
|
}>>>>;
|
|
2355
3040
|
musicGenres: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2356
3041
|
other: "other";
|
|
@@ -2667,13 +3352,13 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
2667
3352
|
}>>>;
|
|
2668
3353
|
vacationStyle: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2669
3354
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3355
|
+
backpacking: "backpacking";
|
|
3356
|
+
road_trips: "road_trips";
|
|
2670
3357
|
beach: "beach";
|
|
2671
3358
|
adventure: "adventure";
|
|
2672
3359
|
city: "city";
|
|
2673
3360
|
cultural: "cultural";
|
|
2674
|
-
backpacking: "backpacking";
|
|
2675
3361
|
luxury: "luxury";
|
|
2676
|
-
road_trips: "road_trips";
|
|
2677
3362
|
staycation: "staycation";
|
|
2678
3363
|
wellness: "wellness";
|
|
2679
3364
|
}>>>>;
|
|
@@ -2797,17 +3482,17 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
2797
3482
|
prefer_not_to_say: "prefer_not_to_say";
|
|
2798
3483
|
other: "other";
|
|
2799
3484
|
education: "education";
|
|
3485
|
+
languages: "languages";
|
|
3486
|
+
science: "science";
|
|
2800
3487
|
environment: "environment";
|
|
2801
3488
|
health: "health";
|
|
2802
3489
|
technology: "technology";
|
|
2803
|
-
science: "science";
|
|
2804
3490
|
arts: "arts";
|
|
2805
3491
|
business: "business";
|
|
2806
3492
|
law: "law";
|
|
2807
3493
|
psychology: "psychology";
|
|
2808
3494
|
philosophy: "philosophy";
|
|
2809
3495
|
history: "history";
|
|
2810
|
-
languages: "languages";
|
|
2811
3496
|
math: "math";
|
|
2812
3497
|
sports: "sports";
|
|
2813
3498
|
cooking_food: "cooking_food";
|
|
@@ -3034,6 +3719,79 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3034
3719
|
no_contact: "no_contact";
|
|
3035
3720
|
}>>>;
|
|
3036
3721
|
parentsContactNumber: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3722
|
+
fatherOccupation: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3723
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3724
|
+
other: "other";
|
|
3725
|
+
it_software: "it_software";
|
|
3726
|
+
engineering: "engineering";
|
|
3727
|
+
healthcare: "healthcare";
|
|
3728
|
+
education: "education";
|
|
3729
|
+
finance_accounting: "finance_accounting";
|
|
3730
|
+
arts_entertainment: "arts_entertainment";
|
|
3731
|
+
media_communication: "media_communication";
|
|
3732
|
+
business_management: "business_management";
|
|
3733
|
+
government_public: "government_public";
|
|
3734
|
+
legal: "legal";
|
|
3735
|
+
science_research: "science_research";
|
|
3736
|
+
agriculture: "agriculture";
|
|
3737
|
+
hospitality_travel: "hospitality_travel";
|
|
3738
|
+
real_estate: "real_estate";
|
|
3739
|
+
retail_ecommerce: "retail_ecommerce";
|
|
3740
|
+
manufacturing: "manufacturing";
|
|
3741
|
+
self_employed: "self_employed";
|
|
3742
|
+
homemaker: "homemaker";
|
|
3743
|
+
retired: "retired";
|
|
3744
|
+
deceased: "deceased";
|
|
3745
|
+
}>>>;
|
|
3746
|
+
motherOccupation: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3747
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3748
|
+
other: "other";
|
|
3749
|
+
it_software: "it_software";
|
|
3750
|
+
engineering: "engineering";
|
|
3751
|
+
healthcare: "healthcare";
|
|
3752
|
+
education: "education";
|
|
3753
|
+
finance_accounting: "finance_accounting";
|
|
3754
|
+
arts_entertainment: "arts_entertainment";
|
|
3755
|
+
media_communication: "media_communication";
|
|
3756
|
+
business_management: "business_management";
|
|
3757
|
+
government_public: "government_public";
|
|
3758
|
+
legal: "legal";
|
|
3759
|
+
science_research: "science_research";
|
|
3760
|
+
agriculture: "agriculture";
|
|
3761
|
+
hospitality_travel: "hospitality_travel";
|
|
3762
|
+
real_estate: "real_estate";
|
|
3763
|
+
retail_ecommerce: "retail_ecommerce";
|
|
3764
|
+
manufacturing: "manufacturing";
|
|
3765
|
+
self_employed: "self_employed";
|
|
3766
|
+
homemaker: "homemaker";
|
|
3767
|
+
retired: "retired";
|
|
3768
|
+
deceased: "deceased";
|
|
3769
|
+
}>>>;
|
|
3770
|
+
numberOfSiblings: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3771
|
+
siblingsMarried: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3772
|
+
familyAffluence: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3773
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3774
|
+
lower_middle: "lower_middle";
|
|
3775
|
+
middle: "middle";
|
|
3776
|
+
upper_middle: "upper_middle";
|
|
3777
|
+
affluent: "affluent";
|
|
3778
|
+
wealthy: "wealthy";
|
|
3779
|
+
}>>>;
|
|
3780
|
+
familyValues: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3781
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3782
|
+
moderate: "moderate";
|
|
3783
|
+
liberal: "liberal";
|
|
3784
|
+
orthodox: "orthodox";
|
|
3785
|
+
very_liberal: "very_liberal";
|
|
3786
|
+
}>>>;
|
|
3787
|
+
profileCreatedBy: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3788
|
+
other: "other";
|
|
3789
|
+
self: "self";
|
|
3790
|
+
parent: "parent";
|
|
3791
|
+
sibling: "sibling";
|
|
3792
|
+
friend: "friend";
|
|
3793
|
+
relative: "relative";
|
|
3794
|
+
}>>>;
|
|
3037
3795
|
incomeRange: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3038
3796
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3039
3797
|
under_3l: "under_3l";
|
|
@@ -3150,6 +3908,42 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3150
3908
|
whoever_invites: "whoever_invites";
|
|
3151
3909
|
whoever_offers: "whoever_offers";
|
|
3152
3910
|
}>>>;
|
|
3911
|
+
grewUpIn: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3912
|
+
countryOfResidence: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3913
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3914
|
+
other: "other";
|
|
3915
|
+
india: "india";
|
|
3916
|
+
usa: "usa";
|
|
3917
|
+
uk: "uk";
|
|
3918
|
+
canada: "canada";
|
|
3919
|
+
australia: "australia";
|
|
3920
|
+
uae: "uae";
|
|
3921
|
+
singapore: "singapore";
|
|
3922
|
+
malaysia: "malaysia";
|
|
3923
|
+
germany: "germany";
|
|
3924
|
+
new_zealand: "new_zealand";
|
|
3925
|
+
south_africa: "south_africa";
|
|
3926
|
+
saudi_arabia: "saudi_arabia";
|
|
3927
|
+
qatar: "qatar";
|
|
3928
|
+
bahrain: "bahrain";
|
|
3929
|
+
kuwait: "kuwait";
|
|
3930
|
+
oman: "oman";
|
|
3931
|
+
}>>>;
|
|
3932
|
+
visaType: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3933
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3934
|
+
other: "other";
|
|
3935
|
+
student: "student";
|
|
3936
|
+
not_applicable: "not_applicable";
|
|
3937
|
+
citizen: "citizen";
|
|
3938
|
+
h1b: "h1b";
|
|
3939
|
+
l1: "l1";
|
|
3940
|
+
eb1: "eb1";
|
|
3941
|
+
eb2: "eb2";
|
|
3942
|
+
eb3: "eb3";
|
|
3943
|
+
opt: "opt";
|
|
3944
|
+
green_card: "green_card";
|
|
3945
|
+
work_permit: "work_permit";
|
|
3946
|
+
}>>>;
|
|
3153
3947
|
accessibilityNeeds: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3154
3948
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3155
3949
|
none: "none";
|
|
@@ -3351,6 +4145,8 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3351
4145
|
unhealthy: "unhealthy";
|
|
3352
4146
|
dont_manage: "dont_manage";
|
|
3353
4147
|
}>>>;
|
|
4148
|
+
hardPreferences: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
4149
|
+
softFilters: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
3354
4150
|
}, z.core.$strip>;
|
|
3355
4151
|
export type FullProfileData = z.infer<typeof fullProfileSchema>;
|
|
3356
4152
|
export type CreateProfileInput = z.infer<typeof createProfileSchema>;
|