@oxyfoo/whymeet-types 0.0.38 → 0.0.39

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.
@@ -1,7 +1,7 @@
1
1
  import type { InterestCategoryKey } from './InterestCategory.js';
2
2
  export declare const INTENTION_CATEGORY_KEYS: readonly ["do_something_together", "go_out_or_move", "talk_and_share", "build_connection", "see_if_it_clicks", "grow_or_build"];
3
3
  export type IntentionCategoryKey = (typeof INTENTION_CATEGORY_KEYS)[number];
4
- export declare const INTENTION_KEYS: readonly ["go_out_coffee", "go_out_drink", "go_out_meal", "go_out_walk", "go_out_tonight", "go_out_discover", "activity_sports", "activity_play", "activity_play_video_games", "activity_play_board_games", "activity_play_chess", "activity_culture", "activity_creative", "activity_food", "activity_outdoor", "talk_light", "talk_deep", "talk_topic", "talk_media", "talk_language_exchange", "talk_online", "meet_make_acquaintance", "meet_feeling", "meet_simple_first_date", "meet_relaxed_date", "meet_spontaneous", "meet_online_first", "regular_sports_partner", "regular_game_partner", "regular_talk_buddy", "regular_social_habit", "regular_small_group", "regular_go_out_often", "build_coworking", "build_project", "build_entrepreneurship", "build_create_together", "build_learn_together", "build_mentoring", "build_collaboration"];
4
+ export declare const INTENTION_KEYS: readonly ["go_out_coffee", "go_out_drink", "go_out_meal", "go_out_walk", "go_out_tonight", "go_out_discover", "activity_sports", "activity_play", "activity_play_video_games", "activity_play_board_games", "activity_play_chess", "activity_culture", "activity_creative", "activity_food", "activity_outdoor", "activity_outdoor_pet", "activity_outdoor_dog_walk", "talk_light", "talk_deep", "talk_topic", "talk_media", "talk_language_exchange", "talk_online", "meet_make_acquaintance", "meet_feeling", "meet_simple_first_date", "meet_relaxed_date", "meet_spontaneous", "meet_online_first", "regular_sports_partner", "regular_game_partner", "regular_talk_buddy", "regular_social_habit", "regular_small_group", "regular_go_out_often", "build_coworking", "build_project", "build_entrepreneurship", "build_create_together", "build_learn_together", "build_mentoring", "build_collaboration"];
5
5
  export type IntentionKey = (typeof INTENTION_KEYS)[number];
6
6
  export type IntentionParentKey = IntentionCategoryKey | IntentionKey;
7
7
  export type SupportedLocale = 'fr' | 'en';
@@ -22,6 +22,8 @@ export const INTENTION_KEYS = [
22
22
  'activity_creative',
23
23
  'activity_food',
24
24
  'activity_outdoor',
25
+ 'activity_outdoor_pet',
26
+ 'activity_outdoor_dog_walk',
25
27
  'talk_light',
26
28
  'talk_deep',
27
29
  'talk_topic',
@@ -454,6 +456,50 @@ export const INTENTIONS = [
454
456
  domainKeys: ['outdoors', 'travel', 'sports'],
455
457
  order: 60
456
458
  },
459
+ {
460
+ key: 'activity_outdoor_pet',
461
+ parentKey: 'activity_outdoor',
462
+ categoryKey: 'do_something_together',
463
+ level: 3,
464
+ emoji: '🐾',
465
+ i18n: {
466
+ fr: {
467
+ label: 'Sortie avec son animal',
468
+ shortLabel: 'Sortie animal',
469
+ description: 'Se retrouver pour une balade ou une sortie, animaux de compagnie bienvenus.'
470
+ },
471
+ en: {
472
+ label: 'Outing with a pet',
473
+ shortLabel: 'Pet outing',
474
+ description: 'Meet up for a walk or outing — pets welcome.'
475
+ }
476
+ },
477
+ tags: ['Chien', 'Chat', 'Parc animalier', 'Plein air', 'Balade', 'Animal'],
478
+ domainKeys: ['outdoors', 'wellness'],
479
+ order: 61
480
+ },
481
+ {
482
+ key: 'activity_outdoor_dog_walk',
483
+ parentKey: 'activity_outdoor',
484
+ categoryKey: 'do_something_together',
485
+ level: 3,
486
+ emoji: '🐕',
487
+ i18n: {
488
+ fr: {
489
+ label: 'Promener son chien',
490
+ shortLabel: 'Chien',
491
+ description: 'Sortir promener son chien en bonne compagnie — parcs, sentiers ou balades urbaines.'
492
+ },
493
+ en: {
494
+ label: 'Walk the dog',
495
+ shortLabel: 'Dog walk',
496
+ description: 'Take your dog out with good company — parks, trails, or urban strolls.'
497
+ }
498
+ },
499
+ tags: ['Parc', 'Laisse libre', 'Sentier', 'Urbain', 'Race', 'Chiot', 'Dressage'],
500
+ domainKeys: ['outdoors', 'wellness'],
501
+ order: 62
502
+ },
457
503
  {
458
504
  key: 'talk_light',
459
505
  parentKey: 'talk_and_share',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyfoo/whymeet-types",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "WhyMeet Types - Shared TypeScript types for the WhyMeet project.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",