@umituz/react-native-ai-generation-content 1.58.3 → 1.58.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-ai-generation-content",
3
- "version": "1.58.3",
3
+ "version": "1.58.5",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native with result preview components",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -68,7 +68,6 @@
68
68
  "@typescript-eslint/parser": "^8.0.0",
69
69
  "@umituz/react-native-design-system": "^2.9.50",
70
70
  "@umituz/react-native-firebase": "^1.13.87",
71
- "@umituz/react-native-localization": "*",
72
71
  "@umituz/react-native-subscription": "^2.27.23",
73
72
  "eslint": "^9.0.0",
74
73
  "expo-apple-authentication": "^8.0.8",
@@ -93,9 +92,7 @@
93
92
  "expo-video": "^3.0.15",
94
93
  "expo-web-browser": "^12.0.0",
95
94
  "firebase": "^12.6.0",
96
- "i18next": "^25.7.3",
97
95
  "react": "19.1.0",
98
- "react-i18next": "^16.5.0",
99
96
  "react-native": "0.81.5",
100
97
  "react-native-gesture-handler": "^2.30.0",
101
98
  "react-native-purchases": "^9.7.1",
@@ -20,10 +20,9 @@ export const TRUE_SOLO_CATEGORIES: readonly ScenarioCategory[] = [
20
20
  ];
21
21
 
22
22
  /**
23
- * @deprecated Use TRUE_SOLO_CATEGORIES for single-person apps
24
- * These categories contain COUPLE prompts despite the name
23
+ * General categories - scenarios that work with various content types
25
24
  */
26
- export const SINGLE_PERSON_CATEGORIES: readonly ScenarioCategory[] = [
25
+ export const GENERAL_CATEGORIES: readonly ScenarioCategory[] = [
27
26
  ScenarioCategory.FANTASY,
28
27
  ScenarioCategory.ADVENTURE,
29
28
  ScenarioCategory.SPORTS,
@@ -56,8 +55,6 @@ export const SINGLE_PERSON_CATEGORIES: readonly ScenarioCategory[] = [
56
55
  ScenarioCategory.ELITE,
57
56
  ScenarioCategory.GOTHIC,
58
57
  ScenarioCategory.DAILY_ESSENCE,
59
- ScenarioCategory.MOVIE_LEGENDS,
60
- ScenarioCategory.ICONIC_MOMENTS,
61
58
  ScenarioCategory.FOLKLORE,
62
59
  ScenarioCategory.MUSIC,
63
60
  ScenarioCategory.STEAMPUNK,
@@ -85,16 +82,11 @@ export const SINGLE_PERSON_CATEGORIES: readonly ScenarioCategory[] = [
85
82
  ];
86
83
 
87
84
  /**
88
- * Couple categories - scenarios designed for two people
85
+ * Multi-person categories - scenarios that may involve multiple people
86
+ * Note: Does NOT include intimate/romantic content (App Store Guidelines 1.1)
89
87
  */
90
- export const COUPLE_CATEGORIES: readonly ScenarioCategory[] = [
91
- ScenarioCategory.INTIMATE,
88
+ export const MULTI_PERSON_CATEGORIES: readonly ScenarioCategory[] = [
92
89
  ScenarioCategory.WEDDING,
93
- ScenarioCategory.AFFECTION,
94
- ScenarioCategory.ROMANTIC_KISSES,
95
- ScenarioCategory.SULTRY,
96
- ScenarioCategory.STOLEN_MOMENTS,
97
- ScenarioCategory.CONNECTION,
98
90
  ScenarioCategory.FAMILY,
99
91
  ScenarioCategory.TIME_TRAVEL,
100
92
  ScenarioCategory.HOME_LIFE,
@@ -107,6 +99,6 @@ export const COUPLE_CATEGORIES: readonly ScenarioCategory[] = [
107
99
  * All categories
108
100
  */
109
101
  export const ALL_CATEGORIES: readonly ScenarioCategory[] = [
110
- ...SINGLE_PERSON_CATEGORIES,
111
- ...COUPLE_CATEGORIES,
102
+ ...GENERAL_CATEGORIES,
103
+ ...MULTI_PERSON_CATEGORIES,
112
104
  ];
@@ -6,7 +6,6 @@
6
6
  export enum ScenarioCategory {
7
7
  TIME_TRAVEL = "time_travel",
8
8
  FAMILY = "family",
9
- INTIMATE = "intimate",
10
9
  WEDDING = "wedding",
11
10
  TRAVEL = "travel",
12
11
  CULTURAL = "cultural",
@@ -45,18 +44,11 @@ export enum ScenarioCategory {
45
44
  VILLAINOUS = "villainous",
46
45
  ELITE = "elite",
47
46
  GOTHIC = "gothic",
48
- CONNECTION = "connection",
49
47
  DAILY_ESSENCE = "daily_essence",
50
- MOVIE_LEGENDS = "movie_legends",
51
- ICONIC_MOMENTS = "iconic_moments",
52
48
  FOLKLORE = "folklore",
53
49
  MUSIC = "music",
54
50
  STEAMPUNK = "steampunk",
55
51
  ADVENTURE = "adventure",
56
- AFFECTION = "affection",
57
- ROMANTIC_KISSES = "romantic_kisses",
58
- SULTRY = "sultry",
59
- STOLEN_MOMENTS = "stolen_moments",
60
52
  URBAN_NIGHTS = "urban_nights",
61
53
  VINTAGE_SUMMER = "vintage_summer",
62
54
  ART_STUDIO = "art_studio",
@@ -6,8 +6,6 @@ export const AI_FEATURES_IDS = {
6
6
  // Special
7
7
  CUSTOM: "custom",
8
8
  // AI Features
9
- AI_HUG: "ai-hug",
10
- AI_KISS: "ai-kiss",
11
9
  TEXT_TO_VIDEO: "text-to-video",
12
10
  IMAGE_TO_VIDEO: "image-to-video",
13
11
  TEXT_TO_IMAGE: "text-to-image",
@@ -1,43 +1,6 @@
1
1
  /**
2
2
  * Intimate & Romantic Scenario IDs
3
+ * REMOVED: Content violates App Store Guidelines 1.1
3
4
  */
4
5
 
5
- export const INTIMATE_ROMANTIC_IDS = {
6
- // Intimate
7
- LUXURY_SPA: "luxury_spa",
8
- BUBBLE_BATH: "bubble_bath",
9
- SUNRISE_BED: "sunrise_bed",
10
- WINE_TASTING: "wine_tasting",
11
- ROSE_PETALS: "rose_petals",
12
- PRIVATE_BEACH: "private_beach",
13
- MASQUERADE: "masquerade",
14
- MOONLIGHT_BALCONY: "moonlight_balcony",
15
- // Affection
16
- BACK_HUG_SURPRISE: "back_hug_surprise",
17
- REUNION_EMBRACE: "reunion_embrace",
18
- COZY_BLANKET_HUG: "cozy_blanket_hug",
19
- BEAR_HUG_LIFT: "bear_hug_lift",
20
- RAINY_STREET_EMBRACE: "rainy_street_embrace",
21
- KITCHEN_WARMTH_HUG: "kitchen_warmth_hug",
22
- // Romantic Kisses
23
- FIRST_KISS_MOMENT: "first_kiss_moment",
24
- FOREHEAD_KISS_GENTLE: "forehead_kiss_gentle",
25
- HAND_KISS_ELEGANCE: "hand_kiss_elegance",
26
- SUNSET_KISS_SILHOUETTE: "sunset_kiss_silhouette",
27
- ESKIMO_KISS_PLAYFUL: "eskimo_kiss_playful",
28
- WEDDING_KISS_ALTAR: "wedding_kiss_altar",
29
- RAINY_KISS_PASSION: "rainy_kiss_passion",
30
- // Sultry
31
- MAGNETIC_GAZE: "magnetic_gaze",
32
- STEAMY_MIRROR_SILHOUETTE: "steamy_mirror_silhouette",
33
- SILK_AND_SHADOWS: "silk_and_shadows",
34
- PASSIONATE_WHISPER: "passionate_whisper",
35
- LOVERS_FIREPLACE_INTIMACY: "lovers_fireplace_intimacy",
36
- TANGLED_SHEETS_MOMENT: "tangled_sheets_moment",
37
- // Stolen Moments
38
- UNDER_TABLE_HAND_HOLD: "under_table_hand_hold",
39
- CROWD_STOLEN_LOOK: "crowd_stolen_look",
40
- ELEVATOR_PROXIMITY: "elevator_proximity",
41
- LIBRARY_SECRET_KISS: "library_secret_kiss",
42
- BACKSTAGE_TENSION: "backstage_tension",
43
- } as const;
6
+ export const INTIMATE_ROMANTIC_IDS = {} as const;
@@ -1,35 +1,6 @@
1
1
  /**
2
2
  * Movie Legends & Iconic Moments Scenario IDs
3
+ * REMOVED: Couple/romantic content violates App Store Guidelines 1.1
3
4
  */
4
5
 
5
- export const MOVIE_LEGENDS_IDS = {
6
- // Movie Legends
7
- TITANIC_BOW: "titanic_bow",
8
- SMITH_BACK_TO_BACK: "smith_back_to_back",
9
- PULP_FICTION_DANCE: "pulp_fiction_dance",
10
- MATRIX_BULLET_TIME: "matrix_bullet_time",
11
- LA_LA_LAND_DANCE: "la_la_land_dance",
12
- GATSBY_CHEERS: "gatsby_cheers",
13
- ROMEO_AQUARIUM: "romeo_aquarium",
14
- NOTEBOOK_RAIN: "notebook_rain",
15
- GHOST_POTTERY: "ghost_pottery",
16
- SPIDERMAN_KISS: "spiderman_kiss",
17
- DIRTY_DANCING_LIFT: "dirty_dancing_lift",
18
- PRETTY_WOMAN_BALCONY: "pretty_woman_balcony",
19
- TWILIGHT_MEADOW: "twilight_meadow",
20
- PRIDE_PREJUDICE_WALK: "pride_prejudice_walk",
21
- ETERNAL_SUNSHINE_ICE: "eternal_sunshine_ice",
22
- CASABLANCA_FAREWELL: "casablanca_farewell",
23
- TIFFANYS_RAIN: "tiffanys_rain",
24
- STAR_IS_BORN_LOOK: "star_is_born_look",
25
- GHOST_DEW_DROP: "ghost_dew_drop",
26
- // Iconic Moments
27
- KLIMT_THE_KISS: "klimt_the_kiss",
28
- TIMES_SQUARE_KISS: "times_square_kiss",
29
- AMERICAN_GOTHIC_POSE: "american_gothic_pose",
30
- ABBEY_ROAD_WALK: "abbey_road_walk",
31
- LENNON_YOKO_POSE: "lennon_yoko_pose",
32
- SKY_LUNCH_POSE: "sky_lunch_pose",
33
- MAGRITTE_LOVERS: "magritte_lovers",
34
- CREATION_TOUCH: "creation_touch",
35
- } as const;
6
+ export const MOVIE_LEGENDS_IDS = {} as const;
@@ -11,8 +11,8 @@ export type { Scenario } from "./domain/Scenario";
11
11
  // Category Groups - Pre-defined category groups for filtering
12
12
  export {
13
13
  TRUE_SOLO_CATEGORIES,
14
- SINGLE_PERSON_CATEGORIES,
15
- COUPLE_CATEGORIES,
14
+ GENERAL_CATEGORIES,
15
+ MULTI_PERSON_CATEGORIES,
16
16
  ALL_CATEGORIES,
17
17
  } from "./domain/category-groups";
18
18