@cravery/core 0.0.25 → 0.0.26

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.
Files changed (286) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +0 -1
  4. package/dist/index.js.map +1 -1
  5. package/dist/types/ai/recipe.d.ts +1 -244
  6. package/dist/types/ai/recipe.d.ts.map +1 -1
  7. package/dist/types/ai/recipe.js +0 -28
  8. package/dist/types/ai/recipe.js.map +1 -1
  9. package/dist/types/ai/translation.d.ts +1 -107
  10. package/dist/types/ai/translation.d.ts.map +1 -1
  11. package/dist/types/ai/translation.js +0 -11
  12. package/dist/types/ai/translation.js.map +1 -1
  13. package/dist/types/core/api.d.ts +4 -4
  14. package/dist/types/core/api.d.ts.map +1 -1
  15. package/dist/types/core/asset.d.ts +2 -22
  16. package/dist/types/core/asset.d.ts.map +1 -1
  17. package/dist/types/core/asset.js +0 -9
  18. package/dist/types/core/asset.js.map +1 -1
  19. package/dist/types/core/entity.d.ts +7 -0
  20. package/dist/types/core/entity.d.ts.map +1 -0
  21. package/dist/types/core/entity.js +3 -0
  22. package/dist/types/core/entity.js.map +1 -0
  23. package/dist/types/core/index.d.ts +5 -1
  24. package/dist/types/core/index.d.ts.map +1 -1
  25. package/dist/types/core/index.js +5 -1
  26. package/dist/types/core/index.js.map +1 -1
  27. package/dist/types/core/locale.d.ts +3 -0
  28. package/dist/types/core/locale.d.ts.map +1 -0
  29. package/dist/types/core/locale.js +5 -0
  30. package/dist/types/core/locale.js.map +1 -0
  31. package/dist/types/core/measurement_system.d.ts +3 -0
  32. package/dist/types/core/measurement_system.d.ts.map +1 -0
  33. package/dist/types/core/measurement_system.js +5 -0
  34. package/dist/types/core/measurement_system.js.map +1 -0
  35. package/dist/types/core/settings.d.ts +5 -88
  36. package/dist/types/core/settings.d.ts.map +1 -1
  37. package/dist/types/core/settings.js +0 -25
  38. package/dist/types/core/settings.js.map +1 -1
  39. package/dist/types/core/theme.d.ts +3 -0
  40. package/dist/types/core/theme.d.ts.map +1 -0
  41. package/dist/types/core/theme.js +5 -0
  42. package/dist/types/core/theme.js.map +1 -0
  43. package/dist/types/core/timestamp.d.ts +5 -0
  44. package/dist/types/core/timestamp.d.ts.map +1 -0
  45. package/dist/types/core/timestamp.js +3 -0
  46. package/dist/types/core/timestamp.js.map +1 -0
  47. package/dist/types/iam/index.d.ts +6 -1
  48. package/dist/types/iam/index.d.ts.map +1 -1
  49. package/dist/types/iam/index.js +6 -1
  50. package/dist/types/iam/index.js.map +1 -1
  51. package/dist/types/iam/profile.d.ts +2 -56
  52. package/dist/types/iam/profile.d.ts.map +1 -1
  53. package/dist/types/iam/profile.js +0 -22
  54. package/dist/types/iam/profile.js.map +1 -1
  55. package/dist/types/iam/profile_status.d.ts +3 -0
  56. package/dist/types/iam/profile_status.d.ts.map +1 -0
  57. package/dist/types/iam/profile_status.js +10 -0
  58. package/dist/types/iam/profile_status.js.map +1 -0
  59. package/dist/types/iam/subscription.d.ts +4 -80
  60. package/dist/types/iam/subscription.d.ts.map +1 -1
  61. package/dist/types/iam/subscription.js +0 -19
  62. package/dist/types/iam/subscription.js.map +1 -1
  63. package/dist/types/iam/subscription_role.d.ts +3 -0
  64. package/dist/types/iam/subscription_role.d.ts.map +1 -0
  65. package/dist/types/iam/subscription_role.js +5 -0
  66. package/dist/types/iam/subscription_role.js.map +1 -0
  67. package/dist/types/iam/subscription_status.d.ts +3 -0
  68. package/dist/types/iam/subscription_status.d.ts.map +1 -0
  69. package/dist/types/iam/subscription_status.js +10 -0
  70. package/dist/types/iam/subscription_status.js.map +1 -0
  71. package/dist/types/iam/subscription_tier.d.ts +3 -0
  72. package/dist/types/iam/subscription_tier.d.ts.map +1 -0
  73. package/dist/types/iam/subscription_tier.js +5 -0
  74. package/dist/types/iam/subscription_tier.js.map +1 -0
  75. package/dist/types/iam/user.d.ts +3 -42
  76. package/dist/types/iam/user.d.ts.map +1 -1
  77. package/dist/types/iam/user.js +0 -16
  78. package/dist/types/iam/user.js.map +1 -1
  79. package/dist/types/iam/user_role.d.ts +5 -0
  80. package/dist/types/iam/user_role.d.ts.map +1 -0
  81. package/dist/types/iam/user_role.js +16 -0
  82. package/dist/types/iam/user_role.js.map +1 -0
  83. package/dist/types/iam/user_status.d.ts +3 -0
  84. package/dist/types/iam/user_status.d.ts.map +1 -0
  85. package/dist/types/iam/user_status.js +10 -0
  86. package/dist/types/iam/user_status.js.map +1 -0
  87. package/dist/types/moderation/index.d.ts +4 -1
  88. package/dist/types/moderation/index.d.ts.map +1 -1
  89. package/dist/types/moderation/index.js +4 -1
  90. package/dist/types/moderation/index.js.map +1 -1
  91. package/dist/types/moderation/moderation.d.ts +5 -137
  92. package/dist/types/moderation/moderation.d.ts.map +1 -1
  93. package/dist/types/moderation/moderation.js +0 -37
  94. package/dist/types/moderation/moderation.js.map +1 -1
  95. package/dist/types/moderation/moderation_status.d.ts +3 -0
  96. package/dist/types/moderation/moderation_status.d.ts.map +1 -0
  97. package/dist/types/moderation/moderation_status.js +9 -0
  98. package/dist/types/moderation/moderation_status.js.map +1 -0
  99. package/dist/types/moderation/priority.d.ts +3 -0
  100. package/dist/types/moderation/priority.d.ts.map +1 -0
  101. package/dist/types/moderation/priority.js +5 -0
  102. package/dist/types/moderation/priority.js.map +1 -0
  103. package/dist/types/moderation/severity.d.ts +3 -0
  104. package/dist/types/moderation/severity.d.ts.map +1 -0
  105. package/dist/types/moderation/severity.js +5 -0
  106. package/dist/types/moderation/severity.js.map +1 -0
  107. package/dist/types/moderation/suggestion_category.d.ts +3 -0
  108. package/dist/types/moderation/suggestion_category.d.ts.map +1 -0
  109. package/dist/types/moderation/suggestion_category.js +11 -0
  110. package/dist/types/moderation/suggestion_category.js.map +1 -0
  111. package/dist/types/recipe/allergen.d.ts +3 -0
  112. package/dist/types/recipe/allergen.d.ts.map +1 -0
  113. package/dist/types/recipe/allergen.js +19 -0
  114. package/dist/types/recipe/allergen.js.map +1 -0
  115. package/dist/types/recipe/cuisine.d.ts +3 -0
  116. package/dist/types/recipe/cuisine.d.ts.map +1 -0
  117. package/dist/types/recipe/cuisine.js +39 -0
  118. package/dist/types/recipe/cuisine.js.map +1 -0
  119. package/dist/types/recipe/dietary_tag.d.ts +3 -0
  120. package/dist/types/recipe/dietary_tag.d.ts.map +1 -0
  121. package/dist/types/recipe/dietary_tag.js +21 -0
  122. package/dist/types/recipe/dietary_tag.js.map +1 -0
  123. package/dist/types/recipe/difficulty.d.ts +3 -0
  124. package/dist/types/recipe/difficulty.d.ts.map +1 -0
  125. package/dist/types/recipe/difficulty.js +10 -0
  126. package/dist/types/recipe/difficulty.js.map +1 -0
  127. package/dist/types/recipe/equipment.d.ts +0 -40
  128. package/dist/types/recipe/equipment.d.ts.map +1 -1
  129. package/dist/types/recipe/equipment.js +0 -12
  130. package/dist/types/recipe/equipment.js.map +1 -1
  131. package/dist/types/recipe/filters.d.ts +5 -30
  132. package/dist/types/recipe/filters.d.ts.map +1 -1
  133. package/dist/types/recipe/filters.js +0 -13
  134. package/dist/types/recipe/filters.js.map +1 -1
  135. package/dist/types/recipe/index.d.ts +10 -1
  136. package/dist/types/recipe/index.d.ts.map +1 -1
  137. package/dist/types/recipe/index.js +10 -1
  138. package/dist/types/recipe/index.js.map +1 -1
  139. package/dist/types/recipe/ingredient.d.ts +1 -169
  140. package/dist/types/recipe/ingredient.d.ts.map +1 -1
  141. package/dist/types/recipe/ingredient.js +0 -29
  142. package/dist/types/recipe/ingredient.js.map +1 -1
  143. package/dist/types/recipe/instruction.d.ts +2 -72
  144. package/dist/types/recipe/instruction.d.ts.map +1 -1
  145. package/dist/types/recipe/instruction.js +0 -13
  146. package/dist/types/recipe/instruction.js.map +1 -1
  147. package/dist/types/recipe/meal_type.d.ts +3 -0
  148. package/dist/types/recipe/meal_type.d.ts.map +1 -0
  149. package/dist/types/recipe/meal_type.js +14 -0
  150. package/dist/types/recipe/meal_type.js.map +1 -0
  151. package/dist/types/recipe/nutrition.d.ts +0 -36
  152. package/dist/types/recipe/nutrition.d.ts.map +1 -1
  153. package/dist/types/recipe/nutrition.js +0 -13
  154. package/dist/types/recipe/nutrition.js.map +1 -1
  155. package/dist/types/recipe/recipe.d.ts +14 -525
  156. package/dist/types/recipe/recipe.d.ts.map +1 -1
  157. package/dist/types/recipe/recipe.js +0 -80
  158. package/dist/types/recipe/recipe.js.map +1 -1
  159. package/dist/types/recipe/recipe_source.d.ts +3 -0
  160. package/dist/types/recipe/recipe_source.d.ts.map +1 -0
  161. package/dist/types/recipe/recipe_source.js +5 -0
  162. package/dist/types/recipe/recipe_source.js.map +1 -0
  163. package/dist/types/recipe/recipe_status.d.ts +3 -0
  164. package/dist/types/recipe/recipe_status.d.ts.map +1 -0
  165. package/dist/types/recipe/recipe_status.js +12 -0
  166. package/dist/types/recipe/recipe_status.js.map +1 -0
  167. package/dist/types/recipe/spiciness.d.ts +3 -0
  168. package/dist/types/recipe/spiciness.d.ts.map +1 -0
  169. package/dist/types/recipe/spiciness.js +5 -0
  170. package/dist/types/recipe/spiciness.js.map +1 -0
  171. package/dist/types/recipe/temperature.d.ts +1 -12
  172. package/dist/types/recipe/temperature.d.ts.map +1 -1
  173. package/dist/types/recipe/temperature.js +0 -7
  174. package/dist/types/recipe/temperature.js.map +1 -1
  175. package/dist/types/recipe/temperature_unit.d.ts +3 -0
  176. package/dist/types/recipe/temperature_unit.d.ts.map +1 -0
  177. package/dist/types/recipe/temperature_unit.js +5 -0
  178. package/dist/types/recipe/temperature_unit.js.map +1 -0
  179. package/dist/types/recipe/unit.d.ts +3 -0
  180. package/dist/types/recipe/unit.d.ts.map +1 -0
  181. package/dist/types/recipe/unit.js +51 -0
  182. package/dist/types/recipe/unit.js.map +1 -0
  183. package/dist/types/report/index.d.ts +4 -1
  184. package/dist/types/report/index.d.ts.map +1 -1
  185. package/dist/types/report/index.js +4 -1
  186. package/dist/types/report/index.js.map +1 -1
  187. package/dist/types/report/report.d.ts +5 -94
  188. package/dist/types/report/report.d.ts.map +1 -1
  189. package/dist/types/report/report.js +0 -29
  190. package/dist/types/report/report.js.map +1 -1
  191. package/dist/types/report/report_priority.d.ts +3 -0
  192. package/dist/types/report/report_priority.d.ts.map +1 -0
  193. package/dist/types/report/report_priority.js +10 -0
  194. package/dist/types/report/report_priority.js.map +1 -0
  195. package/dist/types/report/report_status.d.ts +3 -0
  196. package/dist/types/report/report_status.d.ts.map +1 -0
  197. package/dist/types/report/report_status.js +10 -0
  198. package/dist/types/report/report_status.js.map +1 -0
  199. package/dist/types/report/report_target_type.d.ts +3 -0
  200. package/dist/types/report/report_target_type.d.ts.map +1 -0
  201. package/dist/types/report/report_target_type.js +10 -0
  202. package/dist/types/report/report_target_type.js.map +1 -0
  203. package/dist/types/report/report_type.d.ts +3 -0
  204. package/dist/types/report/report_type.d.ts.map +1 -0
  205. package/dist/types/report/report_type.js +12 -0
  206. package/dist/types/report/report_type.js.map +1 -0
  207. package/package.json +3 -14
  208. package/src/index.ts +0 -1
  209. package/src/types/ai/recipe.ts +10 -47
  210. package/src/types/ai/translation.ts +1 -18
  211. package/src/types/core/api.ts +4 -4
  212. package/src/types/core/asset.ts +2 -14
  213. package/src/types/core/entity.ts +7 -0
  214. package/src/types/core/index.ts +5 -1
  215. package/src/types/core/{enums/locale.ts → locale.ts} +0 -3
  216. package/src/types/core/{enums/measurement_system.ts → measurement_system.ts} +0 -3
  217. package/src/types/core/settings.ts +9 -43
  218. package/src/types/core/{enums/theme.ts → theme.ts} +0 -3
  219. package/src/types/core/timestamp.ts +4 -0
  220. package/src/types/iam/index.ts +6 -1
  221. package/src/types/iam/profile.ts +2 -24
  222. package/src/types/iam/{enums/profile_status.ts → profile_status.ts} +0 -3
  223. package/src/types/iam/subscription.ts +4 -28
  224. package/src/types/iam/{enums/subscription_role.ts → subscription_role.ts} +0 -3
  225. package/src/types/iam/{enums/subscription_status.ts → subscription_status.ts} +0 -3
  226. package/src/types/iam/subscription_tier.ts +2 -0
  227. package/src/types/iam/user.ts +3 -22
  228. package/src/types/iam/user_role.ts +15 -0
  229. package/src/types/iam/{enums/user_status.ts → user_status.ts} +0 -3
  230. package/src/types/moderation/index.ts +4 -1
  231. package/src/types/moderation/moderation.ts +5 -50
  232. package/src/types/moderation/{enums/moderation_status.ts → moderation_status.ts} +0 -3
  233. package/src/types/moderation/{enums/priority.ts → priority.ts} +0 -3
  234. package/src/types/moderation/{enums/severity.ts → severity.ts} +0 -3
  235. package/src/types/moderation/suggestion_category.ts +8 -0
  236. package/src/types/recipe/{enums/allergen.ts → allergen.ts} +0 -3
  237. package/src/types/recipe/{enums/cuisine.ts → cuisine.ts} +0 -3
  238. package/src/types/recipe/{enums/dietary_tag.ts → dietary_tag.ts} +0 -3
  239. package/src/types/recipe/{enums/difficulty.ts → difficulty.ts} +0 -3
  240. package/src/types/recipe/equipment.ts +0 -18
  241. package/src/types/recipe/filters.ts +5 -24
  242. package/src/types/recipe/index.ts +10 -1
  243. package/src/types/recipe/ingredient.ts +1 -37
  244. package/src/types/recipe/instruction.ts +2 -19
  245. package/src/types/recipe/{enums/meal_type.ts → meal_type.ts} +0 -3
  246. package/src/types/recipe/nutrition.ts +0 -18
  247. package/src/types/recipe/recipe.ts +18 -118
  248. package/src/types/recipe/{enums/recipe_source.ts → recipe_source.ts} +0 -3
  249. package/src/types/recipe/{enums/recipe_status.ts → recipe_status.ts} +0 -3
  250. package/src/types/recipe/{enums/spiciness.ts → spiciness.ts} +0 -3
  251. package/src/types/recipe/temperature.ts +1 -7
  252. package/src/types/recipe/{enums/temperature_unit.ts → temperature_unit.ts} +0 -3
  253. package/src/types/recipe/{enums/unit.ts → unit.ts} +0 -3
  254. package/src/types/report/index.ts +4 -1
  255. package/src/types/report/report.ts +5 -40
  256. package/src/types/report/{enums/report_priority.ts → report_priority.ts} +0 -3
  257. package/src/types/report/{enums/report_status.ts → report_status.ts} +0 -3
  258. package/src/types/report/{enums/report_target_type.ts → report_target_type.ts} +0 -3
  259. package/src/types/report/{enums/report_type.ts → report_type.ts} +0 -3
  260. package/src/lib/ai/cost.ts +0 -82
  261. package/src/lib/ai/embedding.ts +0 -49
  262. package/src/lib/ai/errors.ts +0 -43
  263. package/src/lib/ai/flow.ts +0 -134
  264. package/src/lib/ai/genkit.ts +0 -39
  265. package/src/lib/ai/image.ts +0 -27
  266. package/src/lib/ai/index.ts +0 -6
  267. package/src/lib/api.ts +0 -103
  268. package/src/lib/firebase.ts +0 -5
  269. package/src/lib/iam.ts +0 -37
  270. package/src/lib/index.ts +0 -7
  271. package/src/lib/storage.ts +0 -60
  272. package/src/lib/usage/index.ts +0 -1
  273. package/src/lib/usage/usage.service.ts +0 -192
  274. package/src/lib/utils/index.ts +0 -2
  275. package/src/lib/utils/sanitize.ts +0 -38
  276. package/src/lib/utils/slug.ts +0 -33
  277. package/src/types/core/enums/image_type.ts +0 -5
  278. package/src/types/core/enums/index.ts +0 -5
  279. package/src/types/core/enums/url_type.ts +0 -13
  280. package/src/types/iam/enums/index.ts +0 -6
  281. package/src/types/iam/enums/subscription_tier.ts +0 -4
  282. package/src/types/iam/enums/user_role.ts +0 -11
  283. package/src/types/moderation/enums/index.ts +0 -4
  284. package/src/types/moderation/enums/suggestion_category.ts +0 -11
  285. package/src/types/recipe/enums/index.ts +0 -10
  286. package/src/types/report/enums/index.ts +0 -4
@@ -1,83 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RecipeStatsSchema = exports.RecipeSchema = exports.RecipeContentSchema = exports.RecipeMetaSchema = void 0;
4
- const genkit_1 = require("genkit");
5
- const core_1 = require("../core");
6
- const enums_1 = require("./enums");
7
- const equipment_1 = require("./equipment");
8
- const ingredient_1 = require("./ingredient");
9
- const instruction_1 = require("./instruction");
10
- const nutrition_1 = require("./nutrition");
11
- exports.RecipeMetaSchema = genkit_1.z.object({
12
- allergens: genkit_1.z.array(enums_1.AllergenSchema),
13
- confidence: genkit_1.z.number().min(0).max(1),
14
- createdAt: genkit_1.z.custom(),
15
- createdBy: genkit_1.z.string(),
16
- cuisine: enums_1.CuisineSchema,
17
- deletedAt: genkit_1.z.custom().optional(),
18
- dietaryTags: genkit_1.z.array(enums_1.DietaryTagSchema),
19
- difficulty: enums_1.DifficultySchema,
20
- equipment: genkit_1.z.array(equipment_1.EquipmentMetaSchema).max(30).optional(),
21
- id: genkit_1.z.string(),
22
- imageUrl: genkit_1.z.string().optional(),
23
- ingredientSections: genkit_1.z.array(ingredient_1.IngredientSectionMetaSchema).min(1).max(20),
24
- instructions: genkit_1.z.array(instruction_1.InstructionMetaSchema).min(1).max(100),
25
- mealTypes: genkit_1.z.array(enums_1.MealTypeSchema).min(1),
26
- nutrition: nutrition_1.NutritionSchema.optional(),
27
- originalLocale: core_1.LocaleSchema,
28
- servings: genkit_1.z.number().int().min(1).max(100),
29
- source: enums_1.RecipeSourceSchema,
30
- sourceUrl: genkit_1.z.string().optional(),
31
- spiciness: enums_1.SpicinessSchema,
32
- status: enums_1.RecipeStatusSchema,
33
- time: genkit_1.z.number().int().min(1).max(1440),
34
- updatedAt: genkit_1.z.custom(),
35
- });
36
- exports.RecipeContentSchema = genkit_1.z.object({
37
- description: genkit_1.z.string().min(10).max(2000),
38
- equipment: genkit_1.z.array(equipment_1.EquipmentContentSchema).optional(),
39
- ingredientSections: genkit_1.z.array(ingredient_1.IngredientSectionContentSchema).min(1).max(20),
40
- instructions: genkit_1.z.array(instruction_1.InstructionContentSchema).min(1).max(100),
41
- locale: core_1.LocaleSchema,
42
- tips: genkit_1.z.array(genkit_1.z.string().max(500)).max(20).optional(),
43
- title: genkit_1.z.string().min(3).max(200),
44
- });
45
- exports.RecipeSchema = genkit_1.z.object({
46
- allergens: genkit_1.z.array(enums_1.AllergenSchema),
47
- confidence: genkit_1.z.number().min(0).max(1),
48
- createdAt: genkit_1.z.custom(),
49
- createdBy: genkit_1.z.string(),
50
- cuisine: enums_1.CuisineSchema,
51
- deletedAt: genkit_1.z.custom().optional(),
52
- description: genkit_1.z.string().min(10).max(2000),
53
- dietaryTags: genkit_1.z.array(enums_1.DietaryTagSchema),
54
- difficulty: enums_1.DifficultySchema,
55
- equipment: genkit_1.z.array(equipment_1.EquipmentSchema).optional(),
56
- id: genkit_1.z.string(),
57
- imageUrl: genkit_1.z.string().optional(),
58
- ingredientSections: genkit_1.z.array(ingredient_1.IngredientSectionSchema).min(1),
59
- instructions: genkit_1.z.array(instruction_1.InstructionSchema).min(1),
60
- locale: core_1.LocaleSchema,
61
- mealTypes: genkit_1.z.array(enums_1.MealTypeSchema).min(1),
62
- nutrition: nutrition_1.NutritionSchema.optional(),
63
- originalLocale: core_1.LocaleSchema,
64
- servings: genkit_1.z.number().int().min(1).max(100),
65
- source: enums_1.RecipeSourceSchema,
66
- sourceUrl: genkit_1.z.string().optional(),
67
- spiciness: enums_1.SpicinessSchema,
68
- status: enums_1.RecipeStatusSchema,
69
- time: genkit_1.z.number().int().min(1).max(1440),
70
- tips: genkit_1.z.array(genkit_1.z.string().max(500)).optional(),
71
- title: genkit_1.z.string().min(3).max(200),
72
- updatedAt: genkit_1.z.custom(),
73
- });
74
- exports.RecipeStatsSchema = genkit_1.z.object({
75
- comments: genkit_1.z.number().int().nonnegative(),
76
- likes: genkit_1.z.number().int().nonnegative(),
77
- rating: genkit_1.z.number().min(0).max(5),
78
- ratingCount: genkit_1.z.number().int().nonnegative(),
79
- saves: genkit_1.z.number().int().nonnegative(),
80
- updatedAt: genkit_1.z.number().int(),
81
- views: genkit_1.z.number().int().nonnegative(),
82
- });
83
3
  //# sourceMappingURL=recipe.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"recipe.js","sourceRoot":"","sources":["../../../src/types/recipe/recipe.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"recipe.js","sourceRoot":"","sources":["../../../src/types/recipe/recipe.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export declare const RECIPE_SOURCE_VALUES: readonly ["image", "text", "url"];
2
+ export type RecipeSource = (typeof RECIPE_SOURCE_VALUES)[number];
3
+ //# sourceMappingURL=recipe_source.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipe_source.d.ts","sourceRoot":"","sources":["../../../src/types/recipe/recipe_source.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,mCAAoC,CAAC;AACtE,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RECIPE_SOURCE_VALUES = void 0;
4
+ exports.RECIPE_SOURCE_VALUES = ["image", "text", "url"];
5
+ //# sourceMappingURL=recipe_source.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipe_source.js","sourceRoot":"","sources":["../../../src/types/recipe/recipe_source.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const RECIPE_STATUS_VALUES: readonly ["active", "archived", "deleted", "flagged", "pending", "rejected"];
2
+ export type RecipeStatus = (typeof RECIPE_STATUS_VALUES)[number];
3
+ //# sourceMappingURL=recipe_status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipe_status.d.ts","sourceRoot":"","sources":["../../../src/types/recipe/recipe_status.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,8EAOvB,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RECIPE_STATUS_VALUES = void 0;
4
+ exports.RECIPE_STATUS_VALUES = [
5
+ "active",
6
+ "archived",
7
+ "deleted",
8
+ "flagged",
9
+ "pending",
10
+ "rejected",
11
+ ];
12
+ //# sourceMappingURL=recipe_status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipe_status.js","sourceRoot":"","sources":["../../../src/types/recipe/recipe_status.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;IAClC,QAAQ;IACR,UAAU;IACV,SAAS;IACT,SAAS;IACT,SAAS;IACT,UAAU;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const SPICINESS_VALUES: readonly ["none", "mild", "medium", "hot"];
2
+ export type Spiciness = (typeof SPICINESS_VALUES)[number];
3
+ //# sourceMappingURL=spiciness.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spiciness.d.ts","sourceRoot":"","sources":["../../../src/types/recipe/spiciness.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,4CAA6C,CAAC;AAC3E,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SPICINESS_VALUES = void 0;
4
+ exports.SPICINESS_VALUES = ["none", "mild", "medium", "hot"];
5
+ //# sourceMappingURL=spiciness.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spiciness.js","sourceRoot":"","sources":["../../../src/types/recipe/spiciness.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,CAAU,CAAC"}
@@ -1,17 +1,6 @@
1
- import { z } from "genkit";
2
- import { type TemperatureUnit } from "./enums";
1
+ import { TemperatureUnit } from "./temperature_unit";
3
2
  export interface Temperature {
4
3
  unit: TemperatureUnit;
5
4
  value: number;
6
5
  }
7
- export declare const TemperatureSchema: z.ZodObject<{
8
- unit: z.ZodEnum<["celsius", "fahrenheit"]>;
9
- value: z.ZodNumber;
10
- }, "strip", z.ZodTypeAny, {
11
- value: number;
12
- unit: "celsius" | "fahrenheit";
13
- }, {
14
- value: number;
15
- unit: "celsius" | "fahrenheit";
16
- }>;
17
6
  //# sourceMappingURL=temperature.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"temperature.d.ts","sourceRoot":"","sources":["../../../src/types/recipe/temperature.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAyB,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAEtE,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,iBAAiB;;;;;;;;;EAGK,CAAC"}
1
+ {"version":3,"file":"temperature.d.ts","sourceRoot":"","sources":["../../../src/types/recipe/temperature.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1,10 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TemperatureSchema = void 0;
4
- const genkit_1 = require("genkit");
5
- const enums_1 = require("./enums");
6
- exports.TemperatureSchema = genkit_1.z.object({
7
- unit: enums_1.TemperatureUnitSchema,
8
- value: genkit_1.z.number().min(-50).max(1000),
9
- });
10
3
  //# sourceMappingURL=temperature.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"temperature.js","sourceRoot":"","sources":["../../../src/types/recipe/temperature.ts"],"names":[],"mappings":";;;AAAA,mCAA2B;AAC3B,mCAAsE;AAOzD,QAAA,iBAAiB,GAAG,UAAC,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,6BAAqB;IAC3B,KAAK,EAAE,UAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC;CACrC,CAAkC,CAAC"}
1
+ {"version":3,"file":"temperature.js","sourceRoot":"","sources":["../../../src/types/recipe/temperature.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export declare const TEMPERATURE_UNIT_VALUES: readonly ["celsius", "fahrenheit"];
2
+ export type TemperatureUnit = (typeof TEMPERATURE_UNIT_VALUES)[number];
3
+ //# sourceMappingURL=temperature_unit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"temperature_unit.d.ts","sourceRoot":"","sources":["../../../src/types/recipe/temperature_unit.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,oCAAqC,CAAC;AAC1E,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TEMPERATURE_UNIT_VALUES = void 0;
4
+ exports.TEMPERATURE_UNIT_VALUES = ["celsius", "fahrenheit"];
5
+ //# sourceMappingURL=temperature_unit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"temperature_unit.js","sourceRoot":"","sources":["../../../src/types/recipe/temperature_unit.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG,CAAC,SAAS,EAAE,YAAY,CAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const UNIT_VALUES: readonly ["ml", "l", "tsp", "tbsp", "fl_oz", "cup", "pint", "quart", "gallon", "mg", "g", "kg", "oz", "lb", "piece", "whole", "half", "quarter", "slice", "serving", "clove", "stalk", "sprig", "leaf", "bunch", "head", "fillet", "stick", "sheet", "can", "package", "bottle", "jar", "handful", "pinch", "dash", "drop"];
2
+ export type Unit = (typeof UNIT_VALUES)[number];
3
+ //# sourceMappingURL=unit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unit.d.ts","sourceRoot":"","sources":["../../../src/types/recipe/unit.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,6TA8Cd,CAAC;AACX,MAAM,MAAM,IAAI,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UNIT_VALUES = void 0;
4
+ exports.UNIT_VALUES = [
5
+ // Volume (metric)
6
+ "ml",
7
+ "l",
8
+ // Volume (imperial)
9
+ "tsp",
10
+ "tbsp",
11
+ "fl_oz",
12
+ "cup",
13
+ "pint",
14
+ "quart",
15
+ "gallon",
16
+ // Weight (metric)
17
+ "mg",
18
+ "g",
19
+ "kg",
20
+ // Weight (imperial)
21
+ "oz",
22
+ "lb",
23
+ // Count/portion
24
+ "piece",
25
+ "whole",
26
+ "half",
27
+ "quarter",
28
+ "slice",
29
+ "serving",
30
+ // Produce-specific
31
+ "clove",
32
+ "stalk",
33
+ "sprig",
34
+ "leaf",
35
+ "bunch",
36
+ "head",
37
+ "fillet",
38
+ "stick",
39
+ "sheet",
40
+ // Container
41
+ "can",
42
+ "package",
43
+ "bottle",
44
+ "jar",
45
+ // Imprecise
46
+ "handful",
47
+ "pinch",
48
+ "dash",
49
+ "drop",
50
+ ];
51
+ //# sourceMappingURL=unit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unit.js","sourceRoot":"","sources":["../../../src/types/recipe/unit.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,kBAAkB;IAClB,IAAI;IACJ,GAAG;IACH,oBAAoB;IACpB,KAAK;IACL,MAAM;IACN,OAAO;IACP,KAAK;IACL,MAAM;IACN,OAAO;IACP,QAAQ;IACR,kBAAkB;IAClB,IAAI;IACJ,GAAG;IACH,IAAI;IACJ,oBAAoB;IACpB,IAAI;IACJ,IAAI;IACJ,gBAAgB;IAChB,OAAO;IACP,OAAO;IACP,MAAM;IACN,SAAS;IACT,OAAO;IACP,SAAS;IACT,mBAAmB;IACnB,OAAO;IACP,OAAO;IACP,OAAO;IACP,MAAM;IACN,OAAO;IACP,MAAM;IACN,QAAQ;IACR,OAAO;IACP,OAAO;IACP,YAAY;IACZ,KAAK;IACL,SAAS;IACT,QAAQ;IACR,KAAK;IACL,YAAY;IACZ,SAAS;IACT,OAAO;IACP,MAAM;IACN,MAAM;CACE,CAAC"}
@@ -1,3 +1,6 @@
1
- export * from "./enums";
1
+ export * from "./report_priority";
2
+ export * from "./report_status";
3
+ export * from "./report_target_type";
4
+ export * from "./report_type";
2
5
  export * from "./report";
3
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/report/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/report/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC"}
@@ -14,6 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./enums"), exports);
17
+ __exportStar(require("./report_priority"), exports);
18
+ __exportStar(require("./report_status"), exports);
19
+ __exportStar(require("./report_target_type"), exports);
20
+ __exportStar(require("./report_type"), exports);
18
21
  __exportStar(require("./report"), exports);
19
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/report/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,2CAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/report/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,kDAAgC;AAChC,uDAAqC;AACrC,gDAA8B;AAC9B,2CAAyB"}
@@ -1,28 +1,14 @@
1
- import { z } from "genkit";
2
- import type { Timestamp } from "firebase-admin/firestore";
3
- import { type ReportPriority, type ReportStatus, type ReportTargetType, type ReportType } from "./enums";
1
+ import { Timestamp } from "../core";
2
+ import { ReportPriority } from "./report_priority";
3
+ import { ReportStatus } from "./report_status";
4
+ import { ReportTargetType } from "./report_target_type";
5
+ import { ReportType } from "./report_type";
4
6
  export interface ReportEvidence {
5
7
  aiScore?: number;
6
8
  aiSuggestions?: Record<string, unknown>[];
7
9
  contentSnapshot?: string;
8
10
  imageHashes?: string[];
9
11
  }
10
- export declare const ReportEvidenceSchema: z.ZodObject<{
11
- aiScore: z.ZodOptional<z.ZodNumber>;
12
- aiSuggestions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
13
- contentSnapshot: z.ZodOptional<z.ZodString>;
14
- imageHashes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
15
- }, "strip", z.ZodTypeAny, {
16
- aiScore?: number | undefined;
17
- aiSuggestions?: Record<string, unknown>[] | undefined;
18
- contentSnapshot?: string | undefined;
19
- imageHashes?: string[] | undefined;
20
- }, {
21
- aiScore?: number | undefined;
22
- aiSuggestions?: Record<string, unknown>[] | undefined;
23
- contentSnapshot?: string | undefined;
24
- imageHashes?: string[] | undefined;
25
- }>;
26
12
  export interface Report {
27
13
  categories: string[];
28
14
  createdAt: Timestamp;
@@ -43,79 +29,4 @@ export interface Report {
43
29
  updatedAt: Timestamp;
44
30
  userId: string;
45
31
  }
46
- export declare const ReportSchema: z.ZodObject<{
47
- categories: z.ZodArray<z.ZodString, "many">;
48
- createdAt: z.ZodType<Timestamp, z.ZodTypeDef, Timestamp>;
49
- description: z.ZodString;
50
- evidence: z.ZodOptional<z.ZodObject<{
51
- aiScore: z.ZodOptional<z.ZodNumber>;
52
- aiSuggestions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
53
- contentSnapshot: z.ZodOptional<z.ZodString>;
54
- imageHashes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
55
- }, "strip", z.ZodTypeAny, {
56
- aiScore?: number | undefined;
57
- aiSuggestions?: Record<string, unknown>[] | undefined;
58
- contentSnapshot?: string | undefined;
59
- imageHashes?: string[] | undefined;
60
- }, {
61
- aiScore?: number | undefined;
62
- aiSuggestions?: Record<string, unknown>[] | undefined;
63
- contentSnapshot?: string | undefined;
64
- imageHashes?: string[] | undefined;
65
- }>>;
66
- id: z.ZodString;
67
- notes: z.ZodOptional<z.ZodString>;
68
- priority: z.ZodEnum<["critical", "high", "low", "medium"]>;
69
- reason: z.ZodString;
70
- reportedBy: z.ZodOptional<z.ZodString>;
71
- resolution: z.ZodOptional<z.ZodString>;
72
- reviewedAt: z.ZodOptional<z.ZodType<Timestamp, z.ZodTypeDef, Timestamp>>;
73
- reviewedBy: z.ZodOptional<z.ZodString>;
74
- status: z.ZodEnum<["escalated", "pending", "resolved", "reviewed"]>;
75
- targetId: z.ZodString;
76
- targetType: z.ZodEnum<["image", "profile", "recipe", "user"]>;
77
- type: z.ZodEnum<["auto_rejected", "manual_rejected", "repeated_violations", "unsafe_generated", "unsafe_upload", "user_report"]>;
78
- updatedAt: z.ZodType<Timestamp, z.ZodTypeDef, Timestamp>;
79
- userId: z.ZodString;
80
- }, "strip", z.ZodTypeAny, {
81
- [x: string]: any;
82
- categories?: unknown;
83
- createdAt?: unknown;
84
- description?: unknown;
85
- evidence?: unknown;
86
- id?: unknown;
87
- notes?: unknown;
88
- priority?: unknown;
89
- reason?: unknown;
90
- reportedBy?: unknown;
91
- resolution?: unknown;
92
- reviewedAt?: unknown;
93
- reviewedBy?: unknown;
94
- status?: unknown;
95
- targetId?: unknown;
96
- targetType?: unknown;
97
- type?: unknown;
98
- updatedAt?: unknown;
99
- userId?: unknown;
100
- }, {
101
- [x: string]: any;
102
- categories?: unknown;
103
- createdAt?: unknown;
104
- description?: unknown;
105
- evidence?: unknown;
106
- id?: unknown;
107
- notes?: unknown;
108
- priority?: unknown;
109
- reason?: unknown;
110
- reportedBy?: unknown;
111
- resolution?: unknown;
112
- reviewedAt?: unknown;
113
- reviewedBy?: unknown;
114
- status?: unknown;
115
- targetId?: unknown;
116
- targetType?: unknown;
117
- type?: unknown;
118
- updatedAt?: unknown;
119
- userId?: unknown;
120
- }>;
121
32
  //# sourceMappingURL=report.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"report.d.ts","sourceRoot":"","sources":["../../../src/types/report/report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAC3B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAKL,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACrB,KAAK,UAAU,EAChB,MAAM,SAAS,CAAC;AAEjB,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;IAC1C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;EAKK,CAAC;AAEvC,MAAM,WAAW,MAAM;IACrB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,SAAS,EAAE,SAAS,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,cAAc,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,YAAY,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,gBAAgB,CAAC;IAC7B,IAAI,EAAE,UAAU,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBvB,CAAC"}
1
+ {"version":3,"file":"report.d.ts","sourceRoot":"","sources":["../../../src/types/report/report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;IAC1C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,MAAM;IACrB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,SAAS,EAAE,SAAS,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,cAAc,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,YAAY,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,gBAAgB,CAAC;IAC7B,IAAI,EAAE,UAAU,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -1,32 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReportSchema = exports.ReportEvidenceSchema = void 0;
4
- const genkit_1 = require("genkit");
5
- const enums_1 = require("./enums");
6
- exports.ReportEvidenceSchema = genkit_1.z.object({
7
- aiScore: genkit_1.z.number().min(0).max(1).optional(),
8
- aiSuggestions: genkit_1.z.array(genkit_1.z.record(genkit_1.z.string(), genkit_1.z.unknown())).optional(),
9
- contentSnapshot: genkit_1.z.string().optional(),
10
- imageHashes: genkit_1.z.array(genkit_1.z.string()).optional(),
11
- });
12
- exports.ReportSchema = genkit_1.z.object({
13
- categories: genkit_1.z.array(genkit_1.z.string()),
14
- createdAt: genkit_1.z.custom(),
15
- description: genkit_1.z.string(),
16
- evidence: exports.ReportEvidenceSchema.optional(),
17
- id: genkit_1.z.string(),
18
- notes: genkit_1.z.string().optional(),
19
- priority: enums_1.ReportPrioritySchema,
20
- reason: genkit_1.z.string(),
21
- reportedBy: genkit_1.z.string().optional(),
22
- resolution: genkit_1.z.string().optional(),
23
- reviewedAt: genkit_1.z.custom().optional(),
24
- reviewedBy: genkit_1.z.string().optional(),
25
- status: enums_1.ReportStatusSchema,
26
- targetId: genkit_1.z.string(),
27
- targetType: enums_1.ReportTargetTypeSchema,
28
- type: enums_1.ReportTypeSchema,
29
- updatedAt: genkit_1.z.custom(),
30
- userId: genkit_1.z.string(),
31
- });
32
3
  //# sourceMappingURL=report.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"report.js","sourceRoot":"","sources":["../../../src/types/report/report.ts"],"names":[],"mappings":";;;AAAA,mCAA2B;AAE3B,mCASiB;AASJ,QAAA,oBAAoB,GAAG,UAAC,CAAC,MAAM,CAAC;IAC3C,OAAO,EAAE,UAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC5C,aAAa,EAAE,UAAC,CAAC,KAAK,CAAC,UAAC,CAAC,MAAM,CAAC,UAAC,CAAC,MAAM,EAAE,EAAE,UAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IACpE,eAAe,EAAE,UAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,WAAW,EAAE,UAAC,CAAC,KAAK,CAAC,UAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC5C,CAAqC,CAAC;AAuB1B,QAAA,YAAY,GAAG,UAAC,CAAC,MAAM,CAAC;IACnC,UAAU,EAAE,UAAC,CAAC,KAAK,CAAC,UAAC,CAAC,MAAM,EAAE,CAAC;IAC/B,SAAS,EAAE,UAAC,CAAC,MAAM,EAAa;IAChC,WAAW,EAAE,UAAC,CAAC,MAAM,EAAE;IACvB,QAAQ,EAAE,4BAAoB,CAAC,QAAQ,EAAE;IACzC,EAAE,EAAE,UAAC,CAAC,MAAM,EAAE;IACd,KAAK,EAAE,UAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,QAAQ,EAAE,4BAAoB;IAC9B,MAAM,EAAE,UAAC,CAAC,MAAM,EAAE;IAClB,UAAU,EAAE,UAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,UAAU,EAAE,UAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,UAAU,EAAE,UAAC,CAAC,MAAM,EAAa,CAAC,QAAQ,EAAE;IAC5C,UAAU,EAAE,UAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,MAAM,EAAE,0BAAkB;IAC1B,QAAQ,EAAE,UAAC,CAAC,MAAM,EAAE;IACpB,UAAU,EAAE,8BAAsB;IAClC,IAAI,EAAE,wBAAgB;IACtB,SAAS,EAAE,UAAC,CAAC,MAAM,EAAa;IAChC,MAAM,EAAE,UAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC"}
1
+ {"version":3,"file":"report.js","sourceRoot":"","sources":["../../../src/types/report/report.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export declare const REPORT_PRIORITY_VALUES: readonly ["critical", "high", "low", "medium"];
2
+ export type ReportPriority = (typeof REPORT_PRIORITY_VALUES)[number];
3
+ //# sourceMappingURL=report_priority.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_priority.d.ts","sourceRoot":"","sources":["../../../src/types/report/report_priority.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,gDAKzB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.REPORT_PRIORITY_VALUES = void 0;
4
+ exports.REPORT_PRIORITY_VALUES = [
5
+ "critical",
6
+ "high",
7
+ "low",
8
+ "medium",
9
+ ];
10
+ //# sourceMappingURL=report_priority.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_priority.js","sourceRoot":"","sources":["../../../src/types/report/report_priority.ts"],"names":[],"mappings":";;;AAAa,QAAA,sBAAsB,GAAG;IACpC,UAAU;IACV,MAAM;IACN,KAAK;IACL,QAAQ;CACA,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const REPORT_STATUS_VALUES: readonly ["escalated", "pending", "resolved", "reviewed"];
2
+ export type ReportStatus = (typeof REPORT_STATUS_VALUES)[number];
3
+ //# sourceMappingURL=report_status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_status.d.ts","sourceRoot":"","sources":["../../../src/types/report/report_status.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,2DAKvB,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.REPORT_STATUS_VALUES = void 0;
4
+ exports.REPORT_STATUS_VALUES = [
5
+ "escalated",
6
+ "pending",
7
+ "resolved",
8
+ "reviewed",
9
+ ];
10
+ //# sourceMappingURL=report_status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_status.js","sourceRoot":"","sources":["../../../src/types/report/report_status.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;IAClC,WAAW;IACX,SAAS;IACT,UAAU;IACV,UAAU;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const REPORT_TARGET_TYPE_VALUES: readonly ["image", "profile", "recipe", "user"];
2
+ export type ReportTargetType = (typeof REPORT_TARGET_TYPE_VALUES)[number];
3
+ //# sourceMappingURL=report_target_type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_target_type.d.ts","sourceRoot":"","sources":["../../../src/types/report/report_target_type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,iDAK5B,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.REPORT_TARGET_TYPE_VALUES = void 0;
4
+ exports.REPORT_TARGET_TYPE_VALUES = [
5
+ "image",
6
+ "profile",
7
+ "recipe",
8
+ "user",
9
+ ];
10
+ //# sourceMappingURL=report_target_type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_target_type.js","sourceRoot":"","sources":["../../../src/types/report/report_target_type.ts"],"names":[],"mappings":";;;AAAa,QAAA,yBAAyB,GAAG;IACvC,OAAO;IACP,SAAS;IACT,QAAQ;IACR,MAAM;CACE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const REPORT_TYPE_VALUES: readonly ["auto_rejected", "manual_rejected", "repeated_violations", "unsafe_generated", "unsafe_upload", "user_report"];
2
+ export type ReportType = (typeof REPORT_TYPE_VALUES)[number];
3
+ //# sourceMappingURL=report_type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_type.d.ts","sourceRoot":"","sources":["../../../src/types/report/report_type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,0HAOrB,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.REPORT_TYPE_VALUES = void 0;
4
+ exports.REPORT_TYPE_VALUES = [
5
+ "auto_rejected",
6
+ "manual_rejected",
7
+ "repeated_violations",
8
+ "unsafe_generated",
9
+ "unsafe_upload",
10
+ "user_report",
11
+ ];
12
+ //# sourceMappingURL=report_type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_type.js","sourceRoot":"","sources":["../../../src/types/report/report_type.ts"],"names":[],"mappings":";;;AAAa,QAAA,kBAAkB,GAAG;IAChC,eAAe;IACf,iBAAiB;IACjB,qBAAqB;IACrB,kBAAkB;IAClB,eAAe;IACf,aAAa;CACL,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cravery/core",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "Clean architecture foundation for Cravery",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -31,24 +31,13 @@
31
31
  "scripts": {
32
32
  "build": "tsc",
33
33
  "build:watch": "tsc --watch",
34
- "build:clean": "rm -rf dist && npm run build",
35
- "lint": "eslint .",
36
- "test": "jest",
37
- "test:watch": "jest --watch",
38
- "test:coverage": "jest --coverage"
34
+ "clean": "rimraf dist && npm run build"
39
35
  },
40
36
  "keywords": [],
41
- "dependencies": {
42
- "@genkit-ai/google-genai": "^1.27.0",
43
- "genkit": "^1.27.0"
44
- },
45
37
  "devDependencies": {
38
+ "rimraf": "^6.1.2",
46
39
  "typescript": "^5.9.3"
47
40
  },
48
- "peerDependencies": {
49
- "firebase-admin": "^13.6.0",
50
- "firebase-functions": "^7.0.2"
51
- },
52
41
  "files": [
53
42
  "dist/**/*",
54
43
  "src/**/*"
package/src/index.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  export * from "./config";
2
- export * from "./lib";
3
2
  export * from "./types";