dating-schema 0.5.0 → 0.6.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 +20 -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 +548 -0
- package/dist/profile.d.ts.map +1 -1
- package/dist/profile.js +1415 -264
- 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";
|
|
@@ -1312,6 +1419,79 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1312
1419
|
no_contact: "no_contact";
|
|
1313
1420
|
}>>;
|
|
1314
1421
|
parentsContactNumber: z.ZodOptional<z.ZodString>;
|
|
1422
|
+
fatherOccupation: z.ZodOptional<z.ZodEnum<{
|
|
1423
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1424
|
+
other: "other";
|
|
1425
|
+
it_software: "it_software";
|
|
1426
|
+
engineering: "engineering";
|
|
1427
|
+
healthcare: "healthcare";
|
|
1428
|
+
education: "education";
|
|
1429
|
+
finance_accounting: "finance_accounting";
|
|
1430
|
+
arts_entertainment: "arts_entertainment";
|
|
1431
|
+
media_communication: "media_communication";
|
|
1432
|
+
business_management: "business_management";
|
|
1433
|
+
government_public: "government_public";
|
|
1434
|
+
legal: "legal";
|
|
1435
|
+
science_research: "science_research";
|
|
1436
|
+
agriculture: "agriculture";
|
|
1437
|
+
hospitality_travel: "hospitality_travel";
|
|
1438
|
+
real_estate: "real_estate";
|
|
1439
|
+
retail_ecommerce: "retail_ecommerce";
|
|
1440
|
+
manufacturing: "manufacturing";
|
|
1441
|
+
self_employed: "self_employed";
|
|
1442
|
+
homemaker: "homemaker";
|
|
1443
|
+
retired: "retired";
|
|
1444
|
+
deceased: "deceased";
|
|
1445
|
+
}>>;
|
|
1446
|
+
motherOccupation: z.ZodOptional<z.ZodEnum<{
|
|
1447
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1448
|
+
other: "other";
|
|
1449
|
+
it_software: "it_software";
|
|
1450
|
+
engineering: "engineering";
|
|
1451
|
+
healthcare: "healthcare";
|
|
1452
|
+
education: "education";
|
|
1453
|
+
finance_accounting: "finance_accounting";
|
|
1454
|
+
arts_entertainment: "arts_entertainment";
|
|
1455
|
+
media_communication: "media_communication";
|
|
1456
|
+
business_management: "business_management";
|
|
1457
|
+
government_public: "government_public";
|
|
1458
|
+
legal: "legal";
|
|
1459
|
+
science_research: "science_research";
|
|
1460
|
+
agriculture: "agriculture";
|
|
1461
|
+
hospitality_travel: "hospitality_travel";
|
|
1462
|
+
real_estate: "real_estate";
|
|
1463
|
+
retail_ecommerce: "retail_ecommerce";
|
|
1464
|
+
manufacturing: "manufacturing";
|
|
1465
|
+
self_employed: "self_employed";
|
|
1466
|
+
homemaker: "homemaker";
|
|
1467
|
+
retired: "retired";
|
|
1468
|
+
deceased: "deceased";
|
|
1469
|
+
}>>;
|
|
1470
|
+
numberOfSiblings: z.ZodOptional<z.ZodNumber>;
|
|
1471
|
+
siblingsMarried: z.ZodOptional<z.ZodNumber>;
|
|
1472
|
+
familyAffluence: z.ZodOptional<z.ZodEnum<{
|
|
1473
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1474
|
+
lower_middle: "lower_middle";
|
|
1475
|
+
middle: "middle";
|
|
1476
|
+
upper_middle: "upper_middle";
|
|
1477
|
+
affluent: "affluent";
|
|
1478
|
+
wealthy: "wealthy";
|
|
1479
|
+
}>>;
|
|
1480
|
+
familyValues: z.ZodOptional<z.ZodEnum<{
|
|
1481
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1482
|
+
moderate: "moderate";
|
|
1483
|
+
liberal: "liberal";
|
|
1484
|
+
orthodox: "orthodox";
|
|
1485
|
+
very_liberal: "very_liberal";
|
|
1486
|
+
}>>;
|
|
1487
|
+
profileCreatedBy: z.ZodOptional<z.ZodEnum<{
|
|
1488
|
+
other: "other";
|
|
1489
|
+
self: "self";
|
|
1490
|
+
parent: "parent";
|
|
1491
|
+
sibling: "sibling";
|
|
1492
|
+
friend: "friend";
|
|
1493
|
+
relative: "relative";
|
|
1494
|
+
}>>;
|
|
1315
1495
|
incomeRange: z.ZodOptional<z.ZodEnum<{
|
|
1316
1496
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1317
1497
|
under_3l: "under_3l";
|
|
@@ -1428,6 +1608,42 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1428
1608
|
whoever_invites: "whoever_invites";
|
|
1429
1609
|
whoever_offers: "whoever_offers";
|
|
1430
1610
|
}>>;
|
|
1611
|
+
grewUpIn: z.ZodOptional<z.ZodString>;
|
|
1612
|
+
countryOfResidence: z.ZodOptional<z.ZodEnum<{
|
|
1613
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1614
|
+
other: "other";
|
|
1615
|
+
india: "india";
|
|
1616
|
+
usa: "usa";
|
|
1617
|
+
uk: "uk";
|
|
1618
|
+
canada: "canada";
|
|
1619
|
+
australia: "australia";
|
|
1620
|
+
uae: "uae";
|
|
1621
|
+
singapore: "singapore";
|
|
1622
|
+
malaysia: "malaysia";
|
|
1623
|
+
germany: "germany";
|
|
1624
|
+
new_zealand: "new_zealand";
|
|
1625
|
+
south_africa: "south_africa";
|
|
1626
|
+
saudi_arabia: "saudi_arabia";
|
|
1627
|
+
qatar: "qatar";
|
|
1628
|
+
bahrain: "bahrain";
|
|
1629
|
+
kuwait: "kuwait";
|
|
1630
|
+
oman: "oman";
|
|
1631
|
+
}>>;
|
|
1632
|
+
visaType: z.ZodOptional<z.ZodEnum<{
|
|
1633
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1634
|
+
other: "other";
|
|
1635
|
+
student: "student";
|
|
1636
|
+
not_applicable: "not_applicable";
|
|
1637
|
+
citizen: "citizen";
|
|
1638
|
+
h1b: "h1b";
|
|
1639
|
+
l1: "l1";
|
|
1640
|
+
eb1: "eb1";
|
|
1641
|
+
eb2: "eb2";
|
|
1642
|
+
eb3: "eb3";
|
|
1643
|
+
opt: "opt";
|
|
1644
|
+
green_card: "green_card";
|
|
1645
|
+
work_permit: "work_permit";
|
|
1646
|
+
}>>;
|
|
1431
1647
|
accessibilityNeeds: z.ZodOptional<z.ZodEnum<{
|
|
1432
1648
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1433
1649
|
none: "none";
|
|
@@ -1629,6 +1845,8 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1629
1845
|
unhealthy: "unhealthy";
|
|
1630
1846
|
dont_manage: "dont_manage";
|
|
1631
1847
|
}>>;
|
|
1848
|
+
hardPreferences: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1849
|
+
softFilters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1632
1850
|
}, z.core.$strip>;
|
|
1633
1851
|
export declare const createProfileSchema: z.ZodObject<{
|
|
1634
1852
|
photos: z.ZodArray<z.ZodObject<{
|
|
@@ -1708,6 +1926,117 @@ export declare const createProfileSchema: z.ZodObject<{
|
|
|
1708
1926
|
prompt: z.ZodString;
|
|
1709
1927
|
answer: z.ZodString;
|
|
1710
1928
|
}, z.core.$strip>>;
|
|
1929
|
+
preferredGenders: z.ZodArray<z.ZodEnum<{
|
|
1930
|
+
non_binary: "non_binary";
|
|
1931
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1932
|
+
man: "man";
|
|
1933
|
+
woman: "woman";
|
|
1934
|
+
trans_man: "trans_man";
|
|
1935
|
+
trans_woman: "trans_woman";
|
|
1936
|
+
genderfluid: "genderfluid";
|
|
1937
|
+
genderqueer: "genderqueer";
|
|
1938
|
+
agender: "agender";
|
|
1939
|
+
two_spirit: "two_spirit";
|
|
1940
|
+
other: "other";
|
|
1941
|
+
}>>;
|
|
1942
|
+
hometownState: z.ZodEnum<{
|
|
1943
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1944
|
+
andhra_pradesh: "andhra_pradesh";
|
|
1945
|
+
arunachal_pradesh: "arunachal_pradesh";
|
|
1946
|
+
assam: "assam";
|
|
1947
|
+
bihar: "bihar";
|
|
1948
|
+
chhattisgarh: "chhattisgarh";
|
|
1949
|
+
goa: "goa";
|
|
1950
|
+
gujarat: "gujarat";
|
|
1951
|
+
haryana: "haryana";
|
|
1952
|
+
himachal_pradesh: "himachal_pradesh";
|
|
1953
|
+
jharkhand: "jharkhand";
|
|
1954
|
+
karnataka: "karnataka";
|
|
1955
|
+
kerala: "kerala";
|
|
1956
|
+
madhya_pradesh: "madhya_pradesh";
|
|
1957
|
+
maharashtra: "maharashtra";
|
|
1958
|
+
manipur: "manipur";
|
|
1959
|
+
meghalaya: "meghalaya";
|
|
1960
|
+
mizoram: "mizoram";
|
|
1961
|
+
nagaland: "nagaland";
|
|
1962
|
+
odisha: "odisha";
|
|
1963
|
+
punjab: "punjab";
|
|
1964
|
+
rajasthan: "rajasthan";
|
|
1965
|
+
sikkim: "sikkim";
|
|
1966
|
+
tamil_nadu: "tamil_nadu";
|
|
1967
|
+
telangana: "telangana";
|
|
1968
|
+
tripura: "tripura";
|
|
1969
|
+
uttar_pradesh: "uttar_pradesh";
|
|
1970
|
+
uttarakhand: "uttarakhand";
|
|
1971
|
+
west_bengal: "west_bengal";
|
|
1972
|
+
delhi: "delhi";
|
|
1973
|
+
jammu_kashmir: "jammu_kashmir";
|
|
1974
|
+
ladakh: "ladakh";
|
|
1975
|
+
chandigarh: "chandigarh";
|
|
1976
|
+
puducherry: "puducherry";
|
|
1977
|
+
andaman_nicobar: "andaman_nicobar";
|
|
1978
|
+
dadra_nagar_haveli: "dadra_nagar_haveli";
|
|
1979
|
+
lakshadweep: "lakshadweep";
|
|
1980
|
+
international: "international";
|
|
1981
|
+
}>;
|
|
1982
|
+
familyReligion: z.ZodEnum<{
|
|
1983
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
1984
|
+
other: "other";
|
|
1985
|
+
spiritual: "spiritual";
|
|
1986
|
+
hindu: "hindu";
|
|
1987
|
+
muslim_sunni: "muslim_sunni";
|
|
1988
|
+
muslim_shia: "muslim_shia";
|
|
1989
|
+
muslim_other: "muslim_other";
|
|
1990
|
+
christian_catholic: "christian_catholic";
|
|
1991
|
+
christian_protestant: "christian_protestant";
|
|
1992
|
+
christian_other: "christian_other";
|
|
1993
|
+
sikh: "sikh";
|
|
1994
|
+
jain_digambar: "jain_digambar";
|
|
1995
|
+
jain_shwetambar: "jain_shwetambar";
|
|
1996
|
+
buddhist: "buddhist";
|
|
1997
|
+
parsi: "parsi";
|
|
1998
|
+
jewish: "jewish";
|
|
1999
|
+
bahai: "bahai";
|
|
2000
|
+
atheist: "atheist";
|
|
2001
|
+
agnostic: "agnostic";
|
|
2002
|
+
inter_religion: "inter_religion";
|
|
2003
|
+
}>;
|
|
2004
|
+
motherTongue: z.ZodEnum<{
|
|
2005
|
+
other: "other";
|
|
2006
|
+
hindi: "hindi";
|
|
2007
|
+
english: "english";
|
|
2008
|
+
bengali: "bengali";
|
|
2009
|
+
telugu: "telugu";
|
|
2010
|
+
marathi: "marathi";
|
|
2011
|
+
tamil: "tamil";
|
|
2012
|
+
urdu: "urdu";
|
|
2013
|
+
gujarati: "gujarati";
|
|
2014
|
+
kannada: "kannada";
|
|
2015
|
+
odia: "odia";
|
|
2016
|
+
malayalam: "malayalam";
|
|
2017
|
+
punjabi: "punjabi";
|
|
2018
|
+
assamese: "assamese";
|
|
2019
|
+
maithili: "maithili";
|
|
2020
|
+
sanskrit: "sanskrit";
|
|
2021
|
+
sindhi: "sindhi";
|
|
2022
|
+
kashmiri: "kashmiri";
|
|
2023
|
+
nepali: "nepali";
|
|
2024
|
+
konkani: "konkani";
|
|
2025
|
+
dogri: "dogri";
|
|
2026
|
+
manipuri: "manipuri";
|
|
2027
|
+
bodo: "bodo";
|
|
2028
|
+
santali: "santali";
|
|
2029
|
+
}>;
|
|
2030
|
+
relationshipStatus: z.ZodEnum<{
|
|
2031
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2032
|
+
divorced: "divorced";
|
|
2033
|
+
widowed: "widowed";
|
|
2034
|
+
separated: "separated";
|
|
2035
|
+
single: "single";
|
|
2036
|
+
dating: "dating";
|
|
2037
|
+
enm: "enm";
|
|
2038
|
+
its_complicated: "its_complicated";
|
|
2039
|
+
}>;
|
|
1711
2040
|
mbtiType: z.ZodOptional<z.ZodEnum<{
|
|
1712
2041
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1713
2042
|
INTJ: "INTJ";
|
|
@@ -1728,6 +2057,7 @@ export declare const createProfileSchema: z.ZodObject<{
|
|
|
1728
2057
|
ESFP: "ESFP";
|
|
1729
2058
|
dont_know: "dont_know";
|
|
1730
2059
|
}>>;
|
|
2060
|
+
preferredAgeRange: z.ZodOptional<z.ZodNumber>;
|
|
1731
2061
|
}, z.core.$strip>;
|
|
1732
2062
|
export declare const updateProfileSchema: z.ZodObject<{
|
|
1733
2063
|
photos: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2160,6 +2490,113 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
2160
2490
|
prefer: "prefer";
|
|
2161
2491
|
dont_care: "dont_care";
|
|
2162
2492
|
}>>>;
|
|
2493
|
+
subCaste: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2494
|
+
gotra: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2495
|
+
nakshatra: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2496
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2497
|
+
dont_know: "dont_know";
|
|
2498
|
+
ashwini: "ashwini";
|
|
2499
|
+
bharani: "bharani";
|
|
2500
|
+
krittika: "krittika";
|
|
2501
|
+
rohini: "rohini";
|
|
2502
|
+
mrigashira: "mrigashira";
|
|
2503
|
+
ardra: "ardra";
|
|
2504
|
+
punarvasu: "punarvasu";
|
|
2505
|
+
pushya: "pushya";
|
|
2506
|
+
ashlesha: "ashlesha";
|
|
2507
|
+
magha: "magha";
|
|
2508
|
+
purva_phalguni: "purva_phalguni";
|
|
2509
|
+
uttara_phalguni: "uttara_phalguni";
|
|
2510
|
+
hasta: "hasta";
|
|
2511
|
+
chitra: "chitra";
|
|
2512
|
+
swati: "swati";
|
|
2513
|
+
vishakha: "vishakha";
|
|
2514
|
+
anuradha: "anuradha";
|
|
2515
|
+
jyeshtha: "jyeshtha";
|
|
2516
|
+
moola: "moola";
|
|
2517
|
+
purva_ashadha: "purva_ashadha";
|
|
2518
|
+
uttara_ashadha: "uttara_ashadha";
|
|
2519
|
+
shravana: "shravana";
|
|
2520
|
+
dhanishta: "dhanishta";
|
|
2521
|
+
shatabhisha: "shatabhisha";
|
|
2522
|
+
purva_bhadrapada: "purva_bhadrapada";
|
|
2523
|
+
uttara_bhadrapada: "uttara_bhadrapada";
|
|
2524
|
+
revati: "revati";
|
|
2525
|
+
}>>>;
|
|
2526
|
+
rashi: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2527
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2528
|
+
dont_know: "dont_know";
|
|
2529
|
+
mesha: "mesha";
|
|
2530
|
+
vrishabha: "vrishabha";
|
|
2531
|
+
mithuna: "mithuna";
|
|
2532
|
+
karka: "karka";
|
|
2533
|
+
simha: "simha";
|
|
2534
|
+
kanya: "kanya";
|
|
2535
|
+
tula: "tula";
|
|
2536
|
+
vrischika: "vrischika";
|
|
2537
|
+
dhanu: "dhanu";
|
|
2538
|
+
makara: "makara";
|
|
2539
|
+
kumbha: "kumbha";
|
|
2540
|
+
meena: "meena";
|
|
2541
|
+
}>>>;
|
|
2542
|
+
birthTime: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2543
|
+
birthPlace: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2544
|
+
numberOfChildren: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2545
|
+
previousMarriages: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2546
|
+
nativePlace: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2547
|
+
hometownState: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2548
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2549
|
+
andhra_pradesh: "andhra_pradesh";
|
|
2550
|
+
arunachal_pradesh: "arunachal_pradesh";
|
|
2551
|
+
assam: "assam";
|
|
2552
|
+
bihar: "bihar";
|
|
2553
|
+
chhattisgarh: "chhattisgarh";
|
|
2554
|
+
goa: "goa";
|
|
2555
|
+
gujarat: "gujarat";
|
|
2556
|
+
haryana: "haryana";
|
|
2557
|
+
himachal_pradesh: "himachal_pradesh";
|
|
2558
|
+
jharkhand: "jharkhand";
|
|
2559
|
+
karnataka: "karnataka";
|
|
2560
|
+
kerala: "kerala";
|
|
2561
|
+
madhya_pradesh: "madhya_pradesh";
|
|
2562
|
+
maharashtra: "maharashtra";
|
|
2563
|
+
manipur: "manipur";
|
|
2564
|
+
meghalaya: "meghalaya";
|
|
2565
|
+
mizoram: "mizoram";
|
|
2566
|
+
nagaland: "nagaland";
|
|
2567
|
+
odisha: "odisha";
|
|
2568
|
+
punjab: "punjab";
|
|
2569
|
+
rajasthan: "rajasthan";
|
|
2570
|
+
sikkim: "sikkim";
|
|
2571
|
+
tamil_nadu: "tamil_nadu";
|
|
2572
|
+
telangana: "telangana";
|
|
2573
|
+
tripura: "tripura";
|
|
2574
|
+
uttar_pradesh: "uttar_pradesh";
|
|
2575
|
+
uttarakhand: "uttarakhand";
|
|
2576
|
+
west_bengal: "west_bengal";
|
|
2577
|
+
delhi: "delhi";
|
|
2578
|
+
jammu_kashmir: "jammu_kashmir";
|
|
2579
|
+
ladakh: "ladakh";
|
|
2580
|
+
chandigarh: "chandigarh";
|
|
2581
|
+
puducherry: "puducherry";
|
|
2582
|
+
andaman_nicobar: "andaman_nicobar";
|
|
2583
|
+
dadra_nagar_haveli: "dadra_nagar_haveli";
|
|
2584
|
+
lakshadweep: "lakshadweep";
|
|
2585
|
+
international: "international";
|
|
2586
|
+
}>>>;
|
|
2587
|
+
preferredGenders: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2588
|
+
non_binary: "non_binary";
|
|
2589
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
2590
|
+
man: "man";
|
|
2591
|
+
woman: "woman";
|
|
2592
|
+
trans_man: "trans_man";
|
|
2593
|
+
trans_woman: "trans_woman";
|
|
2594
|
+
genderfluid: "genderfluid";
|
|
2595
|
+
genderqueer: "genderqueer";
|
|
2596
|
+
agender: "agender";
|
|
2597
|
+
two_spirit: "two_spirit";
|
|
2598
|
+
other: "other";
|
|
2599
|
+
}>>>>;
|
|
2163
2600
|
whatImLookingFor: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2164
2601
|
relationshipRole: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2165
2602
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -3034,6 +3471,79 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3034
3471
|
no_contact: "no_contact";
|
|
3035
3472
|
}>>>;
|
|
3036
3473
|
parentsContactNumber: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3474
|
+
fatherOccupation: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3475
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3476
|
+
other: "other";
|
|
3477
|
+
it_software: "it_software";
|
|
3478
|
+
engineering: "engineering";
|
|
3479
|
+
healthcare: "healthcare";
|
|
3480
|
+
education: "education";
|
|
3481
|
+
finance_accounting: "finance_accounting";
|
|
3482
|
+
arts_entertainment: "arts_entertainment";
|
|
3483
|
+
media_communication: "media_communication";
|
|
3484
|
+
business_management: "business_management";
|
|
3485
|
+
government_public: "government_public";
|
|
3486
|
+
legal: "legal";
|
|
3487
|
+
science_research: "science_research";
|
|
3488
|
+
agriculture: "agriculture";
|
|
3489
|
+
hospitality_travel: "hospitality_travel";
|
|
3490
|
+
real_estate: "real_estate";
|
|
3491
|
+
retail_ecommerce: "retail_ecommerce";
|
|
3492
|
+
manufacturing: "manufacturing";
|
|
3493
|
+
self_employed: "self_employed";
|
|
3494
|
+
homemaker: "homemaker";
|
|
3495
|
+
retired: "retired";
|
|
3496
|
+
deceased: "deceased";
|
|
3497
|
+
}>>>;
|
|
3498
|
+
motherOccupation: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3499
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3500
|
+
other: "other";
|
|
3501
|
+
it_software: "it_software";
|
|
3502
|
+
engineering: "engineering";
|
|
3503
|
+
healthcare: "healthcare";
|
|
3504
|
+
education: "education";
|
|
3505
|
+
finance_accounting: "finance_accounting";
|
|
3506
|
+
arts_entertainment: "arts_entertainment";
|
|
3507
|
+
media_communication: "media_communication";
|
|
3508
|
+
business_management: "business_management";
|
|
3509
|
+
government_public: "government_public";
|
|
3510
|
+
legal: "legal";
|
|
3511
|
+
science_research: "science_research";
|
|
3512
|
+
agriculture: "agriculture";
|
|
3513
|
+
hospitality_travel: "hospitality_travel";
|
|
3514
|
+
real_estate: "real_estate";
|
|
3515
|
+
retail_ecommerce: "retail_ecommerce";
|
|
3516
|
+
manufacturing: "manufacturing";
|
|
3517
|
+
self_employed: "self_employed";
|
|
3518
|
+
homemaker: "homemaker";
|
|
3519
|
+
retired: "retired";
|
|
3520
|
+
deceased: "deceased";
|
|
3521
|
+
}>>>;
|
|
3522
|
+
numberOfSiblings: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3523
|
+
siblingsMarried: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3524
|
+
familyAffluence: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3525
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3526
|
+
lower_middle: "lower_middle";
|
|
3527
|
+
middle: "middle";
|
|
3528
|
+
upper_middle: "upper_middle";
|
|
3529
|
+
affluent: "affluent";
|
|
3530
|
+
wealthy: "wealthy";
|
|
3531
|
+
}>>>;
|
|
3532
|
+
familyValues: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3533
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3534
|
+
moderate: "moderate";
|
|
3535
|
+
liberal: "liberal";
|
|
3536
|
+
orthodox: "orthodox";
|
|
3537
|
+
very_liberal: "very_liberal";
|
|
3538
|
+
}>>>;
|
|
3539
|
+
profileCreatedBy: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3540
|
+
other: "other";
|
|
3541
|
+
self: "self";
|
|
3542
|
+
parent: "parent";
|
|
3543
|
+
sibling: "sibling";
|
|
3544
|
+
friend: "friend";
|
|
3545
|
+
relative: "relative";
|
|
3546
|
+
}>>>;
|
|
3037
3547
|
incomeRange: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3038
3548
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3039
3549
|
under_3l: "under_3l";
|
|
@@ -3150,6 +3660,42 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3150
3660
|
whoever_invites: "whoever_invites";
|
|
3151
3661
|
whoever_offers: "whoever_offers";
|
|
3152
3662
|
}>>>;
|
|
3663
|
+
grewUpIn: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3664
|
+
countryOfResidence: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3665
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3666
|
+
other: "other";
|
|
3667
|
+
india: "india";
|
|
3668
|
+
usa: "usa";
|
|
3669
|
+
uk: "uk";
|
|
3670
|
+
canada: "canada";
|
|
3671
|
+
australia: "australia";
|
|
3672
|
+
uae: "uae";
|
|
3673
|
+
singapore: "singapore";
|
|
3674
|
+
malaysia: "malaysia";
|
|
3675
|
+
germany: "germany";
|
|
3676
|
+
new_zealand: "new_zealand";
|
|
3677
|
+
south_africa: "south_africa";
|
|
3678
|
+
saudi_arabia: "saudi_arabia";
|
|
3679
|
+
qatar: "qatar";
|
|
3680
|
+
bahrain: "bahrain";
|
|
3681
|
+
kuwait: "kuwait";
|
|
3682
|
+
oman: "oman";
|
|
3683
|
+
}>>>;
|
|
3684
|
+
visaType: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3685
|
+
prefer_not_to_say: "prefer_not_to_say";
|
|
3686
|
+
other: "other";
|
|
3687
|
+
student: "student";
|
|
3688
|
+
not_applicable: "not_applicable";
|
|
3689
|
+
citizen: "citizen";
|
|
3690
|
+
h1b: "h1b";
|
|
3691
|
+
l1: "l1";
|
|
3692
|
+
eb1: "eb1";
|
|
3693
|
+
eb2: "eb2";
|
|
3694
|
+
eb3: "eb3";
|
|
3695
|
+
opt: "opt";
|
|
3696
|
+
green_card: "green_card";
|
|
3697
|
+
work_permit: "work_permit";
|
|
3698
|
+
}>>>;
|
|
3153
3699
|
accessibilityNeeds: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3154
3700
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3155
3701
|
none: "none";
|
|
@@ -3351,6 +3897,8 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3351
3897
|
unhealthy: "unhealthy";
|
|
3352
3898
|
dont_manage: "dont_manage";
|
|
3353
3899
|
}>>>;
|
|
3900
|
+
hardPreferences: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
3901
|
+
softFilters: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
3354
3902
|
}, z.core.$strip>;
|
|
3355
3903
|
export type FullProfileData = z.infer<typeof fullProfileSchema>;
|
|
3356
3904
|
export type CreateProfileInput = z.infer<typeof createProfileSchema>;
|
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;AA20DxB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAuQ5B,CAAC;AAMH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiC9B,CAAC;AAMH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA8B,CAAC;AAM/D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAChE,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"}
|