dating-schema 0.36.9 → 0.37.1
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/plan-limits.d.ts +1 -1
- package/dist/plan-limits.d.ts.map +1 -1
- package/dist/plan-limits.js +0 -2
- 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 +0 -5
- package/dist/profile-fields/01-hero-identity.js.map +1 -1
- package/dist/profile-fields/04-looking-for.d.ts.map +1 -1
- package/dist/profile-fields/04-looking-for.js +0 -19
- package/dist/profile-fields/04-looking-for.js.map +1 -1
- package/dist/profile-fields/13-relationship-intimacy.d.ts.map +1 -1
- package/dist/profile-fields/13-relationship-intimacy.js +1 -71
- package/dist/profile-fields/13-relationship-intimacy.js.map +1 -1
- package/dist/profile.d.ts +4 -86
- package/dist/profile.d.ts.map +1 -1
- package/dist/profile.js +0 -46
- package/dist/profile.js.map +1 -1
- package/package.json +1 -1
package/dist/profile.d.ts
CHANGED
|
@@ -117,7 +117,6 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
117
117
|
long_term_open_to_short: "long_term_open_to_short";
|
|
118
118
|
short_term_open_to_long: "short_term_open_to_long";
|
|
119
119
|
casual_dating: "casual_dating";
|
|
120
|
-
hookup: "hookup";
|
|
121
120
|
companionship: "companionship";
|
|
122
121
|
ethical_non_monogamy: "ethical_non_monogamy";
|
|
123
122
|
activity_partner: "activity_partner";
|
|
@@ -645,15 +644,6 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
645
644
|
cheerleader: "cheerleader";
|
|
646
645
|
wise_partner: "wise_partner";
|
|
647
646
|
}>>>;
|
|
648
|
-
sugarDaddyMommy: z.ZodOptional<z.ZodEnum<{
|
|
649
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
650
|
-
looking_for_sugar_daddy: "looking_for_sugar_daddy";
|
|
651
|
-
looking_for_sugar_mommy: "looking_for_sugar_mommy";
|
|
652
|
-
am_sugar_daddy: "am_sugar_daddy";
|
|
653
|
-
am_sugar_mommy: "am_sugar_mommy";
|
|
654
|
-
open_to_it: "open_to_it";
|
|
655
|
-
not_interested: "not_interested";
|
|
656
|
-
}>>;
|
|
657
647
|
preferredAgeRange: z.ZodOptional<z.ZodNumber>;
|
|
658
648
|
dealbreakers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
659
649
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -1349,12 +1339,12 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1349
1339
|
}>>;
|
|
1350
1340
|
bodyModifications: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1351
1341
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1352
|
-
open_to_it: "open_to_it";
|
|
1353
1342
|
tattoos: "tattoos";
|
|
1354
1343
|
none: "none";
|
|
1355
1344
|
piercings: "piercings";
|
|
1356
1345
|
nose_piercing: "nose_piercing";
|
|
1357
1346
|
tongue_piercing: "tongue_piercing";
|
|
1347
|
+
open_to_it: "open_to_it";
|
|
1358
1348
|
}>>>;
|
|
1359
1349
|
earPiercings: z.ZodOptional<z.ZodEnum<{
|
|
1360
1350
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -1472,11 +1462,11 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1472
1462
|
}>>;
|
|
1473
1463
|
teachingMentoring: z.ZodOptional<z.ZodEnum<{
|
|
1474
1464
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1475
|
-
not_interested: "not_interested";
|
|
1476
1465
|
love_teaching: "love_teaching";
|
|
1477
1466
|
enjoy: "enjoy";
|
|
1478
1467
|
neutral: "neutral";
|
|
1479
1468
|
prefer_learning: "prefer_learning";
|
|
1469
|
+
not_interested: "not_interested";
|
|
1480
1470
|
}>>;
|
|
1481
1471
|
intimacyImportance: z.ZodOptional<z.ZodEnum<{
|
|
1482
1472
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -1546,37 +1536,6 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1546
1536
|
movie: "movie";
|
|
1547
1537
|
game_night: "game_night";
|
|
1548
1538
|
}>>>;
|
|
1549
|
-
sexDrive: z.ZodOptional<z.ZodEnum<{
|
|
1550
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
1551
|
-
moderate: "moderate";
|
|
1552
|
-
low: "low";
|
|
1553
|
-
very_high: "very_high";
|
|
1554
|
-
high: "high";
|
|
1555
|
-
very_low: "very_low";
|
|
1556
|
-
varies: "varies";
|
|
1557
|
-
}>>;
|
|
1558
|
-
sexualActivityLevel: z.ZodOptional<z.ZodEnum<{
|
|
1559
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
1560
|
-
active: "active";
|
|
1561
|
-
moderate: "moderate";
|
|
1562
|
-
very_active: "very_active";
|
|
1563
|
-
low: "low";
|
|
1564
|
-
abstinent: "abstinent";
|
|
1565
|
-
}>>;
|
|
1566
|
-
kinkOpenness: z.ZodOptional<z.ZodEnum<{
|
|
1567
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
1568
|
-
not_interested: "not_interested";
|
|
1569
|
-
somewhat: "somewhat";
|
|
1570
|
-
very_open: "very_open";
|
|
1571
|
-
vanilla: "vanilla";
|
|
1572
|
-
}>>;
|
|
1573
|
-
concurrentPartners: z.ZodOptional<z.ZodEnum<{
|
|
1574
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
1575
|
-
depends: "depends";
|
|
1576
|
-
strictly_one: "strictly_one";
|
|
1577
|
-
open_to_discussion: "open_to_discussion";
|
|
1578
|
-
polyamorous: "polyamorous";
|
|
1579
|
-
}>>;
|
|
1580
1539
|
familyType: z.ZodOptional<z.ZodEnum<{
|
|
1581
1540
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1582
1541
|
nuclear: "nuclear";
|
|
@@ -2329,7 +2288,6 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
2329
2288
|
long_term_open_to_short: "long_term_open_to_short";
|
|
2330
2289
|
short_term_open_to_long: "short_term_open_to_long";
|
|
2331
2290
|
casual_dating: "casual_dating";
|
|
2332
|
-
hookup: "hookup";
|
|
2333
2291
|
companionship: "companionship";
|
|
2334
2292
|
ethical_non_monogamy: "ethical_non_monogamy";
|
|
2335
2293
|
activity_partner: "activity_partner";
|
|
@@ -2857,15 +2815,6 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
2857
2815
|
cheerleader: "cheerleader";
|
|
2858
2816
|
wise_partner: "wise_partner";
|
|
2859
2817
|
}>>>>;
|
|
2860
|
-
sugarDaddyMommy: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
2861
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
2862
|
-
looking_for_sugar_daddy: "looking_for_sugar_daddy";
|
|
2863
|
-
looking_for_sugar_mommy: "looking_for_sugar_mommy";
|
|
2864
|
-
am_sugar_daddy: "am_sugar_daddy";
|
|
2865
|
-
am_sugar_mommy: "am_sugar_mommy";
|
|
2866
|
-
open_to_it: "open_to_it";
|
|
2867
|
-
not_interested: "not_interested";
|
|
2868
|
-
}>>>;
|
|
2869
2818
|
preferredAgeRange: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2870
2819
|
dealbreakers: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2871
2820
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -3561,12 +3510,12 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3561
3510
|
}>>>;
|
|
3562
3511
|
bodyModifications: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3563
3512
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3564
|
-
open_to_it: "open_to_it";
|
|
3565
3513
|
tattoos: "tattoos";
|
|
3566
3514
|
none: "none";
|
|
3567
3515
|
piercings: "piercings";
|
|
3568
3516
|
nose_piercing: "nose_piercing";
|
|
3569
3517
|
tongue_piercing: "tongue_piercing";
|
|
3518
|
+
open_to_it: "open_to_it";
|
|
3570
3519
|
}>>>>;
|
|
3571
3520
|
earPiercings: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3572
3521
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -3684,11 +3633,11 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3684
3633
|
}>>>;
|
|
3685
3634
|
teachingMentoring: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3686
3635
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3687
|
-
not_interested: "not_interested";
|
|
3688
3636
|
love_teaching: "love_teaching";
|
|
3689
3637
|
enjoy: "enjoy";
|
|
3690
3638
|
neutral: "neutral";
|
|
3691
3639
|
prefer_learning: "prefer_learning";
|
|
3640
|
+
not_interested: "not_interested";
|
|
3692
3641
|
}>>>;
|
|
3693
3642
|
intimacyImportance: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3694
3643
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -3758,37 +3707,6 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3758
3707
|
movie: "movie";
|
|
3759
3708
|
game_night: "game_night";
|
|
3760
3709
|
}>>>>;
|
|
3761
|
-
sexDrive: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3762
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
3763
|
-
moderate: "moderate";
|
|
3764
|
-
low: "low";
|
|
3765
|
-
very_high: "very_high";
|
|
3766
|
-
high: "high";
|
|
3767
|
-
very_low: "very_low";
|
|
3768
|
-
varies: "varies";
|
|
3769
|
-
}>>>;
|
|
3770
|
-
sexualActivityLevel: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3771
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
3772
|
-
active: "active";
|
|
3773
|
-
moderate: "moderate";
|
|
3774
|
-
very_active: "very_active";
|
|
3775
|
-
low: "low";
|
|
3776
|
-
abstinent: "abstinent";
|
|
3777
|
-
}>>>;
|
|
3778
|
-
kinkOpenness: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3779
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
3780
|
-
not_interested: "not_interested";
|
|
3781
|
-
somewhat: "somewhat";
|
|
3782
|
-
very_open: "very_open";
|
|
3783
|
-
vanilla: "vanilla";
|
|
3784
|
-
}>>>;
|
|
3785
|
-
concurrentPartners: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3786
|
-
prefer_not_to_say: "prefer_not_to_say";
|
|
3787
|
-
depends: "depends";
|
|
3788
|
-
strictly_one: "strictly_one";
|
|
3789
|
-
open_to_discussion: "open_to_discussion";
|
|
3790
|
-
polyamorous: "polyamorous";
|
|
3791
|
-
}>>>;
|
|
3792
3710
|
familyType: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3793
3711
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3794
3712
|
nuclear: "nuclear";
|
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;AA89DxB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA8Q5B,CAAC;AAMH;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiE9B,CAAC;AAMH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA8B,CAAC;AAa/D;;;;;;;;;;GAUG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwD/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
|
@@ -50,7 +50,6 @@ const relationshipIntentOpts = opts([
|
|
|
50
50
|
'long_term_open_to_short',
|
|
51
51
|
'short_term_open_to_long',
|
|
52
52
|
'casual_dating',
|
|
53
|
-
'hookup',
|
|
54
53
|
'companionship',
|
|
55
54
|
'ethical_non_monogamy',
|
|
56
55
|
'activity_partner',
|
|
@@ -481,15 +480,6 @@ const relationshipRoleOpts = opts([
|
|
|
481
480
|
'wise_partner',
|
|
482
481
|
'prefer_not_to_say',
|
|
483
482
|
]);
|
|
484
|
-
const sugarDaddyMommyOpts = opts([
|
|
485
|
-
'looking_for_sugar_daddy',
|
|
486
|
-
'looking_for_sugar_mommy',
|
|
487
|
-
'am_sugar_daddy',
|
|
488
|
-
'am_sugar_mommy',
|
|
489
|
-
'open_to_it',
|
|
490
|
-
'not_interested',
|
|
491
|
-
'prefer_not_to_say',
|
|
492
|
-
]);
|
|
493
483
|
const dealbreakersOpts = opts([
|
|
494
484
|
'smoking',
|
|
495
485
|
'heavy_drinking',
|
|
@@ -1358,37 +1348,6 @@ const datePreferenceOpts = opts([
|
|
|
1358
1348
|
'game_night',
|
|
1359
1349
|
'prefer_not_to_say',
|
|
1360
1350
|
]);
|
|
1361
|
-
const sexDriveOpts = opts([
|
|
1362
|
-
'very_high',
|
|
1363
|
-
'high',
|
|
1364
|
-
'moderate',
|
|
1365
|
-
'low',
|
|
1366
|
-
'very_low',
|
|
1367
|
-
'varies',
|
|
1368
|
-
'prefer_not_to_say',
|
|
1369
|
-
]);
|
|
1370
|
-
const sexualActivityLevelOpts = opts([
|
|
1371
|
-
'very_active',
|
|
1372
|
-
'active',
|
|
1373
|
-
'moderate',
|
|
1374
|
-
'low',
|
|
1375
|
-
'abstinent',
|
|
1376
|
-
'prefer_not_to_say',
|
|
1377
|
-
]);
|
|
1378
|
-
const kinkOpennessOpts = opts([
|
|
1379
|
-
'very_open',
|
|
1380
|
-
'somewhat',
|
|
1381
|
-
'vanilla',
|
|
1382
|
-
'not_interested',
|
|
1383
|
-
'prefer_not_to_say',
|
|
1384
|
-
]);
|
|
1385
|
-
const concurrentPartnersOpts = opts([
|
|
1386
|
-
'strictly_one',
|
|
1387
|
-
'open_to_discussion',
|
|
1388
|
-
'polyamorous',
|
|
1389
|
-
'depends',
|
|
1390
|
-
'prefer_not_to_say',
|
|
1391
|
-
]);
|
|
1392
1351
|
// ─── 14. Family & Home ───────────────────────────────────────────────────────
|
|
1393
1352
|
const familyTypeOpts = opts([
|
|
1394
1353
|
'nuclear',
|
|
@@ -1968,7 +1927,6 @@ export const fullProfileSchema = z.object({
|
|
|
1968
1927
|
// ── 04. What I'm Looking For ───────────────────────────────────────────────
|
|
1969
1928
|
whatImLookingFor: z.string().trim().max(300).optional(),
|
|
1970
1929
|
relationshipRole: z.array(relationshipRoleOpts).max(3).optional(),
|
|
1971
|
-
sugarDaddyMommy: sugarDaddyMommyOpts.optional(),
|
|
1972
1930
|
preferredAgeRange: z.number().min(18).max(70).optional(),
|
|
1973
1931
|
dealbreakers: z.array(dealbreakersOpts).max(10).optional(),
|
|
1974
1932
|
// ── 05. Personality & Temperament ──────────────────────────────────────────
|
|
@@ -2079,10 +2037,6 @@ export const fullProfileSchema = z.object({
|
|
|
2079
2037
|
videoDatingComfort: videoDatingComfortOpts.optional(),
|
|
2080
2038
|
safetyPreference: safetyPreferenceOpts.optional(),
|
|
2081
2039
|
datePreference: z.array(datePreferenceOpts).max(3).optional(),
|
|
2082
|
-
sexDrive: sexDriveOpts.optional(),
|
|
2083
|
-
sexualActivityLevel: sexualActivityLevelOpts.optional(),
|
|
2084
|
-
kinkOpenness: kinkOpennessOpts.optional(),
|
|
2085
|
-
concurrentPartners: concurrentPartnersOpts.optional(),
|
|
2086
2040
|
// ── 14. Family & Home (Tier 2) ─────────────────────────────────────────────
|
|
2087
2041
|
familyType: familyTypeOpts.optional(),
|
|
2088
2042
|
familyMembers: z.array(familyMemberSchema).optional(),
|