feat(MED-121): use age+sex specific analysis package variants

This commit is contained in:
2025-08-25 11:50:03 +03:00
parent 195af1db3d
commit 38d73e27ad
8 changed files with 237 additions and 106 deletions

View File

@@ -1,4 +1,8 @@
export const getAnalysisElementMedusaProductIds = (products: ({ metadata?: { analysisElementMedusaProductIds?: string } | null } | null)[]) => {
export const getAnalysisElementMedusaProductIds = (products: ({
metadata?: {
analysisElementMedusaProductIds?: string;
} | null;
} | null)[]) => {
if (!products) {
return [];
}