dating-schema 0.38.0 → 0.38.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,63 @@
3
3
  * Every `value` here must exist in the flat `hobbies` field options below.
4
4
  */
5
5
  export const interestCategories = [
6
+ {
7
+ label: 'Tech & Learning',
8
+ options: [
9
+ { value: 'coding', label: '💻 Coding' },
10
+ { value: 'investing', label: '📈 Investing' },
11
+ { value: 'entrepreneurship', label: '🚀 Entrepreneurship' },
12
+ { value: 'languages', label: '🗣️ Languages' },
13
+ { value: 'science', label: '🔬 Science' },
14
+ { value: 'ai_ml', label: '🤖 AI / Machine Learning' },
15
+ { value: 'crypto_web3', label: '🪙 Crypto / Web3' },
16
+ { value: 'stock_trading', label: '📊 Stock Trading' },
17
+ { value: 'robotics', label: '🤖 Robotics' },
18
+ { value: 'astronomy', label: '🔭 Astronomy' },
19
+ { value: 'history', label: '📜 History' },
20
+ { value: 'philosophy', label: '🤔 Philosophy' },
21
+ { value: 'psychology', label: '🧠 Psychology' },
22
+ { value: 'online_courses', label: '🎓 Online Courses' },
23
+ { value: 'open_source', label: '🐧 Open Source' },
24
+ { value: 'electronics', label: '🔌 Electronics / IoT' },
25
+ { value: 'data_science', label: '📊 Data Science' },
26
+ { value: 'cybersecurity', label: '🔒 Cybersecurity' },
27
+ { value: 'game_dev', label: '🎮 Game Development' },
28
+ { value: 'ux_design', label: '🎨 UX / Product Design' },
29
+ { value: 'content_creation', label: '📱 Content Creation' },
30
+ { value: 'personal_finance', label: '💰 Personal Finance' },
31
+ { value: 'space_exploration', label: '🚀 Space / ISRO / NASA' },
32
+ { value: '3d_printing', label: '🖨️ 3D Printing' },
33
+ { value: 'app_development', label: '📲 App Development' },
34
+ { value: 'blockchain', label: '⛓️ Blockchain' },
35
+ { value: 'competitive_programming', label: '🏆 Competitive Programming' },
36
+ { value: 'hackathons', label: '👨‍💻 Hackathons' },
37
+ ],
38
+ },
39
+ {
40
+ label: 'Social & Community',
41
+ options: [
42
+ { value: 'volunteering', label: '🤝 Volunteering' },
43
+ { value: 'activism', label: '✊ Activism' },
44
+ { value: 'mentoring', label: '🎓 Mentoring' },
45
+ { value: 'networking', label: '🤝 Networking' },
46
+ { value: 'pet_care', label: '🐾 Pet Care' },
47
+ { value: 'community_service', label: '🏘️ Community Service' },
48
+ { value: 'ngo_work', label: '💛 NGO / Social Work' },
49
+ { value: 'animal_rescue', label: '🐕 Animal Rescue' },
50
+ { value: 'teaching', label: '👩‍🏫 Teaching' },
51
+ { value: 'public_speaking', label: '🎙️ Public Speaking' },
52
+ { value: 'debate', label: '💬 Debate' },
53
+ { value: 'model_un', label: '🌍 Model UN' },
54
+ { value: 'parenting', label: '👶 Parenting' },
55
+ { value: 'environmental', label: '🌍 Environmental Causes' },
56
+ { value: 'blood_donation', label: '🩸 Blood Donation' },
57
+ { value: 'fundraising', label: '💸 Fundraising' },
58
+ { value: 'political_engagement', label: '🗳️ Political Engagement' },
59
+ { value: 'lgbtq_advocacy', label: '🏳️‍🌈 LGBTQ+ Advocacy' },
60
+ { value: 'women_empowerment', label: '💪 Women Empowerment' },
61
+ ],
62
+ },
6
63
  {
7
64
  label: 'Creative',
8
65
  options: [
@@ -25,6 +82,10 @@ export const interestCategories = [
25
82
  { value: 'resin_art', label: '💎 Resin Art' },
26
83
  { value: 'mehndi_art', label: '🤚 Mehndi / Henna Art' },
27
84
  { value: 'rangoli', label: '🌸 Rangoli' },
85
+ { value: 'digital_art', label: '🎨 Digital Art' },
86
+ { value: 'animation', label: '🎞️ Animation' },
87
+ { value: 'sculpting', label: '🗿 Sculpting' },
88
+ { value: 'jewellery_making', label: '💍 Jewellery Making' },
28
89
  ],
29
90
  },
30
91
  {
@@ -62,6 +123,10 @@ export const interestCategories = [
62
123
  { value: 'trekking', label: '⛰️ Trekking' },
63
124
  { value: 'paragliding', label: '🪂 Paragliding' },
64
125
  { value: 'golf', label: '⛳ Golf' },
126
+ { value: 'snooker_pool', label: '🎱 Snooker / Pool' },
127
+ { value: 'frisbee', label: '🥏 Frisbee' },
128
+ { value: 'throwball', label: '🤾 Throwball' },
129
+ { value: 'parkour', label: '🏃‍♂️ Parkour' },
65
130
  ],
66
131
  },
67
132
  {
@@ -80,6 +145,9 @@ export const interestCategories = [
80
145
  { value: 'poetry_slam', label: '🎤 Poetry / Shayari' },
81
146
  { value: 'rapping', label: '🎤 Rapping' },
82
147
  { value: 'open_mic', label: '🎙️ Open Mic' },
148
+ { value: 'bollywood_dance', label: '💃 Bollywood Dance' },
149
+ { value: 'garba', label: '🪘 Garba' },
150
+ { value: 'bhangra', label: '🕺 Bhangra' },
83
151
  ],
84
152
  },
85
153
  {
@@ -106,6 +174,11 @@ export const interestCategories = [
106
174
  { value: 'card_games', label: '🃏 Card Games' },
107
175
  { value: 'escape_rooms', label: '🔐 Escape Rooms' },
108
176
  { value: 'memes', label: '😂 Memes' },
177
+ { value: 'cosplay', label: '🦸 Cosplay' },
178
+ { value: 'fan_fiction', label: '📝 Fan Fiction' },
179
+ { value: 'dnd_tabletop', label: '🎲 D&D / Tabletop RPG' },
180
+ { value: 'sudoku_crossword', label: '🧩 Sudoku / Crossword' },
181
+ { value: 'wordle', label: '🟩 Wordle' },
109
182
  ],
110
183
  },
111
184
  {
@@ -129,6 +202,10 @@ export const interestCategories = [
129
202
  { value: 'chocolate', label: '🍫 Chocolate' },
130
203
  { value: 'desserts', label: '🍰 Desserts' },
131
204
  { value: 'spice_lover', label: '🌶️ Spice Lover' },
205
+ { value: 'fermentation', label: '🫙 Fermentation' },
206
+ { value: 'vegan_cooking', label: '🥬 Vegan Cooking' },
207
+ { value: 'food_vlogs', label: '📹 Food Vlogs' },
208
+ { value: 'chai_lover', label: '☕ Chai Obsessed' },
132
209
  ],
133
210
  },
134
211
  {
@@ -155,6 +232,11 @@ export const interestCategories = [
155
232
  { value: 'rafting', label: '🚣 Rafting' },
156
233
  { value: 'nature_walks', label: '🌿 Nature Walks' },
157
234
  { value: 'van_life', label: '🚐 Van Life' },
235
+ { value: 'homestays', label: '🏡 Homestays' },
236
+ { value: 'workation', label: '💻 Workation' },
237
+ { value: 'digital_nomad', label: '🌏 Digital Nomad' },
238
+ { value: 'pilgrimage_yatra', label: '🙏 Pilgrimage / Yatra' },
239
+ { value: 'offroading', label: '🛻 Offroading' },
158
240
  ],
159
241
  },
160
242
  {
@@ -173,46 +255,10 @@ export const interestCategories = [
173
255
  { value: 'manifestation', label: '✨ Manifestation' },
174
256
  { value: 'sound_healing', label: '🔔 Sound Healing' },
175
257
  { value: 'aromatherapy', label: '🌸 Aromatherapy' },
176
- ],
177
- },
178
- {
179
- label: 'Social & Community',
180
- options: [
181
- { value: 'volunteering', label: '🤝 Volunteering' },
182
- { value: 'activism', label: '✊ Activism' },
183
- { value: 'mentoring', label: '🎓 Mentoring' },
184
- { value: 'networking', label: '🤝 Networking' },
185
- { value: 'pet_care', label: '🐾 Pet Care' },
186
- { value: 'community_service', label: '🏘️ Community Service' },
187
- { value: 'ngo_work', label: '💛 NGO / Social Work' },
188
- { value: 'animal_rescue', label: '🐕 Animal Rescue' },
189
- { value: 'teaching', label: '👩‍🏫 Teaching' },
190
- { value: 'public_speaking', label: '🎙️ Public Speaking' },
191
- { value: 'debate', label: '💬 Debate' },
192
- { value: 'model_un', label: '🌍 Model UN' },
193
- { value: 'parenting', label: '👶 Parenting' },
194
- ],
195
- },
196
- {
197
- label: 'Tech & Learning',
198
- options: [
199
- { value: 'coding', label: '💻 Coding' },
200
- { value: 'investing', label: '📈 Investing' },
201
- { value: 'entrepreneurship', label: '🚀 Entrepreneurship' },
202
- { value: 'languages', label: '🗣️ Languages' },
203
- { value: 'science', label: '🔬 Science' },
204
- { value: 'ai_ml', label: '🤖 AI / Machine Learning' },
205
- { value: 'crypto_web3', label: '🪙 Crypto / Web3' },
206
- { value: 'stock_trading', label: '📊 Stock Trading' },
207
- { value: 'robotics', label: '🤖 Robotics' },
208
- { value: 'astronomy', label: '🔭 Astronomy' },
209
- { value: 'history', label: '📜 History' },
210
- { value: 'philosophy', label: '🤔 Philosophy' },
211
- { value: 'psychology', label: '🧠 Psychology' },
212
- { value: 'online_courses', label: '🎓 Online Courses' },
213
- { value: 'open_source', label: '🐧 Open Source' },
214
- { value: 'electronics', label: '🔌 Electronics / IoT' },
215
- { value: 'data_science', label: '📊 Data Science' },
258
+ { value: 'cold_plunge', label: '🧊 Cold Plunge' },
259
+ { value: 'breathwork', label: '🌬️ Breathwork' },
260
+ { value: 'fasting', label: '🕐 Fasting' },
261
+ { value: 'sleep_optimization', label: '😴 Sleep Optimization' },
216
262
  ],
217
263
  },
218
264
  {
@@ -234,6 +280,10 @@ export const interestCategories = [
234
280
  { value: 'collecting', label: '🗂️ Collecting' },
235
281
  { value: 'shopping', label: '🛒 Shopping' },
236
282
  { value: 'car_bikes', label: '🏎️ Cars & Bikes' },
283
+ { value: 'aquascaping', label: '🐠 Aquascaping' },
284
+ { value: 'terrace_garden', label: '🌿 Terrace Garden' },
285
+ { value: 'diy_repairs', label: '🔧 DIY Repairs' },
286
+ { value: 'vintage_antiques', label: '🏺 Vintage / Antiques' },
237
287
  ],
238
288
  },
239
289
  {
@@ -248,6 +298,10 @@ export const interestCategories = [
248
298
  { value: 'late_night_drives', label: '🌙 Late Night Drives' },
249
299
  { value: 'cafe_hopping', label: '☕ Cafe Hopping' },
250
300
  { value: 'rooftop_chilling', label: '🌃 Rooftop Chilling' },
301
+ { value: 'karaoke_nights', label: '🎤 Karaoke Nights' },
302
+ { value: 'game_nights', label: '🎲 Game Nights' },
303
+ { value: 'potluck', label: '🍲 Potluck' },
304
+ { value: 'bonfire', label: '🔥 Bonfire' },
251
305
  ],
252
306
  },
253
307
  ];
@@ -444,6 +498,15 @@ export const interests = {
444
498
  { value: 'open_source', label: 'Open Source' },
445
499
  { value: 'electronics', label: 'Electronics / IoT' },
446
500
  { value: 'data_science', label: 'Data Science' },
501
+ { value: 'cybersecurity', label: 'Cybersecurity' },
502
+ { value: 'game_dev', label: 'Game Development' },
503
+ { value: 'ux_design', label: 'UX / Product Design' },
504
+ { value: 'content_creation', label: 'Content Creation' },
505
+ { value: 'personal_finance', label: 'Personal Finance' },
506
+ { value: 'space_exploration', label: 'Space / ISRO / NASA' },
507
+ // Social & Community (new additions)
508
+ { value: 'environmental', label: 'Environmental Causes' },
509
+ { value: 'blood_donation', label: 'Blood Donation' },
447
510
  // Home & Lifestyle
448
511
  { value: 'interior_design', label: 'Interior Design' },
449
512
  { value: 'fashion', label: 'Fashion' },
@@ -471,6 +534,53 @@ export const interests = {
471
534
  { value: 'late_night_drives', label: 'Late Night Drives' },
472
535
  { value: 'cafe_hopping', label: 'Cafe Hopping' },
473
536
  { value: 'rooftop_chilling', label: 'Rooftop Chilling' },
537
+ // New additions
538
+ { value: '3d_printing', label: '3D Printing' },
539
+ { value: 'app_development', label: 'App Development' },
540
+ { value: 'blockchain', label: 'Blockchain' },
541
+ { value: 'competitive_programming', label: 'Competitive Programming' },
542
+ { value: 'hackathons', label: 'Hackathons' },
543
+ { value: 'fundraising', label: 'Fundraising' },
544
+ { value: 'political_engagement', label: 'Political Engagement' },
545
+ { value: 'lgbtq_advocacy', label: 'LGBTQ+ Advocacy' },
546
+ { value: 'women_empowerment', label: 'Women Empowerment' },
547
+ { value: 'digital_art', label: 'Digital Art' },
548
+ { value: 'animation', label: 'Animation' },
549
+ { value: 'sculpting', label: 'Sculpting' },
550
+ { value: 'jewellery_making', label: 'Jewellery Making' },
551
+ { value: 'snooker_pool', label: 'Snooker / Pool' },
552
+ { value: 'frisbee', label: 'Frisbee' },
553
+ { value: 'throwball', label: 'Throwball' },
554
+ { value: 'parkour', label: 'Parkour' },
555
+ { value: 'bollywood_dance', label: 'Bollywood Dance' },
556
+ { value: 'garba', label: 'Garba' },
557
+ { value: 'bhangra', label: 'Bhangra' },
558
+ { value: 'cosplay', label: 'Cosplay' },
559
+ { value: 'fan_fiction', label: 'Fan Fiction' },
560
+ { value: 'dnd_tabletop', label: 'D&D / Tabletop RPG' },
561
+ { value: 'sudoku_crossword', label: 'Sudoku / Crossword' },
562
+ { value: 'wordle', label: 'Wordle' },
563
+ { value: 'fermentation', label: 'Fermentation' },
564
+ { value: 'vegan_cooking', label: 'Vegan Cooking' },
565
+ { value: 'food_vlogs', label: 'Food Vlogs' },
566
+ { value: 'chai_lover', label: 'Chai Obsessed' },
567
+ { value: 'homestays', label: 'Homestays' },
568
+ { value: 'workation', label: 'Workation' },
569
+ { value: 'digital_nomad', label: 'Digital Nomad' },
570
+ { value: 'pilgrimage_yatra', label: 'Pilgrimage / Yatra' },
571
+ { value: 'offroading', label: 'Offroading' },
572
+ { value: 'cold_plunge', label: 'Cold Plunge' },
573
+ { value: 'breathwork', label: 'Breathwork' },
574
+ { value: 'fasting', label: 'Fasting' },
575
+ { value: 'sleep_optimization', label: 'Sleep Optimization' },
576
+ { value: 'aquascaping', label: 'Aquascaping' },
577
+ { value: 'terrace_garden', label: 'Terrace Garden' },
578
+ { value: 'diy_repairs', label: 'DIY Repairs' },
579
+ { value: 'vintage_antiques', label: 'Vintage / Antiques' },
580
+ { value: 'karaoke_nights', label: 'Karaoke Nights' },
581
+ { value: 'game_nights', label: 'Game Nights' },
582
+ { value: 'potluck', label: 'Potluck' },
583
+ { value: 'bonfire', label: 'Bonfire' },
474
584
  // Misc
475
585
  { value: 'diy', label: 'DIY' },
476
586
  { value: 'other', label: 'Other' },