feat(MED-161): move medipost services to medipost package

This commit is contained in:
2025-09-17 11:15:26 +03:00
parent 0d08592a9a
commit 000cad7f05
12 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import type { Tables } from '@/packages/supabase/src/database.types';
import { getSupabaseServerAdminClient } from '@kit/supabase/server-admin-client';
import type { IUuringElement } from "./medipost.types";
import type { IUuringElement } from "./medipost/medipost.types";
export type AnalysesWithGroupsAndElements = ({
analysis_elements: Tables<{ schema: 'medreport' }, 'analysis_elements'> & {