dating-schema 0.11.0 → 0.13.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/profile.d.ts CHANGED
@@ -196,19 +196,7 @@ export declare const fullProfileSchema: z.ZodObject<{
196
196
  realistic: "realistic";
197
197
  nerdy: "nerdy";
198
198
  }>>>;
199
- height: z.ZodOptional<z.ZodEnum<{
200
- prefer_not_to_say: "prefer_not_to_say";
201
- under_150: "under_150";
202
- "150_155": "150_155";
203
- "155_160": "155_160";
204
- "160_165": "160_165";
205
- "165_170": "165_170";
206
- "170_175": "170_175";
207
- "175_180": "175_180";
208
- "180_185": "180_185";
209
- "185_190": "185_190";
210
- over_190: "over_190";
211
- }>>;
199
+ height: z.ZodOptional<z.ZodNumber>;
212
200
  weight: z.ZodOptional<z.ZodNumber>;
213
201
  bodyBuild: z.ZodOptional<z.ZodEnum<{
214
202
  prefer_not_to_say: "prefer_not_to_say";
@@ -757,6 +745,15 @@ export declare const fullProfileSchema: z.ZodObject<{
757
745
  woodworking: "woodworking";
758
746
  blogging: "blogging";
759
747
  vlogging: "vlogging";
748
+ calligraphy: "calligraphy";
749
+ graphic_design: "graphic_design";
750
+ filmmaking: "filmmaking";
751
+ embroidery: "embroidery";
752
+ origami: "origami";
753
+ candle_making: "candle_making";
754
+ resin_art: "resin_art";
755
+ mehndi_art: "mehndi_art";
756
+ rangoli: "rangoli";
760
757
  gym: "gym";
761
758
  running: "running";
762
759
  cycling: "cycling";
@@ -777,6 +774,18 @@ export declare const fullProfileSchema: z.ZodObject<{
777
774
  table_tennis: "table_tennis";
778
775
  archery: "archery";
779
776
  horse_riding: "horse_riding";
777
+ volleyball: "volleyball";
778
+ hockey: "hockey";
779
+ kabaddi: "kabaddi";
780
+ kho_kho: "kho_kho";
781
+ wrestling: "wrestling";
782
+ boxing: "boxing";
783
+ crossfit: "crossfit";
784
+ pilates: "pilates";
785
+ calisthenics: "calisthenics";
786
+ trekking: "trekking";
787
+ paragliding: "paragliding";
788
+ golf: "golf";
780
789
  singing: "singing";
781
790
  playing_instrument: "playing_instrument";
782
791
  dancing: "dancing";
@@ -784,6 +793,12 @@ export declare const fullProfileSchema: z.ZodObject<{
784
793
  dj: "dj";
785
794
  stand_up_comedy: "stand_up_comedy";
786
795
  theater: "theater";
796
+ classical_dance: "classical_dance";
797
+ beatboxing: "beatboxing";
798
+ music_production: "music_production";
799
+ poetry_slam: "poetry_slam";
800
+ rapping: "rapping";
801
+ open_mic: "open_mic";
787
802
  movies: "movies";
788
803
  anime: "anime";
789
804
  reading: "reading";
@@ -792,6 +807,19 @@ export declare const fullProfileSchema: z.ZodObject<{
792
807
  board_games: "board_games";
793
808
  binge_watching: "binge_watching";
794
809
  k_drama: "k_drama";
810
+ bollywood: "bollywood";
811
+ documentaries: "documentaries";
812
+ manga: "manga";
813
+ comic_books: "comic_books";
814
+ true_crime: "true_crime";
815
+ stand_up_specials: "stand_up_specials";
816
+ quiz_trivia: "quiz_trivia";
817
+ chess: "chess";
818
+ carrom: "carrom";
819
+ ludo: "ludo";
820
+ card_games: "card_games";
821
+ escape_rooms: "escape_rooms";
822
+ memes: "memes";
795
823
  cooking: "cooking";
796
824
  baking: "baking";
797
825
  coffee: "coffee";
@@ -800,6 +828,16 @@ export declare const fullProfileSchema: z.ZodObject<{
800
828
  street_food: "street_food";
801
829
  fine_dining: "fine_dining";
802
830
  food_photography: "food_photography";
831
+ food_blogging: "food_blogging";
832
+ mixology: "mixology";
833
+ craft_beer: "craft_beer";
834
+ home_brewing: "home_brewing";
835
+ regional_cuisines: "regional_cuisines";
836
+ healthy_eating: "healthy_eating";
837
+ meal_prep: "meal_prep";
838
+ chocolate: "chocolate";
839
+ desserts: "desserts";
840
+ spice_lover: "spice_lover";
803
841
  traveling: "traveling";
804
842
  camping: "camping";
805
843
  backpacking: "backpacking";
@@ -809,27 +847,86 @@ export declare const fullProfileSchema: z.ZodObject<{
809
847
  fishing: "fishing";
810
848
  gardening: "gardening";
811
849
  stargazing: "stargazing";
850
+ solo_travel: "solo_travel";
851
+ heritage_tourism: "heritage_tourism";
852
+ mountain_biking: "mountain_biking";
853
+ wildlife_safari: "wildlife_safari";
854
+ train_journeys: "train_journeys";
855
+ bike_rides: "bike_rides";
856
+ beach_hopping: "beach_hopping";
857
+ snorkeling: "snorkeling";
858
+ kayaking: "kayaking";
859
+ rafting: "rafting";
860
+ nature_walks: "nature_walks";
861
+ van_life: "van_life";
812
862
  meditation: "meditation";
813
863
  spirituality_practice: "spirituality_practice";
814
864
  astrology_hobby: "astrology_hobby";
815
865
  tarot: "tarot";
816
866
  journaling: "journaling";
817
867
  self_improvement: "self_improvement";
868
+ ayurveda: "ayurveda";
869
+ pranayama: "pranayama";
870
+ gratitude_practice: "gratitude_practice";
871
+ therapy: "therapy";
872
+ manifestation: "manifestation";
873
+ sound_healing: "sound_healing";
874
+ aromatherapy: "aromatherapy";
818
875
  volunteering: "volunteering";
819
876
  activism: "activism";
820
877
  mentoring: "mentoring";
821
878
  networking: "networking";
822
879
  pet_care: "pet_care";
880
+ community_service: "community_service";
881
+ ngo_work: "ngo_work";
882
+ animal_rescue: "animal_rescue";
883
+ teaching: "teaching";
884
+ public_speaking: "public_speaking";
885
+ debate: "debate";
886
+ model_un: "model_un";
887
+ parenting: "parenting";
823
888
  coding: "coding";
824
889
  investing: "investing";
825
890
  entrepreneurship: "entrepreneurship";
826
891
  languages: "languages";
827
892
  science: "science";
893
+ ai_ml: "ai_ml";
894
+ crypto_web3: "crypto_web3";
895
+ stock_trading: "stock_trading";
896
+ robotics: "robotics";
897
+ astronomy: "astronomy";
898
+ history: "history";
899
+ philosophy: "philosophy";
900
+ psychology: "psychology";
901
+ online_courses: "online_courses";
902
+ open_source: "open_source";
903
+ electronics: "electronics";
904
+ data_science: "data_science";
828
905
  interior_design: "interior_design";
829
906
  fashion: "fashion";
830
907
  skincare: "skincare";
831
908
  thrifting: "thrifting";
832
909
  bowling: "bowling";
910
+ makeup: "makeup";
911
+ grooming: "grooming";
912
+ plant_parenting: "plant_parenting";
913
+ minimalism: "minimalism";
914
+ sustainable_living: "sustainable_living";
915
+ home_decor: "home_decor";
916
+ nail_art: "nail_art";
917
+ tattoos: "tattoos";
918
+ collecting: "collecting";
919
+ shopping: "shopping";
920
+ car_bikes: "car_bikes";
921
+ clubbing: "clubbing";
922
+ bar_hopping: "bar_hopping";
923
+ house_parties: "house_parties";
924
+ live_music: "live_music";
925
+ pub_quiz: "pub_quiz";
926
+ hookah: "hookah";
927
+ late_night_drives: "late_night_drives";
928
+ cafe_hopping: "cafe_hopping";
929
+ rooftop_chilling: "rooftop_chilling";
833
930
  diy: "diy";
834
931
  }>>>;
835
932
  musicGenres: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -2186,18 +2283,28 @@ export declare const createProfileSchema: z.ZodObject<{
2186
2283
  no_religion: "no_religion";
2187
2284
  inter_religion: "inter_religion";
2188
2285
  }>>;
2189
- height: z.ZodOptional<z.ZodEnum<{
2286
+ height: z.ZodOptional<z.ZodNumber>;
2287
+ weight: z.ZodOptional<z.ZodNumber>;
2288
+ bodyBuild: z.ZodOptional<z.ZodEnum<{
2190
2289
  prefer_not_to_say: "prefer_not_to_say";
2191
- under_150: "under_150";
2192
- "150_155": "150_155";
2193
- "155_160": "155_160";
2194
- "160_165": "160_165";
2195
- "165_170": "165_170";
2196
- "170_175": "170_175";
2197
- "175_180": "175_180";
2198
- "180_185": "180_185";
2199
- "185_190": "185_190";
2200
- over_190: "over_190";
2290
+ slim: "slim";
2291
+ lean: "lean";
2292
+ athletic: "athletic";
2293
+ average: "average";
2294
+ curvy: "curvy";
2295
+ stocky: "stocky";
2296
+ heavy: "heavy";
2297
+ }>>;
2298
+ complexion: z.ZodOptional<z.ZodEnum<{
2299
+ prefer_not_to_say: "prefer_not_to_say";
2300
+ very_fair: "very_fair";
2301
+ fair: "fair";
2302
+ wheatish: "wheatish";
2303
+ wheatish_medium: "wheatish_medium";
2304
+ olive: "olive";
2305
+ medium: "medium";
2306
+ dark: "dark";
2307
+ very_dark: "very_dark";
2201
2308
  }>>;
2202
2309
  educationLevel: z.ZodOptional<z.ZodEnum<{
2203
2310
  prefer_not_to_say: "prefer_not_to_say";
@@ -2255,6 +2362,15 @@ export declare const createProfileSchema: z.ZodObject<{
2255
2362
  woodworking: "woodworking";
2256
2363
  blogging: "blogging";
2257
2364
  vlogging: "vlogging";
2365
+ calligraphy: "calligraphy";
2366
+ graphic_design: "graphic_design";
2367
+ filmmaking: "filmmaking";
2368
+ embroidery: "embroidery";
2369
+ origami: "origami";
2370
+ candle_making: "candle_making";
2371
+ resin_art: "resin_art";
2372
+ mehndi_art: "mehndi_art";
2373
+ rangoli: "rangoli";
2258
2374
  gym: "gym";
2259
2375
  running: "running";
2260
2376
  cycling: "cycling";
@@ -2275,6 +2391,18 @@ export declare const createProfileSchema: z.ZodObject<{
2275
2391
  table_tennis: "table_tennis";
2276
2392
  archery: "archery";
2277
2393
  horse_riding: "horse_riding";
2394
+ volleyball: "volleyball";
2395
+ hockey: "hockey";
2396
+ kabaddi: "kabaddi";
2397
+ kho_kho: "kho_kho";
2398
+ wrestling: "wrestling";
2399
+ boxing: "boxing";
2400
+ crossfit: "crossfit";
2401
+ pilates: "pilates";
2402
+ calisthenics: "calisthenics";
2403
+ trekking: "trekking";
2404
+ paragliding: "paragliding";
2405
+ golf: "golf";
2278
2406
  singing: "singing";
2279
2407
  playing_instrument: "playing_instrument";
2280
2408
  dancing: "dancing";
@@ -2282,6 +2410,12 @@ export declare const createProfileSchema: z.ZodObject<{
2282
2410
  dj: "dj";
2283
2411
  stand_up_comedy: "stand_up_comedy";
2284
2412
  theater: "theater";
2413
+ classical_dance: "classical_dance";
2414
+ beatboxing: "beatboxing";
2415
+ music_production: "music_production";
2416
+ poetry_slam: "poetry_slam";
2417
+ rapping: "rapping";
2418
+ open_mic: "open_mic";
2285
2419
  movies: "movies";
2286
2420
  anime: "anime";
2287
2421
  reading: "reading";
@@ -2290,6 +2424,19 @@ export declare const createProfileSchema: z.ZodObject<{
2290
2424
  board_games: "board_games";
2291
2425
  binge_watching: "binge_watching";
2292
2426
  k_drama: "k_drama";
2427
+ bollywood: "bollywood";
2428
+ documentaries: "documentaries";
2429
+ manga: "manga";
2430
+ comic_books: "comic_books";
2431
+ true_crime: "true_crime";
2432
+ stand_up_specials: "stand_up_specials";
2433
+ quiz_trivia: "quiz_trivia";
2434
+ chess: "chess";
2435
+ carrom: "carrom";
2436
+ ludo: "ludo";
2437
+ card_games: "card_games";
2438
+ escape_rooms: "escape_rooms";
2439
+ memes: "memes";
2293
2440
  cooking: "cooking";
2294
2441
  baking: "baking";
2295
2442
  coffee: "coffee";
@@ -2298,6 +2445,16 @@ export declare const createProfileSchema: z.ZodObject<{
2298
2445
  street_food: "street_food";
2299
2446
  fine_dining: "fine_dining";
2300
2447
  food_photography: "food_photography";
2448
+ food_blogging: "food_blogging";
2449
+ mixology: "mixology";
2450
+ craft_beer: "craft_beer";
2451
+ home_brewing: "home_brewing";
2452
+ regional_cuisines: "regional_cuisines";
2453
+ healthy_eating: "healthy_eating";
2454
+ meal_prep: "meal_prep";
2455
+ chocolate: "chocolate";
2456
+ desserts: "desserts";
2457
+ spice_lover: "spice_lover";
2301
2458
  traveling: "traveling";
2302
2459
  camping: "camping";
2303
2460
  backpacking: "backpacking";
@@ -2307,27 +2464,86 @@ export declare const createProfileSchema: z.ZodObject<{
2307
2464
  fishing: "fishing";
2308
2465
  gardening: "gardening";
2309
2466
  stargazing: "stargazing";
2467
+ solo_travel: "solo_travel";
2468
+ heritage_tourism: "heritage_tourism";
2469
+ mountain_biking: "mountain_biking";
2470
+ wildlife_safari: "wildlife_safari";
2471
+ train_journeys: "train_journeys";
2472
+ bike_rides: "bike_rides";
2473
+ beach_hopping: "beach_hopping";
2474
+ snorkeling: "snorkeling";
2475
+ kayaking: "kayaking";
2476
+ rafting: "rafting";
2477
+ nature_walks: "nature_walks";
2478
+ van_life: "van_life";
2310
2479
  meditation: "meditation";
2311
2480
  spirituality_practice: "spirituality_practice";
2312
2481
  astrology_hobby: "astrology_hobby";
2313
2482
  tarot: "tarot";
2314
2483
  journaling: "journaling";
2315
2484
  self_improvement: "self_improvement";
2485
+ ayurveda: "ayurveda";
2486
+ pranayama: "pranayama";
2487
+ gratitude_practice: "gratitude_practice";
2488
+ therapy: "therapy";
2489
+ manifestation: "manifestation";
2490
+ sound_healing: "sound_healing";
2491
+ aromatherapy: "aromatherapy";
2316
2492
  volunteering: "volunteering";
2317
2493
  activism: "activism";
2318
2494
  mentoring: "mentoring";
2319
2495
  networking: "networking";
2320
2496
  pet_care: "pet_care";
2497
+ community_service: "community_service";
2498
+ ngo_work: "ngo_work";
2499
+ animal_rescue: "animal_rescue";
2500
+ teaching: "teaching";
2501
+ public_speaking: "public_speaking";
2502
+ debate: "debate";
2503
+ model_un: "model_un";
2504
+ parenting: "parenting";
2321
2505
  coding: "coding";
2322
2506
  investing: "investing";
2323
2507
  entrepreneurship: "entrepreneurship";
2324
2508
  languages: "languages";
2325
2509
  science: "science";
2510
+ ai_ml: "ai_ml";
2511
+ crypto_web3: "crypto_web3";
2512
+ stock_trading: "stock_trading";
2513
+ robotics: "robotics";
2514
+ astronomy: "astronomy";
2515
+ history: "history";
2516
+ philosophy: "philosophy";
2517
+ psychology: "psychology";
2518
+ online_courses: "online_courses";
2519
+ open_source: "open_source";
2520
+ electronics: "electronics";
2521
+ data_science: "data_science";
2326
2522
  interior_design: "interior_design";
2327
2523
  fashion: "fashion";
2328
2524
  skincare: "skincare";
2329
2525
  thrifting: "thrifting";
2330
2526
  bowling: "bowling";
2527
+ makeup: "makeup";
2528
+ grooming: "grooming";
2529
+ plant_parenting: "plant_parenting";
2530
+ minimalism: "minimalism";
2531
+ sustainable_living: "sustainable_living";
2532
+ home_decor: "home_decor";
2533
+ nail_art: "nail_art";
2534
+ tattoos: "tattoos";
2535
+ collecting: "collecting";
2536
+ shopping: "shopping";
2537
+ car_bikes: "car_bikes";
2538
+ clubbing: "clubbing";
2539
+ bar_hopping: "bar_hopping";
2540
+ house_parties: "house_parties";
2541
+ live_music: "live_music";
2542
+ pub_quiz: "pub_quiz";
2543
+ hookah: "hookah";
2544
+ late_night_drives: "late_night_drives";
2545
+ cafe_hopping: "cafe_hopping";
2546
+ rooftop_chilling: "rooftop_chilling";
2331
2547
  diy: "diy";
2332
2548
  }>>>;
2333
2549
  diet: z.ZodOptional<z.ZodEnum<{
@@ -2590,19 +2806,7 @@ export declare const updateProfileSchema: z.ZodObject<{
2590
2806
  realistic: "realistic";
2591
2807
  nerdy: "nerdy";
2592
2808
  }>>>>;
2593
- height: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
2594
- prefer_not_to_say: "prefer_not_to_say";
2595
- under_150: "under_150";
2596
- "150_155": "150_155";
2597
- "155_160": "155_160";
2598
- "160_165": "160_165";
2599
- "165_170": "165_170";
2600
- "170_175": "170_175";
2601
- "175_180": "175_180";
2602
- "180_185": "180_185";
2603
- "185_190": "185_190";
2604
- over_190: "over_190";
2605
- }>>>;
2809
+ height: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
2606
2810
  weight: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
2607
2811
  bodyBuild: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
2608
2812
  prefer_not_to_say: "prefer_not_to_say";
@@ -3151,6 +3355,15 @@ export declare const updateProfileSchema: z.ZodObject<{
3151
3355
  woodworking: "woodworking";
3152
3356
  blogging: "blogging";
3153
3357
  vlogging: "vlogging";
3358
+ calligraphy: "calligraphy";
3359
+ graphic_design: "graphic_design";
3360
+ filmmaking: "filmmaking";
3361
+ embroidery: "embroidery";
3362
+ origami: "origami";
3363
+ candle_making: "candle_making";
3364
+ resin_art: "resin_art";
3365
+ mehndi_art: "mehndi_art";
3366
+ rangoli: "rangoli";
3154
3367
  gym: "gym";
3155
3368
  running: "running";
3156
3369
  cycling: "cycling";
@@ -3171,6 +3384,18 @@ export declare const updateProfileSchema: z.ZodObject<{
3171
3384
  table_tennis: "table_tennis";
3172
3385
  archery: "archery";
3173
3386
  horse_riding: "horse_riding";
3387
+ volleyball: "volleyball";
3388
+ hockey: "hockey";
3389
+ kabaddi: "kabaddi";
3390
+ kho_kho: "kho_kho";
3391
+ wrestling: "wrestling";
3392
+ boxing: "boxing";
3393
+ crossfit: "crossfit";
3394
+ pilates: "pilates";
3395
+ calisthenics: "calisthenics";
3396
+ trekking: "trekking";
3397
+ paragliding: "paragliding";
3398
+ golf: "golf";
3174
3399
  singing: "singing";
3175
3400
  playing_instrument: "playing_instrument";
3176
3401
  dancing: "dancing";
@@ -3178,6 +3403,12 @@ export declare const updateProfileSchema: z.ZodObject<{
3178
3403
  dj: "dj";
3179
3404
  stand_up_comedy: "stand_up_comedy";
3180
3405
  theater: "theater";
3406
+ classical_dance: "classical_dance";
3407
+ beatboxing: "beatboxing";
3408
+ music_production: "music_production";
3409
+ poetry_slam: "poetry_slam";
3410
+ rapping: "rapping";
3411
+ open_mic: "open_mic";
3181
3412
  movies: "movies";
3182
3413
  anime: "anime";
3183
3414
  reading: "reading";
@@ -3186,6 +3417,19 @@ export declare const updateProfileSchema: z.ZodObject<{
3186
3417
  board_games: "board_games";
3187
3418
  binge_watching: "binge_watching";
3188
3419
  k_drama: "k_drama";
3420
+ bollywood: "bollywood";
3421
+ documentaries: "documentaries";
3422
+ manga: "manga";
3423
+ comic_books: "comic_books";
3424
+ true_crime: "true_crime";
3425
+ stand_up_specials: "stand_up_specials";
3426
+ quiz_trivia: "quiz_trivia";
3427
+ chess: "chess";
3428
+ carrom: "carrom";
3429
+ ludo: "ludo";
3430
+ card_games: "card_games";
3431
+ escape_rooms: "escape_rooms";
3432
+ memes: "memes";
3189
3433
  cooking: "cooking";
3190
3434
  baking: "baking";
3191
3435
  coffee: "coffee";
@@ -3194,6 +3438,16 @@ export declare const updateProfileSchema: z.ZodObject<{
3194
3438
  street_food: "street_food";
3195
3439
  fine_dining: "fine_dining";
3196
3440
  food_photography: "food_photography";
3441
+ food_blogging: "food_blogging";
3442
+ mixology: "mixology";
3443
+ craft_beer: "craft_beer";
3444
+ home_brewing: "home_brewing";
3445
+ regional_cuisines: "regional_cuisines";
3446
+ healthy_eating: "healthy_eating";
3447
+ meal_prep: "meal_prep";
3448
+ chocolate: "chocolate";
3449
+ desserts: "desserts";
3450
+ spice_lover: "spice_lover";
3197
3451
  traveling: "traveling";
3198
3452
  camping: "camping";
3199
3453
  backpacking: "backpacking";
@@ -3203,27 +3457,86 @@ export declare const updateProfileSchema: z.ZodObject<{
3203
3457
  fishing: "fishing";
3204
3458
  gardening: "gardening";
3205
3459
  stargazing: "stargazing";
3460
+ solo_travel: "solo_travel";
3461
+ heritage_tourism: "heritage_tourism";
3462
+ mountain_biking: "mountain_biking";
3463
+ wildlife_safari: "wildlife_safari";
3464
+ train_journeys: "train_journeys";
3465
+ bike_rides: "bike_rides";
3466
+ beach_hopping: "beach_hopping";
3467
+ snorkeling: "snorkeling";
3468
+ kayaking: "kayaking";
3469
+ rafting: "rafting";
3470
+ nature_walks: "nature_walks";
3471
+ van_life: "van_life";
3206
3472
  meditation: "meditation";
3207
3473
  spirituality_practice: "spirituality_practice";
3208
3474
  astrology_hobby: "astrology_hobby";
3209
3475
  tarot: "tarot";
3210
3476
  journaling: "journaling";
3211
3477
  self_improvement: "self_improvement";
3478
+ ayurveda: "ayurveda";
3479
+ pranayama: "pranayama";
3480
+ gratitude_practice: "gratitude_practice";
3481
+ therapy: "therapy";
3482
+ manifestation: "manifestation";
3483
+ sound_healing: "sound_healing";
3484
+ aromatherapy: "aromatherapy";
3212
3485
  volunteering: "volunteering";
3213
3486
  activism: "activism";
3214
3487
  mentoring: "mentoring";
3215
3488
  networking: "networking";
3216
3489
  pet_care: "pet_care";
3490
+ community_service: "community_service";
3491
+ ngo_work: "ngo_work";
3492
+ animal_rescue: "animal_rescue";
3493
+ teaching: "teaching";
3494
+ public_speaking: "public_speaking";
3495
+ debate: "debate";
3496
+ model_un: "model_un";
3497
+ parenting: "parenting";
3217
3498
  coding: "coding";
3218
3499
  investing: "investing";
3219
3500
  entrepreneurship: "entrepreneurship";
3220
3501
  languages: "languages";
3221
3502
  science: "science";
3503
+ ai_ml: "ai_ml";
3504
+ crypto_web3: "crypto_web3";
3505
+ stock_trading: "stock_trading";
3506
+ robotics: "robotics";
3507
+ astronomy: "astronomy";
3508
+ history: "history";
3509
+ philosophy: "philosophy";
3510
+ psychology: "psychology";
3511
+ online_courses: "online_courses";
3512
+ open_source: "open_source";
3513
+ electronics: "electronics";
3514
+ data_science: "data_science";
3222
3515
  interior_design: "interior_design";
3223
3516
  fashion: "fashion";
3224
3517
  skincare: "skincare";
3225
3518
  thrifting: "thrifting";
3226
3519
  bowling: "bowling";
3520
+ makeup: "makeup";
3521
+ grooming: "grooming";
3522
+ plant_parenting: "plant_parenting";
3523
+ minimalism: "minimalism";
3524
+ sustainable_living: "sustainable_living";
3525
+ home_decor: "home_decor";
3526
+ nail_art: "nail_art";
3527
+ tattoos: "tattoos";
3528
+ collecting: "collecting";
3529
+ shopping: "shopping";
3530
+ car_bikes: "car_bikes";
3531
+ clubbing: "clubbing";
3532
+ bar_hopping: "bar_hopping";
3533
+ house_parties: "house_parties";
3534
+ live_music: "live_music";
3535
+ pub_quiz: "pub_quiz";
3536
+ hookah: "hookah";
3537
+ late_night_drives: "late_night_drives";
3538
+ cafe_hopping: "cafe_hopping";
3539
+ rooftop_chilling: "rooftop_chilling";
3227
3540
  diy: "diy";
3228
3541
  }>>>>;
3229
3542
  musicGenres: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -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;AAm6DxB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA2Q5B,CAAC;AAMH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgD9B,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"}
1
+ {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../src/profile.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA8gExB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA2Q5B,CAAC;AAMH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAmD9B,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"}